var/cache/dev/ContainerVolla6g/App_KernelDevDebugContainer.php line 5208

Open in your IDE?
  1. <?php
  2. namespace ContainerVolla6g;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AdviceController' => 'getAdviceControllerService',
  47.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  48.             'App\\Controller\\ContactController' => 'getContactControllerService',
  49.             'App\\Controller\\FavoritesController' => 'getFavoritesControllerService',
  50.             'App\\Controller\\FormationController' => 'getFormationControllerService',
  51.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  52.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  53.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  54.             'App\\Controller\\ProgramController' => 'getProgramControllerService',
  55.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  56.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  57.             'App\\Controller\\SharePlaylistController' => 'getSharePlaylistControllerService',
  58.             'App\\Controller\\UserDashboardController' => 'getUserDashboardControllerService',
  59.             'App\\Controller\\VideosController' => 'getVideosControllerService',
  60.             'App\\Controller\\WPContentController' => 'getWPContentControllerService',
  61.             'App\\Controller\\admin\\AdminController' => 'getAdminControllerService',
  62.             'App\\Controller\\admin\\ExportController' => 'getExportControllerService',
  63.             'App\\Controller\\admin\\FormationController' => 'getFormationController2Service',
  64.             'App\\Controller\\admin\\ImportController' => 'getImportControllerService',
  65.             'App\\Controller\\admin\\MessageController' => 'getMessageControllerService',
  66.             'App\\Controller\\admin\\StatisticsController' => 'getStatisticsControllerService',
  67.             'App\\Controller\\admin\\SubscriptionController' => 'getSubscriptionControllerService',
  68.             'App\\Controller\\admin\\TestController' => 'getTestControllerService',
  69.             'App\\Controller\\admin\\ToolsController' => 'getToolsControllerService',
  70.             'App\\Controller\\admin\\UploadController' => 'getUploadControllerService',
  71.             'App\\Controller\\admin\\UserController' => 'getUserControllerService',
  72.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  73.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  75.             'cache.app' => 'getCache_AppService',
  76.             'cache.app_clearer' => 'getCache_AppClearerService',
  77.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  78.             'cache.system' => 'getCache_SystemService',
  79.             'cache.system_clearer' => 'getCache_SystemClearerService',
  80.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  81.             'cache_warmer' => 'getCacheWarmerService',
  82.             'console.command_loader' => 'getConsole_CommandLoaderService',
  83.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  84.             'data_collector.dump' => 'getDataCollector_DumpService',
  85.             'doctrine' => 'getDoctrineService',
  86.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  87.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  88.             'error_controller' => 'getErrorControllerService',
  89.             'event_dispatcher' => 'getEventDispatcherService',
  90.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  91.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  92.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  93.             'http_kernel' => 'getHttpKernelService',
  94.             'knpu.oauth2.client.keycloak' => 'getKnpu_Oauth2_Client_KeycloakService',
  95.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  96.             'monolog.logger.emails' => 'getMonolog_Logger_EmailsService',
  97.             'request_stack' => 'getRequestStackService',
  98.             'router' => 'getRouterService',
  99.             'routing.loader' => 'getRouting_LoaderService',
  100.             'services_resetter' => 'getServicesResetterService',
  101.             'translator' => 'getTranslatorService',
  102.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  103.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  104.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  105.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  106.             'cache_clearer' => 'getCacheClearerService',
  107.             'filesystem' => 'getFilesystemService',
  108.             'serializer' => 'getSerializerService',
  109.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  110.             'form.factory' => 'getForm_FactoryService',
  111.             'form.type.file' => 'getForm_Type_FileService',
  112.             'profiler' => 'getProfilerService',
  113.             'twig' => 'getTwigService',
  114.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  115.             'security.token_storage' => 'getSecurity_TokenStorageService',
  116.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  117.             'session' => 'getSessionService',
  118.             'validator' => 'getValidatorService',
  119.         ];
  120.         $this->aliases = [
  121.             'database_connection' => 'doctrine.dbal.default_connection',
  122.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  123.             'oauth2.registry' => 'knpu.oauth2.registry',
  124.         ];
  125.         $this->privates['service_container'] = function () {
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  132.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  134.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AbonnementSubcriber.php';
  135.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LoginAtSubscriber.php';
  136.             include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceSubscriber.php';
  137.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  139.             include_once \dirname(__DIR__4).'/src/Twig/CategoryExtension.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  386.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  444.             include_once \dirname(__DIR__4).'/src/Twig/FrequencyExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  452.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  465.         };
  466.     }
  467.     public function compile(): void
  468.     {
  469.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  470.     }
  471.     public function isCompiled(): bool
  472.     {
  473.         return true;
  474.     }
  475.     public function getRemovedIds(): array
  476.     {
  477.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  478.     }
  479.     /**
  480.      * Gets the public '.container.private.cache_clearer' shared service.
  481.      *
  482.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  483.      */
  484.     protected function get_Container_Private_CacheClearerService()
  485.     {
  486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  488.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  489.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  490.         }, 1));
  491.     }
  492.     /**
  493.      * Gets the public '.container.private.filesystem' shared service.
  494.      *
  495.      * @return \Symfony\Component\Filesystem\Filesystem
  496.      */
  497.     protected function get_Container_Private_FilesystemService()
  498.     {
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  500.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  501.     }
  502.     /**
  503.      * Gets the public '.container.private.form.factory' shared service.
  504.      *
  505.      * @return \Symfony\Component\Form\FormFactory
  506.      */
  507.     protected function get_Container_Private_Form_FactoryService()
  508.     {
  509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  511.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  512.     }
  513.     /**
  514.      * Gets the public '.container.private.form.type.file' shared service.
  515.      *
  516.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  517.      */
  518.     protected function get_Container_Private_Form_Type_FileService()
  519.     {
  520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  523.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  524.     }
  525.     /**
  526.      * Gets the public '.container.private.profiler' shared service.
  527.      *
  528.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  529.      */
  530.     protected function get_Container_Private_ProfilerService()
  531.     {
  532.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  533.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  534.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  535.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  537.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  538.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  539.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  540.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  541.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  542.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  543.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  544.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  545.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  546.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  547.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  548.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  549.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  550.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  551.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  552.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  553.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  554.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  555.         if ($this->has('kernel')) {
  556.             $f->setKernel($b);
  557.         }
  558.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  559.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  560.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  561.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  562.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  563.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  564.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  565.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  566.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  567.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  568.         $instance->add($d);
  569.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  570.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  571.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  572.         $instance->add($e);
  573.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  574.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  575.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  576.         $instance->add($f);
  577.         return $instance;
  578.     }
  579.     /**
  580.      * Gets the public '.container.private.security.authorization_checker' shared service.
  581.      *
  582.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  583.      */
  584.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  585.     {
  586.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  587.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  588.             return $this->services['.container.private.security.authorization_checker'];
  589.         }
  590.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  591.     }
  592.     /**
  593.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  594.      *
  595.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  596.      */
  597.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  598.     {
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  603.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  604.     }
  605.     /**
  606.      * Gets the public '.container.private.security.password_encoder' shared service.
  607.      *
  608.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  609.      *
  610.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  611.      */
  612.     protected function get_Container_Private_Security_PasswordEncoderService()
  613.     {
  614.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  615.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  616.     }
  617.     /**
  618.      * Gets the public '.container.private.security.token_storage' shared service.
  619.      *
  620.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  621.      */
  622.     protected function get_Container_Private_Security_TokenStorageService()
  623.     {
  624.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  625.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  626.         ], [
  627.             'request_stack' => '?',
  628.         ]));
  629.     }
  630.     /**
  631.      * Gets the public '.container.private.serializer' shared service.
  632.      *
  633.      * @return \Symfony\Component\Serializer\Serializer
  634.      */
  635.     protected function get_Container_Private_SerializerService()
  636.     {
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  679.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  680.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  681.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  682.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  683.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  684.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  685.     }
  686.     /**
  687.      * Gets the public '.container.private.session' shared service.
  688.      *
  689.      * @return \Symfony\Component\HttpFoundation\Session\Session
  690.      */
  691.     protected function get_Container_Private_SessionService()
  692.     {
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  695.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  696.         if (isset($this->services['.container.private.session'])) {
  697.             return $this->services['.container.private.session'];
  698.         }
  699.         return $this->services['.container.private.session'] = $a->createSession();
  700.     }
  701.     /**
  702.      * Gets the public '.container.private.twig' shared service.
  703.      *
  704.      * @return \Twig\Environment
  705.      */
  706.     protected function get_Container_Private_TwigService()
  707.     {
  708.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  710.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  711.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  712.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  713.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  714.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  717.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  718.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  719.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  723.         $a->addPath((\dirname(__DIR__4).'/templates'));
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  727.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  728.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  729.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  730.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  731.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  732.         $f = ($this->services['router'] ?? $this->getRouterService());
  733.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  734.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  735.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  736.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  737.         $j = new \Symfony\Bridge\Twig\AppVariable();
  738.         $j->setEnvironment('dev');
  739.         $j->setDebug(true);
  740.         if ($this->has('.container.private.security.token_storage')) {
  741.             $j->setTokenStorage($h);
  742.         }
  743.         if ($this->has('request_stack')) {
  744.             $j->setRequestStack($g);
  745.         }
  746.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  763.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  764.         $instance->addExtension(($this->privates['App\\Twig\\CategoryExtension'] ?? ($this->privates['App\\Twig\\CategoryExtension'] = new \App\Twig\CategoryExtension())));
  765.         $instance->addExtension(new \App\Twig\FrequencyExtension());
  766.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  767.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  768.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  769.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  770.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  771.         ], [
  772.             'webpack_encore.entrypoint_lookup_collection' => '?',
  773.             'webpack_encore.tag_renderer' => '?',
  774.         ])));
  775.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  776.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  777.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  778.         $instance->addGlobal('app'$j);
  779.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  780.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  781.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  782.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  783.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  784.         ], [
  785.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  786.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  787.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  788.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  789.         ])));
  790.         $instance->addGlobal('app_version''V1.0');
  791.         $instance->addGlobal('jwp_versions''NexuP0i4');
  792.         $instance->addGlobal('privacy_policy_path''https://conseils.kinalgo.com/wp-content/uploads/2025/07/PolitiqueConfidentialite_KinalgoCorporate_2025.pdf');
  793.         $instance->addGlobal('cgu_path'' https://conseils.kinalgo.com/wp-content/uploads/2025/07/CGU_PolitiqueConfidentialite_KinalgoCorporate_2025.pdf');
  794.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  795.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  796.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  797.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public '.container.private.validator' shared service.
  802.      *
  803.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  804.      */
  805.     protected function get_Container_Private_ValidatorService()
  806.     {
  807.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  808.     }
  809.     /**
  810.      * Gets the public 'App\Controller\AdviceController' shared autowired service.
  811.      *
  812.      * @return \App\Controller\AdviceController
  813.      */
  814.     protected function getAdviceControllerService()
  815.     {
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817.         include_once \dirname(__DIR__4).'/src/Controller/AdviceController.php';
  818.         $this->services['App\\Controller\\AdviceController'] = $instance = new \App\Controller\AdviceController(($this->services['translator'] ?? $this->getTranslatorService()));
  819.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\AdviceController'$this));
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  824.      *
  825.      * @return \App\Controller\AjaxController
  826.      */
  827.     protected function getAjaxControllerService()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  830.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  831.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController();
  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->privates['App\\Service\\videos\\PlaylistFilterService'] ?? $this->getPlaylistFilterServiceService()));
  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()), ($this->privates['App\\Service\\videos\\PlaylistFilterService'] ?? $this->getPlaylistFilterServiceService()), ($this->privates['App\\Twig\\CategoryExtension'] ?? ($this->privates['App\\Twig\\CategoryExtension'] = new \App\Twig\CategoryExtension())));
  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\\FormationRegistrationRepository' => ['privates''App\\Repository\\FormationRegistrationRepository''getFormationRegistrationRepositoryService'false],
  1598.             'App\\Repository\\FormationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  1599.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1600.             'App\\Repository\\LogRepository' => ['privates''App\\Repository\\LogRepository''getLogRepositoryService'false],
  1601.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1602.             'App\\Repository\\MuscleActivityRepository' => ['privates''App\\Repository\\MuscleActivityRepository''getMuscleActivityRepositoryService'false],
  1603.             'App\\Repository\\MuscleRepository' => ['privates''App\\Repository\\MuscleRepository''getMuscleRepositoryService'false],
  1604.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1605.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'false],
  1606.             'App\\Repository\\UserActivityRepository' => ['privates''App\\Repository\\UserActivityRepository''getUserActivityRepositoryService'false],
  1607.             'App\\Repository\\UserFavoritesRepository' => ['privates''App\\Repository\\UserFavoritesRepository''getUserFavoritesRepositoryService'false],
  1608.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1609.             'App\\Repository\\UsersGroupsRepository' => ['privates''App\\Repository\\UsersGroupsRepository''getUsersGroupsRepositoryService'false],
  1610.         ], [
  1611.             'App\\Repository\\ActivityRepository' => '?',
  1612.             'App\\Repository\\CategoryActivityRepository' => '?',
  1613.             'App\\Repository\\CompanyRepository' => '?',
  1614.             'App\\Repository\\FormationRegistrationRepository' => '?',
  1615.             'App\\Repository\\FormationRepository' => '?',
  1616.             'App\\Repository\\GroupRepository' => '?',
  1617.             'App\\Repository\\LogRepository' => '?',
  1618.             'App\\Repository\\MessageRepository' => '?',
  1619.             'App\\Repository\\MuscleActivityRepository' => '?',
  1620.             'App\\Repository\\MuscleRepository' => '?',
  1621.             'App\\Repository\\NotificationRepository' => '?',
  1622.             'App\\Repository\\RoleRepository' => '?',
  1623.             'App\\Repository\\UserActivityRepository' => '?',
  1624.             'App\\Repository\\UserFavoritesRepository' => '?',
  1625.             'App\\Repository\\UserRepository' => '?',
  1626.             'App\\Repository\\UsersGroupsRepository' => '?',
  1627.         ])));
  1628.         $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()));
  1629.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1630.         return $instance;
  1631.     }
  1632.     /**
  1633.      * Gets the public 'error_controller' shared service.
  1634.      *
  1635.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1636.      */
  1637.     protected function getErrorControllerService()
  1638.     {
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1644.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1645.         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)));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'event_dispatcher' shared service.
  1649.      *
  1650.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1651.      */
  1652.     protected function getEventDispatcherService()
  1653.     {
  1654.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1655.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1656.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1657.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1658.         $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())));
  1659.         $instance->addListener('kernel.controller', [=> function () {
  1660.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1661.         }, => 'onKernelController'], 0);
  1662.         $instance->addListener('kernel.exception', [=> function () {
  1663.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1664.         }, => 'onKernelException'], 0);
  1665.         $instance->addListener('kernel.controller', [=> function () {
  1666.             return ($this->privates['App\\EventSubscriber\\AbonnementSubcriber'] ?? $this->getAbonnementSubcriberService());
  1667.         }, => 'onKernelRequest'], 10);
  1668.         $instance->addListener('email.forgot.pwd', [=> function () {
  1669.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1670.         }, => 'onForgotPwd'], 0);
  1671.         $instance->addListener('email.new.account', [=> function () {
  1672.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1673.         }, => 'onNewAccount'], 0);
  1674.         $instance->addListener('email.formation.registration', [=> function () {
  1675.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1676.         }, => 'onFormationRegistration'], 0);
  1677.         $instance->addListener('email.formation.reminder', [=> function () {
  1678.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1679.         }, => 'onFormationReminder'], 0);
  1680.         $instance->addListener('email.formation.admin.reminder', [=> function () {
  1681.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1682.         }, => 'onFormationAdminReminder'], 0);
  1683.         $instance->addListener('email.formation.relance', [=> function () {
  1684.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1685.         }, => 'onFormationRelance'], 0);
  1686.         $instance->addListener('email.contact', [=> function () {
  1687.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1688.         }, => 'onContact'], 0);
  1689.         $instance->addListener('email.company.status.change', [=> function () {
  1690.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1691.         }, => 'onCompanyStatusChange'], 0);
  1692.         $instance->addListener('email.subscription.end.admin', [=> function () {
  1693.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1694.         }, => 'onSubscriptionEndAdmin'], 0);
  1695.         $instance->addListener('email.subscription.end.rh', [=> function () {
  1696.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1697.         }, => 'onSubscriptionEndRh'], 0);
  1698.         $instance->addListener('email.subscription.expired.rh', [=> function () {
  1699.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1700.         }, => 'onSubscriptionExpired'], 0);
  1701.         $instance->addListener('email.new.notification', [=> function () {
  1702.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1703.         }, => 'onNotificationNew'], 0);
  1704.         $instance->addListener('email.new.account.relance', [=> function () {
  1705.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1706.         }, => 'onNewAccountRelance'], 0);
  1707.         $instance->addListener('email.completion', [=> function () {
  1708.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1709.         }, => 'onCompletionLessThan'], 0);
  1710.         $instance->addListener('video.complete', [=> function () {
  1711.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1712.         }, => 'onVideoComplete'], 0);
  1713.         $instance->addListener('video.formation.progress', [=> function () {
  1714.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1715.         }, => 'onVideoFormationProgress'], 0);
  1716.         $instance->addListener('kernel.controller', [=> function () {
  1717.             return ($this->privates['App\\EventSubscriber\\LoginAtSubscriber'] ?? $this->getLoginAtSubscriberService());
  1718.         }, => 'onKernelRequest'], 10);
  1719.         $instance->addListener('kernel.request', [=> function () {
  1720.             return ($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] ?? $this->getMaintenanceSubscriberService());
  1721.         }, => 'onKernelRequest'], 20);
  1722.         $instance->addListener('kernel.response', [=> function () {
  1723.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1724.         }, => 'onKernelResponse'], 0);
  1725.         $instance->addListener('kernel.response', [=> function () {
  1726.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1727.         }, => 'onKernelResponse'], -1024);
  1728.         $instance->addListener('kernel.request', [=> function () {
  1729.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1730.         }, => 'setDefaultLocale'], 100);
  1731.         $instance->addListener('kernel.request', [=> function () {
  1732.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1733.         }, => 'onKernelRequest'], 16);
  1734.         $instance->addListener('kernel.finish_request', [=> function () {
  1735.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1736.         }, => 'onKernelFinishRequest'], 0);
  1737.         $instance->addListener('kernel.request', [=> function () {
  1738.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1739.         }, => 'onKernelRequest'], 256);
  1740.         $instance->addListener('kernel.response', [=> function () {
  1741.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1742.         }, => 'onResponse'], -255);
  1743.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1744.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1745.         }, => 'onControllerArguments'], 0);
  1746.         $instance->addListener('kernel.exception', [=> function () {
  1747.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1748.         }, => 'logKernelException'], 0);
  1749.         $instance->addListener('kernel.exception', [=> function () {
  1750.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1751.         }, => 'onKernelException'], -128);
  1752.         $instance->addListener('kernel.response', [=> function () {
  1753.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1754.         }, => 'removeCspHeader'], -128);
  1755.         $instance->addListener('kernel.request', [=> function () {
  1756.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1757.         }, => 'onKernelRequest'], 15);
  1758.         $instance->addListener('kernel.finish_request', [=> function () {
  1759.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1760.         }, => 'onKernelFinishRequest'], -15);
  1761.         $instance->addListener('console.error', [=> function () {
  1762.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1763.         }, => 'onConsoleError'], -128);
  1764.         $instance->addListener('console.terminate', [=> function () {
  1765.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1766.         }, => 'onConsoleTerminate'], -128);
  1767.         $instance->addListener('console.error', [=> function () {
  1768.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1769.         }, => 'onConsoleError'], 0);
  1770.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1771.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1772.         }, => 'onMessage'], -255);
  1773.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1774.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1775.         }, => 'onMessage'], -255);
  1776.         $instance->addListener('kernel.request', [=> function () {
  1777.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1778.         }, => 'configure'], 2048);
  1779.         $instance->addListener('console.command', [=> function () {
  1780.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1781.         }, => 'configure'], 2048);
  1782.         $instance->addListener('kernel.request', [=> function () {
  1783.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1784.         }, => 'onKernelRequest'], 32);
  1785.         $instance->addListener('kernel.finish_request', [=> function () {
  1786.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1787.         }, => 'onKernelFinishRequest'], 0);
  1788.         $instance->addListener('kernel.exception', [=> function () {
  1789.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1790.         }, => 'onKernelException'], -64);
  1791.         $instance->addListener('kernel.response', [=> function () {
  1792.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1793.         }, => 'onKernelResponse'], 0);
  1794.         $instance->addListener('kernel.request', [=> function () {
  1795.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1796.         }, => 'onKernelRequest'], 128);
  1797.         $instance->addListener('kernel.response', [=> function () {
  1798.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1799.         }, => 'onKernelResponse'], -1000);
  1800.         $instance->addListener('kernel.finish_request', [=> function () {
  1801.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1802.         }, => 'onFinishRequest'], 0);
  1803.         $instance->addListener('kernel.response', [=> function () {
  1804.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1805.         }, => 'onKernelResponse'], -100);
  1806.         $instance->addListener('kernel.exception', [=> function () {
  1807.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1808.         }, => 'onKernelException'], 0);
  1809.         $instance->addListener('kernel.terminate', [=> function () {
  1810.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1811.         }, => 'onKernelTerminate'], -1024);
  1812.         $instance->addListener('kernel.controller', [=> function () {
  1813.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1814.         }, => 'onKernelController'], 0);
  1815.         $instance->addListener('kernel.response', [=> function () {
  1816.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1817.         }, => 'onKernelResponse'], 0);
  1818.         $instance->addListener('console.error', [=> function () {
  1819.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1820.         }, => 'onConsoleError'], 0);
  1821.         $instance->addListener('console.terminate', [=> function () {
  1822.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1823.         }, => 'onConsoleTerminate'], 0);
  1824.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1825.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1826.         }, => 'onMessage'], 0);
  1827.         $instance->addListener('kernel.controller', [=> function () {
  1828.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1829.         }, => 'onKernelController'], 0);
  1830.         $instance->addListener('kernel.controller', [=> function () {
  1831.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1832.         }, => 'onKernelController'], 0);
  1833.         $instance->addListener('kernel.controller', [=> function () {
  1834.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1835.         }, => 'onKernelController'], -128);
  1836.         $instance->addListener('kernel.view', [=> function () {
  1837.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1838.         }, => 'onKernelView'], 0);
  1839.         $instance->addListener('kernel.controller', [=> function () {
  1840.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1841.         }, => 'onKernelController'], 0);
  1842.         $instance->addListener('kernel.response', [=> function () {
  1843.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1844.         }, => 'onKernelResponse'], 0);
  1845.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1846.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1847.         }, => 'onKernelControllerArguments'], 0);
  1848.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1849.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1850.         }, => 'onKernelControllerArguments'], 0);
  1851.         $instance->addListener('kernel.response', [=> function () {
  1852.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1853.         }, => 'onKernelResponse'], -128);
  1854.         $instance->addListener('kernel.response', [=> function () {
  1855.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1856.         }, => 'onKernelResponse'], 0);
  1857.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1858.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1859.         }, => 'onVoterVote'], 0);
  1860.         $instance->addListener('kernel.request', [=> function () {
  1861.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1862.         }, => 'configureLogoutUrlGenerator'], 8);
  1863.         $instance->addListener('kernel.request', [=> function () {
  1864.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1865.         }, => 'onKernelRequest'], 8);
  1866.         $instance->addListener('kernel.finish_request', [=> function () {
  1867.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1868.         }, => 'onKernelFinishRequest'], 0);
  1869.         $instance->addListener('console.command', [=> function () {
  1870.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1871.         }, => 'onCommand'], 255);
  1872.         $instance->addListener('console.terminate', [=> function () {
  1873.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1874.         }, => 'onTerminate'], -255);
  1875.         $instance->addListener('kernel.finish_request', [=> function () {
  1876.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1877.         }, => 'resetAssets'], 0);
  1878.         $instance->addListener('console.command', [=> function () {
  1879.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1880.         }, => 'configure'], 1024);
  1881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1882.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1883.         }, => 'onLogout'], 0);
  1884.         return $instance;
  1885.     }
  1886.     /**
  1887.      * Gets the public 'fos_js_routing.controller' shared service.
  1888.      *
  1889.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1890.      */
  1891.     protected function getFosJsRouting_ControllerService()
  1892.     {
  1893.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1894.         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);
  1895.     }
  1896.     /**
  1897.      * Gets the public 'fos_js_routing.extractor' shared service.
  1898.      *
  1899.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1900.      */
  1901.     protected function getFosJsRouting_ExtractorService()
  1902.     {
  1903.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1905.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1906.     }
  1907.     /**
  1908.      * Gets the public 'fos_js_routing.serializer' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\Serializer\Serializer
  1911.      */
  1912.     protected function getFosJsRouting_SerializerService()
  1913.     {
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1928.         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()]);
  1929.     }
  1930.     /**
  1931.      * Gets the public 'http_kernel' shared service.
  1932.      *
  1933.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1934.      */
  1935.     protected function getHttpKernelService()
  1936.     {
  1937.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1938.         if (isset($this->services['http_kernel'])) {
  1939.             return $this->services['http_kernel'];
  1940.         }
  1941.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1942.         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 () {
  1943.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1944.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1945.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1946.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1947.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1948.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1949.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1950.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1951.         }, 8)), $b));
  1952.     }
  1953.     /**
  1954.      * Gets the public 'knpu.oauth2.client.keycloak' shared service.
  1955.      *
  1956.      * @return \KnpU\OAuth2ClientBundle\Client\Provider\KeycloakClient
  1957.      */
  1958.     protected function getKnpu_Oauth2_Client_KeycloakService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  1961.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/Provider/KeycloakClient.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/stevenmaguire/oauth2-keycloak/src/Provider/Keycloak.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  1970.         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())));
  1971.     }
  1972.     /**
  1973.      * Gets the public 'knpu.oauth2.registry' shared service.
  1974.      *
  1975.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  1976.      */
  1977.     protected function getKnpu_Oauth2_RegistryService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  1980.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['keycloak' => 'knpu.oauth2.client.keycloak']);
  1981.     }
  1982.     /**
  1983.      * Gets the public 'monolog.logger.emails' shared service.
  1984.      *
  1985.      * @return \Symfony\Bridge\Monolog\Logger
  1986.      */
  1987.     protected function getMonolog_Logger_EmailsService()
  1988.     {
  1989.         $this->services['monolog.logger.emails'] = $instance = new \Symfony\Bridge\Monolog\Logger('emails');
  1990.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1991.         $instance->pushHandler(($this->privates['monolog.handler.emails'] ?? $this->getMonolog_Handler_EmailsService()));
  1992.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1993.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1994.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1995.         return $instance;
  1996.     }
  1997.     /**
  1998.      * Gets the public 'request_stack' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2001.      */
  2002.     protected function getRequestStackService()
  2003.     {
  2004.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2005.     }
  2006.     /**
  2007.      * Gets the public 'router' shared service.
  2008.      *
  2009.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2010.      */
  2011.     protected function getRouterService()
  2012.     {
  2013.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2014.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2015.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2016.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2017.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2018.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2019.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2020.         ], [
  2021.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2022.         ]))->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');
  2023.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2024.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the public 'routing.loader' shared service.
  2029.      *
  2030.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2031.      */
  2032.     protected function getRouting_LoaderService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2058.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2059.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2060.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2061.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2062.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2063.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2064.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2065.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2066.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2067.             'kernel' => ['services''kernel''getKernelService'false],
  2068.         ], [
  2069.             'kernel' => 'App\\Kernel',
  2070.         ]), 'dev'));
  2071.         $a->addLoader($c);
  2072.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2073.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2074.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2075.     }
  2076.     /**
  2077.      * Gets the public 'services_resetter' shared service.
  2078.      *
  2079.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2080.      */
  2081.     protected function getServicesResetterService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2084.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2085.             if (isset($this->services['cache.app'])) {
  2086.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2087.             }
  2088.             if (isset($this->services['cache.system'])) {
  2089.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2090.             }
  2091.             if (isset($this->privates['cache.validator'])) {
  2092.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2093.             }
  2094.             if (isset($this->privates['cache.serializer'])) {
  2095.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2096.             }
  2097.             if (isset($this->privates['cache.annotations'])) {
  2098.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2099.             }
  2100.             if (isset($this->privates['cache.property_info'])) {
  2101.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2102.             }
  2103.             if (isset($this->privates['.debug.http_client'])) {
  2104.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2105.             }
  2106.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2107.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2108.             }
  2109.             if (isset($this->privates['debug.stopwatch'])) {
  2110.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2111.             }
  2112.             if (isset($this->services['event_dispatcher'])) {
  2113.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2114.             }
  2115.             if (isset($this->privates['session_listener'])) {
  2116.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2117.             }
  2118.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2119.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2120.             }
  2121.             if (isset($this->services['cache.validator_expression_language'])) {
  2122.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2123.             }
  2124.             if (isset($this->services['.container.private.profiler'])) {
  2125.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2126.             }
  2127.             if (isset($this->services['.container.private.validator'])) {
  2128.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2129.             }
  2130.             if (isset($this->services['doctrine'])) {
  2131.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2132.             }
  2133.             if (isset($this->privates['form.type.entity'])) {
  2134.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2135.             }
  2136.             if (isset($this->privates['twig.form.engine'])) {
  2137.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2138.             }
  2139.             if (isset($this->services['.container.private.security.token_storage'])) {
  2140.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2141.             }
  2142.             if (isset($this->privates['cache.security_expression_language'])) {
  2143.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2144.             }
  2145.             if (isset($this->privates['monolog.handler.main'])) {
  2146.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2147.             }
  2148.             if (isset($this->privates['monolog.handler.console'])) {
  2149.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2150.             }
  2151.             if (isset($this->privates['monolog.handler.emails'])) {
  2152.                 yield 'monolog.handler.emails' => ($this->privates['monolog.handler.emails'] ?? null);
  2153.             }
  2154.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2155.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2156.             }
  2157.             if (isset($this->privates['cache.webpack_encore'])) {
  2158.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2159.             }
  2160.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2161.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2162.             }
  2163.             if (isset($this->privates['.debug.http_client'])) {
  2164.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2165.             }
  2166.         }, function () {
  2167.             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']));
  2168.         }), ['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']]);
  2169.     }
  2170.     /**
  2171.      * Gets the public 'translator' shared service.
  2172.      *
  2173.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2174.      */
  2175.     protected function getTranslatorService()
  2176.     {
  2177.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2178.     }
  2179.     /**
  2180.      * Gets the public 'var_dumper.cloner' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2183.      */
  2184.     protected function getVarDumper_ClonerService()
  2185.     {
  2186.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2187.         $instance->setMaxItems(2500);
  2188.         $instance->setMinDepth(1);
  2189.         $instance->setMaxString(-1);
  2190.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2191.         return $instance;
  2192.     }
  2193.     /**
  2194.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2195.      *
  2196.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2197.      */
  2198.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2199.     {
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2201.         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()));
  2202.     }
  2203.     /**
  2204.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2205.      *
  2206.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2207.      */
  2208.     protected function getWebProfiler_Controller_ProfilerService()
  2209.     {
  2210.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2211.         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));
  2212.     }
  2213.     /**
  2214.      * Gets the public 'web_profiler.controller.router' shared service.
  2215.      *
  2216.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2217.      */
  2218.     protected function getWebProfiler_Controller_RouterService()
  2219.     {
  2220.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2221.         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 () {
  2222.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2223.         }, 1));
  2224.     }
  2225.     /**
  2226.      * Gets the private '.App\Command\CacheImagesCommand.lazy' shared service.
  2227.      *
  2228.      * @return \Symfony\Component\Console\Command\LazyCommand
  2229.      */
  2230.     protected function getCacheImagesCommand_LazyService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2234.         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 {
  2235.             return ($this->privates['App\\Command\\CacheImagesCommand'] ?? $this->getCacheImagesCommandService());
  2236.         });
  2237.     }
  2238.     /**
  2239.      * Gets the private '.App\Command\RegistrationReminderCommand.lazy' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\Console\Command\LazyCommand
  2242.      */
  2243.     protected function getRegistrationReminderCommand_LazyService()
  2244.     {
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2247.         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 {
  2248.             return ($this->privates['App\\Command\\RegistrationReminderCommand'] ?? $this->getRegistrationReminderCommandService());
  2249.         });
  2250.     }
  2251.     /**
  2252.      * Gets the private '.console.command.about.lazy' shared service.
  2253.      *
  2254.      * @return \Symfony\Component\Console\Command\LazyCommand
  2255.      */
  2256.     protected function get_Console_Command_About_LazyService()
  2257.     {
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2260.         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 {
  2261.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2262.         });
  2263.     }
  2264.     /**
  2265.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2266.      *
  2267.      * @return \Symfony\Component\Console\Command\LazyCommand
  2268.      */
  2269.     protected function get_Console_Command_AssetsInstall_LazyService()
  2270.     {
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2273.         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 {
  2274.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2275.         });
  2276.     }
  2277.     /**
  2278.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2279.      *
  2280.      * @return \Symfony\Component\Console\Command\LazyCommand
  2281.      */
  2282.     protected function get_Console_Command_CacheClear_LazyService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2286.         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 {
  2287.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2288.         });
  2289.     }
  2290.     /**
  2291.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\Console\Command\LazyCommand
  2294.      */
  2295.     protected function get_Console_Command_CachePoolClear_LazyService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2299.         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 {
  2300.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2301.         });
  2302.     }
  2303.     /**
  2304.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2305.      *
  2306.      * @return \Symfony\Component\Console\Command\LazyCommand
  2307.      */
  2308.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2312.         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 {
  2313.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2314.         });
  2315.     }
  2316.     /**
  2317.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\Console\Command\LazyCommand
  2320.      */
  2321.     protected function get_Console_Command_CachePoolList_LazyService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2325.         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 {
  2326.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2327.         });
  2328.     }
  2329.     /**
  2330.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\Console\Command\LazyCommand
  2333.      */
  2334.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2338.         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 {
  2339.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2340.         });
  2341.     }
  2342.     /**
  2343.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\Console\Command\LazyCommand
  2346.      */
  2347.     protected function get_Console_Command_CacheWarmup_LazyService()
  2348.     {
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2351.         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 {
  2352.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2353.         });
  2354.     }
  2355.     /**
  2356.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\Console\Command\LazyCommand
  2359.      */
  2360.     protected function get_Console_Command_ConfigDebug_LazyService()
  2361.     {
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2364.         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 {
  2365.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2366.         });
  2367.     }
  2368.     /**
  2369.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2370.      *
  2371.      * @return \Symfony\Component\Console\Command\LazyCommand
  2372.      */
  2373.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2377.         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 {
  2378.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2379.         });
  2380.     }
  2381.     /**
  2382.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2383.      *
  2384.      * @return \Symfony\Component\Console\Command\LazyCommand
  2385.      */
  2386.     protected function get_Console_Command_ContainerDebug_LazyService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2390.         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 {
  2391.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2392.         });
  2393.     }
  2394.     /**
  2395.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Console\Command\LazyCommand
  2398.      */
  2399.     protected function get_Console_Command_ContainerLint_LazyService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2403.         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 {
  2404.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2405.         });
  2406.     }
  2407.     /**
  2408.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2409.      *
  2410.      * @return \Symfony\Component\Console\Command\LazyCommand
  2411.      */
  2412.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2416.         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 {
  2417.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2418.         });
  2419.     }
  2420.     /**
  2421.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Console\Command\LazyCommand
  2424.      */
  2425.     protected function get_Console_Command_DotenvDebug_LazyService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2429.         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 {
  2430.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2431.         });
  2432.     }
  2433.     /**
  2434.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2435.      *
  2436.      * @return \Symfony\Component\Console\Command\LazyCommand
  2437.      */
  2438.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2442.         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 {
  2443.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2444.         });
  2445.     }
  2446.     /**
  2447.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\Console\Command\LazyCommand
  2450.      */
  2451.     protected function get_Console_Command_FormDebug_LazyService()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2455.         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 {
  2456.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2457.         });
  2458.     }
  2459.     /**
  2460.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\Console\Command\LazyCommand
  2463.      */
  2464.     protected function get_Console_Command_RouterDebug_LazyService()
  2465.     {
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2468.         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 {
  2469.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2470.         });
  2471.     }
  2472.     /**
  2473.      * Gets the private '.console.command.router_match.lazy' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\Console\Command\LazyCommand
  2476.      */
  2477.     protected function get_Console_Command_RouterMatch_LazyService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2481.         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 {
  2482.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2483.         });
  2484.     }
  2485.     /**
  2486.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\Console\Command\LazyCommand
  2489.      */
  2490.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2494.         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 {
  2495.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2496.         });
  2497.     }
  2498.     /**
  2499.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Console\Command\LazyCommand
  2502.      */
  2503.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2507.         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 {
  2508.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2509.         });
  2510.     }
  2511.     /**
  2512.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Console\Command\LazyCommand
  2515.      */
  2516.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2520.         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 {
  2521.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2522.         });
  2523.     }
  2524.     /**
  2525.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\Console\Command\LazyCommand
  2528.      */
  2529.     protected function get_Console_Command_SecretsList_LazyService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2533.         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 {
  2534.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2535.         });
  2536.     }
  2537.     /**
  2538.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\Console\Command\LazyCommand
  2541.      */
  2542.     protected function get_Console_Command_SecretsRemove_LazyService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2546.         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 {
  2547.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2548.         });
  2549.     }
  2550.     /**
  2551.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2552.      *
  2553.      * @return \Symfony\Component\Console\Command\LazyCommand
  2554.      */
  2555.     protected function get_Console_Command_SecretsSet_LazyService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2559.         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 {
  2560.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2561.         });
  2562.     }
  2563.     /**
  2564.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\Console\Command\LazyCommand
  2567.      */
  2568.     protected function get_Console_Command_TranslationDebug_LazyService()
  2569.     {
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2572.         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 {
  2573.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2574.         });
  2575.     }
  2576.     /**
  2577.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Console\Command\LazyCommand
  2580.      */
  2581.     protected function get_Console_Command_TranslationExtract_LazyService()
  2582.     {
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2585.         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 {
  2586.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2587.         });
  2588.     }
  2589.     /**
  2590.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2591.      *
  2592.      * @return \Symfony\Component\Console\Command\LazyCommand
  2593.      */
  2594.     protected function get_Console_Command_TranslationPull_LazyService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2598.         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 {
  2599.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2600.         });
  2601.     }
  2602.     /**
  2603.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\Console\Command\LazyCommand
  2606.      */
  2607.     protected function get_Console_Command_TranslationPush_LazyService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2611.         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 {
  2612.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2613.         });
  2614.     }
  2615.     /**
  2616.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2617.      *
  2618.      * @return \Symfony\Component\Console\Command\LazyCommand
  2619.      */
  2620.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2621.     {
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2624.         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 {
  2625.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2626.         });
  2627.     }
  2628.     /**
  2629.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\Console\Command\LazyCommand
  2632.      */
  2633.     protected function get_Console_Command_XliffLint_LazyService()
  2634.     {
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2637.         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 {
  2638.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2639.         });
  2640.     }
  2641.     /**
  2642.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\Console\Command\LazyCommand
  2645.      */
  2646.     protected function get_Console_Command_YamlLint_LazyService()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2650.         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 {
  2651.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2652.         });
  2653.     }
  2654.     /**
  2655.      * Gets the private '.debug.http_client' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2658.      */
  2659.     protected function get_Debug_HttpClientService()
  2660.     {
  2661.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2662.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2663.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2664.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2665.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2666.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2667.         $a->setLogger($b);
  2668.         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))));
  2669.     }
  2670.     /**
  2671.      * Gets the private '.errored..service_locator.1qmr3HS.App\Entity\Company' shared service.
  2672.      *
  2673.      * @return \App\Entity\Company
  2674.      */
  2675.     protected function getCompanyService()
  2676.     {
  2677.         $this->throw('Cannot autowire service ".service_locator.1qmr3HS": it references class "App\\Entity\\Company" but no such service exists.');
  2678.     }
  2679.     /**
  2680.      * Gets the private '.errored..service_locator.93D7QMa.App\Entity\User' shared service.
  2681.      *
  2682.      * @return \App\Entity\User
  2683.      */
  2684.     protected function getUserService()
  2685.     {
  2686.         $this->throw('Cannot autowire service ".service_locator.93D7QMa": it references class "App\\Entity\\User" but no such service exists.');
  2687.     }
  2688.     /**
  2689.      * Gets the private '.errored..service_locator.93D7QMa.Symfony\Bridge\Doctrine\ManagerRegistry' shared service.
  2690.      *
  2691.      * @return \Symfony\Bridge\Doctrine\ManagerRegistry
  2692.      */
  2693.     protected function getManagerRegistryService()
  2694.     {
  2695.         $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.');
  2696.     }
  2697.     /**
  2698.      * Gets the private '.errored..service_locator.BMUL7dR.App\Entity\Company' shared service.
  2699.      *
  2700.      * @return \App\Entity\Company
  2701.      */
  2702.     protected function getCompany2Service()
  2703.     {
  2704.         $this->throw('Cannot autowire service ".service_locator.BMUL7dR": it references class "App\\Entity\\Company" but no such service exists.');
  2705.     }
  2706.     /**
  2707.      * Gets the private '.errored..service_locator.GiMBQJE.App\Entity\Company' shared service.
  2708.      *
  2709.      * @return \App\Entity\Company
  2710.      */
  2711.     protected function getCompany3Service()
  2712.     {
  2713.         $this->throw('Cannot autowire service ".service_locator.GiMBQJE": it references class "App\\Entity\\Company" but no such service exists.');
  2714.     }
  2715.     /**
  2716.      * Gets the private '.errored..service_locator.JtLgf8e.App\Entity\Formation' shared service.
  2717.      *
  2718.      * @return \App\Entity\Formation
  2719.      */
  2720.     protected function getFormationService()
  2721.     {
  2722.         $this->throw('Cannot autowire service ".service_locator.JtLgf8e": it references class "App\\Entity\\Formation" but no such service exists.');
  2723.     }
  2724.     /**
  2725.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2728.      */
  2729.     protected function getLoaderInterfaceService()
  2730.     {
  2731.         $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".');
  2732.     }
  2733.     /**
  2734.      * Gets the private '.errored..service_locator.O95UKUv.App\Entity\User' shared service.
  2735.      *
  2736.      * @return \App\Entity\User
  2737.      */
  2738.     protected function getUser2Service()
  2739.     {
  2740.         $this->throw('Cannot autowire service ".service_locator.O95UKUv": it references class "App\\Entity\\User" but no such service exists.');
  2741.     }
  2742.     /**
  2743.      * Gets the private '.errored..service_locator.Qf7futZ.App\Entity\Company' shared service.
  2744.      *
  2745.      * @return \App\Entity\Company
  2746.      */
  2747.     protected function getCompany4Service()
  2748.     {
  2749.         $this->throw('Cannot autowire service ".service_locator.Qf7futZ": it references class "App\\Entity\\Company" but no such service exists.');
  2750.     }
  2751.     /**
  2752.      * Gets the private '.errored..service_locator.Qgkw6e_.App\Entity\User' shared service.
  2753.      *
  2754.      * @return \App\Entity\User
  2755.      */
  2756.     protected function getUser3Service()
  2757.     {
  2758.         $this->throw('Cannot autowire service ".service_locator.Qgkw6e_": it references class "App\\Entity\\User" but no such service exists.');
  2759.     }
  2760.     /**
  2761.      * Gets the private '.errored..service_locator.YK278V..App\Entity\Company' shared service.
  2762.      *
  2763.      * @return \App\Entity\Company
  2764.      */
  2765.     protected function getCompany5Service()
  2766.     {
  2767.         $this->throw('Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.');
  2768.     }
  2769.     /**
  2770.      * Gets the private '.errored..service_locator._Lgsrjl.App\Entity\Company' shared service.
  2771.      *
  2772.      * @return \App\Entity\Company
  2773.      */
  2774.     protected function getCompany6Service()
  2775.     {
  2776.         $this->throw('Cannot autowire service ".service_locator._Lgsrjl": it references class "App\\Entity\\Company" but no such service exists.');
  2777.     }
  2778.     /**
  2779.      * Gets the private '.errored..service_locator.b5sN5od.App\Entity\Formation' shared service.
  2780.      *
  2781.      * @return \App\Entity\Formation
  2782.      */
  2783.     protected function getFormation2Service()
  2784.     {
  2785.         $this->throw('Cannot autowire service ".service_locator.b5sN5od": it references class "App\\Entity\\Formation" but no such service exists.');
  2786.     }
  2787.     /**
  2788.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  2789.      *
  2790.      * @return \App\Entity\User
  2791.      */
  2792.     protected function getUser4Service()
  2793.     {
  2794.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  2795.     }
  2796.     /**
  2797.      * Gets the private '.errored..service_locator.h8eZpTL.App\Entity\Formation' shared service.
  2798.      *
  2799.      * @return \App\Entity\Formation
  2800.      */
  2801.     protected function getFormation3Service()
  2802.     {
  2803.         $this->throw('Cannot autowire service ".service_locator.h8eZpTL": it references class "App\\Entity\\Formation" but no such service exists.');
  2804.     }
  2805.     /**
  2806.      * Gets the private '.errored..service_locator.l_yBdsX.App\Entity\Company' shared service.
  2807.      *
  2808.      * @return \App\Entity\Company
  2809.      */
  2810.     protected function getCompany7Service()
  2811.     {
  2812.         $this->throw('Cannot autowire service ".service_locator.l_yBdsX": it references class "App\\Entity\\Company" but no such service exists.');
  2813.     }
  2814.     /**
  2815.      * Gets the private '.errored..service_locator.nlOzWfg.App\Entity\Company' shared service.
  2816.      *
  2817.      * @return \App\Entity\Company
  2818.      */
  2819.     protected function getCompany8Service()
  2820.     {
  2821.         $this->throw('Cannot autowire service ".service_locator.nlOzWfg": it references class "App\\Entity\\Company" but no such service exists.');
  2822.     }
  2823.     /**
  2824.      * Gets the private '.errored..service_locator.s_kH3X..Symfony\Bridge\Doctrine\ManagerRegistry' shared service.
  2825.      *
  2826.      * @return \Symfony\Bridge\Doctrine\ManagerRegistry
  2827.      */
  2828.     protected function getManagerRegistry2Service()
  2829.     {
  2830.         $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.');
  2831.     }
  2832.     /**
  2833.      * Gets the private '.errored..service_locator.u1nOMGq.App\Entity\User' shared service.
  2834.      *
  2835.      * @return \App\Entity\User
  2836.      */
  2837.     protected function getUser5Service()
  2838.     {
  2839.         $this->throw('Cannot autowire service ".service_locator.u1nOMGq": it references class "App\\Entity\\User" but no such service exists.');
  2840.     }
  2841.     /**
  2842.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2843.      *
  2844.      * @return \Symfony\Component\Console\Command\LazyCommand
  2845.      */
  2846.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2847.     {
  2848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2850.         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 {
  2851.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2852.         });
  2853.     }
  2854.     /**
  2855.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2856.      *
  2857.      * @return \Symfony\Component\Console\Command\LazyCommand
  2858.      */
  2859.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2860.     {
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2863.         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 {
  2864.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2865.         });
  2866.     }
  2867.     /**
  2868.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\Console\Command\LazyCommand
  2871.      */
  2872.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2876.         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 {
  2877.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2878.         });
  2879.     }
  2880.     /**
  2881.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2882.      *
  2883.      * @return \Symfony\Component\Console\Command\LazyCommand
  2884.      */
  2885.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2886.     {
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2889.         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 {
  2890.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2891.         });
  2892.     }
  2893.     /**
  2894.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2895.      *
  2896.      * @return \Symfony\Component\Console\Command\LazyCommand
  2897.      */
  2898.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2899.     {
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2902.         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 {
  2903.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2904.         });
  2905.     }
  2906.     /**
  2907.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Console\Command\LazyCommand
  2910.      */
  2911.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2915.         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 {
  2916.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2917.         });
  2918.     }
  2919.     /**
  2920.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\Console\Command\LazyCommand
  2923.      */
  2924.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2925.     {
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2928.         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 {
  2929.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2930.         });
  2931.     }
  2932.     /**
  2933.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\Console\Command\LazyCommand
  2936.      */
  2937.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2938.     {
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2941.         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 {
  2942.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2943.         });
  2944.     }
  2945.     /**
  2946.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Console\Command\LazyCommand
  2949.      */
  2950.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2951.     {
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2954.         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 {
  2955.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2956.         });
  2957.     }
  2958.     /**
  2959.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\Console\Command\LazyCommand
  2962.      */
  2963.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2964.     {
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2967.         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 {
  2968.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2969.         });
  2970.     }
  2971.     /**
  2972.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Console\Command\LazyCommand
  2975.      */
  2976.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2977.     {
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2980.         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 {
  2981.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2982.         });
  2983.     }
  2984.     /**
  2985.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\Console\Command\LazyCommand
  2988.      */
  2989.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2990.     {
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2993.         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 {
  2994.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2995.         });
  2996.     }
  2997.     /**
  2998.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\Console\Command\LazyCommand
  3001.      */
  3002.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3003.     {
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3006.         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 {
  3007.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3008.         });
  3009.     }
  3010.     /**
  3011.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3012.      *
  3013.      * @return \Symfony\Component\Console\Command\LazyCommand
  3014.      */
  3015.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3019.         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 {
  3020.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3021.         });
  3022.     }
  3023.     /**
  3024.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\Console\Command\LazyCommand
  3027.      */
  3028.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3032.         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 {
  3033.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3034.         });
  3035.     }
  3036.     /**
  3037.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\Console\Command\LazyCommand
  3040.      */
  3041.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3045.         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 {
  3046.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3047.         });
  3048.     }
  3049.     /**
  3050.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3051.      *
  3052.      * @return \Symfony\Component\Console\Command\LazyCommand
  3053.      */
  3054.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3058.         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 {
  3059.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3060.         });
  3061.     }
  3062.     /**
  3063.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3064.      *
  3065.      * @return \Symfony\Component\Console\Command\LazyCommand
  3066.      */
  3067.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3071.         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 {
  3072.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3073.         });
  3074.     }
  3075.     /**
  3076.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\Console\Command\LazyCommand
  3079.      */
  3080.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3084.         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 {
  3085.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3086.         });
  3087.     }
  3088.     /**
  3089.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Console\Command\LazyCommand
  3092.      */
  3093.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3097.         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 {
  3098.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3099.         });
  3100.     }
  3101.     /**
  3102.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\Console\Command\LazyCommand
  3105.      */
  3106.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3107.     {
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3110.         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 {
  3111.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3112.         });
  3113.     }
  3114.     /**
  3115.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3116.      *
  3117.      * @return \Symfony\Component\Console\Command\LazyCommand
  3118.      */
  3119.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3123.         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 {
  3124.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3125.         });
  3126.     }
  3127.     /**
  3128.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\Console\Command\LazyCommand
  3131.      */
  3132.     protected function get_Monolog_Command_ServerLog_LazyService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3136.         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 {
  3137.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3138.         });
  3139.     }
  3140.     /**
  3141.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\Console\Command\LazyCommand
  3144.      */
  3145.     protected function get_Security_Command_DebugFirewall_LazyService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3149.         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 {
  3150.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3151.         });
  3152.     }
  3153.     /**
  3154.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\Console\Command\LazyCommand
  3157.      */
  3158.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3162.         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 {
  3163.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3164.         });
  3165.     }
  3166.     /**
  3167.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3168.      *
  3169.      * @return \Symfony\Component\Console\Command\LazyCommand
  3170.      */
  3171.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3175.         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 {
  3176.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3177.         });
  3178.     }
  3179.     /**
  3180.      * Gets the private '.service_locator..xEWdnp' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3183.      */
  3184.     protected function get_ServiceLocator__XEWdnpService()
  3185.     {
  3186.         return $this->privates['.service_locator..xEWdnp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3187.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3188.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3189.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3190.             'urlGenerator' => ['services''router''getRouterService'false],
  3191.         ], [
  3192.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3193.             'managerRegistry' => '?',
  3194.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3195.             'urlGenerator' => '?',
  3196.         ]);
  3197.     }
  3198.     /**
  3199.      * Gets the private '.service_locator.1qmr3HS' shared service.
  3200.      *
  3201.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3202.      */
  3203.     protected function get_ServiceLocator_1qmr3HSService()
  3204.     {
  3205.         return $this->privates['.service_locator.1qmr3HS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3206.             '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.'],
  3207.             'importUser' => ['privates''App\\Service\\import\\ImportUser''getImportUserService'false],
  3208.         ], [
  3209.             'company' => 'App\\Entity\\Company',
  3210.             'importUser' => 'App\\Service\\import\\ImportUser',
  3211.         ]);
  3212.     }
  3213.     /**
  3214.      * Gets the private '.service_locator.5c1zT42' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3217.      */
  3218.     protected function get_ServiceLocator_5c1zT42Service()
  3219.     {
  3220.         return $this->privates['.service_locator.5c1zT42'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3221.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3222.         ], [
  3223.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3224.         ]);
  3225.     }
  3226.     /**
  3227.      * Gets the private '.service_locator.75l7mhD' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3230.      */
  3231.     protected function get_ServiceLocator_75l7mhDService()
  3232.     {
  3233.         return $this->privates['.service_locator.75l7mhD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3234.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  3235.         ], [
  3236.             'exportUser' => 'App\\Service\\export\\ExportUser',
  3237.         ]);
  3238.     }
  3239.     /**
  3240.      * Gets the private '.service_locator.93D7QMa' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3243.      */
  3244.     protected function get_ServiceLocator_93D7QMaService()
  3245.     {
  3246.         return $this->privates['.service_locator.93D7QMa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3247.             '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.'],
  3248.             '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.'],
  3249.         ], [
  3250.             'managerRegistry' => 'Symfony\\Bridge\\Doctrine\\ManagerRegistry',
  3251.             'user' => 'App\\Entity\\User',
  3252.         ]);
  3253.     }
  3254.     /**
  3255.      * Gets the private '.service_locator.9Sx_zIX' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3258.      */
  3259.     protected function get_ServiceLocator_9SxZIXService()
  3260.     {
  3261.         return $this->privates['.service_locator.9Sx_zIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3262.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3263.         ], [
  3264.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3265.         ]);
  3266.     }
  3267.     /**
  3268.      * Gets the private '.service_locator.BMUL7dR' shared service.
  3269.      *
  3270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3271.      */
  3272.     protected function get_ServiceLocator_BMUL7dRService()
  3273.     {
  3274.         return $this->privates['.service_locator.BMUL7dR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3275.             '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.'],
  3276.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3277.         ], [
  3278.             'company' => 'App\\Entity\\Company',
  3279.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3280.         ]);
  3281.     }
  3282.     /**
  3283.      * Gets the private '.service_locator.BcsTf_h' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3286.      */
  3287.     protected function get_ServiceLocator_BcsTfHService()
  3288.     {
  3289.         return $this->privates['.service_locator.BcsTf_h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3290.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3291.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3292.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3293.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3294.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3295.             'router' => ['services''router''getRouterService'false],
  3296.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3297.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3298.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3299.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3300.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3301.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3302.         ], [
  3303.             'doctrine' => '?',
  3304.             'form.factory' => '?',
  3305.             'http_kernel' => '?',
  3306.             'parameter_bag' => '?',
  3307.             'request_stack' => '?',
  3308.             'router' => '?',
  3309.             'security.authorization_checker' => '?',
  3310.             'security.csrf.token_manager' => '?',
  3311.             'security.token_storage' => '?',
  3312.             'serializer' => '?',
  3313.             'session' => '.session.deprecated',
  3314.             'twig' => '?',
  3315.         ]);
  3316.     }
  3317.     /**
  3318.      * Gets the private '.service_locator.CR8xNkN' shared service.
  3319.      *
  3320.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3321.      */
  3322.     protected function get_ServiceLocator_CR8xNkNService()
  3323.     {
  3324.         return $this->privates['.service_locator.CR8xNkN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3325.             'App\\Controller\\AdviceController::showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3326.             'App\\Controller\\AdviceController::userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3327.             'App\\Controller\\AjaxController::deleteCompany' => ['privates''.service_locator.s_kH3X.''get_ServiceLocator_SKH3X_Service'false],
  3328.             'App\\Controller\\AjaxController::dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3329.             'App\\Controller\\AjaxController::dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3330.             'App\\Controller\\AjaxController::dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  3331.             'App\\Controller\\AjaxController::getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3332.             'App\\Controller\\AjaxController::getHistory' => ['privates''.service_locator.93D7QMa''get_ServiceLocator_93D7QMaService'false],
  3333.             'App\\Controller\\AjaxController::getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3334.             'App\\Controller\\AjaxController::getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3335.             'App\\Controller\\AjaxController::getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  3336.             'App\\Controller\\AjaxController::logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  3337.             'App\\Controller\\FavoritesController::addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3338.             'App\\Controller\\FavoritesController::favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3339.             'App\\Controller\\FavoritesController::index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  3340.             'App\\Controller\\FavoritesController::listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3341.             'App\\Controller\\FavoritesController::removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3342.             'App\\Controller\\FavoritesController::toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3343.             'App\\Controller\\FormationController::fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3344.             'App\\Controller\\FormationController::listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3345.             'App\\Controller\\FormationController::show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  3346.             'App\\Controller\\HomeController::howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3347.             'App\\Controller\\HomeController::showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3348.             'App\\Controller\\HomeController::showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3349.             'App\\Controller\\NotificationController::listAll' => ['privates''.service_locator.bDHhYO1''get_ServiceLocator_BDHhYO1Service'false],
  3350.             'App\\Controller\\NotificationController::readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3351.             'App\\Controller\\NotificationController::setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3352.             'App\\Controller\\ProfileController::index' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3353.             'App\\Controller\\ProfileController::userProfile' => ['privates''.service_locator.PVhVy6Z''get_ServiceLocator_PVhVy6ZService'false],
  3354.             'App\\Controller\\ProgramController::contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3355.             'App\\Controller\\ProgramController::indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3356.             'App\\Controller\\SearchController::fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  3357.             'App\\Controller\\SecurityController::createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3358.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  3359.             'App\\Controller\\SecurityController::reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  3360.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3361.             'App\\Controller\\SharePlaylistController::getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3362.             'App\\Controller\\SharePlaylistController::sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  3363.             'App\\Controller\\UserDashboardController::index' => ['privates''.service_locator.mRJIDCq''get_ServiceLocator_MRJIDCqService'false],
  3364.             'App\\Controller\\UserDashboardController::showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3365.             'App\\Controller\\UserDashboardController::userInfo' => ['privates''.service_locator.hrgM.SK''get_ServiceLocator_HrgM_SKService'false],
  3366.             'App\\Controller\\VideosController::contentRescueVideos' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3367.             'App\\Controller\\VideosController::contentVideosByCat' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3368.             'App\\Controller\\WPContentController::showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3369.             'App\\Controller\\admin\\AdminController::addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  3370.             'App\\Controller\\admin\\AdminController::createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  3371.             'App\\Controller\\admin\\AdminController::createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  3372.             'App\\Controller\\admin\\AdminController::updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3373.             'App\\Controller\\admin\\ExportController::downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  3374.             'App\\Controller\\admin\\ExportController::exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  3375.             'App\\Controller\\admin\\ExportController::exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  3376.             'App\\Controller\\admin\\FormationController::create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  3377.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  3378.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  3379.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3380.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3381.             'App\\Controller\\admin\\FormationController::statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  3382.             'App\\Controller\\admin\\FormationController::update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  3383.             'App\\Controller\\admin\\FormationController::uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  3384.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  3385.             'App\\Controller\\admin\\ImportController::importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  3386.             'App\\Controller\\admin\\MessageController::deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3387.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3388.             'App\\Controller\\admin\\MessageController::saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3389.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3390.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3391.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3392.             'App\\Controller\\admin\\StatisticsController::statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3393.             'App\\Controller\\admin\\StatisticsController::statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  3394.             'App\\Controller\\admin\\SubscriptionController::addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  3395.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  3396.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  3397.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3398.             'App\\Controller\\admin\\SubscriptionController::showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  3399.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3400.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  3401.             'App\\Controller\\admin\\TestController::jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  3402.             'App\\Controller\\admin\\TestController::test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  3403.             'App\\Controller\\admin\\TestController::testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3404.             'App\\Controller\\admin\\TestController::testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  3405.             'App\\Controller\\admin\\ToolsController::fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3406.             'App\\Controller\\admin\\UploadController::downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3407.             'App\\Controller\\admin\\UploadController::processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3408.             'App\\Controller\\admin\\UploadController::removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3409.             'App\\Controller\\admin\\UploadController::revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3410.             'App\\Controller\\admin\\UserController::addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  3411.             'App\\Controller\\admin\\UserController::checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3412.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  3413.             'App\\Controller\\admin\\UserController::fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3414.             'App\\Controller\\admin\\UserController::fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3415.             'App\\Controller\\admin\\UserController::sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  3416.             'App\\Controller\\admin\\UserController::updateUser' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3417.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3418.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3419.             'App\\Controller\\AdviceController:showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3420.             'App\\Controller\\AdviceController:userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3421.             'App\\Controller\\AjaxController:deleteCompany' => ['privates''.service_locator.s_kH3X.''get_ServiceLocator_SKH3X_Service'false],
  3422.             'App\\Controller\\AjaxController:dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3423.             'App\\Controller\\AjaxController:dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3424.             'App\\Controller\\AjaxController:dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  3425.             'App\\Controller\\AjaxController:getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3426.             'App\\Controller\\AjaxController:getHistory' => ['privates''.service_locator.93D7QMa''get_ServiceLocator_93D7QMaService'false],
  3427.             'App\\Controller\\AjaxController:getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3428.             'App\\Controller\\AjaxController:getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3429.             'App\\Controller\\AjaxController:getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  3430.             'App\\Controller\\AjaxController:logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  3431.             'App\\Controller\\FavoritesController:addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3432.             'App\\Controller\\FavoritesController:favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3433.             'App\\Controller\\FavoritesController:index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  3434.             'App\\Controller\\FavoritesController:listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3435.             'App\\Controller\\FavoritesController:removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3436.             'App\\Controller\\FavoritesController:toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3437.             'App\\Controller\\FormationController:fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3438.             'App\\Controller\\FormationController:listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3439.             'App\\Controller\\FormationController:show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  3440.             'App\\Controller\\HomeController:howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3441.             'App\\Controller\\HomeController:showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3442.             'App\\Controller\\HomeController:showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3443.             'App\\Controller\\NotificationController:listAll' => ['privates''.service_locator.bDHhYO1''get_ServiceLocator_BDHhYO1Service'false],
  3444.             'App\\Controller\\NotificationController:readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3445.             'App\\Controller\\NotificationController:setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3446.             'App\\Controller\\ProfileController:index' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3447.             'App\\Controller\\ProfileController:userProfile' => ['privates''.service_locator.PVhVy6Z''get_ServiceLocator_PVhVy6ZService'false],
  3448.             'App\\Controller\\ProgramController:contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3449.             'App\\Controller\\ProgramController:indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3450.             'App\\Controller\\SearchController:fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  3451.             'App\\Controller\\SecurityController:createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3452.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  3453.             'App\\Controller\\SecurityController:reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  3454.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3455.             'App\\Controller\\SharePlaylistController:getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3456.             'App\\Controller\\SharePlaylistController:sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  3457.             'App\\Controller\\UserDashboardController:index' => ['privates''.service_locator.mRJIDCq''get_ServiceLocator_MRJIDCqService'false],
  3458.             'App\\Controller\\UserDashboardController:showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3459.             'App\\Controller\\UserDashboardController:userInfo' => ['privates''.service_locator.hrgM.SK''get_ServiceLocator_HrgM_SKService'false],
  3460.             'App\\Controller\\VideosController:contentRescueVideos' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3461.             'App\\Controller\\VideosController:contentVideosByCat' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3462.             'App\\Controller\\WPContentController:showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3463.             'App\\Controller\\admin\\AdminController:addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  3464.             'App\\Controller\\admin\\AdminController:createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  3465.             'App\\Controller\\admin\\AdminController:createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  3466.             'App\\Controller\\admin\\AdminController:updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3467.             'App\\Controller\\admin\\ExportController:downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  3468.             'App\\Controller\\admin\\ExportController:exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  3469.             'App\\Controller\\admin\\ExportController:exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  3470.             'App\\Controller\\admin\\FormationController:create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  3471.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  3472.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  3473.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3474.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3475.             'App\\Controller\\admin\\FormationController:statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  3476.             'App\\Controller\\admin\\FormationController:update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  3477.             'App\\Controller\\admin\\FormationController:uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  3478.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  3479.             'App\\Controller\\admin\\ImportController:importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  3480.             'App\\Controller\\admin\\MessageController:deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3481.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3482.             'App\\Controller\\admin\\MessageController:saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3483.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3484.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3485.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3486.             'App\\Controller\\admin\\StatisticsController:statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3487.             'App\\Controller\\admin\\StatisticsController:statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  3488.             'App\\Controller\\admin\\SubscriptionController:addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  3489.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  3490.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  3491.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3492.             'App\\Controller\\admin\\SubscriptionController:showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  3493.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3494.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  3495.             'App\\Controller\\admin\\TestController:jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  3496.             'App\\Controller\\admin\\TestController:test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  3497.             'App\\Controller\\admin\\TestController:testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3498.             'App\\Controller\\admin\\TestController:testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  3499.             'App\\Controller\\admin\\ToolsController:fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3500.             'App\\Controller\\admin\\UploadController:downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3501.             'App\\Controller\\admin\\UploadController:processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3502.             'App\\Controller\\admin\\UploadController:removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3503.             'App\\Controller\\admin\\UploadController:revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3504.             'App\\Controller\\admin\\UserController:addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  3505.             'App\\Controller\\admin\\UserController:checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3506.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  3507.             'App\\Controller\\admin\\UserController:fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3508.             'App\\Controller\\admin\\UserController:fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3509.             'App\\Controller\\admin\\UserController:sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  3510.             'App\\Controller\\admin\\UserController:updateUser' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3511.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3512.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3513.         ], [
  3514.             'App\\Controller\\AdviceController::showAdvice' => '?',
  3515.             'App\\Controller\\AdviceController::userAdvices' => '?',
  3516.             'App\\Controller\\AjaxController::deleteCompany' => '?',
  3517.             'App\\Controller\\AjaxController::dtCompanyContact' => '?',
  3518.             'App\\Controller\\AjaxController::dtCompanyRH' => '?',
  3519.             'App\\Controller\\AjaxController::dtUsersWithStat' => '?',
  3520.             'App\\Controller\\AjaxController::getAdvice' => '?',
  3521.             'App\\Controller\\AjaxController::getHistory' => '?',
  3522.             'App\\Controller\\AjaxController::getLearnMore' => '?',
  3523.             'App\\Controller\\AjaxController::getLearnMoreAll' => '?',
  3524.             'App\\Controller\\AjaxController::getStats' => '?',
  3525.             'App\\Controller\\AjaxController::logJwp' => '?',
  3526.             'App\\Controller\\FavoritesController::addFavorite' => '?',
  3527.             'App\\Controller\\FavoritesController::favoriteExist' => '?',
  3528.             'App\\Controller\\FavoritesController::index' => '?',
  3529.             'App\\Controller\\FavoritesController::listFavorite' => '?',
  3530.             'App\\Controller\\FavoritesController::removeFavorite' => '?',
  3531.             'App\\Controller\\FavoritesController::toggleFavorite' => '?',
  3532.             'App\\Controller\\FormationController::fetchMyFormation' => '?',
  3533.             'App\\Controller\\FormationController::listAll' => '?',
  3534.             'App\\Controller\\FormationController::show' => '?',
  3535.             'App\\Controller\\HomeController::howItWorks' => '?',
  3536.             'App\\Controller\\HomeController::showFormationsRequired' => '?',
  3537.             'App\\Controller\\HomeController::showLoginHeader' => '?',
  3538.             'App\\Controller\\NotificationController::listAll' => '?',
  3539.             'App\\Controller\\NotificationController::readAll' => '?',
  3540.             'App\\Controller\\NotificationController::setNotificationRead' => '?',
  3541.             'App\\Controller\\ProfileController::index' => '?',
  3542.             'App\\Controller\\ProfileController::userProfile' => '?',
  3543.             'App\\Controller\\ProgramController::contentProgram' => '?',
  3544.             'App\\Controller\\ProgramController::indexProgram' => '?',
  3545.             'App\\Controller\\SearchController::fetchData' => '?',
  3546.             'App\\Controller\\SecurityController::createAccount' => '?',
  3547.             'App\\Controller\\SecurityController::login' => '?',
  3548.             'App\\Controller\\SecurityController::reset' => '?',
  3549.             'App\\Controller\\SecurityController::resetPassword' => '?',
  3550.             'App\\Controller\\SharePlaylistController::getListUsers' => '?',
  3551.             'App\\Controller\\SharePlaylistController::sendEmail' => '?',
  3552.             'App\\Controller\\UserDashboardController::index' => '?',
  3553.             'App\\Controller\\UserDashboardController::showUserProfile' => '?',
  3554.             'App\\Controller\\UserDashboardController::userInfo' => '?',
  3555.             'App\\Controller\\VideosController::contentRescueVideos' => '?',
  3556.             'App\\Controller\\VideosController::contentVideosByCat' => '?',
  3557.             'App\\Controller\\WPContentController::showContent' => '?',
  3558.             'App\\Controller\\admin\\AdminController::addUserCompany' => '?',
  3559.             'App\\Controller\\admin\\AdminController::createUser' => '?',
  3560.             'App\\Controller\\admin\\AdminController::createUserRH' => '?',
  3561.             'App\\Controller\\admin\\AdminController::updateUserRH' => '?',
  3562.             'App\\Controller\\admin\\ExportController::downloadExportFile' => '?',
  3563.             'App\\Controller\\admin\\ExportController::exportData' => '?',
  3564.             'App\\Controller\\admin\\ExportController::exportFromDT' => '?',
  3565.             'App\\Controller\\admin\\FormationController::create' => '?',
  3566.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => '?',
  3567.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => '?',
  3568.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => '?',
  3569.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => '?',
  3570.             'App\\Controller\\admin\\FormationController::statistics' => '?',
  3571.             'App\\Controller\\admin\\FormationController::update' => '?',
  3572.             'App\\Controller\\admin\\FormationController::uploadImage' => '?',
  3573.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => '?',
  3574.             'App\\Controller\\admin\\ImportController::importUser' => '?',
  3575.             'App\\Controller\\admin\\MessageController::deleteMessage' => '?',
  3576.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => '?',
  3577.             'App\\Controller\\admin\\MessageController::saveMessage' => '?',
  3578.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => '?',
  3579.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => '?',
  3580.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => '?',
  3581.             'App\\Controller\\admin\\StatisticsController::statContent' => '?',
  3582.             'App\\Controller\\admin\\StatisticsController::statData' => '?',
  3583.             'App\\Controller\\admin\\SubscriptionController::addCompany' => '?',
  3584.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => '?',
  3585.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => '?',
  3586.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => '?',
  3587.             'App\\Controller\\admin\\SubscriptionController::showCompany' => '?',
  3588.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => '?',
  3589.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => '?',
  3590.             'App\\Controller\\admin\\TestController::jwp' => '?',
  3591.             'App\\Controller\\admin\\TestController::test' => '?',
  3592.             'App\\Controller\\admin\\TestController::testAlgo' => '?',
  3593.             'App\\Controller\\admin\\TestController::testEmail' => '?',
  3594.             'App\\Controller\\admin\\ToolsController::fetchTools' => '?',
  3595.             'App\\Controller\\admin\\UploadController::downloadDocuments' => '?',
  3596.             'App\\Controller\\admin\\UploadController::processFiles' => '?',
  3597.             'App\\Controller\\admin\\UploadController::removeFiles' => '?',
  3598.             'App\\Controller\\admin\\UploadController::revertFiles' => '?',
  3599.             'App\\Controller\\admin\\UserController::addUsers' => '?',
  3600.             'App\\Controller\\admin\\UserController::checkUserLimit' => '?',
  3601.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => '?',
  3602.             'App\\Controller\\admin\\UserController::fetchUser' => '?',
  3603.             'App\\Controller\\admin\\UserController::fetchUsers' => '?',
  3604.             'App\\Controller\\admin\\UserController::sendInvitation' => '?',
  3605.             'App\\Controller\\admin\\UserController::updateUser' => '?',
  3606.             'kernel::loadRoutes' => '?',
  3607.             'kernel::registerContainerConfiguration' => '?',
  3608.             'App\\Controller\\AdviceController:showAdvice' => '?',
  3609.             'App\\Controller\\AdviceController:userAdvices' => '?',
  3610.             'App\\Controller\\AjaxController:deleteCompany' => '?',
  3611.             'App\\Controller\\AjaxController:dtCompanyContact' => '?',
  3612.             'App\\Controller\\AjaxController:dtCompanyRH' => '?',
  3613.             'App\\Controller\\AjaxController:dtUsersWithStat' => '?',
  3614.             'App\\Controller\\AjaxController:getAdvice' => '?',
  3615.             'App\\Controller\\AjaxController:getHistory' => '?',
  3616.             'App\\Controller\\AjaxController:getLearnMore' => '?',
  3617.             'App\\Controller\\AjaxController:getLearnMoreAll' => '?',
  3618.             'App\\Controller\\AjaxController:getStats' => '?',
  3619.             'App\\Controller\\AjaxController:logJwp' => '?',
  3620.             'App\\Controller\\FavoritesController:addFavorite' => '?',
  3621.             'App\\Controller\\FavoritesController:favoriteExist' => '?',
  3622.             'App\\Controller\\FavoritesController:index' => '?',
  3623.             'App\\Controller\\FavoritesController:listFavorite' => '?',
  3624.             'App\\Controller\\FavoritesController:removeFavorite' => '?',
  3625.             'App\\Controller\\FavoritesController:toggleFavorite' => '?',
  3626.             'App\\Controller\\FormationController:fetchMyFormation' => '?',
  3627.             'App\\Controller\\FormationController:listAll' => '?',
  3628.             'App\\Controller\\FormationController:show' => '?',
  3629.             'App\\Controller\\HomeController:howItWorks' => '?',
  3630.             'App\\Controller\\HomeController:showFormationsRequired' => '?',
  3631.             'App\\Controller\\HomeController:showLoginHeader' => '?',
  3632.             'App\\Controller\\NotificationController:listAll' => '?',
  3633.             'App\\Controller\\NotificationController:readAll' => '?',
  3634.             'App\\Controller\\NotificationController:setNotificationRead' => '?',
  3635.             'App\\Controller\\ProfileController:index' => '?',
  3636.             'App\\Controller\\ProfileController:userProfile' => '?',
  3637.             'App\\Controller\\ProgramController:contentProgram' => '?',
  3638.             'App\\Controller\\ProgramController:indexProgram' => '?',
  3639.             'App\\Controller\\SearchController:fetchData' => '?',
  3640.             'App\\Controller\\SecurityController:createAccount' => '?',
  3641.             'App\\Controller\\SecurityController:login' => '?',
  3642.             'App\\Controller\\SecurityController:reset' => '?',
  3643.             'App\\Controller\\SecurityController:resetPassword' => '?',
  3644.             'App\\Controller\\SharePlaylistController:getListUsers' => '?',
  3645.             'App\\Controller\\SharePlaylistController:sendEmail' => '?',
  3646.             'App\\Controller\\UserDashboardController:index' => '?',
  3647.             'App\\Controller\\UserDashboardController:showUserProfile' => '?',
  3648.             'App\\Controller\\UserDashboardController:userInfo' => '?',
  3649.             'App\\Controller\\VideosController:contentRescueVideos' => '?',
  3650.             'App\\Controller\\VideosController:contentVideosByCat' => '?',
  3651.             'App\\Controller\\WPContentController:showContent' => '?',
  3652.             'App\\Controller\\admin\\AdminController:addUserCompany' => '?',
  3653.             'App\\Controller\\admin\\AdminController:createUser' => '?',
  3654.             'App\\Controller\\admin\\AdminController:createUserRH' => '?',
  3655.             'App\\Controller\\admin\\AdminController:updateUserRH' => '?',
  3656.             'App\\Controller\\admin\\ExportController:downloadExportFile' => '?',
  3657.             'App\\Controller\\admin\\ExportController:exportData' => '?',
  3658.             'App\\Controller\\admin\\ExportController:exportFromDT' => '?',
  3659.             'App\\Controller\\admin\\FormationController:create' => '?',
  3660.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => '?',
  3661.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => '?',
  3662.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => '?',
  3663.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => '?',
  3664.             'App\\Controller\\admin\\FormationController:statistics' => '?',
  3665.             'App\\Controller\\admin\\FormationController:update' => '?',
  3666.             'App\\Controller\\admin\\FormationController:uploadImage' => '?',
  3667.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => '?',
  3668.             'App\\Controller\\admin\\ImportController:importUser' => '?',
  3669.             'App\\Controller\\admin\\MessageController:deleteMessage' => '?',
  3670.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => '?',
  3671.             'App\\Controller\\admin\\MessageController:saveMessage' => '?',
  3672.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => '?',
  3673.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => '?',
  3674.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => '?',
  3675.             'App\\Controller\\admin\\StatisticsController:statContent' => '?',
  3676.             'App\\Controller\\admin\\StatisticsController:statData' => '?',
  3677.             'App\\Controller\\admin\\SubscriptionController:addCompany' => '?',
  3678.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => '?',
  3679.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => '?',
  3680.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => '?',
  3681.             'App\\Controller\\admin\\SubscriptionController:showCompany' => '?',
  3682.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => '?',
  3683.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => '?',
  3684.             'App\\Controller\\admin\\TestController:jwp' => '?',
  3685.             'App\\Controller\\admin\\TestController:test' => '?',
  3686.             'App\\Controller\\admin\\TestController:testAlgo' => '?',
  3687.             'App\\Controller\\admin\\TestController:testEmail' => '?',
  3688.             'App\\Controller\\admin\\ToolsController:fetchTools' => '?',
  3689.             'App\\Controller\\admin\\UploadController:downloadDocuments' => '?',
  3690.             'App\\Controller\\admin\\UploadController:processFiles' => '?',
  3691.             'App\\Controller\\admin\\UploadController:removeFiles' => '?',
  3692.             'App\\Controller\\admin\\UploadController:revertFiles' => '?',
  3693.             'App\\Controller\\admin\\UserController:addUsers' => '?',
  3694.             'App\\Controller\\admin\\UserController:checkUserLimit' => '?',
  3695.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => '?',
  3696.             'App\\Controller\\admin\\UserController:fetchUser' => '?',
  3697.             'App\\Controller\\admin\\UserController:fetchUsers' => '?',
  3698.             'App\\Controller\\admin\\UserController:sendInvitation' => '?',
  3699.             'App\\Controller\\admin\\UserController:updateUser' => '?',
  3700.             'kernel:loadRoutes' => '?',
  3701.             'kernel:registerContainerConfiguration' => '?',
  3702.         ]);
  3703.     }
  3704.     /**
  3705.      * Gets the private '.service_locator.ElBLRZs' shared service.
  3706.      *
  3707.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3708.      */
  3709.     protected function get_ServiceLocator_ElBLRZsService()
  3710.     {
  3711.         return $this->privates['.service_locator.ElBLRZs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3712.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3713.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3714.         ], [
  3715.             'eventDispatcher' => '?',
  3716.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3717.         ]);
  3718.     }
  3719.     /**
  3720.      * Gets the private '.service_locator.GiMBQJE' shared service.
  3721.      *
  3722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3723.      */
  3724.     protected function get_ServiceLocator_GiMBQJEService()
  3725.     {
  3726.         return $this->privates['.service_locator.GiMBQJE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3727.             '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.'],
  3728.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3729.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3730.         ], [
  3731.             'company' => 'App\\Entity\\Company',
  3732.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3733.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3734.         ]);
  3735.     }
  3736.     /**
  3737.      * Gets the private '.service_locator.HLJO_K5' shared service.
  3738.      *
  3739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3740.      */
  3741.     protected function get_ServiceLocator_HLJOK5Service()
  3742.     {
  3743.         return $this->privates['.service_locator.HLJO_K5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3744.             'em' => ['services''doctrine''getDoctrineService'false],
  3745.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3746.         ], [
  3747.             'em' => '?',
  3748.             'eventDispatcher' => '?',
  3749.         ]);
  3750.     }
  3751.     /**
  3752.      * Gets the private '.service_locator.HoUVouA' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3755.      */
  3756.     protected function get_ServiceLocator_HoUVouAService()
  3757.     {
  3758.         return $this->privates['.service_locator.HoUVouA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3759.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3760.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3761.         ], [
  3762.             'eventDispatcher' => '?',
  3763.             'managerRegistry' => '?',
  3764.         ]);
  3765.     }
  3766.     /**
  3767.      * Gets the private '.service_locator.JFWvM5G' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3770.      */
  3771.     protected function get_ServiceLocator_JFWvM5GService()
  3772.     {
  3773.         return $this->privates['.service_locator.JFWvM5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3774.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3775.         ], [
  3776.             'managerRegistry' => '?',
  3777.         ]);
  3778.     }
  3779.     /**
  3780.      * Gets the private '.service_locator.JtLgf8e' shared service.
  3781.      *
  3782.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3783.      */
  3784.     protected function get_ServiceLocator_JtLgf8eService()
  3785.     {
  3786.         return $this->privates['.service_locator.JtLgf8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3787.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  3788.             '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.'],
  3789.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3790.             'slugger' => ['privates''slugger''getSluggerService'false],
  3791.         ], [
  3792.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  3793.             'formation' => 'App\\Entity\\Formation',
  3794.             'formationService' => 'App\\Service\\formation\\FormationService',
  3795.             'slugger' => '?',
  3796.         ]);
  3797.     }
  3798.     /**
  3799.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3802.      */
  3803.     protected function get_ServiceLocator_KfbR3DYService()
  3804.     {
  3805.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3806.             '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".'],
  3807.         ], [
  3808.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3809.         ]);
  3810.     }
  3811.     /**
  3812.      * Gets the private '.service_locator.L.SGgV6' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3815.      */
  3816.     protected function get_ServiceLocator_L_SGgV6Service()
  3817.     {
  3818.         return $this->privates['.service_locator.L.SGgV6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3819.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3820.             'statisticsService' => ['privates''App\\Service\\statistics\\StatisticsService''getStatisticsServiceService'false],
  3821.         ], [
  3822.             'managerRegistry' => '?',
  3823.             'statisticsService' => 'App\\Service\\statistics\\StatisticsService',
  3824.         ]);
  3825.     }
  3826.     /**
  3827.      * Gets the private '.service_locator.Lc9schy' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3830.      */
  3831.     protected function get_ServiceLocator_Lc9schyService()
  3832.     {
  3833.         return $this->privates['.service_locator.Lc9schy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3834.             'jwpFilter' => ['privates''App\\Service\\Algo\\JwpFilter''getJwpFilterService'false],
  3835.         ], [
  3836.             'jwpFilter' => 'App\\Service\\Algo\\JwpFilter',
  3837.         ]);
  3838.     }
  3839.     /**
  3840.      * Gets the private '.service_locator.LiyckpW' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3843.      */
  3844.     protected function get_ServiceLocator_LiyckpWService()
  3845.     {
  3846.         return $this->privates['.service_locator.LiyckpW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3847.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  3848.         ], [
  3849.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  3850.         ]);
  3851.     }
  3852.     /**
  3853.      * Gets the private '.service_locator.Nsn8Fps' shared service.
  3854.      *
  3855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3856.      */
  3857.     protected function get_ServiceLocator_Nsn8FpsService()
  3858.     {
  3859.         return $this->privates['.service_locator.Nsn8Fps'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3860.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3861.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3862.         ], [
  3863.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3864.             'eventDispatcher' => '?',
  3865.         ]);
  3866.     }
  3867.     /**
  3868.      * Gets the private '.service_locator.O95UKUv' shared service.
  3869.      *
  3870.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3871.      */
  3872.     protected function get_ServiceLocator_O95UKUvService()
  3873.     {
  3874.         return $this->privates['.service_locator.O95UKUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3875.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3876.             'jwt' => ['privates''App\\Service\\JwtHandler''getJwtHandlerService'false],
  3877.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3878.             '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.'],
  3879.         ], [
  3880.             'encoder' => '?',
  3881.             'jwt' => 'App\\Service\\JwtHandler',
  3882.             'managerRegistry' => '?',
  3883.             'user' => 'App\\Entity\\User',
  3884.         ]);
  3885.     }
  3886.     /**
  3887.      * Gets the private '.service_locator.PVhVy6Z' shared service.
  3888.      *
  3889.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3890.      */
  3891.     protected function get_ServiceLocator_PVhVy6ZService()
  3892.     {
  3893.         return $this->privates['.service_locator.PVhVy6Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3894.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3895.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3896.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3897.         ], [
  3898.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3899.             'managerRegistry' => '?',
  3900.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3901.         ]);
  3902.     }
  3903.     /**
  3904.      * Gets the private '.service_locator.QcljCGs' shared service.
  3905.      *
  3906.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3907.      */
  3908.     protected function get_ServiceLocator_QcljCGsService()
  3909.     {
  3910.         return $this->privates['.service_locator.QcljCGs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3911.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3912.         ], [
  3913.             'dispatcher' => '?',
  3914.         ]);
  3915.     }
  3916.     /**
  3917.      * Gets the private '.service_locator.Qf7futZ' shared service.
  3918.      *
  3919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3920.      */
  3921.     protected function get_ServiceLocator_Qf7futZService()
  3922.     {
  3923.         return $this->privates['.service_locator.Qf7futZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3924.             '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.'],
  3925.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3926.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3927.         ], [
  3928.             'company' => 'App\\Entity\\Company',
  3929.             'eventDispatcher' => '?',
  3930.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3931.         ]);
  3932.     }
  3933.     /**
  3934.      * Gets the private '.service_locator.Qgkw6e_' shared service.
  3935.      *
  3936.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3937.      */
  3938.     protected function get_ServiceLocator_Qgkw6eService()
  3939.     {
  3940.         return $this->privates['.service_locator.Qgkw6e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3941.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3942.             '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.'],
  3943.         ], [
  3944.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3945.             'user' => 'App\\Entity\\User',
  3946.         ]);
  3947.     }
  3948.     /**
  3949.      * Gets the private '.service_locator.SUleZB5' shared service.
  3950.      *
  3951.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3952.      */
  3953.     protected function get_ServiceLocator_SUleZB5Service()
  3954.     {
  3955.         return $this->privates['.service_locator.SUleZB5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3956.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3957.         ], [
  3958.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3959.         ]);
  3960.     }
  3961.     /**
  3962.      * Gets the private '.service_locator.TJhMHtV' shared service.
  3963.      *
  3964.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3965.      */
  3966.     protected function get_ServiceLocator_TJhMHtVService()
  3967.     {
  3968.         return $this->privates['.service_locator.TJhMHtV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3969.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3970.         ], [
  3971.             'formationService' => 'App\\Service\\formation\\FormationService',
  3972.         ]);
  3973.     }
  3974.     /**
  3975.      * Gets the private '.service_locator.V4LACkG' shared service.
  3976.      *
  3977.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3978.      */
  3979.     protected function get_ServiceLocator_V4LACkGService()
  3980.     {
  3981.         return $this->privates['.service_locator.V4LACkG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3982.             'formationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  3983.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3984.         ], [
  3985.             'formationRepository' => 'App\\Repository\\FormationRepository',
  3986.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3987.         ]);
  3988.     }
  3989.     /**
  3990.      * Gets the private '.service_locator.XLT1iWZ' shared service.
  3991.      *
  3992.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3993.      */
  3994.     protected function get_ServiceLocator_XLT1iWZService()
  3995.     {
  3996.         return $this->privates['.service_locator.XLT1iWZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3997.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3998.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3999.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  4000.         ], [
  4001.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4002.             'managerRegistry' => '?',
  4003.             'profileService' => 'App\\Service\\profile\\ProfileService',
  4004.         ]);
  4005.     }
  4006.     /**
  4007.      * Gets the private '.service_locator.YK278V.' shared service.
  4008.      *
  4009.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4010.      */
  4011.     protected function get_ServiceLocator_YK278V_Service()
  4012.     {
  4013.         return $this->privates['.service_locator.YK278V.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4014.             '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.'],
  4015.         ], [
  4016.             'company' => 'App\\Entity\\Company',
  4017.         ]);
  4018.     }
  4019.     /**
  4020.      * Gets the private '.service_locator.ZahhcoK' shared service.
  4021.      *
  4022.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4023.      */
  4024.     protected function get_ServiceLocator_ZahhcoKService()
  4025.     {
  4026.         return $this->privates['.service_locator.ZahhcoK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4027.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  4028.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4029.         ], [
  4030.             'exportUser' => 'App\\Service\\export\\ExportUser',
  4031.             'userRepository' => 'App\\Repository\\UserRepository',
  4032.         ]);
  4033.     }
  4034.     /**
  4035.      * Gets the private '.service_locator._Lgsrjl' shared service.
  4036.      *
  4037.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4038.      */
  4039.     protected function get_ServiceLocator_LgsrjlService()
  4040.     {
  4041.         return $this->privates['.service_locator._Lgsrjl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4042.             '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.'],
  4043.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4044.             'slugger' => ['privates''slugger''getSluggerService'false],
  4045.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4046.         ], [
  4047.             'company' => 'App\\Entity\\Company',
  4048.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4049.             'slugger' => '?',
  4050.             'upload' => 'App\\Service\\Utils\\Upload',
  4051.         ]);
  4052.     }
  4053.     /**
  4054.      * Gets the private '.service_locator._hcRrRW' shared service.
  4055.      *
  4056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4057.      */
  4058.     protected function get_ServiceLocator_HcRrRWService()
  4059.     {
  4060.         return $this->privates['.service_locator._hcRrRW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4061.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  4062.         ], [
  4063.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  4064.         ]);
  4065.     }
  4066.     /**
  4067.      * Gets the private '.service_locator.b4YCvLJ' shared service.
  4068.      *
  4069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4070.      */
  4071.     protected function get_ServiceLocator_B4YCvLJService()
  4072.     {
  4073.         return $this->privates['.service_locator.b4YCvLJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4074.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4075.         ], [
  4076.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4077.         ]);
  4078.     }
  4079.     /**
  4080.      * Gets the private '.service_locator.b5sN5od' shared service.
  4081.      *
  4082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4083.      */
  4084.     protected function get_ServiceLocator_B5sN5odService()
  4085.     {
  4086.         return $this->privates['.service_locator.b5sN5od'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4087.             '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.'],
  4088.         ], [
  4089.             'formation' => 'App\\Entity\\Formation',
  4090.         ]);
  4091.     }
  4092.     /**
  4093.      * Gets the private '.service_locator.b65VD92' shared service.
  4094.      *
  4095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4096.      */
  4097.     protected function get_ServiceLocator_B65VD92Service()
  4098.     {
  4099.         return $this->privates['.service_locator.b65VD92'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4100.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  4101.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4102.         ], [
  4103.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  4104.             'formationService' => 'App\\Service\\formation\\FormationService',
  4105.         ]);
  4106.     }
  4107.     /**
  4108.      * Gets the private '.service_locator.bDHhYO1' shared service.
  4109.      *
  4110.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4111.      */
  4112.     protected function get_ServiceLocator_BDHhYO1Service()
  4113.     {
  4114.         return $this->privates['.service_locator.bDHhYO1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4115.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4116.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  4117.             'translator' => ['services''translator''getTranslatorService'false],
  4118.         ], [
  4119.             'managerRegistry' => '?',
  4120.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  4121.             'translator' => '?',
  4122.         ]);
  4123.     }
  4124.     /**
  4125.      * Gets the private '.service_locator.cDr8ldT' shared service.
  4126.      *
  4127.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4128.      */
  4129.     protected function get_ServiceLocator_CDr8ldTService()
  4130.     {
  4131.         return $this->privates['.service_locator.cDr8ldT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4132.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4133.             'translator' => ['services''translator''getTranslatorService'false],
  4134.         ], [
  4135.             'formationService' => 'App\\Service\\formation\\FormationService',
  4136.             'translator' => '?',
  4137.         ]);
  4138.     }
  4139.     /**
  4140.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  4141.      *
  4142.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4143.      */
  4144.     protected function get_ServiceLocator_Ch4JgvlService()
  4145.     {
  4146.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4147.             '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.'],
  4148.         ], [
  4149.             'user' => 'App\\Entity\\User',
  4150.         ]);
  4151.     }
  4152.     /**
  4153.      * Gets the private '.service_locator.fZXk27d' shared service.
  4154.      *
  4155.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4156.      */
  4157.     protected function get_ServiceLocator_FZXk27dService()
  4158.     {
  4159.         return $this->privates['.service_locator.fZXk27d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4160.             'slugger' => ['privates''slugger''getSluggerService'false],
  4161.         ], [
  4162.             'slugger' => '?',
  4163.         ]);
  4164.     }
  4165.     /**
  4166.      * Gets the private '.service_locator.fbf5F4C' shared service.
  4167.      *
  4168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4169.      */
  4170.     protected function get_ServiceLocator_Fbf5F4CService()
  4171.     {
  4172.         return $this->privates['.service_locator.fbf5F4C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4173.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4174.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4175.         ], [
  4176.             'managerRegistry' => '?',
  4177.             'upload' => 'App\\Service\\Utils\\Upload',
  4178.         ]);
  4179.     }
  4180.     /**
  4181.      * Gets the private '.service_locator.gD2lN7g' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4184.      */
  4185.     protected function get_ServiceLocator_GD2lN7gService()
  4186.     {
  4187.         return $this->privates['.service_locator.gD2lN7g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4188.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4189.             'messageService' => ['privates''App\\Service\\notification\\MessageService''getMessageServiceService'false],
  4190.         ], [
  4191.             'managerRegistry' => '?',
  4192.             'messageService' => 'App\\Service\\notification\\MessageService',
  4193.         ]);
  4194.     }
  4195.     /**
  4196.      * Gets the private '.service_locator.h8eZpTL' shared service.
  4197.      *
  4198.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4199.      */
  4200.     protected function get_ServiceLocator_H8eZpTLService()
  4201.     {
  4202.         return $this->privates['.service_locator.h8eZpTL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4203.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4204.             '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.'],
  4205.         ], [
  4206.             'eventDispatcher' => '?',
  4207.             'formation' => 'App\\Entity\\Formation',
  4208.         ]);
  4209.     }
  4210.     /**
  4211.      * Gets the private '.service_locator.hrgM.SK' shared service.
  4212.      *
  4213.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4214.      */
  4215.     protected function get_ServiceLocator_HrgM_SKService()
  4216.     {
  4217.         return $this->privates['.service_locator.hrgM.SK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4218.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4219.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4220.         ], [
  4221.             'encoder' => '?',
  4222.             'managerRegistry' => '?',
  4223.         ]);
  4224.     }
  4225.     /**
  4226.      * Gets the private '.service_locator.iZ35Uhe' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4229.      */
  4230.     protected function get_ServiceLocator_IZ35UheService()
  4231.     {
  4232.         return $this->privates['.service_locator.iZ35Uhe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4233.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4234.             'clientRegistry' => ['services''knpu.oauth2.registry''getKnpu_Oauth2_RegistryService'false],
  4235.         ], [
  4236.             'authenticationUtils' => '?',
  4237.             'clientRegistry' => '?',
  4238.         ]);
  4239.     }
  4240.     /**
  4241.      * Gets the private '.service_locator.jPENuTF' shared service.
  4242.      *
  4243.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4244.      */
  4245.     protected function get_ServiceLocator_JPENuTFService()
  4246.     {
  4247.         return $this->privates['.service_locator.jPENuTF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4248.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4249.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4250.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4251.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4252.         ], [
  4253.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4254.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4255.             'managerRegistry' => '?',
  4256.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4257.         ]);
  4258.     }
  4259.     /**
  4260.      * Gets the private '.service_locator.jlyTfzM' shared service.
  4261.      *
  4262.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4263.      */
  4264.     protected function get_ServiceLocator_JlyTfzMService()
  4265.     {
  4266.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4267.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4268.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4269.         ], [
  4270.             'event_dispatcher' => '?',
  4271.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4272.         ]);
  4273.     }
  4274.     /**
  4275.      * Gets the private '.service_locator.l_yBdsX' shared service.
  4276.      *
  4277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4278.      */
  4279.     protected function get_ServiceLocator_LYBdsXService()
  4280.     {
  4281.         return $this->privates['.service_locator.l_yBdsX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4282.             '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.'],
  4283.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4284.         ], [
  4285.             'company' => 'App\\Entity\\Company',
  4286.             'eventDispatcher' => '?',
  4287.         ]);
  4288.     }
  4289.     /**
  4290.      * Gets the private '.service_locator.mRJIDCq' shared service.
  4291.      *
  4292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4293.      */
  4294.     protected function get_ServiceLocator_MRJIDCqService()
  4295.     {
  4296.         return $this->privates['.service_locator.mRJIDCq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4297.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  4298.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4299.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4300.         ], [
  4301.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  4302.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4303.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4304.         ]);
  4305.     }
  4306.     /**
  4307.      * Gets the private '.service_locator.mZxy57w' shared service.
  4308.      *
  4309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4310.      */
  4311.     protected function get_ServiceLocator_MZxy57wService()
  4312.     {
  4313.         return $this->privates['.service_locator.mZxy57w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4314.             'searchService' => ['privates''App\\Service\\search\\SearchService''getSearchServiceService'false],
  4315.         ], [
  4316.             'searchService' => 'App\\Service\\search\\SearchService',
  4317.         ]);
  4318.     }
  4319.     /**
  4320.      * Gets the private '.service_locator.mzjt3rI' shared service.
  4321.      *
  4322.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4323.      */
  4324.     protected function get_ServiceLocator_Mzjt3rIService()
  4325.     {
  4326.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4327.             'translator' => ['services''translator''getTranslatorService'false],
  4328.         ], [
  4329.             'translator' => '?',
  4330.         ]);
  4331.     }
  4332.     /**
  4333.      * Gets the private '.service_locator.nlOzWfg' shared service.
  4334.      *
  4335.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4336.      */
  4337.     protected function get_ServiceLocator_NlOzWfgService()
  4338.     {
  4339.         return $this->privates['.service_locator.nlOzWfg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4340.             '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.'],
  4341.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4342.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4343.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4344.         ], [
  4345.             'company' => 'App\\Entity\\Company',
  4346.             'eventDispatcher' => '?',
  4347.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4348.             'validator' => '?',
  4349.         ]);
  4350.     }
  4351.     /**
  4352.      * Gets the private '.service_locator.qVNonl0' shared service.
  4353.      *
  4354.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4355.      */
  4356.     protected function get_ServiceLocator_QVNonl0Service()
  4357.     {
  4358.         return $this->privates['.service_locator.qVNonl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4359.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  4360.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  4361.         ], [
  4362.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  4363.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  4364.         ]);
  4365.     }
  4366.     /**
  4367.      * Gets the private '.service_locator.sYMafZy' shared service.
  4368.      *
  4369.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4370.      */
  4371.     protected function get_ServiceLocator_SYMafZyService()
  4372.     {
  4373.         return $this->privates['.service_locator.sYMafZy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4374.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4375.         ], [
  4376.             'upload' => 'App\\Service\\Utils\\Upload',
  4377.         ]);
  4378.     }
  4379.     /**
  4380.      * Gets the private '.service_locator.s_kH3X.' shared service.
  4381.      *
  4382.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4383.      */
  4384.     protected function get_ServiceLocator_SKH3X_Service()
  4385.     {
  4386.         return $this->privates['.service_locator.s_kH3X.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4387.             '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.'],
  4388.         ], [
  4389.             'managerRegistry' => 'Symfony\\Bridge\\Doctrine\\ManagerRegistry',
  4390.         ]);
  4391.     }
  4392.     /**
  4393.      * Gets the private '.service_locator.tYDLp9X' shared service.
  4394.      *
  4395.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4396.      */
  4397.     protected function get_ServiceLocator_TYDLp9XService()
  4398.     {
  4399.         return $this->privates['.service_locator.tYDLp9X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4400.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  4401.         ], [
  4402.             'params' => '?',
  4403.         ]);
  4404.     }
  4405.     /**
  4406.      * Gets the private '.service_locator.u1nOMGq' shared service.
  4407.      *
  4408.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4409.      */
  4410.     protected function get_ServiceLocator_U1nOMGqService()
  4411.     {
  4412.         return $this->privates['.service_locator.u1nOMGq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4413.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  4414.             '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.'],
  4415.         ], [
  4416.             'exportUser' => 'App\\Service\\export\\ExportUser',
  4417.             'user' => 'App\\Entity\\User',
  4418.         ]);
  4419.     }
  4420.     /**
  4421.      * Gets the private '.service_locator.u_8DLsU' shared service.
  4422.      *
  4423.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4424.      */
  4425.     protected function get_ServiceLocator_U8DLsUService()
  4426.     {
  4427.         return $this->privates['.service_locator.u_8DLsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4428.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  4429.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4430.             'slugger' => ['privates''slugger''getSluggerService'false],
  4431.         ], [
  4432.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  4433.             'formationService' => 'App\\Service\\formation\\FormationService',
  4434.             'slugger' => '?',
  4435.         ]);
  4436.     }
  4437.     /**
  4438.      * Gets the private '.service_locator.ubOmYdi' shared service.
  4439.      *
  4440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4441.      */
  4442.     protected function get_ServiceLocator_UbOmYdiService()
  4443.     {
  4444.         return $this->privates['.service_locator.ubOmYdi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4445.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4446.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  4447.         ], [
  4448.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4449.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  4450.         ]);
  4451.     }
  4452.     /**
  4453.      * Gets the private '.service_locator.v4qKlFu' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4456.      */
  4457.     protected function get_ServiceLocator_V4qKlFuService()
  4458.     {
  4459.         return $this->privates['.service_locator.v4qKlFu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4460.             'importActivity' => ['privates''App\\Service\\import\\ImportActivity''getImportActivityService'false],
  4461.             'importActivityMuscle' => ['privates''App\\Service\\import\\ImportActivityMuscle''getImportActivityMuscleService'false],
  4462.         ], [
  4463.             'importActivity' => 'App\\Service\\import\\ImportActivity',
  4464.             'importActivityMuscle' => 'App\\Service\\import\\ImportActivityMuscle',
  4465.         ]);
  4466.     }
  4467.     /**
  4468.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4471.      */
  4472.     protected function get_ServiceLocator_ZJyh7qSService()
  4473.     {
  4474.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4475.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4476.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4477.         ], [
  4478.             'security.firewall.map.context.dev' => '?',
  4479.             'security.firewall.map.context.main' => '?',
  4480.         ]);
  4481.     }
  4482.     /**
  4483.      * Gets the private '.service_locator.zfs9O8B' shared service.
  4484.      *
  4485.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4486.      */
  4487.     protected function get_ServiceLocator_Zfs9O8BService()
  4488.     {
  4489.         return $this->privates['.service_locator.zfs9O8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4490.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4491.             'slugger' => ['privates''slugger''getSluggerService'false],
  4492.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4493.         ], [
  4494.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4495.             'slugger' => '?',
  4496.             'upload' => 'App\\Service\\Utils\\Upload',
  4497.         ]);
  4498.     }
  4499.     /**
  4500.      * Gets the private '.session.deprecated' shared service.
  4501.      *
  4502.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4503.      */
  4504.     protected function get_Session_DeprecatedService()
  4505.     {
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4508.         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();
  4509.     }
  4510.     /**
  4511.      * Gets the private '.twig.command.debug.lazy' shared service.
  4512.      *
  4513.      * @return \Symfony\Component\Console\Command\LazyCommand
  4514.      */
  4515.     protected function get_Twig_Command_Debug_LazyService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4519.         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 {
  4520.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4521.         });
  4522.     }
  4523.     /**
  4524.      * Gets the private '.twig.command.lint.lazy' shared service.
  4525.      *
  4526.      * @return \Symfony\Component\Console\Command\LazyCommand
  4527.      */
  4528.     protected function get_Twig_Command_Lint_LazyService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4532.         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 {
  4533.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4534.         });
  4535.     }
  4536.     /**
  4537.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4538.      *
  4539.      * @return \Symfony\Component\Console\Command\LazyCommand
  4540.      */
  4541.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4545.         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 {
  4546.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4547.         });
  4548.     }
  4549.     /**
  4550.      * Gets the private 'App\Command\CacheImagesCommand' shared autowired service.
  4551.      *
  4552.      * @return \App\Command\CacheImagesCommand
  4553.      */
  4554.     protected function getCacheImagesCommandService()
  4555.     {
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4557.         include_once \dirname(__DIR__4).'/src/Command/CacheImagesCommand.php';
  4558.         $this->privates['App\\Command\\CacheImagesCommand'] = $instance = new \App\Command\CacheImagesCommand(($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()));
  4559.         $instance->setName('app:cache-images');
  4560.         $instance->setDescription('Add a short description for your command');
  4561.         return $instance;
  4562.     }
  4563.     /**
  4564.      * Gets the private 'App\Command\LoadActivityCommand' shared autowired service.
  4565.      *
  4566.      * @return \App\Command\LoadActivityCommand
  4567.      */
  4568.     protected function getLoadActivityCommandService()
  4569.     {
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4571.         include_once \dirname(__DIR__4).'/src/Command/LoadActivityCommand.php';
  4572.         $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()));
  4573.         $instance->setName('app:load-activities');
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the private 'App\Command\NotifyFormationRequiredCommand' shared autowired service.
  4578.      *
  4579.      * @return \App\Command\NotifyFormationRequiredCommand
  4580.      */
  4581.     protected function getNotifyFormationRequiredCommandService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4584.         include_once \dirname(__DIR__4).'/src/Command/NotifyFormationRequiredCommand.php';
  4585.         $this->privates['App\\Command\\NotifyFormationRequiredCommand'] = $instance = new \App\Command\NotifyFormationRequiredCommand(($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4586.         $instance->setName('app:formation:notify');
  4587.         return $instance;
  4588.     }
  4589.     /**
  4590.      * Gets the private 'App\Command\NotifySubscriptionExpirationCommand' shared autowired service.
  4591.      *
  4592.      * @return \App\Command\NotifySubscriptionExpirationCommand
  4593.      */
  4594.     protected function getNotifySubscriptionExpirationCommandService()
  4595.     {
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4597.         include_once \dirname(__DIR__4).'/src/Command/NotifySubscriptionExpirationCommand.php';
  4598.         $this->privates['App\\Command\\NotifySubscriptionExpirationCommand'] = $instance = new \App\Command\NotifySubscriptionExpirationCommand(($this->privates['App\\Service\\subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4599.         $instance->setName('app:subscription:expiration:notify');
  4600.         return $instance;
  4601.     }
  4602.     /**
  4603.      * Gets the private 'App\Command\RegistrationReminderCommand' shared autowired service.
  4604.      *
  4605.      * @return \App\Command\RegistrationReminderCommand
  4606.      */
  4607.     protected function getRegistrationReminderCommandService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4610.         include_once \dirname(__DIR__4).'/src/Command/RegistrationReminderCommand.php';
  4611.         include_once \dirname(__DIR__4).'/src/Service/email/RegistrationReminderService.php';
  4612.         $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())));
  4613.         $instance->setName('app:registration-reminder');
  4614.         $instance->setDescription('Send email after N days if user is not registered');
  4615.         return $instance;
  4616.     }
  4617.     /**
  4618.      * Gets the private 'App\Command\TestCommand' shared autowired service.
  4619.      *
  4620.      * @return \App\Command\TestCommand
  4621.      */
  4622.     protected function getTestCommandService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4625.         include_once \dirname(__DIR__4).'/src/Command/TestCommand.php';
  4626.         $this->privates['App\\Command\\TestCommand'] = $instance = new \App\Command\TestCommand(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()));
  4627.         $instance->setName('app:test:test');
  4628.         return $instance;
  4629.     }
  4630.     /**
  4631.      * Gets the private 'App\Command\UpdateActivityCommand' shared autowired service.
  4632.      *
  4633.      * @return \App\Command\UpdateActivityCommand
  4634.      */
  4635.     protected function getUpdateActivityCommandService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4638.         include_once \dirname(__DIR__4).'/src/Command/UpdateActivityCommand.php';
  4639.         $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()));
  4640.         $instance->setName('app:update-activity');
  4641.         return $instance;
  4642.     }
  4643.     /**
  4644.      * Gets the private 'App\DataFixtures\AppFixtures' shared autowired service.
  4645.      *
  4646.      * @return \App\DataFixtures\AppFixtures
  4647.      */
  4648.     protected function getAppFixturesService()
  4649.     {
  4650.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4655.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4656.         return $this->privates['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  4657.     }
  4658.     /**
  4659.      * Gets the private 'App\EventSubscriber\AbonnementSubcriber' shared autowired service.
  4660.      *
  4661.      * @return \App\EventSubscriber\AbonnementSubcriber
  4662.      */
  4663.     protected function getAbonnementSubcriberService()
  4664.     {
  4665.         return $this->privates['App\\EventSubscriber\\AbonnementSubcriber'] = new \App\EventSubscriber\AbonnementSubcriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4666.     }
  4667.     /**
  4668.      * Gets the private 'App\EventSubscriber\EmailNotificationSubscriber' shared autowired service.
  4669.      *
  4670.      * @return \App\EventSubscriber\EmailNotificationSubscriber
  4671.      */
  4672.     protected function getEmailNotificationSubscriberService()
  4673.     {
  4674.         include_once \dirname(__DIR__4).'/src/EventSubscriber/EmailNotificationSubscriber.php';
  4675.         include_once \dirname(__DIR__4).'/src/Service/email/EmailHandlerSendGrid.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4681.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  4682.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4683.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4684.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4685.         }
  4686.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4687.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4688.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4689.         }
  4690.         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 () {
  4691.             yield => ($this->privates['mailer.transport_factory.mailgun'] ?? $this->getMailer_TransportFactory_MailgunService());
  4692.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4693.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4694.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  4695.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4696.         }, 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()));
  4697.     }
  4698.     /**
  4699.      * Gets the private 'App\EventSubscriber\LogJwpEventsSubscriber' shared autowired service.
  4700.      *
  4701.      * @return \App\EventSubscriber\LogJwpEventsSubscriber
  4702.      */
  4703.     protected function getLogJwpEventsSubscriberService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/src/EventSubscriber/LogJwpEventsSubscriber.php';
  4706.         $a = ($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService());
  4707.         if (isset($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'])) {
  4708.             return $this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'];
  4709.         }
  4710.         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()));
  4711.     }
  4712.     /**
  4713.      * Gets the private 'App\EventSubscriber\LoginAtSubscriber' shared autowired service.
  4714.      *
  4715.      * @return \App\EventSubscriber\LoginAtSubscriber
  4716.      */
  4717.     protected function getLoginAtSubscriberService()
  4718.     {
  4719.         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()));
  4720.     }
  4721.     /**
  4722.      * Gets the private 'App\EventSubscriber\MaintenanceSubscriber' shared autowired service.
  4723.      *
  4724.      * @return \App\EventSubscriber\MaintenanceSubscriber
  4725.      */
  4726.     protected function getMaintenanceSubscriberService()
  4727.     {
  4728.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4729.         if (isset($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'])) {
  4730.             return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'];
  4731.         }
  4732.         return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] = new \App\EventSubscriber\MaintenanceSubscriber($a);
  4733.     }
  4734.     /**
  4735.      * Gets the private 'App\Form\ActivityType' shared autowired service.
  4736.      *
  4737.      * @return \App\Form\ActivityType
  4738.      */
  4739.     protected function getActivityTypeService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4743.         include_once \dirname(__DIR__4).'/src/Form/ActivityType.php';
  4744.         return $this->privates['App\\Form\\ActivityType'] = new \App\Form\ActivityType();
  4745.     }
  4746.     /**
  4747.      * Gets the private 'App\Form\CompanyType' shared autowired service.
  4748.      *
  4749.      * @return \App\Form\CompanyType
  4750.      */
  4751.     protected function getCompanyTypeService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4755.         include_once \dirname(__DIR__4).'/src/Form/CompanyType.php';
  4756.         return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
  4757.     }
  4758.     /**
  4759.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4760.      *
  4761.      * @return \App\Form\ContactType
  4762.      */
  4763.     protected function getContactTypeService()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4767.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4768.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4769.     }
  4770.     /**
  4771.      * Gets the private 'App\Form\FormationType' shared autowired service.
  4772.      *
  4773.      * @return \App\Form\FormationType
  4774.      */
  4775.     protected function getFormationTypeService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4779.         include_once \dirname(__DIR__4).'/src/Form/FormationType.php';
  4780.         return $this->privates['App\\Form\\FormationType'] = new \App\Form\FormationType();
  4781.     }
  4782.     /**
  4783.      * Gets the private 'App\Form\ImportActivityType' shared autowired service.
  4784.      *
  4785.      * @return \App\Form\ImportActivityType
  4786.      */
  4787.     protected function getImportActivityTypeService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4791.         include_once \dirname(__DIR__4).'/src/Form/ImportActivityType.php';
  4792.         return $this->privates['App\\Form\\ImportActivityType'] = new \App\Form\ImportActivityType();
  4793.     }
  4794.     /**
  4795.      * Gets the private 'App\Form\ImportFileType' shared autowired service.
  4796.      *
  4797.      * @return \App\Form\ImportFileType
  4798.      */
  4799.     protected function getImportFileTypeService()
  4800.     {
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4803.         include_once \dirname(__DIR__4).'/src/Form/ImportFileType.php';
  4804.         return $this->privates['App\\Form\\ImportFileType'] = new \App\Form\ImportFileType();
  4805.     }
  4806.     /**
  4807.      * Gets the private 'App\Form\ImportMuscleType' shared autowired service.
  4808.      *
  4809.      * @return \App\Form\ImportMuscleType
  4810.      */
  4811.     protected function getImportMuscleTypeService()
  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/ImportMuscleType.php';
  4816.         return $this->privates['App\\Form\\ImportMuscleType'] = new \App\Form\ImportMuscleType();
  4817.     }
  4818.     /**
  4819.      * Gets the private 'App\Form\PasswordChangeType' shared autowired service.
  4820.      *
  4821.      * @return \App\Form\PasswordChangeType
  4822.      */
  4823.     protected function getPasswordChangeTypeService()
  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/PasswordChangeType.php';
  4828.         return $this->privates['App\\Form\\PasswordChangeType'] = new \App\Form\PasswordChangeType();
  4829.     }
  4830.     /**
  4831.      * Gets the private 'App\Form\PrivateActivitiesType' shared autowired service.
  4832.      *
  4833.      * @return \App\Form\PrivateActivitiesType
  4834.      */
  4835.     protected function getPrivateActivitiesTypeService()
  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/PrivateActivitiesType.php';
  4840.         return $this->privates['App\\Form\\PrivateActivitiesType'] = new \App\Form\PrivateActivitiesType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4841.     }
  4842.     /**
  4843.      * Gets the private 'App\Form\ProActivitiesType' shared autowired service.
  4844.      *
  4845.      * @return \App\Form\ProActivitiesType
  4846.      */
  4847.     protected function getProActivitiesTypeService()
  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/ProActivitiesType.php';
  4852.         return $this->privates['App\\Form\\ProActivitiesType'] = new \App\Form\ProActivitiesType();
  4853.     }
  4854.     /**
  4855.      * Gets the private 'App\Form\PwdType' shared autowired service.
  4856.      *
  4857.      * @return \App\Form\PwdType
  4858.      */
  4859.     protected function getPwdTypeService()
  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/PwdType.php';
  4864.         return $this->privates['App\\Form\\PwdType'] = new \App\Form\PwdType();
  4865.     }
  4866.     /**
  4867.      * Gets the private 'App\Form\ResetPwdType' shared autowired service.
  4868.      *
  4869.      * @return \App\Form\ResetPwdType
  4870.      */
  4871.     protected function getResetPwdTypeService()
  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/ResetPwdType.php';
  4876.         return $this->privates['App\\Form\\ResetPwdType'] = new \App\Form\ResetPwdType();
  4877.     }
  4878.     /**
  4879.      * Gets the private 'App\Form\UserType' shared autowired service.
  4880.      *
  4881.      * @return \App\Form\UserType
  4882.      */
  4883.     protected function getUserTypeService()
  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/UserType.php';
  4888.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  4889.     }
  4890.     /**
  4891.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  4892.      *
  4893.      * @return \App\Repository\ActivityRepository
  4894.      */
  4895.     protected function getActivityRepositoryService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4902.         include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  4903.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4904.     }
  4905.     /**
  4906.      * Gets the private 'App\Repository\CategoryActivityRepository' shared autowired service.
  4907.      *
  4908.      * @return \App\Repository\CategoryActivityRepository
  4909.      */
  4910.     protected function getCategoryActivityRepositoryService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4917.         include_once \dirname(__DIR__4).'/src/Repository/CategoryActivityRepository.php';
  4918.         return $this->privates['App\\Repository\\CategoryActivityRepository'] = new \App\Repository\CategoryActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4919.     }
  4920.     /**
  4921.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  4922.      *
  4923.      * @return \App\Repository\CompanyRepository
  4924.      */
  4925.     protected function getCompanyRepositoryService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4932.         include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  4933.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4934.     }
  4935.     /**
  4936.      * Gets the private 'App\Repository\FormationRegistrationRepository' shared autowired service.
  4937.      *
  4938.      * @return \App\Repository\FormationRegistrationRepository
  4939.      */
  4940.     protected function getFormationRegistrationRepositoryService()
  4941.     {
  4942.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4943.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4944.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4947.         include_once \dirname(__DIR__4).'/src/Repository/FormationRegistrationRepository.php';
  4948.         return $this->privates['App\\Repository\\FormationRegistrationRepository'] = new \App\Repository\FormationRegistrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4949.     }
  4950.     /**
  4951.      * Gets the private 'App\Repository\FormationRepository' shared autowired service.
  4952.      *
  4953.      * @return \App\Repository\FormationRepository
  4954.      */
  4955.     protected function getFormationRepositoryService()
  4956.     {
  4957.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4962.         include_once \dirname(__DIR__4).'/src/Repository/FormationRepository.php';
  4963.         return $this->privates['App\\Repository\\FormationRepository'] = new \App\Repository\FormationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4964.     }
  4965.     /**
  4966.      * Gets the private 'App\Repository\GroupRepository' shared autowired service.
  4967.      *
  4968.      * @return \App\Repository\GroupRepository
  4969.      */
  4970.     protected function getGroupRepositoryService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4977.         include_once \dirname(__DIR__4).'/src/Repository/GroupRepository.php';
  4978.         return $this->privates['App\\Repository\\GroupRepository'] = new \App\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4979.     }
  4980.     /**
  4981.      * Gets the private 'App\Repository\LogRepository' shared autowired service.
  4982.      *
  4983.      * @return \App\Repository\LogRepository
  4984.      */
  4985.     protected function getLogRepositoryService()
  4986.     {
  4987.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4992.         include_once \dirname(__DIR__4).'/src/Repository/LogRepository.php';
  4993.         return $this->privates['App\\Repository\\LogRepository'] = new \App\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4994.     }
  4995.     /**
  4996.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  4997.      *
  4998.      * @return \App\Repository\MessageRepository
  4999.      */
  5000.     protected function getMessageRepositoryService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5007.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  5008.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5009.     }
  5010.     /**
  5011.      * Gets the private 'App\Repository\MuscleActivityRepository' shared autowired service.
  5012.      *
  5013.      * @return \App\Repository\MuscleActivityRepository
  5014.      */
  5015.     protected function getMuscleActivityRepositoryService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5022.         include_once \dirname(__DIR__4).'/src/Repository/MuscleActivityRepository.php';
  5023.         return $this->privates['App\\Repository\\MuscleActivityRepository'] = new \App\Repository\MuscleActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5024.     }
  5025.     /**
  5026.      * Gets the private 'App\Repository\MuscleRepository' shared autowired service.
  5027.      *
  5028.      * @return \App\Repository\MuscleRepository
  5029.      */
  5030.     protected function getMuscleRepositoryService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5037.         include_once \dirname(__DIR__4).'/src/Repository/MuscleRepository.php';
  5038.         return $this->privates['App\\Repository\\MuscleRepository'] = new \App\Repository\MuscleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5039.     }
  5040.     /**
  5041.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5042.      *
  5043.      * @return \App\Repository\NotificationRepository
  5044.      */
  5045.     protected function getNotificationRepositoryService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5052.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5053.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5054.     }
  5055.     /**
  5056.      * Gets the private 'App\Repository\RoleRepository' shared autowired service.
  5057.      *
  5058.      * @return \App\Repository\RoleRepository
  5059.      */
  5060.     protected function getRoleRepositoryService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5067.         include_once \dirname(__DIR__4).'/src/Repository/RoleRepository.php';
  5068.         return $this->privates['App\\Repository\\RoleRepository'] = new \App\Repository\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5069.     }
  5070.     /**
  5071.      * Gets the private 'App\Repository\UserActivityRepository' shared autowired service.
  5072.      *
  5073.      * @return \App\Repository\UserActivityRepository
  5074.      */
  5075.     protected function getUserActivityRepositoryService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5082.         include_once \dirname(__DIR__4).'/src/Repository/UserActivityRepository.php';
  5083.         return $this->privates['App\\Repository\\UserActivityRepository'] = new \App\Repository\UserActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5084.     }
  5085.     /**
  5086.      * Gets the private 'App\Repository\UserFavoritesRepository' shared autowired service.
  5087.      *
  5088.      * @return \App\Repository\UserFavoritesRepository
  5089.      */
  5090.     protected function getUserFavoritesRepositoryService()
  5091.     {
  5092.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5097.         include_once \dirname(__DIR__4).'/src/Repository/UserFavoritesRepository.php';
  5098.         return $this->privates['App\\Repository\\UserFavoritesRepository'] = new \App\Repository\UserFavoritesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5099.     }
  5100.     /**
  5101.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5102.      *
  5103.      * @return \App\Repository\UserRepository
  5104.      */
  5105.     protected function getUserRepositoryService()
  5106.     {
  5107.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5112.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5113.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5114.     }
  5115.     /**
  5116.      * Gets the private 'App\Repository\UsersGroupsRepository' shared autowired service.
  5117.      *
  5118.      * @return \App\Repository\UsersGroupsRepository
  5119.      */
  5120.     protected function getUsersGroupsRepositoryService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5123.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5127.         include_once \dirname(__DIR__4).'/src/Repository/UsersGroupsRepository.php';
  5128.         return $this->privates['App\\Repository\\UsersGroupsRepository'] = new \App\Repository\UsersGroupsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5129.     }
  5130.     /**
  5131.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5132.      *
  5133.      * @return \App\Security\LoginFormAuthenticator
  5134.      */
  5135.     protected function getLoginFormAuthenticatorService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5142.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5143.         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()));
  5144.     }
  5145.     /**
  5146.      * Gets the private 'App\Service\AdviceHandler' shared autowired service.
  5147.      *
  5148.      * @return \App\Service\AdviceHandler
  5149.      */
  5150.     protected function getAdviceHandlerService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/src/Service/AdviceHandler.php';
  5153.         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()));
  5154.     }
  5155.     /**
  5156.      * Gets the private 'App\Service\Algo\JwpFilter' shared autowired service.
  5157.      *
  5158.      * @return \App\Service\Algo\JwpFilter
  5159.      */
  5160.     protected function getJwpFilterService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpFilter.php';
  5163.         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()));
  5164.     }
  5165.     /**
  5166.      * Gets the private 'App\Service\Algo\JwpUtils' shared autowired service.
  5167.      *
  5168.      * @return \App\Service\Algo\JwpUtils
  5169.      */
  5170.     protected function getJwpUtilsService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpUtils.php';
  5173.         return $this->privates['App\\Service\\Algo\\JwpUtils'] = new \App\Service\Algo\JwpUtils(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5174.     }
  5175.     /**
  5176.      * Gets the private 'App\Service\JwtHandler' shared autowired service.
  5177.      *
  5178.      * @return \App\Service\JwtHandler
  5179.      */
  5180.     protected function getJwtHandlerService()
  5181.     {
  5182.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  5183.         return $this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler();
  5184.     }
  5185.     /**
  5186.      * Gets the private 'App\Service\Utils\Upload' shared autowired service.
  5187.      *
  5188.      * @return \App\Service\Utils\Upload
  5189.      */
  5190.     protected function getUploadService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/src/Service/Utils/Upload.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5195.         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'))));
  5196.     }
  5197.     /**
  5198.      * Gets the private 'App\Service\api\JwpHttp' shared autowired service.
  5199.      *
  5200.      * @return \App\Service\api\JwpHttp
  5201.      */
  5202.     protected function getJwpHttpService()
  5203.     {
  5204.         include_once \dirname(__DIR__4).'/src/Service/api/JwpHttp.php';
  5205.         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()));
  5206.     }
  5207.     /**
  5208.      * Gets the private 'App\Service\api\WPHttp' shared autowired service.
  5209.      *
  5210.      * @return \App\Service\api\WPHttp
  5211.      */
  5212.     protected function getWPHttpService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/src/Service/api/WPHttp.php';
  5215.         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()));
  5216.     }
  5217.     /**
  5218.      * Gets the private 'App\Service\completion\CompletionService' shared autowired service.
  5219.      *
  5220.      * @return \App\Service\completion\CompletionService
  5221.      */
  5222.     protected function getCompletionServiceService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/src/Service/completion/CompletionService.php';
  5225.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5226.         if (isset($this->privates['App\\Service\\completion\\CompletionService'])) {
  5227.             return $this->privates['App\\Service\\completion\\CompletionService'];
  5228.         }
  5229.         return $this->privates['App\\Service\\completion\\CompletionService'] = new \App\Service\completion\CompletionService(($this->privates['App\\Repository\\UserActivityRepository'] ?? $this->getUserActivityRepositoryService()), $a);
  5230.     }
  5231.     /**
  5232.      * Gets the private 'App\Service\datatable\Builder' shared autowired service.
  5233.      *
  5234.      * @return \App\Service\datatable\Builder
  5235.      */
  5236.     protected function getBuilderService()
  5237.     {
  5238.         include_once \dirname(__DIR__4).'/src/Service/datatable/Builder.php';
  5239.         return $this->privates['App\\Service\\datatable\\Builder'] = new \App\Service\datatable\Builder();
  5240.     }
  5241.     /**
  5242.      * Gets the private 'App\Service\export\ExportUser' shared autowired service.
  5243.      *
  5244.      * @return \App\Service\export\ExportUser
  5245.      */
  5246.     protected function getExportUserService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/src/Service/export/ExportUser.php';
  5249.         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()));
  5250.     }
  5251.     /**
  5252.      * Gets the private 'App\Service\favorites\UserFavoritesService' shared autowired service.
  5253.      *
  5254.      * @return \App\Service\favorites\UserFavoritesService
  5255.      */
  5256.     protected function getUserFavoritesServiceService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/src/Service/favorites/UserFavoritesService.php';
  5259.         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()));
  5260.     }
  5261.     /**
  5262.      * Gets the private 'App\Service\formation\FormationService' shared autowired service.
  5263.      *
  5264.      * @return \App\Service\formation\FormationService
  5265.      */
  5266.     protected function getFormationServiceService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/src/Service/formation/FormationService.php';
  5269.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5270.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5271.             return $this->privates['App\\Service\\formation\\FormationService'];
  5272.         }
  5273.         $b = ($this->privates['App\\Service\\notification\\NotificationService'] ?? $this->getNotificationServiceService());
  5274.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5275.             return $this->privates['App\\Service\\formation\\FormationService'];
  5276.         }
  5277.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5278.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5279.             return $this->privates['App\\Service\\formation\\FormationService'];
  5280.         }
  5281.         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()));
  5282.     }
  5283.     /**
  5284.      * Gets the private 'App\Service\import\ImportActivity' shared autowired service.
  5285.      *
  5286.      * @return \App\Service\import\ImportActivity
  5287.      */
  5288.     protected function getImportActivityService()
  5289.     {
  5290.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivity.php';
  5291.         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()));
  5292.     }
  5293.     /**
  5294.      * Gets the private 'App\Service\import\ImportActivityMuscle' shared autowired service.
  5295.      *
  5296.      * @return \App\Service\import\ImportActivityMuscle
  5297.      */
  5298.     protected function getImportActivityMuscleService()
  5299.     {
  5300.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivityMuscle.php';
  5301.         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()));
  5302.     }
  5303.     /**
  5304.      * Gets the private 'App\Service\import\ImportUser' shared autowired service.
  5305.      *
  5306.      * @return \App\Service\import\ImportUser
  5307.      */
  5308.     protected function getImportUserService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/src/Service/import/ImportUser.php';
  5311.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5312.         if (isset($this->privates['App\\Service\\import\\ImportUser'])) {
  5313.             return $this->privates['App\\Service\\import\\ImportUser'];
  5314.         }
  5315.         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()));
  5316.     }
  5317.     /**
  5318.      * Gets the private 'App\Service\notification\MessageService' shared autowired service.
  5319.      *
  5320.      * @return \App\Service\notification\MessageService
  5321.      */
  5322.     protected function getMessageServiceService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/src/Service/notification/MessageService.php';
  5325.         return $this->privates['App\\Service\\notification\\MessageService'] = new \App\Service\notification\MessageService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5326.     }
  5327.     /**
  5328.      * Gets the private 'App\Service\notification\NotificationService' shared autowired service.
  5329.      *
  5330.      * @return \App\Service\notification\NotificationService
  5331.      */
  5332.     protected function getNotificationServiceService()
  5333.     {
  5334.         include_once \dirname(__DIR__4).'/src/Service/notification/NotificationService.php';
  5335.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5336.         if (isset($this->privates['App\\Service\\notification\\NotificationService'])) {
  5337.             return $this->privates['App\\Service\\notification\\NotificationService'];
  5338.         }
  5339.         return $this->privates['App\\Service\\notification\\NotificationService'] = new \App\Service\notification\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  5340.     }
  5341.     /**
  5342.      * Gets the private 'App\Service\profile\ProfileService' shared autowired service.
  5343.      *
  5344.      * @return \App\Service\profile\ProfileService
  5345.      */
  5346.     protected function getProfileServiceService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/src/Service/profile/ProfileService.php';
  5349.         return $this->privates['App\\Service\\profile\\ProfileService'] = new \App\Service\profile\ProfileService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5350.     }
  5351.     /**
  5352.      * Gets the private 'App\Service\search\SearchService' shared autowired service.
  5353.      *
  5354.      * @return \App\Service\search\SearchService
  5355.      */
  5356.     protected function getSearchServiceService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/src/Service/search/SearchService.php';
  5359.         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()));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'App\Service\statistics\StatisticsService' shared autowired service.
  5363.      *
  5364.      * @return \App\Service\statistics\StatisticsService
  5365.      */
  5366.     protected function getStatisticsServiceService()
  5367.     {
  5368.         include_once \dirname(__DIR__4).'/src/Service/statistics/StatisticsService.php';
  5369.         return $this->privates['App\\Service\\statistics\\StatisticsService'] = new \App\Service\statistics\StatisticsService(($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()));
  5370.     }
  5371.     /**
  5372.      * Gets the private 'App\Service\subscription\FeaturesService' shared autowired service.
  5373.      *
  5374.      * @return \App\Service\subscription\FeaturesService
  5375.      */
  5376.     protected function getFeaturesServiceService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/src/Service/subscription/FeaturesService.php';
  5379.         return $this->privates['App\\Service\\subscription\\FeaturesService'] = new \App\Service\subscription\FeaturesService();
  5380.     }
  5381.     /**
  5382.      * Gets the private 'App\Service\subscription\SubscriptionService' shared autowired service.
  5383.      *
  5384.      * @return \App\Service\subscription\SubscriptionService
  5385.      */
  5386.     protected function getSubscriptionServiceService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/src/Service/subscription/SubscriptionService.php';
  5389.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5390.         if (isset($this->privates['App\\Service\\subscription\\SubscriptionService'])) {
  5391.             return $this->privates['App\\Service\\subscription\\SubscriptionService'];
  5392.         }
  5393.         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()));
  5394.     }
  5395.     /**
  5396.      * Gets the private 'App\Service\videos\PlaylistFilterService' shared autowired service.
  5397.      *
  5398.      * @return \App\Service\videos\PlaylistFilterService
  5399.      */
  5400.     protected function getPlaylistFilterServiceService()
  5401.     {
  5402.         include_once \dirname(__DIR__4).'/src/Service/videos/PlaylistFilterService.php';
  5403.         return $this->privates['App\\Service\\videos\\PlaylistFilterService'] = new \App\Service\videos\PlaylistFilterService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5404.     }
  5405.     /**
  5406.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5407.      *
  5408.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5409.      */
  5410.     protected function getManagerRegistryAwareConnectionProviderService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5414.         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'));
  5415.     }
  5416.     /**
  5417.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5418.      *
  5419.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5420.      */
  5421.     protected function getRunSqlCommandService()
  5422.     {
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5425.         $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()));
  5426.         $instance->setName('dbal:run-sql');
  5427.         return $instance;
  5428.     }
  5429.     /**
  5430.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5431.      *
  5432.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5433.      */
  5434.     protected function getResetAssetsEventListenerService()
  5435.     {
  5436.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5437.     }
  5438.     /**
  5439.      * Gets the private 'annotations.cache_adapter' shared service.
  5440.      *
  5441.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5442.      */
  5443.     protected function getAnnotations_CacheAdapterService()
  5444.     {
  5445.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5446.     }
  5447.     /**
  5448.      * Gets the private 'annotations.cache_warmer' shared service.
  5449.      *
  5450.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5451.      */
  5452.     protected function getAnnotations_CacheWarmerService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5457.         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);
  5458.     }
  5459.     /**
  5460.      * Gets the private 'annotations.cached_reader' shared service.
  5461.      *
  5462.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5463.      */
  5464.     protected function getAnnotations_CachedReaderService()
  5465.     {
  5466.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5467.     }
  5468.     /**
  5469.      * Gets the private 'annotations.reader' shared service.
  5470.      *
  5471.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5472.      */
  5473.     protected function getAnnotations_ReaderService()
  5474.     {
  5475.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5476.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5477.         $a->registerUniqueLoader('class_exists');
  5478.         $instance->addGlobalIgnoredName('required'$a);
  5479.         return $instance;
  5480.     }
  5481.     /**
  5482.      * Gets the private 'assets.packages' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Asset\Packages
  5485.      */
  5486.     protected function getAssets_PackagesService()
  5487.     {
  5488.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5489.         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 () {
  5490.             return new \EmptyIterator();
  5491.         }, 0));
  5492.     }
  5493.     /**
  5494.      * Gets the private 'cache.annotations' shared service.
  5495.      *
  5496.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5497.      */
  5498.     protected function getCache_AnnotationsService()
  5499.     {
  5500.         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())));
  5501.     }
  5502.     /**
  5503.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5504.      *
  5505.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5506.      */
  5507.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5508.     {
  5509.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5510.     }
  5511.     /**
  5512.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5513.      *
  5514.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5515.      */
  5516.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5517.     {
  5518.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5519.     }
  5520.     /**
  5521.      * Gets the private 'cache.property_info' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5524.      */
  5525.     protected function getCache_PropertyInfoService()
  5526.     {
  5527.         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())));
  5528.     }
  5529.     /**
  5530.      * Gets the private 'cache.security_expression_language' shared service.
  5531.      *
  5532.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5533.      */
  5534.     protected function getCache_SecurityExpressionLanguageService()
  5535.     {
  5536.         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())));
  5537.     }
  5538.     /**
  5539.      * Gets the private 'cache.serializer' shared service.
  5540.      *
  5541.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5542.      */
  5543.     protected function getCache_SerializerService()
  5544.     {
  5545.         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())));
  5546.     }
  5547.     /**
  5548.      * Gets the private 'cache.validator' shared service.
  5549.      *
  5550.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5551.      */
  5552.     protected function getCache_ValidatorService()
  5553.     {
  5554.         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())));
  5555.     }
  5556.     /**
  5557.      * Gets the private 'cache.webpack_encore' shared service.
  5558.      *
  5559.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5560.      */
  5561.     protected function getCache_WebpackEncoreService()
  5562.     {
  5563.         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())));
  5564.     }
  5565.     /**
  5566.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5567.      *
  5568.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5569.      */
  5570.     protected function getCachePoolClearer_CacheWarmerService()
  5571.     {
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5574.         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']);
  5575.     }
  5576.     /**
  5577.      * Gets the private 'config_builder.warmer' shared service.
  5578.      *
  5579.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5580.      */
  5581.     protected function getConfigBuilder_WarmerService()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5585.         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()));
  5586.     }
  5587.     /**
  5588.      * Gets the private 'config_cache_factory' shared service.
  5589.      *
  5590.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5591.      */
  5592.     protected function getConfigCacheFactoryService()
  5593.     {
  5594.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5595.             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)));
  5596.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5597.         }, 2));
  5598.     }
  5599.     /**
  5600.      * Gets the private 'console.command.about' shared service.
  5601.      *
  5602.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5603.      */
  5604.     protected function getConsole_Command_AboutService()
  5605.     {
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5608.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5609.         $instance->setName('about');
  5610.         $instance->setDescription('Display information about the current project');
  5611.         return $instance;
  5612.     }
  5613.     /**
  5614.      * Gets the private 'console.command.assets_install' shared service.
  5615.      *
  5616.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5617.      */
  5618.     protected function getConsole_Command_AssetsInstallService()
  5619.     {
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5623.         $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));
  5624.         $instance->setName('assets:install');
  5625.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5626.         return $instance;
  5627.     }
  5628.     /**
  5629.      * Gets the private 'console.command.cache_clear' shared service.
  5630.      *
  5631.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5632.      */
  5633.     protected function getConsole_Command_CacheClearService()
  5634.     {
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5638.         $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())));
  5639.         $instance->setName('cache:clear');
  5640.         $instance->setDescription('Clear the cache');
  5641.         return $instance;
  5642.     }
  5643.     /**
  5644.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5645.      *
  5646.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5647.      */
  5648.     protected function getConsole_Command_CachePoolClearService()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5652.         $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']);
  5653.         $instance->setName('cache:pool:clear');
  5654.         $instance->setDescription('Clear cache pools');
  5655.         return $instance;
  5656.     }
  5657.     /**
  5658.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5659.      *
  5660.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5661.      */
  5662.     protected function getConsole_Command_CachePoolDeleteService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5666.         $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']);
  5667.         $instance->setName('cache:pool:delete');
  5668.         $instance->setDescription('Delete an item from a cache pool');
  5669.         return $instance;
  5670.     }
  5671.     /**
  5672.      * Gets the private 'console.command.cache_pool_list' shared service.
  5673.      *
  5674.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5675.      */
  5676.     protected function getConsole_Command_CachePoolListService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5680.         $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']);
  5681.         $instance->setName('cache:pool:list');
  5682.         $instance->setDescription('List available cache pools');
  5683.         return $instance;
  5684.     }
  5685.     /**
  5686.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5687.      *
  5688.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5689.      */
  5690.     protected function getConsole_Command_CachePoolPruneService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5694.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5695.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5696.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5697.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5698.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5699.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5700.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5701.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5702.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5703.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5704.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5705.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  5706.         }, 11));
  5707.         $instance->setName('cache:pool:prune');
  5708.         $instance->setDescription('Prune cache pools');
  5709.         return $instance;
  5710.     }
  5711.     /**
  5712.      * Gets the private 'console.command.cache_warmup' shared service.
  5713.      *
  5714.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5715.      */
  5716.     protected function getConsole_Command_CacheWarmupService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5720.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5721.         $instance->setName('cache:warmup');
  5722.         $instance->setDescription('Warm up an empty cache');
  5723.         return $instance;
  5724.     }
  5725.     /**
  5726.      * Gets the private 'console.command.config_debug' shared service.
  5727.      *
  5728.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5729.      */
  5730.     protected function getConsole_Command_ConfigDebugService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5737.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5738.         $instance->setName('debug:config');
  5739.         $instance->setDescription('Dump the current configuration for an extension');
  5740.         return $instance;
  5741.     }
  5742.     /**
  5743.      * Gets the private 'console.command.config_dump_reference' shared service.
  5744.      *
  5745.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5746.      */
  5747.     protected function getConsole_Command_ConfigDumpReferenceService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5754.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5755.         $instance->setName('config:dump-reference');
  5756.         $instance->setDescription('Dump the default configuration for an extension');
  5757.         return $instance;
  5758.     }
  5759.     /**
  5760.      * Gets the private 'console.command.container_debug' shared service.
  5761.      *
  5762.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5763.      */
  5764.     protected function getConsole_Command_ContainerDebugService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5769.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5770.         $instance->setName('debug:container');
  5771.         $instance->setDescription('Display current services for an application');
  5772.         return $instance;
  5773.     }
  5774.     /**
  5775.      * Gets the private 'console.command.container_lint' shared service.
  5776.      *
  5777.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5778.      */
  5779.     protected function getConsole_Command_ContainerLintService()
  5780.     {
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5783.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5784.         $instance->setName('lint:container');
  5785.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5786.         return $instance;
  5787.     }
  5788.     /**
  5789.      * Gets the private 'console.command.debug_autowiring' shared service.
  5790.      *
  5791.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5792.      */
  5793.     protected function getConsole_Command_DebugAutowiringService()
  5794.     {
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5799.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5800.         $instance->setName('debug:autowiring');
  5801.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5802.         return $instance;
  5803.     }
  5804.     /**
  5805.      * Gets the private 'console.command.dotenv_debug' shared service.
  5806.      *
  5807.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5808.      */
  5809.     protected function getConsole_Command_DotenvDebugService()
  5810.     {
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5813.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  5814.         $instance->setName('debug:dotenv');
  5815.         $instance->setDescription('Lists all dotenv files with variables and values');
  5816.         return $instance;
  5817.     }
  5818.     /**
  5819.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5820.      *
  5821.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5822.      */
  5823.     protected function getConsole_Command_EventDispatcherDebugService()
  5824.     {
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5827.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  5828.         $instance->setName('debug:event-dispatcher');
  5829.         $instance->setDescription('Display configured listeners for an application');
  5830.         return $instance;
  5831.     }
  5832.     /**
  5833.      * Gets the private 'console.command.form_debug' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\Form\Command\DebugCommand
  5836.      */
  5837.     protected function getConsole_Command_FormDebugService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5841.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'], [=> 'App\\Form\\ActivityType'=> 'App\\Form\\CompanyType'=> 'App\\Form\\ContactType'=> 'App\\Form\\FormationType'=> 'App\\Form\\ImportActivityType'=> 'App\\Form\\ImportFileType'=> 'App\\Form\\ImportMuscleType'=> 'App\\Form\\PasswordChangeType'=> 'App\\Form\\PrivateActivitiesType'=> 'App\\Form\\ProActivitiesType'10 => 'App\\Form\\PwdType'11 => 'App\\Form\\ResetPwdType'12 => 'App\\Form\\UserType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'17 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'18 => '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()));
  5842.         $instance->setName('debug:form');
  5843.         $instance->setDescription('Display form type information');
  5844.         return $instance;
  5845.     }
  5846.     /**
  5847.      * Gets the private 'console.command.router_debug' shared service.
  5848.      *
  5849.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5850.      */
  5851.     protected function getConsole_Command_RouterDebugService()
  5852.     {
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5856.         $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()));
  5857.         $instance->setName('debug:router');
  5858.         $instance->setDescription('Display current routes for an application');
  5859.         return $instance;
  5860.     }
  5861.     /**
  5862.      * Gets the private 'console.command.router_match' shared service.
  5863.      *
  5864.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5865.      */
  5866.     protected function getConsole_Command_RouterMatchService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5870.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5871.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5872.         }, 1));
  5873.         $instance->setName('router:match');
  5874.         $instance->setDescription('Help debug routes by simulating a path info match');
  5875.         return $instance;
  5876.     }
  5877.     /**
  5878.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5879.      *
  5880.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5881.      */
  5882.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5888.         $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')))));
  5889.         $instance->setName('secrets:decrypt-to-local');
  5890.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5891.         return $instance;
  5892.     }
  5893.     /**
  5894.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5895.      *
  5896.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5897.      */
  5898.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5899.     {
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5904.         $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')))));
  5905.         $instance->setName('secrets:encrypt-from-local');
  5906.         $instance->setDescription('Encrypt all local secrets to the vault');
  5907.         return $instance;
  5908.     }
  5909.     /**
  5910.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5911.      *
  5912.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5913.      */
  5914.     protected function getConsole_Command_SecretsGenerateKeyService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5920.         $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')))));
  5921.         $instance->setName('secrets:generate-keys');
  5922.         $instance->setDescription('Generate new encryption keys');
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the private 'console.command.secrets_list' shared service.
  5927.      *
  5928.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5929.      */
  5930.     protected function getConsole_Command_SecretsListService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5936.         $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')))));
  5937.         $instance->setName('secrets:list');
  5938.         $instance->setDescription('List all secrets');
  5939.         return $instance;
  5940.     }
  5941.     /**
  5942.      * Gets the private 'console.command.secrets_remove' shared service.
  5943.      *
  5944.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5945.      */
  5946.     protected function getConsole_Command_SecretsRemoveService()
  5947.     {
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5952.         $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')))));
  5953.         $instance->setName('secrets:remove');
  5954.         $instance->setDescription('Remove a secret from the vault');
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the private 'console.command.secrets_set' shared service.
  5959.      *
  5960.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5961.      */
  5962.     protected function getConsole_Command_SecretsSetService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5968.         $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')))));
  5969.         $instance->setName('secrets:set');
  5970.         $instance->setDescription('Set a secret in the vault');
  5971.         return $instance;
  5972.     }
  5973.     /**
  5974.      * Gets the private 'console.command.translation_debug' shared service.
  5975.      *
  5976.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5977.      */
  5978.     protected function getConsole_Command_TranslationDebugService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5982.         $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')], []);
  5983.         $instance->setName('debug:translation');
  5984.         $instance->setDescription('Display translation messages information');
  5985.         return $instance;
  5986.     }
  5987.     /**
  5988.      * Gets the private 'console.command.translation_extract' shared service.
  5989.      *
  5990.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5991.      */
  5992.     protected function getConsole_Command_TranslationExtractService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5996.         $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')], []);
  5997.         $instance->setName('translation:extract');
  5998.         $instance->setAliases([=> 'translation:update']);
  5999.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6000.         return $instance;
  6001.     }
  6002.     /**
  6003.      * Gets the private 'console.command.translation_pull' shared service.
  6004.      *
  6005.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6006.      */
  6007.     protected function getConsole_Command_TranslationPullService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6012.         $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', [], []);
  6013.         $instance->setName('translation:pull');
  6014.         $instance->setDescription('Pull translations from a given provider.');
  6015.         return $instance;
  6016.     }
  6017.     /**
  6018.      * Gets the private 'console.command.translation_push' shared service.
  6019.      *
  6020.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6021.      */
  6022.     protected function getConsole_Command_TranslationPushService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6027.         $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()), [], []);
  6028.         $instance->setName('translation:push');
  6029.         $instance->setDescription('Push translations to a given provider.');
  6030.         return $instance;
  6031.     }
  6032.     /**
  6033.      * Gets the private 'console.command.validator_debug' shared service.
  6034.      *
  6035.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6036.      */
  6037.     protected function getConsole_Command_ValidatorDebugService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6041.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6042.         $instance->setName('debug:validator');
  6043.         $instance->setDescription('Display validation constraints for classes');
  6044.         return $instance;
  6045.     }
  6046.     /**
  6047.      * Gets the private 'console.command.xliff_lint' shared service.
  6048.      *
  6049.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6050.      */
  6051.     protected function getConsole_Command_XliffLintService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6055.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6056.         $instance->setName('lint:xliff');
  6057.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6058.         return $instance;
  6059.     }
  6060.     /**
  6061.      * Gets the private 'console.command.yaml_lint' shared service.
  6062.      *
  6063.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6064.      */
  6065.     protected function getConsole_Command_YamlLintService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6070.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6071.         $instance->setName('lint:yaml');
  6072.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6073.         return $instance;
  6074.     }
  6075.     /**
  6076.      * Gets the private 'console.error_listener' shared service.
  6077.      *
  6078.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6079.      */
  6080.     protected function getConsole_ErrorListenerService()
  6081.     {
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6083.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6084.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6085.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6086.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6087.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6088.     }
  6089.     /**
  6090.      * Gets the private 'container.env_var_processor' shared service.
  6091.      *
  6092.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6093.      */
  6094.     protected function getContainer_EnvVarProcessorService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6098.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6099.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6100.         }, 1));
  6101.     }
  6102.     /**
  6103.      * Gets the private 'container.getenv' shared service.
  6104.      *
  6105.      * @return \Closure
  6106.      */
  6107.     protected function getContainer_GetenvService()
  6108.     {
  6109.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6110.     }
  6111.     /**
  6112.      * Gets the private 'data_collector.form' shared service.
  6113.      *
  6114.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6115.      */
  6116.     protected function getDataCollector_FormService()
  6117.     {
  6118.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6119.     }
  6120.     /**
  6121.      * Gets the private 'data_collector.request' shared service.
  6122.      *
  6123.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6124.      */
  6125.     protected function getDataCollector_RequestService()
  6126.     {
  6127.         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())));
  6128.     }
  6129.     /**
  6130.      * Gets the private 'data_collector.request.session_collector' shared service.
  6131.      *
  6132.      * @return \Closure
  6133.      */
  6134.     protected function getDataCollector_Request_SessionCollectorService()
  6135.     {
  6136.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6137.     }
  6138.     /**
  6139.      * Gets the private 'debug.argument_resolver.default' shared service.
  6140.      *
  6141.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6142.      */
  6143.     protected function getDebug_ArgumentResolver_DefaultService()
  6144.     {
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6148.         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))));
  6149.     }
  6150.     /**
  6151.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6152.      *
  6153.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6154.      */
  6155.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6160.         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.CR8xNkN'] ?? $this->get_ServiceLocator_CR8xNkNService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6161.     }
  6162.     /**
  6163.      * Gets the private 'debug.argument_resolver.request' shared service.
  6164.      *
  6165.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6166.      */
  6167.     protected function getDebug_ArgumentResolver_RequestService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6172.         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))));
  6173.     }
  6174.     /**
  6175.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6176.      *
  6177.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6178.      */
  6179.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6184.         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))));
  6185.     }
  6186.     /**
  6187.      * Gets the private 'debug.argument_resolver.service' shared service.
  6188.      *
  6189.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6190.      */
  6191.     protected function getDebug_ArgumentResolver_ServiceService()
  6192.     {
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6196.         $a = ($this->privates['.service_locator.CR8xNkN'] ?? $this->get_ServiceLocator_CR8xNkNService());
  6197.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6198.             return $this->privates['debug.argument_resolver.service'];
  6199.         }
  6200.         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))));
  6201.     }
  6202.     /**
  6203.      * Gets the private 'debug.argument_resolver.session' shared service.
  6204.      *
  6205.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6206.      */
  6207.     protected function getDebug_ArgumentResolver_SessionService()
  6208.     {
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6212.         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))));
  6213.     }
  6214.     /**
  6215.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6216.      *
  6217.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6218.      */
  6219.     protected function getDebug_ArgumentResolver_VariadicService()
  6220.     {
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6224.         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))));
  6225.     }
  6226.     /**
  6227.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6228.      *
  6229.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6230.      */
  6231.     protected function getDebug_DebugHandlersListenerService()
  6232.     {
  6233.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6234.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6235.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6236.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6237.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6238.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6239.     }
  6240.     /**
  6241.      * Gets the private 'debug.dump_listener' shared service.
  6242.      *
  6243.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6244.      */
  6245.     protected function getDebug_DumpListenerService()
  6246.     {
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6248.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6249.         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()));
  6250.     }
  6251.     /**
  6252.      * Gets the private 'debug.file_link_formatter' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6255.      */
  6256.     protected function getDebug_FileLinkFormatterService()
  6257.     {
  6258.         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 () {
  6259.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6260.         });
  6261.     }
  6262.     /**
  6263.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6264.      *
  6265.      * @return \string
  6266.      */
  6267.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6268.     {
  6269.         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');
  6270.     }
  6271.     /**
  6272.      * Gets the private 'debug.log_processor' shared service.
  6273.      *
  6274.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6275.      */
  6276.     protected function getDebug_LogProcessorService()
  6277.     {
  6278.         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())));
  6279.     }
  6280.     /**
  6281.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6282.      *
  6283.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6284.      */
  6285.     protected function getDebug_Security_Access_DecisionManagerService()
  6286.     {
  6287.         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 () {
  6288.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6289.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6290.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6291.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'] ?? $this->getCompanyVoterService());
  6292.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] ?? $this->getFeaturesVoterService());
  6293.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'] ?? $this->getFormationVoterService());
  6294.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6295.     }
  6296.     /**
  6297.      * Gets the private 'debug.security.firewall' shared service.
  6298.      *
  6299.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6300.      */
  6301.     protected function getDebug_Security_FirewallService()
  6302.     {
  6303.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6304.         if (isset($this->privates['debug.security.firewall'])) {
  6305.             return $this->privates['debug.security.firewall'];
  6306.         }
  6307.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6308.         if (isset($this->privates['debug.security.firewall'])) {
  6309.             return $this->privates['debug.security.firewall'];
  6310.         }
  6311.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6312.     }
  6313.     /**
  6314.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6317.      */
  6318.     protected function getDebug_Security_UserValueResolverService()
  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/security-http/Controller/UserValueResolver.php';
  6323.         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))));
  6324.     }
  6325.     /**
  6326.      * Gets the private 'debug.security.voter.App\Security\Voter\CompanyVoter' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6329.      */
  6330.     protected function getCompanyVoterService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6336.         include_once \dirname(__DIR__4).'/src/Security/Voter/CompanyVoter.php';
  6337.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6338.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6339.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6340.         }
  6341.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6342.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6343.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6344.         }
  6345.         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);
  6346.     }
  6347.     /**
  6348.      * Gets the private 'debug.security.voter.App\Security\Voter\FeaturesVoter' shared service.
  6349.      *
  6350.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6351.      */
  6352.     protected function getFeaturesVoterService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6358.         include_once \dirname(__DIR__4).'/src/Security/Voter/FeaturesVoter.php';
  6359.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6360.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'])) {
  6361.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'];
  6362.         }
  6363.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FeaturesVoter(), $a);
  6364.     }
  6365.     /**
  6366.      * Gets the private 'debug.security.voter.App\Security\Voter\FormationVoter' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6369.      */
  6370.     protected function getFormationVoterService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6376.         include_once \dirname(__DIR__4).'/src/Security/Voter/FormationVoter.php';
  6377.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6378.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6379.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6380.         }
  6381.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6382.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6383.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6384.         }
  6385.         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);
  6386.     }
  6387.     /**
  6388.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6389.      *
  6390.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6391.      */
  6392.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6398.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6399.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6400.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6401.         }
  6402.         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);
  6403.     }
  6404.     /**
  6405.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6406.      *
  6407.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6408.      */
  6409.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6415.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6416.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6417.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6418.         }
  6419.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6420.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6421.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6422.         }
  6423.         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);
  6424.     }
  6425.     /**
  6426.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6427.      *
  6428.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6429.      */
  6430.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6437.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6438.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6439.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6440.         }
  6441.         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);
  6442.     }
  6443.     /**
  6444.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6445.      *
  6446.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6447.      */
  6448.     protected function getDebug_Security_Voter_VoteListenerService()
  6449.     {
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6451.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6452.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6453.             return $this->privates['debug.security.voter.vote_listener'];
  6454.         }
  6455.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6456.     }
  6457.     /**
  6458.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6459.      *
  6460.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6461.      */
  6462.     protected function getDoctrine_CacheClearMetadataCommandService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6467.         $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()));
  6468.         $instance->setName('doctrine:cache:clear-metadata');
  6469.         return $instance;
  6470.     }
  6471.     /**
  6472.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6473.      *
  6474.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6475.      */
  6476.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6477.     {
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6481.         $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()));
  6482.         $instance->setName('doctrine:cache:clear-query');
  6483.         return $instance;
  6484.     }
  6485.     /**
  6486.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6487.      *
  6488.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6489.      */
  6490.     protected function getDoctrine_CacheClearResultCommandService()
  6491.     {
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6495.         $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()));
  6496.         $instance->setName('doctrine:cache:clear-result');
  6497.         return $instance;
  6498.     }
  6499.     /**
  6500.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6501.      *
  6502.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6503.      */
  6504.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6505.     {
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6509.         $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()));
  6510.         $instance->setName('doctrine:cache:clear-collection-region');
  6511.         return $instance;
  6512.     }
  6513.     /**
  6514.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6515.      *
  6516.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6517.      */
  6518.     protected function getDoctrine_ClearEntityRegionCommandService()
  6519.     {
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6523.         $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()));
  6524.         $instance->setName('doctrine:cache:clear-entity-region');
  6525.         return $instance;
  6526.     }
  6527.     /**
  6528.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6529.      *
  6530.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6531.      */
  6532.     protected function getDoctrine_ClearQueryRegionCommandService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6537.         $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()));
  6538.         $instance->setName('doctrine:cache:clear-query-region');
  6539.         return $instance;
  6540.     }
  6541.     /**
  6542.      * Gets the private 'doctrine.database_create_command' shared service.
  6543.      *
  6544.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6545.      */
  6546.     protected function getDoctrine_DatabaseCreateCommandService()
  6547.     {
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6551.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6552.         $instance->setName('doctrine:database:create');
  6553.         return $instance;
  6554.     }
  6555.     /**
  6556.      * Gets the private 'doctrine.database_drop_command' shared service.
  6557.      *
  6558.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6559.      */
  6560.     protected function getDoctrine_DatabaseDropCommandService()
  6561.     {
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6565.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6566.         $instance->setName('doctrine:database:drop');
  6567.         return $instance;
  6568.     }
  6569.     /**
  6570.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6571.      *
  6572.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6573.      */
  6574.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6575.     {
  6576.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6577.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6578.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6579.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6580.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6581.         ], [
  6582.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6583.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6584.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6585.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6586.         ]), [=> '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']]);
  6587.     }
  6588.     /**
  6589.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6590.      *
  6591.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6592.      */
  6593.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6594.     {
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6598.         $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()));
  6599.         $instance->setName('doctrine:ensure-production-settings');
  6600.         return $instance;
  6601.     }
  6602.     /**
  6603.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6604.      *
  6605.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6606.      */
  6607.     protected function getDoctrine_FixturesLoadCommandService()
  6608.     {
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  6617.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6618.         $a->addFixtures([=> ['fixture' => ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()), 'groups' => []]]);
  6619.         $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()]);
  6620.         $instance->setName('doctrine:fixtures:load');
  6621.         return $instance;
  6622.     }
  6623.     /**
  6624.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6625.      *
  6626.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6627.      */
  6628.     protected function getDoctrine_MappingConvertCommandService()
  6629.     {
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6633.         $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()));
  6634.         $instance->setName('doctrine:mapping:convert');
  6635.         return $instance;
  6636.     }
  6637.     /**
  6638.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6639.      *
  6640.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6641.      */
  6642.     protected function getDoctrine_MappingImportCommandService()
  6643.     {
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6647.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6648.         $instance->setName('doctrine:mapping:import');
  6649.         return $instance;
  6650.     }
  6651.     /**
  6652.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6653.      *
  6654.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6655.      */
  6656.     protected function getDoctrine_MappingInfoCommandService()
  6657.     {
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6661.         $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()));
  6662.         $instance->setName('doctrine:mapping:info');
  6663.         return $instance;
  6664.     }
  6665.     /**
  6666.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6667.      *
  6668.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6669.      */
  6670.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6671.     {
  6672.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6674.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6675.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6676.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6677.         }
  6678.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6679.     }
  6680.     /**
  6681.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6682.      *
  6683.      * @return \Doctrine\Migrations\DependencyFactory
  6684.      */
  6685.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6695.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6696.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6697.         $b->setTableName('doctrine_migration_versions');
  6698.         $b->setVersionColumnName('version');
  6699.         $b->setVersionColumnLength(192);
  6700.         $b->setExecutedAtColumnName('executed_at');
  6701.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  6702.         $a->setAllOrNothing(false);
  6703.         $a->setCheckDatabasePlatform(true);
  6704.         $a->setTransactional(true);
  6705.         $a->setMetadataStorageConfiguration($b);
  6706.         $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()));
  6707.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6708.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6709.         });
  6710.         return $instance;
  6711.     }
  6712.     /**
  6713.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6714.      *
  6715.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6716.      */
  6717.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6718.     {
  6719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6721.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6722.     }
  6723.     /**
  6724.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6725.      *
  6726.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6727.      */
  6728.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6729.     {
  6730.         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);
  6731.     }
  6732.     /**
  6733.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6734.      *
  6735.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6736.      */
  6737.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6740.         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()));
  6741.     }
  6742.     /**
  6743.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6744.      *
  6745.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6746.      */
  6747.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6750.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6751.     }
  6752.     /**
  6753.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6754.      *
  6755.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6756.      */
  6757.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6761.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6762.     }
  6763.     /**
  6764.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6765.      *
  6766.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6767.      */
  6768.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6769.     {
  6770.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6772.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6773.             return new \EmptyIterator();
  6774.         }, 0));
  6775.     }
  6776.     /**
  6777.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6778.      *
  6779.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6780.      */
  6781.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6782.     {
  6783.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6785.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6786.     }
  6787.     /**
  6788.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6789.      *
  6790.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6791.      */
  6792.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6796.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6797.     }
  6798.     /**
  6799.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6800.      *
  6801.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6802.      */
  6803.     protected function getDoctrine_Orm_Validator_UniqueService()
  6804.     {
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6808.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6809.     }
  6810.     /**
  6811.      * Gets the private 'doctrine.query_dql_command' shared service.
  6812.      *
  6813.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6814.      */
  6815.     protected function getDoctrine_QueryDqlCommandService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6820.         $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()));
  6821.         $instance->setName('doctrine:query:dql');
  6822.         return $instance;
  6823.     }
  6824.     /**
  6825.      * Gets the private 'doctrine.query_sql_command' shared service.
  6826.      *
  6827.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6828.      */
  6829.     protected function getDoctrine_QuerySqlCommandService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6834.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6835.         $instance->setName('doctrine:query:sql');
  6836.         return $instance;
  6837.     }
  6838.     /**
  6839.      * Gets the private 'doctrine.schema_create_command' shared service.
  6840.      *
  6841.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6842.      */
  6843.     protected function getDoctrine_SchemaCreateCommandService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6849.         $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()));
  6850.         $instance->setName('doctrine:schema:create');
  6851.         return $instance;
  6852.     }
  6853.     /**
  6854.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6855.      *
  6856.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6857.      */
  6858.     protected function getDoctrine_SchemaDropCommandService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6864.         $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()));
  6865.         $instance->setName('doctrine:schema:drop');
  6866.         return $instance;
  6867.     }
  6868.     /**
  6869.      * Gets the private 'doctrine.schema_update_command' shared service.
  6870.      *
  6871.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6872.      */
  6873.     protected function getDoctrine_SchemaUpdateCommandService()
  6874.     {
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6879.         $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()));
  6880.         $instance->setName('doctrine:schema:update');
  6881.         return $instance;
  6882.     }
  6883.     /**
  6884.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6885.      *
  6886.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6887.      */
  6888.     protected function getDoctrine_SchemaValidateCommandService()
  6889.     {
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6893.         $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()));
  6894.         $instance->setName('doctrine:schema:validate');
  6895.         return $instance;
  6896.     }
  6897.     /**
  6898.      * Gets the private 'doctrine.ulid_generator' shared service.
  6899.      *
  6900.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6901.      */
  6902.     protected function getDoctrine_UlidGeneratorService()
  6903.     {
  6904.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6905.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6906.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6907.     }
  6908.     /**
  6909.      * Gets the private 'doctrine.uuid_generator' shared service.
  6910.      *
  6911.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6912.      */
  6913.     protected function getDoctrine_UuidGeneratorService()
  6914.     {
  6915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6917.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6918.     }
  6919.     /**
  6920.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6921.      *
  6922.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6923.      */
  6924.     protected function getDoctrineMigrations_CurrentCommandService()
  6925.     {
  6926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6929.         $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');
  6930.         $instance->setName('doctrine:migrations:current');
  6931.         return $instance;
  6932.     }
  6933.     /**
  6934.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6935.      *
  6936.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6937.      */
  6938.     protected function getDoctrineMigrations_DiffCommandService()
  6939.     {
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6943.         $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');
  6944.         $instance->setName('doctrine:migrations:diff');
  6945.         return $instance;
  6946.     }
  6947.     /**
  6948.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6949.      *
  6950.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6951.      */
  6952.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6953.     {
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6956.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6957.         $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');
  6958.         $instance->setName('doctrine:migrations:dump-schema');
  6959.         return $instance;
  6960.     }
  6961.     /**
  6962.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6963.      *
  6964.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6965.      */
  6966.     protected function getDoctrineMigrations_ExecuteCommandService()
  6967.     {
  6968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6971.         $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');
  6972.         $instance->setName('doctrine:migrations:execute');
  6973.         return $instance;
  6974.     }
  6975.     /**
  6976.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6977.      *
  6978.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6979.      */
  6980.     protected function getDoctrineMigrations_GenerateCommandService()
  6981.     {
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6985.         $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');
  6986.         $instance->setName('doctrine:migrations:generate');
  6987.         return $instance;
  6988.     }
  6989.     /**
  6990.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6991.      *
  6992.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6993.      */
  6994.     protected function getDoctrineMigrations_LatestCommandService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6999.         $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');
  7000.         $instance->setName('doctrine:migrations:latest');
  7001.         return $instance;
  7002.     }
  7003.     /**
  7004.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7005.      *
  7006.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7007.      */
  7008.     protected function getDoctrineMigrations_MigrateCommandService()
  7009.     {
  7010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7013.         $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');
  7014.         $instance->setName('doctrine:migrations:migrate');
  7015.         return $instance;
  7016.     }
  7017.     /**
  7018.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7019.      *
  7020.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7021.      */
  7022.     protected function getDoctrineMigrations_RollupCommandService()
  7023.     {
  7024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7025.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7027.         $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');
  7028.         $instance->setName('doctrine:migrations:rollup');
  7029.         return $instance;
  7030.     }
  7031.     /**
  7032.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7033.      *
  7034.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7035.      */
  7036.     protected function getDoctrineMigrations_StatusCommandService()
  7037.     {
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7041.         $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');
  7042.         $instance->setName('doctrine:migrations:status');
  7043.         return $instance;
  7044.     }
  7045.     /**
  7046.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7047.      *
  7048.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7049.      */
  7050.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7051.     {
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7055.         $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');
  7056.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7057.         return $instance;
  7058.     }
  7059.     /**
  7060.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7061.      *
  7062.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7063.      */
  7064.     protected function getDoctrineMigrations_UpToDateCommandService()
  7065.     {
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7069.         $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');
  7070.         $instance->setName('doctrine:migrations:up-to-date');
  7071.         return $instance;
  7072.     }
  7073.     /**
  7074.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7075.      *
  7076.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7077.      */
  7078.     protected function getDoctrineMigrations_VersionCommandService()
  7079.     {
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7083.         $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');
  7084.         $instance->setName('doctrine:migrations:version');
  7085.         return $instance;
  7086.     }
  7087.     /**
  7088.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7089.      *
  7090.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7091.      */
  7092.     protected function getDoctrineMigrations_VersionsCommandService()
  7093.     {
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7097.         $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');
  7098.         $instance->setName('doctrine:migrations:list');
  7099.         return $instance;
  7100.     }
  7101.     /**
  7102.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7103.      *
  7104.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7105.      */
  7106.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7107.     {
  7108.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7110.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7111.         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()));
  7112.     }
  7113.     /**
  7114.      * Gets the private 'exception_listener' shared service.
  7115.      *
  7116.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7117.      */
  7118.     protected function getExceptionListenerService()
  7119.     {
  7120.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7121.     }
  7122.     /**
  7123.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7124.      *
  7125.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7126.      */
  7127.     protected function getForm_ChoiceListFactory_CachedService()
  7128.     {
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7133.         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())));
  7134.     }
  7135.     /**
  7136.      * Gets the private 'form.registry' shared service.
  7137.      *
  7138.      * @return \Symfony\Component\Form\FormRegistry
  7139.      */
  7140.     protected function getForm_RegistryService()
  7141.     {
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7149.         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, [
  7150.             'App\\Form\\ActivityType' => ['privates''App\\Form\\ActivityType''getActivityTypeService'false],
  7151.             'App\\Form\\CompanyType' => ['privates''App\\Form\\CompanyType''getCompanyTypeService'false],
  7152.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  7153.             'App\\Form\\FormationType' => ['privates''App\\Form\\FormationType''getFormationTypeService'false],
  7154.             'App\\Form\\ImportActivityType' => ['privates''App\\Form\\ImportActivityType''getImportActivityTypeService'false],
  7155.             'App\\Form\\ImportFileType' => ['privates''App\\Form\\ImportFileType''getImportFileTypeService'false],
  7156.             'App\\Form\\ImportMuscleType' => ['privates''App\\Form\\ImportMuscleType''getImportMuscleTypeService'false],
  7157.             'App\\Form\\PasswordChangeType' => ['privates''App\\Form\\PasswordChangeType''getPasswordChangeTypeService'false],
  7158.             'App\\Form\\PrivateActivitiesType' => ['privates''App\\Form\\PrivateActivitiesType''getPrivateActivitiesTypeService'false],
  7159.             'App\\Form\\ProActivitiesType' => ['privates''App\\Form\\ProActivitiesType''getProActivitiesTypeService'false],
  7160.             'App\\Form\\PwdType' => ['privates''App\\Form\\PwdType''getPwdTypeService'false],
  7161.             'App\\Form\\ResetPwdType' => ['privates''App\\Form\\ResetPwdType''getResetPwdTypeService'false],
  7162.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  7163.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  7164.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7165.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7166.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7167.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7168.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7169.         ], [
  7170.             'App\\Form\\ActivityType' => '?',
  7171.             'App\\Form\\CompanyType' => '?',
  7172.             'App\\Form\\ContactType' => '?',
  7173.             'App\\Form\\FormationType' => '?',
  7174.             'App\\Form\\ImportActivityType' => '?',
  7175.             'App\\Form\\ImportFileType' => '?',
  7176.             'App\\Form\\ImportMuscleType' => '?',
  7177.             'App\\Form\\PasswordChangeType' => '?',
  7178.             'App\\Form\\PrivateActivitiesType' => '?',
  7179.             'App\\Form\\ProActivitiesType' => '?',
  7180.             'App\\Form\\PwdType' => '?',
  7181.             'App\\Form\\ResetPwdType' => '?',
  7182.             'App\\Form\\UserType' => '?',
  7183.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7184.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7185.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7186.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7187.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7188.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7189.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7190.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7191.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7192.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7193.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7194.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7195.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7196.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7197.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7198.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7199.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7200.         }, 1)], new RewindableGenerator(function () {
  7201.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7202.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7203.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7204.     }
  7205.     /**
  7206.      * Gets the private 'form.server_params' shared service.
  7207.      *
  7208.      * @return \Symfony\Component\Form\Util\ServerParams
  7209.      */
  7210.     protected function getForm_ServerParamsService()
  7211.     {
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7213.         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())));
  7214.     }
  7215.     /**
  7216.      * Gets the private 'form.type.choice' shared service.
  7217.      *
  7218.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7219.      */
  7220.     protected function getForm_Type_ChoiceService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7225.         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()));
  7226.     }
  7227.     /**
  7228.      * Gets the private 'form.type.color' shared service.
  7229.      *
  7230.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7231.      */
  7232.     protected function getForm_Type_ColorService()
  7233.     {
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7237.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7238.     }
  7239.     /**
  7240.      * Gets the private 'form.type.entity' shared service.
  7241.      *
  7242.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7243.      */
  7244.     protected function getForm_Type_EntityService()
  7245.     {
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7250.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7251.     }
  7252.     /**
  7253.      * Gets the private 'form.type.form' shared service.
  7254.      *
  7255.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7256.      */
  7257.     protected function getForm_Type_FormService()
  7258.     {
  7259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7263.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7264.     }
  7265.     /**
  7266.      * Gets the private 'form.type_extension.csrf' shared service.
  7267.      *
  7268.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7269.      */
  7270.     protected function getForm_TypeExtension_CsrfService()
  7271.     {
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7275.         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()));
  7276.     }
  7277.     /**
  7278.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7279.      *
  7280.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7281.      */
  7282.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7283.     {
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7287.         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()));
  7288.     }
  7289.     /**
  7290.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7291.      *
  7292.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7293.      */
  7294.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7295.     {
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7301.         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())));
  7302.     }
  7303.     /**
  7304.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7305.      *
  7306.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7307.      */
  7308.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7309.     {
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7313.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7314.     }
  7315.     /**
  7316.      * Gets the private 'form.type_extension.form.validator' shared service.
  7317.      *
  7318.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7319.      */
  7320.     protected function getForm_TypeExtension_Form_ValidatorService()
  7321.     {
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7326.         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()));
  7327.     }
  7328.     /**
  7329.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7330.      *
  7331.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7332.      */
  7333.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7334.     {
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7338.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7339.     }
  7340.     /**
  7341.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7342.      *
  7343.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7344.      */
  7345.     protected function getForm_TypeGuesser_DoctrineService()
  7346.     {
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7349.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7350.     }
  7351.     /**
  7352.      * Gets the private 'form.type_guesser.validator' shared service.
  7353.      *
  7354.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7355.      */
  7356.     protected function getForm_TypeGuesser_ValidatorService()
  7357.     {
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7360.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7361.     }
  7362.     /**
  7363.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  7364.      *
  7365.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  7366.      */
  7367.     protected function getFosCkEditor_Command_InstallerService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  7372.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  7373.         $instance->setName('ckeditor:install');
  7374.         return $instance;
  7375.     }
  7376.     /**
  7377.      * Gets the private 'fos_ck_editor.form.type' shared service.
  7378.      *
  7379.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  7380.      */
  7381.     protected function getFosCkEditor_Form_TypeService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  7388.         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' => []]]));
  7389.     }
  7390.     /**
  7391.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7392.      *
  7393.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7394.      */
  7395.     protected function getFosJsRouting_DumpCommandService()
  7396.     {
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7399.         $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);
  7400.         $instance->setName('fos:js-routing:dump');
  7401.         return $instance;
  7402.     }
  7403.     /**
  7404.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7405.      *
  7406.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7407.      */
  7408.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7409.     {
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7412.         $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()));
  7413.         $instance->setName('fos:js-routing:debug');
  7414.         return $instance;
  7415.     }
  7416.     /**
  7417.      * Gets the private 'fragment.renderer.inline' shared service.
  7418.      *
  7419.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7420.      */
  7421.     protected function getFragment_Renderer_InlineService()
  7422.     {
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7426.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7427.         if (isset($this->privates['fragment.renderer.inline'])) {
  7428.             return $this->privates['fragment.renderer.inline'];
  7429.         }
  7430.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7431.         if (isset($this->privates['fragment.renderer.inline'])) {
  7432.             return $this->privates['fragment.renderer.inline'];
  7433.         }
  7434.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7435.         $instance->setFragmentPath('/_fragment');
  7436.         return $instance;
  7437.     }
  7438.     /**
  7439.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7440.      *
  7441.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7442.      */
  7443.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7444.     {
  7445.         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())));
  7446.     }
  7447.     /**
  7448.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7449.      *
  7450.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7451.      */
  7452.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7453.     {
  7454.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7455.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7456.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7457.         }
  7458.         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);
  7459.     }
  7460.     /**
  7461.      * Gets the private 'locale_aware_listener' shared service.
  7462.      *
  7463.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7464.      */
  7465.     protected function getLocaleAwareListenerService()
  7466.     {
  7467.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7468.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7469.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7470.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7471.     }
  7472.     /**
  7473.      * Gets the private 'locale_listener' shared service.
  7474.      *
  7475.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7476.      */
  7477.     protected function getLocaleListenerService()
  7478.     {
  7479.         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, []);
  7480.     }
  7481.     /**
  7482.      * Gets the private 'mailer.transport_factory.mailgun' shared service.
  7483.      *
  7484.      * @return \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory
  7485.      */
  7486.     protected function getMailer_TransportFactory_MailgunService()
  7487.     {
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/mailgun-mailer/Transport/MailgunTransportFactory.php';
  7491.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7492.         if (isset($this->privates['mailer.transport_factory.mailgun'])) {
  7493.             return $this->privates['mailer.transport_factory.mailgun'];
  7494.         }
  7495.         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()));
  7496.     }
  7497.     /**
  7498.      * Gets the private 'mailer.transport_factory.native' shared service.
  7499.      *
  7500.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7501.      */
  7502.     protected function getMailer_TransportFactory_NativeService()
  7503.     {
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7507.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7508.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7509.             return $this->privates['mailer.transport_factory.native'];
  7510.         }
  7511.         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()));
  7512.     }
  7513.     /**
  7514.      * Gets the private 'mailer.transport_factory.null' shared service.
  7515.      *
  7516.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7517.      */
  7518.     protected function getMailer_TransportFactory_NullService()
  7519.     {
  7520.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7523.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7524.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7525.             return $this->privates['mailer.transport_factory.null'];
  7526.         }
  7527.         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()));
  7528.     }
  7529.     /**
  7530.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7531.      *
  7532.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7533.      */
  7534.     protected function getMailer_TransportFactory_SendmailService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7539.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7540.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7541.             return $this->privates['mailer.transport_factory.sendmail'];
  7542.         }
  7543.         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()));
  7544.     }
  7545.     /**
  7546.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7547.      *
  7548.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7549.      */
  7550.     protected function getMailer_TransportFactory_SmtpService()
  7551.     {
  7552.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7555.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7556.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7557.             return $this->privates['mailer.transport_factory.smtp'];
  7558.         }
  7559.         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()));
  7560.     }
  7561.     /**
  7562.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7563.      *
  7564.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7565.      */
  7566.     protected function getMaker_AutoCommand_MakeAuthService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7575.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7576.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7577.         $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);
  7578.         $instance->setName('make:auth');
  7579.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7580.         return $instance;
  7581.     }
  7582.     /**
  7583.      * Gets the private 'maker.auto_command.make_command' shared service.
  7584.      *
  7585.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7586.      */
  7587.     protected function getMaker_AutoCommand_MakeCommandService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7594.         $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()));
  7595.         $instance->setName('make:command');
  7596.         $instance->setDescription('Creates a new console command class');
  7597.         return $instance;
  7598.     }
  7599.     /**
  7600.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7601.      *
  7602.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7603.      */
  7604.     protected function getMaker_AutoCommand_MakeControllerService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7611.         $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()));
  7612.         $instance->setName('make:controller');
  7613.         $instance->setDescription('Creates a new controller class');
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7618.      *
  7619.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7620.      */
  7621.     protected function getMaker_AutoCommand_MakeCrudService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7628.         $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()));
  7629.         $instance->setName('make:crud');
  7630.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7631.         return $instance;
  7632.     }
  7633.     /**
  7634.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7635.      *
  7636.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7637.      */
  7638.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7639.     {
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7645.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7646.         $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()));
  7647.         $instance->setName('make:docker:database');
  7648.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7649.         return $instance;
  7650.     }
  7651.     /**
  7652.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7653.      *
  7654.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7655.      */
  7656.     protected function getMaker_AutoCommand_MakeEntityService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7664.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7665.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7666.         $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);
  7667.         $instance->setName('make:entity');
  7668.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7669.         return $instance;
  7670.     }
  7671.     /**
  7672.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7673.      *
  7674.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7675.      */
  7676.     protected function getMaker_AutoCommand_MakeFixturesService()
  7677.     {
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7683.         $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()));
  7684.         $instance->setName('make:fixtures');
  7685.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7686.         return $instance;
  7687.     }
  7688.     /**
  7689.      * Gets the private 'maker.auto_command.make_form' shared service.
  7690.      *
  7691.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7692.      */
  7693.     protected function getMaker_AutoCommand_MakeFormService()
  7694.     {
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7700.         $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()));
  7701.         $instance->setName('make:form');
  7702.         $instance->setDescription('Creates a new form class');
  7703.         return $instance;
  7704.     }
  7705.     /**
  7706.      * Gets the private 'maker.auto_command.make_message' shared service.
  7707.      *
  7708.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7709.      */
  7710.     protected function getMaker_AutoCommand_MakeMessageService()
  7711.     {
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7717.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7718.         $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()));
  7719.         $instance->setName('make:message');
  7720.         $instance->setDescription('Creates a new message and handler');
  7721.         return $instance;
  7722.     }
  7723.     /**
  7724.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7725.      *
  7726.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7727.      */
  7728.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  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/MakeMessengerMiddleware.php';
  7735.         $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()));
  7736.         $instance->setName('make:messenger-middleware');
  7737.         $instance->setDescription('Creates a new messenger middleware');
  7738.         return $instance;
  7739.     }
  7740.     /**
  7741.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7742.      *
  7743.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7744.      */
  7745.     protected function getMaker_AutoCommand_MakeMigrationService()
  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/ApplicationAwareMakerInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7753.         $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()));
  7754.         $instance->setName('make:migration');
  7755.         $instance->setDescription('Creates a new migration based on database changes');
  7756.         return $instance;
  7757.     }
  7758.     /**
  7759.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7760.      *
  7761.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7762.      */
  7763.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7764.     {
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7770.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7771.         $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()));
  7772.         $instance->setName('make:registration-form');
  7773.         $instance->setDescription('Creates a new registration form system');
  7774.         return $instance;
  7775.     }
  7776.     /**
  7777.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7778.      *
  7779.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7780.      */
  7781.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7782.     {
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7788.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7789.         $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()));
  7790.         $instance->setName('make:reset-password');
  7791.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7792.         return $instance;
  7793.     }
  7794.     /**
  7795.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7796.      *
  7797.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7798.      */
  7799.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7800.     {
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7806.         $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()));
  7807.         $instance->setName('make:serializer:encoder');
  7808.         $instance->setDescription('Creates a new serializer encoder class');
  7809.         return $instance;
  7810.     }
  7811.     /**
  7812.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7813.      *
  7814.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7815.      */
  7816.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7817.     {
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7823.         $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()));
  7824.         $instance->setName('make:serializer:normalizer');
  7825.         $instance->setDescription('Creates a new serializer normalizer class');
  7826.         return $instance;
  7827.     }
  7828.     /**
  7829.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7830.      *
  7831.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7832.      */
  7833.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7840.         $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()));
  7841.         $instance->setName('make:stimulus-controller');
  7842.         $instance->setDescription('Creates a new Stimulus controller');
  7843.         return $instance;
  7844.     }
  7845.     /**
  7846.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7847.      *
  7848.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7849.      */
  7850.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7851.     {
  7852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7858.         $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()));
  7859.         $instance->setName('make:subscriber');
  7860.         $instance->setDescription('Creates a new event subscriber class');
  7861.         return $instance;
  7862.     }
  7863.     /**
  7864.      * Gets the private 'maker.auto_command.make_test' shared service.
  7865.      *
  7866.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7867.      */
  7868.     protected function getMaker_AutoCommand_MakeTestService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7876.         $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()));
  7877.         $instance->setName('make:test');
  7878.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7879.         $instance->setDescription('Creates a new test class');
  7880.         return $instance;
  7881.     }
  7882.     /**
  7883.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7884.      *
  7885.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7886.      */
  7887.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7894.         $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()));
  7895.         $instance->setName('make:twig-extension');
  7896.         $instance->setDescription('Creates a new Twig extension class');
  7897.         return $instance;
  7898.     }
  7899.     /**
  7900.      * Gets the private 'maker.auto_command.make_user' shared service.
  7901.      *
  7902.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7903.      */
  7904.     protected function getMaker_AutoCommand_MakeUserService()
  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/MakeUser.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7913.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7914.         $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()));
  7915.         $instance->setName('make:user');
  7916.         $instance->setDescription('Creates a new security user class');
  7917.         return $instance;
  7918.     }
  7919.     /**
  7920.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7921.      *
  7922.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7923.      */
  7924.     protected function getMaker_AutoCommand_MakeValidatorService()
  7925.     {
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7931.         $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()));
  7932.         $instance->setName('make:validator');
  7933.         $instance->setDescription('Creates a new validator and constraint class');
  7934.         return $instance;
  7935.     }
  7936.     /**
  7937.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7938.      *
  7939.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7940.      */
  7941.     protected function getMaker_AutoCommand_MakeVoterService()
  7942.     {
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7948.         $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()));
  7949.         $instance->setName('make:voter');
  7950.         $instance->setDescription('Creates a new security voter class');
  7951.         return $instance;
  7952.     }
  7953.     /**
  7954.      * Gets the private 'maker.doctrine_helper' shared service.
  7955.      *
  7956.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7957.      */
  7958.     protected function getMaker_DoctrineHelperService()
  7959.     {
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7961.         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())]]]);
  7962.     }
  7963.     /**
  7964.      * Gets the private 'maker.entity_class_generator' shared service.
  7965.      *
  7966.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7967.      */
  7968.     protected function getMaker_EntityClassGeneratorService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7971.         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()));
  7972.     }
  7973.     /**
  7974.      * Gets the private 'maker.file_manager' shared service.
  7975.      *
  7976.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7977.      */
  7978.     protected function getMaker_FileManagerService()
  7979.     {
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7985.         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'));
  7986.     }
  7987.     /**
  7988.      * Gets the private 'maker.generator' shared service.
  7989.      *
  7990.      * @return \Symfony\Bundle\MakerBundle\Generator
  7991.      */
  7992.     protected function getMaker_GeneratorService()
  7993.     {
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7996.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  7997.         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));
  7998.     }
  7999.     /**
  8000.      * Gets the private 'maker.php_compat_util' shared service.
  8001.      *
  8002.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8003.      */
  8004.     protected function getMaker_PhpCompatUtilService()
  8005.     {
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8007.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8008.     }
  8009.     /**
  8010.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8011.      *
  8012.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8013.      */
  8014.     protected function getMaker_Renderer_FormTypeRendererService()
  8015.     {
  8016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8017.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8018.     }
  8019.     /**
  8020.      * Gets the private 'mime_types' shared service.
  8021.      *
  8022.      * @return \Symfony\Component\Mime\MimeTypes
  8023.      */
  8024.     protected function getMimeTypesService()
  8025.     {
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8029.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8030.         $instance->setDefault($instance);
  8031.         return $instance;
  8032.     }
  8033.     /**
  8034.      * Gets the private 'monolog.command.server_log' shared service.
  8035.      *
  8036.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8037.      */
  8038.     protected function getMonolog_Command_ServerLogService()
  8039.     {
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8042.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8043.         $instance->setName('server:log');
  8044.         $instance->setDescription('Start a log server that displays logs in real time');
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the private 'monolog.handler.console' shared service.
  8049.      *
  8050.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8051.      */
  8052.     protected function getMonolog_Handler_ConsoleService()
  8053.     {
  8054.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8055.     }
  8056.     /**
  8057.      * Gets the private 'monolog.handler.emails' shared service.
  8058.      *
  8059.      * @return \Monolog\Handler\RotatingFileHandler
  8060.      */
  8061.     protected function getMonolog_Handler_EmailsService()
  8062.     {
  8063.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  8064.         $this->privates['monolog.handler.emails'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.emails.log'), 15100trueNULLfalse);
  8065.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8066.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8067.         return $instance;
  8068.     }
  8069.     /**
  8070.      * Gets the private 'monolog.handler.main' shared service.
  8071.      *
  8072.      * @return \Monolog\Handler\StreamHandler
  8073.      */
  8074.     protected function getMonolog_Handler_MainService()
  8075.     {
  8076.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8077.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8078.         return $instance;
  8079.     }
  8080.     /**
  8081.      * Gets the private 'monolog.logger' shared service.
  8082.      *
  8083.      * @return \Symfony\Bridge\Monolog\Logger
  8084.      */
  8085.     protected function getMonolog_LoggerService()
  8086.     {
  8087.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8088.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8089.         $instance->useMicrosecondTimestamps(true);
  8090.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8091.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8093.         return $instance;
  8094.     }
  8095.     /**
  8096.      * Gets the private 'monolog.logger.cache' shared service.
  8097.      *
  8098.      * @return \Symfony\Bridge\Monolog\Logger
  8099.      */
  8100.     protected function getMonolog_Logger_CacheService()
  8101.     {
  8102.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8103.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8104.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8105.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8106.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8107.         return $instance;
  8108.     }
  8109.     /**
  8110.      * Gets the private 'monolog.logger.mailer' shared service.
  8111.      *
  8112.      * @return \Symfony\Bridge\Monolog\Logger
  8113.      */
  8114.     protected function getMonolog_Logger_MailerService()
  8115.     {
  8116.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8117.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8118.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8119.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8120.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'monolog.logger.request' shared service.
  8125.      *
  8126.      * @return \Symfony\Bridge\Monolog\Logger
  8127.      */
  8128.     protected function getMonolog_Logger_RequestService()
  8129.     {
  8130.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8131.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8132.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8133.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8134.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8135.         return $instance;
  8136.     }
  8137.     /**
  8138.      * Gets the private 'monolog.logger.security' shared service.
  8139.      *
  8140.      * @return \Symfony\Bridge\Monolog\Logger
  8141.      */
  8142.     protected function getMonolog_Logger_SecurityService()
  8143.     {
  8144.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8145.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8146.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8147.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8148.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8149.         return $instance;
  8150.     }
  8151.     /**
  8152.      * Gets the private 'parameter_bag' shared service.
  8153.      *
  8154.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8155.      */
  8156.     protected function getParameterBagService()
  8157.     {
  8158.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8159.     }
  8160.     /**
  8161.      * Gets the private 'profiler_listener' shared service.
  8162.      *
  8163.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8164.      */
  8165.     protected function getProfilerListenerService()
  8166.     {
  8167.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8168.         if (isset($this->privates['profiler_listener'])) {
  8169.             return $this->privates['profiler_listener'];
  8170.         }
  8171.         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);
  8172.     }
  8173.     /**
  8174.      * Gets the private 'property_accessor' shared service.
  8175.      *
  8176.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8177.      */
  8178.     protected function getPropertyAccessorService()
  8179.     {
  8180.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8181.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8182.     }
  8183.     /**
  8184.      * Gets the private 'property_info' shared service.
  8185.      *
  8186.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8187.      */
  8188.     protected function getPropertyInfoService()
  8189.     {
  8190.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8191.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8192.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8193.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8194.         }, 3), new RewindableGenerator(function () {
  8195.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8196.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8197.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8198.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8199.         }, 4), new RewindableGenerator(function () {
  8200.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8201.         }, 1), new RewindableGenerator(function () {
  8202.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8203.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8204.         }, 2), new RewindableGenerator(function () {
  8205.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8206.         }, 1));
  8207.     }
  8208.     /**
  8209.      * Gets the private 'property_info.serializer_extractor' shared service.
  8210.      *
  8211.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8212.      */
  8213.     protected function getPropertyInfo_SerializerExtractorService()
  8214.     {
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8216.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8217.     }
  8218.     /**
  8219.      * Gets the private 'router.cache_warmer' shared service.
  8220.      *
  8221.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8222.      */
  8223.     protected function getRouter_CacheWarmerService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8227.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8228.             'router' => ['services''router''getRouterService'false],
  8229.         ], [
  8230.             'router' => '?',
  8231.         ]))->withContext('router.cache_warmer'$this));
  8232.     }
  8233.     /**
  8234.      * Gets the private 'router.expression_language_provider' shared service.
  8235.      *
  8236.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8237.      */
  8238.     protected function getRouter_ExpressionLanguageProviderService()
  8239.     {
  8240.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8241.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8242.         ], [
  8243.             'env' => 'Closure',
  8244.         ]));
  8245.     }
  8246.     /**
  8247.      * Gets the private 'router.request_context' shared service.
  8248.      *
  8249.      * @return \Symfony\Component\Routing\RequestContext
  8250.      */
  8251.     protected function getRouter_RequestContextService()
  8252.     {
  8253.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('http://kinalgo.local/''localhost''http'80443);
  8254.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8255.         return $instance;
  8256.     }
  8257.     /**
  8258.      * Gets the private 'router_listener' shared service.
  8259.      *
  8260.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8261.      */
  8262.     protected function getRouterListenerService()
  8263.     {
  8264.         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);
  8265.     }
  8266.     /**
  8267.      * Gets the private 'secrets.vault' shared service.
  8268.      *
  8269.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8270.      */
  8271.     protected function getSecrets_VaultService()
  8272.     {
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8277.         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'));
  8278.     }
  8279.     /**
  8280.      * Gets the private 'security.access_listener' shared service.
  8281.      *
  8282.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8283.      */
  8284.     protected function getSecurity_AccessListenerService()
  8285.     {
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8289.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8290.         if (isset($this->privates['security.access_listener'])) {
  8291.             return $this->privates['security.access_listener'];
  8292.         }
  8293.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8294.         if (isset($this->privates['security.access_listener'])) {
  8295.             return $this->privates['security.access_listener'];
  8296.         }
  8297.         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);
  8298.     }
  8299.     /**
  8300.      * Gets the private 'security.access_map' shared service.
  8301.      *
  8302.      * @return \Symfony\Component\Security\Http\AccessMap
  8303.      */
  8304.     protected function getSecurity_AccessMapService()
  8305.     {
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8310.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8311.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8312.         return $instance;
  8313.     }
  8314.     /**
  8315.      * Gets the private 'security.authentication.guard_handler' shared service.
  8316.      *
  8317.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8318.      *
  8319.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8320.      */
  8321.     protected function getSecurity_Authentication_GuardHandlerService()
  8322.     {
  8323.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8324.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8325.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8326.             return $this->privates['security.authentication.guard_handler'];
  8327.         }
  8328.         $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, []);
  8329.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8330.         return $instance;
  8331.     }
  8332.     /**
  8333.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8334.      *
  8335.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8336.      *
  8337.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8338.      */
  8339.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8340.     {
  8341.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8342.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8343.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8344.             return $this->privates['security.authentication.listener.anonymous.main'];
  8345.         }
  8346.         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);
  8347.     }
  8348.     /**
  8349.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8350.      *
  8351.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8352.      *
  8353.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  8354.      */
  8355.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8356.     {
  8357.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  8358.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8359.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8360.             return $this->privates['security.authentication.listener.guard.main'];
  8361.         }
  8362.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8363.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8364.             return $this->privates['security.authentication.listener.guard.main'];
  8365.         }
  8366.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  8367.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8368.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8369.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8370.         return $instance;
  8371.     }
  8372.     /**
  8373.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  8374.      *
  8375.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8376.      *
  8377.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  8378.      */
  8379.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  8380.     {
  8381.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8382.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8383.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8384.             return $this->privates['security.authentication.listener.rememberme.main'];
  8385.         }
  8386.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8387.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8388.             return $this->privates['security.authentication.listener.rememberme.main'];
  8389.         }
  8390.         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()));
  8391.     }
  8392.     /**
  8393.      * Gets the private 'security.authentication.manager' shared service.
  8394.      *
  8395.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8396.      *
  8397.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8398.      */
  8399.     protected function getSecurity_Authentication_ManagerService()
  8400.     {
  8401.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8402.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8403.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8404.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  8405.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8406.         }, 3), true);
  8407.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8408.         return $instance;
  8409.     }
  8410.     /**
  8411.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8412.      *
  8413.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8414.      *
  8415.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8416.      */
  8417.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8418.     {
  8419.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8420.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8421.     }
  8422.     /**
  8423.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8424.      *
  8425.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8426.      *
  8427.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  8428.      */
  8429.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8430.     {
  8431.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  8432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8434.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8435.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8436.         }, 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()));
  8437.     }
  8438.     /**
  8439.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  8440.      *
  8441.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8442.      *
  8443.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  8444.      */
  8445.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  8446.     {
  8447.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8450.         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');
  8451.     }
  8452.     /**
  8453.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  8454.      *
  8455.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8456.      */
  8457.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  8458.     {
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  8463.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  8464.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8465.         }, 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()));
  8466.     }
  8467.     /**
  8468.      * Gets the private 'security.authentication.session_strategy' shared service.
  8469.      *
  8470.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  8471.      */
  8472.     protected function getSecurity_Authentication_SessionStrategyService()
  8473.     {
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8476.         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()));
  8477.     }
  8478.     /**
  8479.      * Gets the private 'security.authentication_utils' shared service.
  8480.      *
  8481.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  8482.      */
  8483.     protected function getSecurity_AuthenticationUtilsService()
  8484.     {
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  8486.         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())));
  8487.     }
  8488.     /**
  8489.      * Gets the private 'security.channel_listener' shared service.
  8490.      *
  8491.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8492.      */
  8493.     protected function getSecurity_ChannelListenerService()
  8494.     {
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8498.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8499.         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());
  8500.     }
  8501.     /**
  8502.      * Gets the private 'security.command.debug_firewall' shared service.
  8503.      *
  8504.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8505.      */
  8506.     protected function getSecurity_Command_DebugFirewallService()
  8507.     {
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8510.         $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);
  8511.         $instance->setName('debug:firewall');
  8512.         $instance->setDescription('Display information about your security firewall(s)');
  8513.         return $instance;
  8514.     }
  8515.     /**
  8516.      * Gets the private 'security.command.user_password_encoder' shared service.
  8517.      *
  8518.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8519.      *
  8520.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8521.      */
  8522.     protected function getSecurity_Command_UserPasswordEncoderService()
  8523.     {
  8524.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8525.         $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']);
  8526.         $instance->setName('security:encode-password');
  8527.         $instance->setDescription('Encode a password');
  8528.         return $instance;
  8529.     }
  8530.     /**
  8531.      * Gets the private 'security.command.user_password_hash' shared service.
  8532.      *
  8533.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8534.      */
  8535.     protected function getSecurity_Command_UserPasswordHashService()
  8536.     {
  8537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8539.         $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']);
  8540.         $instance->setName('security:hash-password');
  8541.         $instance->setDescription('Hash a user password');
  8542.         return $instance;
  8543.     }
  8544.     /**
  8545.      * Gets the private 'security.context_listener.0' shared service.
  8546.      *
  8547.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8548.      */
  8549.     protected function getSecurity_ContextListener_0Service()
  8550.     {
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8554.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8555.         if (isset($this->privates['security.context_listener.0'])) {
  8556.             return $this->privates['security.context_listener.0'];
  8557.         }
  8558.         $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 () {
  8559.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8560.         }, 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']);
  8561.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8562.         return $instance;
  8563.     }
  8564.     /**
  8565.      * Gets the private 'security.csrf.token_storage' shared service.
  8566.      *
  8567.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8568.      */
  8569.     protected function getSecurity_Csrf_TokenStorageService()
  8570.     {
  8571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8574.         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())));
  8575.     }
  8576.     /**
  8577.      * Gets the private 'security.encoder_factory.generic' shared service.
  8578.      *
  8579.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8580.      *
  8581.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8582.      */
  8583.     protected function getSecurity_EncoderFactory_GenericService()
  8584.     {
  8585.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8586.         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]]);
  8587.     }
  8588.     /**
  8589.      * Gets the private 'security.event_dispatcher.main' shared service.
  8590.      *
  8591.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8592.      */
  8593.     protected function getSecurity_EventDispatcher_MainService()
  8594.     {
  8595.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8596.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8597.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8598.         }, => 'onLogout'], 64);
  8599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8600.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8601.         }, => 'onLogout'], 0);
  8602.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8603.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  8604.         }, => 'onLogout'], 0);
  8605.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8606.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8607.         }, => 'onLogout'], 0);
  8608.         return $instance;
  8609.     }
  8610.     /**
  8611.      * Gets the private 'security.firewall.map' shared service.
  8612.      *
  8613.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8614.      */
  8615.     protected function getSecurity_Firewall_MapService()
  8616.     {
  8617.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8618.         if (isset($this->privates['security.firewall.map'])) {
  8619.             return $this->privates['security.firewall.map'];
  8620.         }
  8621.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8622.             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)/')));
  8623.             yield 'security.firewall.map.context.main' => NULL;
  8624.         }, 2));
  8625.     }
  8626.     /**
  8627.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8628.      *
  8629.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8630.      */
  8631.     protected function getSecurity_Firewall_Map_Context_DevService()
  8632.     {
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8635.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8636.             return new \EmptyIterator();
  8637.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8638.     }
  8639.     /**
  8640.      * Gets the private 'security.firewall.map.context.main' shared service.
  8641.      *
  8642.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8643.      */
  8644.     protected function getSecurity_Firewall_Map_Context_MainService()
  8645.     {
  8646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8653.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8654.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8655.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8656.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8657.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8658.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8659.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  8660.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8661.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8662.         }, 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));
  8663.     }
  8664.     /**
  8665.      * Gets the private 'security.helper' shared service.
  8666.      *
  8667.      * @return \Symfony\Component\Security\Core\Security
  8668.      */
  8669.     protected function getSecurity_HelperService()
  8670.     {
  8671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8672.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8673.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8674.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8675.         ], [
  8676.             'security.authorization_checker' => '?',
  8677.             'security.token_storage' => '?',
  8678.         ]));
  8679.     }
  8680.     /**
  8681.      * Gets the private 'security.http_utils' shared service.
  8682.      *
  8683.      * @return \Symfony\Component\Security\Http\HttpUtils
  8684.      */
  8685.     protected function getSecurity_HttpUtilsService()
  8686.     {
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8688.         $a = ($this->services['router'] ?? $this->getRouterService());
  8689.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8690.     }
  8691.     /**
  8692.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8693.      *
  8694.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8695.      */
  8696.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8699.         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()));
  8700.     }
  8701.     /**
  8702.      * Gets the private 'security.logout.listener.default.main' shared service.
  8703.      *
  8704.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8705.      */
  8706.     protected function getSecurity_Logout_Listener_Default_MainService()
  8707.     {
  8708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8709.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  8710.     }
  8711.     /**
  8712.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  8713.      *
  8714.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  8715.      */
  8716.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  8719.         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()));
  8720.     }
  8721.     /**
  8722.      * Gets the private 'security.logout_url_generator' shared service.
  8723.      *
  8724.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8725.      */
  8726.     protected function getSecurity_LogoutUrlGeneratorService()
  8727.     {
  8728.         $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()));
  8729.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  8730.         return $instance;
  8731.     }
  8732.     /**
  8733.      * Gets the private 'security.password_hasher_factory' shared service.
  8734.      *
  8735.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8736.      */
  8737.     protected function getSecurity_PasswordHasherFactoryService()
  8738.     {
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8741.         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]]);
  8742.     }
  8743.     /**
  8744.      * Gets the private 'security.role_hierarchy' shared service.
  8745.      *
  8746.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8747.      */
  8748.     protected function getSecurity_RoleHierarchyService()
  8749.     {
  8750.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8751.     }
  8752.     /**
  8753.      * Gets the private 'security.user.provider.concrete.db_main' shared service.
  8754.      *
  8755.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8756.      */
  8757.     protected function getSecurity_User_Provider_Concrete_DbMainService()
  8758.     {
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8762.         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);
  8763.     }
  8764.     /**
  8765.      * Gets the private 'security.user_password_hasher' shared service.
  8766.      *
  8767.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8768.      */
  8769.     protected function getSecurity_UserPasswordHasherService()
  8770.     {
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8773.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8774.     }
  8775.     /**
  8776.      * Gets the private 'security.validator.user_password' shared service.
  8777.      *
  8778.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8779.      */
  8780.     protected function getSecurity_Validator_UserPasswordService()
  8781.     {
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8785.         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()));
  8786.     }
  8787.     /**
  8788.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8789.      *
  8790.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8791.      */
  8792.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8793.     {
  8794.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8795.     }
  8796.     /**
  8797.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8798.      *
  8799.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8800.      */
  8801.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8802.     {
  8803.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8804.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8805.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8806.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8807.     }
  8808.     /**
  8809.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8810.      *
  8811.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8812.      */
  8813.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8814.     {
  8815.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8816.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8817.             return $this->privates['sensio_framework_extra.security.listener'];
  8818.         }
  8819.         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()));
  8820.     }
  8821.     /**
  8822.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8823.      *
  8824.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8825.      */
  8826.     protected function getSensioFrameworkExtra_View_ListenerService()
  8827.     {
  8828.         $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))));
  8829.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8830.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8831.         ], [
  8832.             'twig' => '?',
  8833.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8834.         return $instance;
  8835.     }
  8836.     /**
  8837.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8838.      *
  8839.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8840.      */
  8841.     protected function getSerializer_Mapping_CacheWarmerService()
  8842.     {
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8848.         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'));
  8849.     }
  8850.     /**
  8851.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8852.      *
  8853.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8854.      */
  8855.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8856.     {
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8863.         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()))]));
  8864.     }
  8865.     /**
  8866.      * Gets the private 'session.factory' shared service.
  8867.      *
  8868.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8869.      */
  8870.     protected function getSession_FactoryService()
  8871.     {
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  8874.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8875.         if (isset($this->privates['session.factory'])) {
  8876.             return $this->privates['session.factory'];
  8877.         }
  8878.         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']);
  8879.     }
  8880.     /**
  8881.      * Gets the private 'session.storage.factory.service' shared service.
  8882.      *
  8883.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8884.      *
  8885.      * @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.
  8886.      */
  8887.     protected function getSession_Storage_Factory_ServiceService()
  8888.     {
  8889.         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.');
  8890.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8891.     }
  8892.     /**
  8893.      * Gets the private 'session.storage.metadata_bag' shared service.
  8894.      *
  8895.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8896.      *
  8897.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8898.      */
  8899.     protected function getSession_Storage_MetadataBagService()
  8900.     {
  8901.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8902.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8903.     }
  8904.     /**
  8905.      * Gets the private 'session.storage.native' shared service.
  8906.      *
  8907.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8908.      *
  8909.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8910.      */
  8911.     protected function getSession_Storage_NativeService()
  8912.     {
  8913.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8916.         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());
  8917.     }
  8918.     /**
  8919.      * Gets the private 'session_listener' shared service.
  8920.      *
  8921.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8922.      */
  8923.     protected function getSessionListenerService()
  8924.     {
  8925.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8926.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8927.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8928.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8929.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8930.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8931.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8932.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8933.         ], [
  8934.             'initialized_session' => '?',
  8935.             'logger' => '?',
  8936.             'request_stack' => '?',
  8937.             'session' => '?',
  8938.             'session_collector' => '?',
  8939.             'session_factory' => '?',
  8940.             'session_storage' => '?',
  8941.         ]), true$this->parameters['session.storage.options']);
  8942.     }
  8943.     /**
  8944.      * Gets the private 'slugger' shared service.
  8945.      *
  8946.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  8947.      */
  8948.     protected function getSluggerService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  8952.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  8953.     }
  8954.     /**
  8955.      * Gets the private 'translation.extractor' shared service.
  8956.      *
  8957.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8958.      */
  8959.     protected function getTranslation_ExtractorService()
  8960.     {
  8961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8966.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8967.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8968.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8969.         return $instance;
  8970.     }
  8971.     /**
  8972.      * Gets the private 'translation.loader.csv' shared service.
  8973.      *
  8974.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8975.      */
  8976.     protected function getTranslation_Loader_CsvService()
  8977.     {
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8982.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8983.     }
  8984.     /**
  8985.      * Gets the private 'translation.loader.dat' shared service.
  8986.      *
  8987.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8988.      */
  8989.     protected function getTranslation_Loader_DatService()
  8990.     {
  8991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8994.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8995.     }
  8996.     /**
  8997.      * Gets the private 'translation.loader.ini' shared service.
  8998.      *
  8999.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9000.      */
  9001.     protected function getTranslation_Loader_IniService()
  9002.     {
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9007.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9008.     }
  9009.     /**
  9010.      * Gets the private 'translation.loader.json' shared service.
  9011.      *
  9012.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9013.      */
  9014.     protected function getTranslation_Loader_JsonService()
  9015.     {
  9016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9020.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9021.     }
  9022.     /**
  9023.      * Gets the private 'translation.loader.mo' shared service.
  9024.      *
  9025.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9026.      */
  9027.     protected function getTranslation_Loader_MoService()
  9028.     {
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9033.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9034.     }
  9035.     /**
  9036.      * Gets the private 'translation.loader.php' shared service.
  9037.      *
  9038.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9039.      */
  9040.     protected function getTranslation_Loader_PhpService()
  9041.     {
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9046.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9047.     }
  9048.     /**
  9049.      * Gets the private 'translation.loader.po' shared service.
  9050.      *
  9051.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9052.      */
  9053.     protected function getTranslation_Loader_PoService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9059.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9060.     }
  9061.     /**
  9062.      * Gets the private 'translation.loader.qt' shared service.
  9063.      *
  9064.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9065.      */
  9066.     protected function getTranslation_Loader_QtService()
  9067.     {
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9070.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9071.     }
  9072.     /**
  9073.      * Gets the private 'translation.loader.res' shared service.
  9074.      *
  9075.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9076.      */
  9077.     protected function getTranslation_Loader_ResService()
  9078.     {
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9081.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9082.     }
  9083.     /**
  9084.      * Gets the private 'translation.loader.xliff' shared service.
  9085.      *
  9086.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9087.      */
  9088.     protected function getTranslation_Loader_XliffService()
  9089.     {
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9092.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9093.     }
  9094.     /**
  9095.      * Gets the private 'translation.loader.yml' shared service.
  9096.      *
  9097.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9098.      */
  9099.     protected function getTranslation_Loader_YmlService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9105.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9106.     }
  9107.     /**
  9108.      * Gets the private 'translation.provider_collection' shared service.
  9109.      *
  9110.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9111.      */
  9112.     protected function getTranslation_ProviderCollectionService()
  9113.     {
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9116.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9117.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9118.         }, 1), []))->fromConfig([]);
  9119.     }
  9120.     /**
  9121.      * Gets the private 'translation.reader' shared service.
  9122.      *
  9123.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9124.      */
  9125.     protected function getTranslation_ReaderService()
  9126.     {
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9143.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9144.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9145.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9146.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9147.         $instance->addLoader('yaml'$a);
  9148.         $instance->addLoader('yml'$a);
  9149.         $instance->addLoader('xlf'$b);
  9150.         $instance->addLoader('xliff'$b);
  9151.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9152.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9153.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9154.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9155.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9156.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9157.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9158.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9159.         return $instance;
  9160.     }
  9161.     /**
  9162.      * Gets the private 'translation.warmer' shared service.
  9163.      *
  9164.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9165.      */
  9166.     protected function getTranslation_WarmerService()
  9167.     {
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9170.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9171.             'translator' => ['services''translator''getTranslatorService'false],
  9172.         ], [
  9173.             'translator' => '?',
  9174.         ]))->withContext('translation.warmer'$this));
  9175.     }
  9176.     /**
  9177.      * Gets the private 'translation.writer' shared service.
  9178.      *
  9179.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9180.      */
  9181.     protected function getTranslation_WriterService()
  9182.     {
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9197.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9198.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9199.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9200.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9201.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9202.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9203.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9204.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9205.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9206.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9207.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9208.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9209.         return $instance;
  9210.     }
  9211.     /**
  9212.      * Gets the private 'translator.default' shared service.
  9213.      *
  9214.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9215.      */
  9216.     protected function getTranslator_DefaultService()
  9217.     {
  9218.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9219.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9220.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9221.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9222.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9223.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9224.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9225.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9226.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9227.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9228.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9229.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9230.         ], [
  9231.             'translation.loader.csv' => '?',
  9232.             'translation.loader.dat' => '?',
  9233.             'translation.loader.ini' => '?',
  9234.             'translation.loader.json' => '?',
  9235.             'translation.loader.mo' => '?',
  9236.             'translation.loader.php' => '?',
  9237.             'translation.loader.po' => '?',
  9238.             'translation.loader.qt' => '?',
  9239.             'translation.loader.res' => '?',
  9240.             'translation.loader.xliff' => '?',
  9241.             'translation.loader.yml' => '?',
  9242.         ]), 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']]], []);
  9243.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9244.         $instance->setFallbackLocales([=> 'en']);
  9245.         return $instance;
  9246.     }
  9247.     /**
  9248.      * Gets the private 'twig.command.debug' shared service.
  9249.      *
  9250.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9251.      */
  9252.     protected function getTwig_Command_DebugService()
  9253.     {
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9256.         $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()));
  9257.         $instance->setName('debug:twig');
  9258.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9259.         return $instance;
  9260.     }
  9261.     /**
  9262.      * Gets the private 'twig.command.lint' shared service.
  9263.      *
  9264.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9265.      */
  9266.     protected function getTwig_Command_LintService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9271.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9272.         $instance->setName('lint:twig');
  9273.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9274.         return $instance;
  9275.     }
  9276.     /**
  9277.      * Gets the private 'twig.form.engine' shared service.
  9278.      *
  9279.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9280.      */
  9281.     protected function getTwig_Form_EngineService()
  9282.     {
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9286.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9287.         if (isset($this->privates['twig.form.engine'])) {
  9288.             return $this->privates['twig.form.engine'];
  9289.         }
  9290.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9291.     }
  9292.     /**
  9293.      * Gets the private 'twig.form.renderer' shared service.
  9294.      *
  9295.      * @return \Symfony\Component\Form\FormRenderer
  9296.      */
  9297.     protected function getTwig_Form_RendererService()
  9298.     {
  9299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9301.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9302.         if (isset($this->privates['twig.form.renderer'])) {
  9303.             return $this->privates['twig.form.renderer'];
  9304.         }
  9305.         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()));
  9306.     }
  9307.     /**
  9308.      * Gets the private 'twig.mailer.message_listener' shared service.
  9309.      *
  9310.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9311.      */
  9312.     protected function getTwig_Mailer_MessageListenerService()
  9313.     {
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9317.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9318.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9319.             return $this->privates['twig.mailer.message_listener'];
  9320.         }
  9321.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9322.     }
  9323.     /**
  9324.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9325.      *
  9326.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9327.      */
  9328.     protected function getTwig_Runtime_HttpkernelService()
  9329.     {
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9336.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9337.         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, [
  9338.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9339.         ], [
  9340.             'inline' => '?',
  9341.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9342.     }
  9343.     /**
  9344.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9345.      *
  9346.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9347.      */
  9348.     protected function getTwig_Runtime_SecurityCsrfService()
  9349.     {
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9351.         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()));
  9352.     }
  9353.     /**
  9354.      * Gets the private 'twig.runtime.serializer' shared service.
  9355.      *
  9356.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9357.      */
  9358.     protected function getTwig_Runtime_SerializerService()
  9359.     {
  9360.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9362.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9363.     }
  9364.     /**
  9365.      * Gets the private 'twig.template_cache_warmer' shared service.
  9366.      *
  9367.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9368.      */
  9369.     protected function getTwig_TemplateCacheWarmerService()
  9370.     {
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9374.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9375.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9376.         ], [
  9377.             'twig' => '?',
  9378.         ]))->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')));
  9379.     }
  9380.     /**
  9381.      * Gets the private 'validator.builder' shared service.
  9382.      *
  9383.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9384.      */
  9385.     protected function getValidator_BuilderService()
  9386.     {
  9387.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9388.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9389.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9390.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9391.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9392.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9393.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9394.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9395.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9396.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9397.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9398.         ], [
  9399.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9400.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9401.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9402.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9403.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9404.             'doctrine.orm.validator.unique' => '?',
  9405.             'security.validator.user_password' => '?',
  9406.             'validator.expression' => '?',
  9407.         ])));
  9408.         if ($this->has('translator')) {
  9409.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9410.         }
  9411.         $instance->setTranslationDomain('validators');
  9412.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9413.         $instance->enableAnnotationMapping(true);
  9414.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9415.         $instance->addMethodMapping('loadValidatorMetadata');
  9416.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9417.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9418.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9419.         return $instance;
  9420.     }
  9421.     /**
  9422.      * Gets the private 'validator.email' shared service.
  9423.      *
  9424.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9425.      */
  9426.     protected function getValidator_EmailService()
  9427.     {
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9431.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9432.     }
  9433.     /**
  9434.      * Gets the private 'validator.expression' shared service.
  9435.      *
  9436.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9437.      */
  9438.     protected function getValidator_ExpressionService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9443.         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())));
  9444.     }
  9445.     /**
  9446.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9447.      *
  9448.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9449.      */
  9450.     protected function getValidator_Mapping_CacheWarmerService()
  9451.     {
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9455.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9456.     }
  9457.     /**
  9458.      * Gets the private 'validator.not_compromised_password' shared service.
  9459.      *
  9460.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9461.      */
  9462.     protected function getValidator_NotCompromisedPasswordService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9467.         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);
  9468.     }
  9469.     /**
  9470.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9471.      *
  9472.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9473.      */
  9474.     protected function getVarDumper_Command_ServerDumpService()
  9475.     {
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9482.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9483.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9484.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9485.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9486.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9487.         $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()))]);
  9488.         $instance->setName('server:dump');
  9489.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9490.         return $instance;
  9491.     }
  9492.     /**
  9493.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9494.      *
  9495.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9496.      */
  9497.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9498.     {
  9499.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9500.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9501.         return $instance;
  9502.     }
  9503.     /**
  9504.      * Gets the private 'var_dumper.html_dumper' shared service.
  9505.      *
  9506.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9507.      */
  9508.     protected function getVarDumper_HtmlDumperService()
  9509.     {
  9510.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9511.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9512.         return $instance;
  9513.     }
  9514.     /**
  9515.      * Gets the private 'var_dumper.server_connection' shared service.
  9516.      *
  9517.      * @return \Symfony\Component\VarDumper\Server\Connection
  9518.      */
  9519.     protected function getVarDumper_ServerConnectionService()
  9520.     {
  9521.         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()]);
  9522.     }
  9523.     /**
  9524.      * Gets the private 'web_profiler.csp.handler' shared service.
  9525.      *
  9526.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9527.      */
  9528.     protected function getWebProfiler_Csp_HandlerService()
  9529.     {
  9530.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9531.     }
  9532.     /**
  9533.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9534.      *
  9535.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9536.      */
  9537.     protected function getWebProfiler_DebugToolbarService()
  9538.     {
  9539.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9540.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9541.             return $this->privates['web_profiler.debug_toolbar'];
  9542.         }
  9543.         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()));
  9544.     }
  9545.     /**
  9546.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  9547.      *
  9548.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  9549.      */
  9550.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  9551.     {
  9552.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  9555.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  9556.     }
  9557.     /**
  9558.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9559.      *
  9560.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9561.      */
  9562.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9563.     {
  9564.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9565.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  9566.         ], [
  9567.             '_default' => '?',
  9568.         ]), '_default');
  9569.     }
  9570.     /**
  9571.      * Gets the private 'webpack_encore.exception_listener' shared service.
  9572.      *
  9573.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  9574.      */
  9575.     protected function getWebpackEncore_ExceptionListenerService()
  9576.     {
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  9578.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  9579.     }
  9580.     /**
  9581.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  9582.      *
  9583.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  9584.      */
  9585.     protected function getWebpackEncore_TagRendererService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  9588.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9589.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  9590.             return $this->privates['webpack_encore.tag_renderer'];
  9591.         }
  9592.         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);
  9593.     }
  9594.     /**
  9595.      * Gets the public 'cache_clearer' alias.
  9596.      *
  9597.      * @return object The ".container.private.cache_clearer" service.
  9598.      */
  9599.     protected function getCacheClearerService()
  9600.     {
  9601.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9602.         return $this->get('.container.private.cache_clearer');
  9603.     }
  9604.     /**
  9605.      * Gets the public 'filesystem' alias.
  9606.      *
  9607.      * @return object The ".container.private.filesystem" service.
  9608.      */
  9609.     protected function getFilesystemService()
  9610.     {
  9611.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9612.         return $this->get('.container.private.filesystem');
  9613.     }
  9614.     /**
  9615.      * Gets the public 'serializer' alias.
  9616.      *
  9617.      * @return object The ".container.private.serializer" service.
  9618.      */
  9619.     protected function getSerializerService()
  9620.     {
  9621.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9622.         return $this->get('.container.private.serializer');
  9623.     }
  9624.     /**
  9625.      * Gets the public 'security.csrf.token_manager' alias.
  9626.      *
  9627.      * @return object The ".container.private.security.csrf.token_manager" service.
  9628.      */
  9629.     protected function getSecurity_Csrf_TokenManagerService()
  9630.     {
  9631.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9632.         return $this->get('.container.private.security.csrf.token_manager');
  9633.     }
  9634.     /**
  9635.      * Gets the public 'form.factory' alias.
  9636.      *
  9637.      * @return object The ".container.private.form.factory" service.
  9638.      */
  9639.     protected function getForm_FactoryService()
  9640.     {
  9641.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9642.         return $this->get('.container.private.form.factory');
  9643.     }
  9644.     /**
  9645.      * Gets the public 'form.type.file' alias.
  9646.      *
  9647.      * @return object The ".container.private.form.type.file" service.
  9648.      */
  9649.     protected function getForm_Type_FileService()
  9650.     {
  9651.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9652.         return $this->get('.container.private.form.type.file');
  9653.     }
  9654.     /**
  9655.      * Gets the public 'profiler' alias.
  9656.      *
  9657.      * @return object The ".container.private.profiler" service.
  9658.      */
  9659.     protected function getProfilerService()
  9660.     {
  9661.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9662.         return $this->get('.container.private.profiler');
  9663.     }
  9664.     /**
  9665.      * Gets the public 'twig' alias.
  9666.      *
  9667.      * @return object The ".container.private.twig" service.
  9668.      */
  9669.     protected function getTwigService()
  9670.     {
  9671.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9672.         return $this->get('.container.private.twig');
  9673.     }
  9674.     /**
  9675.      * Gets the public 'security.authorization_checker' alias.
  9676.      *
  9677.      * @return object The ".container.private.security.authorization_checker" service.
  9678.      */
  9679.     protected function getSecurity_AuthorizationCheckerService()
  9680.     {
  9681.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9682.         return $this->get('.container.private.security.authorization_checker');
  9683.     }
  9684.     /**
  9685.      * Gets the public 'security.token_storage' alias.
  9686.      *
  9687.      * @return object The ".container.private.security.token_storage" service.
  9688.      */
  9689.     protected function getSecurity_TokenStorageService()
  9690.     {
  9691.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9692.         return $this->get('.container.private.security.token_storage');
  9693.     }
  9694.     /**
  9695.      * Gets the public 'security.password_encoder' alias.
  9696.      *
  9697.      * @return object The ".container.private.security.password_encoder" service.
  9698.      */
  9699.     protected function getSecurity_PasswordEncoderService()
  9700.     {
  9701.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9702.         return $this->get('.container.private.security.password_encoder');
  9703.     }
  9704.     /**
  9705.      * Gets the public 'session' alias.
  9706.      *
  9707.      * @return object The ".container.private.session" service.
  9708.      */
  9709.     protected function getSessionService()
  9710.     {
  9711.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9712.         return $this->get('.container.private.session');
  9713.     }
  9714.     /**
  9715.      * Gets the public 'validator' alias.
  9716.      *
  9717.      * @return object The ".container.private.validator" service.
  9718.      */
  9719.     protected function getValidatorService()
  9720.     {
  9721.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9722.         return $this->get('.container.private.validator');
  9723.     }
  9724.     /**
  9725.      * @return array|bool|float|int|string|\UnitEnum|null
  9726.      */
  9727.     public function getParameter(string $name)
  9728.     {
  9729.         if (isset($this->buildParameters[$name])) {
  9730.             return $this->buildParameters[$name];
  9731.         }
  9732.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9733.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9734.         }
  9735.         if (isset($this->loadedDynamicParameters[$name])) {
  9736.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9737.         }
  9738.         return $this->parameters[$name];
  9739.     }
  9740.     public function hasParameter(string $name): bool
  9741.     {
  9742.         if (isset($this->buildParameters[$name])) {
  9743.             return true;
  9744.         }
  9745.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9746.     }
  9747.     public function setParameter(string $name$value): void
  9748.     {
  9749.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9750.     }
  9751.     public function getParameterBag(): ParameterBagInterface
  9752.     {
  9753.         if (null === $this->parameterBag) {
  9754.             $parameters $this->parameters;
  9755.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9756.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9757.             }
  9758.             foreach ($this->buildParameters as $name => $value) {
  9759.                 $parameters[$name] = $value;
  9760.             }
  9761.             $this->parameterBag = new FrozenParameterBag($parameters);
  9762.         }
  9763.         return $this->parameterBag;
  9764.     }
  9765.     private $loadedDynamicParameters = [
  9766.         'kernel.runtime_environment' => false,
  9767.         'kernel.build_dir' => false,
  9768.         'kernel.cache_dir' => false,
  9769.         'kernel.secret' => false,
  9770.         'debug.container.dump' => false,
  9771.         'serializer.mapping.cache.file' => false,
  9772.         'validator.mapping.cache.file' => false,
  9773.         'profiler.storage.dsn' => false,
  9774.         'doctrine.orm.proxy_dir' => false,
  9775.     ];
  9776.     private $dynamicParameters = [];
  9777.     private function getDynamicParameter(string $name)
  9778.     {
  9779.         switch ($name) {
  9780.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9781.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9782.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9783.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9784.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9785.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9786.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9787.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9788.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9789.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9790.         }
  9791.         $this->loadedDynamicParameters[$name] = true;
  9792.         return $this->dynamicParameters[$name] = $value;
  9793.     }
  9794.     protected function getDefaultParameters(): array
  9795.     {
  9796.         return [
  9797.             'kernel.project_dir' => \dirname(__DIR__4),
  9798.             'kernel.environment' => 'dev',
  9799.             'kernel.debug' => true,
  9800.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9801.             'kernel.bundles' => [
  9802.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9803.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9804.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9805.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9806.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9807.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9808.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9809.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9810.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9811.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9812.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  9813.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9814.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9815.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  9816.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9817.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9818.             ],
  9819.             'kernel.bundles_metadata' => [
  9820.                 'FrameworkBundle' => [
  9821.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9822.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9823.                 ],
  9824.                 'MakerBundle' => [
  9825.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9826.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9827.                 ],
  9828.                 'DoctrineBundle' => [
  9829.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9830.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9831.                 ],
  9832.                 'DoctrineMigrationsBundle' => [
  9833.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9834.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9835.                 ],
  9836.                 'TwigBundle' => [
  9837.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9838.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9839.                 ],
  9840.                 'SensioFrameworkExtraBundle' => [
  9841.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9842.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9843.                 ],
  9844.                 'WebProfilerBundle' => [
  9845.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9846.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9847.                 ],
  9848.                 'SecurityBundle' => [
  9849.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9850.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9851.                 ],
  9852.                 'MonologBundle' => [
  9853.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9854.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9855.                 ],
  9856.                 'WebpackEncoreBundle' => [
  9857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9858.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9859.                 ],
  9860.                 'FOSCKEditorBundle' => [
  9861.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  9862.                     'namespace' => 'FOS\\CKEditorBundle',
  9863.                 ],
  9864.                 'TwigExtraBundle' => [
  9865.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9866.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9867.                 ],
  9868.                 'DebugBundle' => [
  9869.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9870.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9871.                 ],
  9872.                 'KnpUOAuth2ClientBundle' => [
  9873.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  9874.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  9875.                 ],
  9876.                 'DoctrineFixturesBundle' => [
  9877.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9878.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9879.                 ],
  9880.                 'FOSJsRoutingBundle' => [
  9881.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9882.                     'namespace' => 'FOS\\JsRoutingBundle',
  9883.                 ],
  9884.             ],
  9885.             'kernel.charset' => 'UTF-8',
  9886.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9887.             'container.dumper.inline_class_loader' => true,
  9888.             'container.dumper.inline_factories' => true,
  9889.             'locale' => 'fr',
  9890.             'upload_tmp_directory' => (\dirname(__DIR__4).'/public/img/tmp'),
  9891.             'upload_logo_directory' => (\dirname(__DIR__4).'/public/img/company/logo'),
  9892.             'upload_doc_directory' => (\dirname(__DIR__4).'/files/doc/company'),
  9893.             'upload_import_directory' => (\dirname(__DIR__4).'/public/import/users'),
  9894.             'tpl_import_file' => (\dirname(__DIR__4).'/files/import/tpl'),
  9895.             'upload_images_formation_directory' => (\dirname(__DIR__4).'/public/img/formation'),
  9896.             'admin_import_directory' => (\dirname(__DIR__4).'/files/import/admin-imports'),
  9897.             'event_dispatcher.event_aliases' => [
  9898.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9899.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9900.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9901.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9902.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9903.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9904.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9905.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9906.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9907.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9908.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9909.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9910.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9911.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9912.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9913.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9914.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9915.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9916.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9917.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9918.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9919.             ],
  9920.             'fragment.renderer.hinclude.global_template' => NULL,
  9921.             'fragment.path' => '/_fragment',
  9922.             'kernel.http_method_override' => true,
  9923.             'kernel.trusted_hosts' => [
  9924.             ],
  9925.             'kernel.default_locale' => 'fr',
  9926.             'kernel.enabled_locales' => [
  9927.             ],
  9928.             'kernel.error_controller' => 'error_controller',
  9929.             'debug.file_link_format' => NULL,
  9930.             'asset.request_context.base_path' => NULL,
  9931.             'asset.request_context.secure' => NULL,
  9932.             'translator.logging' => false,
  9933.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9934.             'debug.error_handler.throw_at' => -1,
  9935.             'router.request_context.host' => 'localhost',
  9936.             'router.request_context.scheme' => 'http',
  9937.             'router.request_context.base_url' => '',
  9938.             'router.resource' => 'kernel::loadRoutes',
  9939.             'request_listener.http_port' => 80,
  9940.             'request_listener.https_port' => 443,
  9941.             'session.metadata.storage_key' => '_sf2_meta',
  9942.             'session.storage.options' => [
  9943.                 'cache_limiter' => '0',
  9944.                 'cookie_secure' => 'auto',
  9945.                 'cookie_httponly' => true,
  9946.                 'cookie_samesite' => 'lax',
  9947.                 'gc_probability' => 1,
  9948.             ],
  9949.             'session.save_path' => NULL,
  9950.             'session.metadata.update_threshold' => 0,
  9951.             'form.type_extension.csrf.enabled' => true,
  9952.             'form.type_extension.csrf.field_name' => '_token',
  9953.             'validator.translation_domain' => 'validators',
  9954.             'profiler_listener.only_exceptions' => false,
  9955.             'profiler_listener.only_main_requests' => false,
  9956.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9957.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9958.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9959.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9960.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9961.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9962.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9963.             'doctrine.entity_managers' => [
  9964.                 'default' => 'doctrine.orm.default_entity_manager',
  9965.             ],
  9966.             'doctrine.default_entity_manager' => 'default',
  9967.             'doctrine.dbal.connection_factory.types' => [
  9968.             ],
  9969.             'doctrine.connections' => [
  9970.                 'default' => 'doctrine.dbal.default_connection',
  9971.             ],
  9972.             'doctrine.default_connection' => 'default',
  9973.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9974.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9975.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9976.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9977.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9978.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9979.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9980.             'doctrine.orm.cache.memcache_port' => 11211,
  9981.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9982.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9983.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9984.             'doctrine.orm.cache.memcached_port' => 11211,
  9985.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9986.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9987.             'doctrine.orm.cache.redis_host' => 'localhost',
  9988.             'doctrine.orm.cache.redis_port' => 6379,
  9989.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9990.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9991.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9992.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9993.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9994.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9995.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9996.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9997.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9998.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9999.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10000.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10001.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10002.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10003.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10004.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10005.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10006.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10007.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10008.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10009.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10010.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10011.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10012.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10013.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10014.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10015.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10016.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10017.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10018.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10019.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10020.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10021.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10022.             'doctrine.migrations.preferred_em' => NULL,
  10023.             'doctrine.migrations.preferred_connection' => NULL,
  10024.             'twig.form.resources' => [
  10025.                 => 'form_div_layout.html.twig',
  10026.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  10027.                 => 'bootstrap_4_layout.html.twig',
  10028.             ],
  10029.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10030.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10031.             'web_profiler.debug_toolbar.mode' => 2,
  10032.             'security.role_hierarchy.roles' => [
  10033.                 'ROLE_ADMIN' => [
  10034.                     => 'ROLE_RH',
  10035.                 ],
  10036.                 'ROLE_RH' => [
  10037.                     => 'ROLE_USER_ACTIF',
  10038.                     => 'ROLE_USER_INACTIF',
  10039.                 ],
  10040.             ],
  10041.             'security.access.denied_url' => NULL,
  10042.             'security.authentication.manager.erase_credentials' => true,
  10043.             'security.authentication.session_strategy.strategy' => 'migrate',
  10044.             'security.access.always_authenticate_before_granting' => false,
  10045.             'security.authentication.hide_user_not_found' => true,
  10046.             'security.firewalls' => [
  10047.                 => 'dev',
  10048.                 => 'main',
  10049.             ],
  10050.             'security.main._indexed_authenticators' => [
  10051.             ],
  10052.             'monolog.use_microseconds' => true,
  10053.             'monolog.swift_mailer.handlers' => [
  10054.             ],
  10055.             'monolog.handlers_to_channels' => [
  10056.                 'monolog.handler.emails' => [
  10057.                     'type' => 'inclusive',
  10058.                     'elements' => [
  10059.                         => 'emails',
  10060.                     ],
  10061.                 ],
  10062.                 'monolog.handler.console' => [
  10063.                     'type' => 'exclusive',
  10064.                     'elements' => [
  10065.                         => 'event',
  10066.                         => 'doctrine',
  10067.                         => 'console',
  10068.                     ],
  10069.                 ],
  10070.                 'monolog.handler.main' => [
  10071.                     'type' => 'exclusive',
  10072.                     'elements' => [
  10073.                         => 'event',
  10074.                     ],
  10075.                 ],
  10076.             ],
  10077.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10078.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10079.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10080.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10081.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10082.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10083.             'fos_js_routing.request_context_base_url' => NULL,
  10084.             'fos_js_routing.cache_control' => [
  10085.                 'enabled' => false,
  10086.             ],
  10087.             'maker.compatible_check.doctrine.supports_attributes' => true,
  10088.             'data_collector.templates' => [
  10089.                 'data_collector.request' => [
  10090.                     => 'request',
  10091.                     => '@WebProfiler/Collector/request.html.twig',
  10092.                 ],
  10093.                 'data_collector.time' => [
  10094.                     => 'time',
  10095.                     => '@WebProfiler/Collector/time.html.twig',
  10096.                 ],
  10097.                 'data_collector.memory' => [
  10098.                     => 'memory',
  10099.                     => '@WebProfiler/Collector/memory.html.twig',
  10100.                 ],
  10101.                 'data_collector.validator' => [
  10102.                     => 'validator',
  10103.                     => '@WebProfiler/Collector/validator.html.twig',
  10104.                 ],
  10105.                 'data_collector.ajax' => [
  10106.                     => 'ajax',
  10107.                     => '@WebProfiler/Collector/ajax.html.twig',
  10108.                 ],
  10109.                 'data_collector.form' => [
  10110.                     => 'form',
  10111.                     => '@WebProfiler/Collector/form.html.twig',
  10112.                 ],
  10113.                 'data_collector.exception' => [
  10114.                     => 'exception',
  10115.                     => '@WebProfiler/Collector/exception.html.twig',
  10116.                 ],
  10117.                 'data_collector.logger' => [
  10118.                     => 'logger',
  10119.                     => '@WebProfiler/Collector/logger.html.twig',
  10120.                 ],
  10121.                 'data_collector.events' => [
  10122.                     => 'events',
  10123.                     => '@WebProfiler/Collector/events.html.twig',
  10124.                 ],
  10125.                 'data_collector.router' => [
  10126.                     => 'router',
  10127.                     => '@WebProfiler/Collector/router.html.twig',
  10128.                 ],
  10129.                 'data_collector.cache' => [
  10130.                     => 'cache',
  10131.                     => '@WebProfiler/Collector/cache.html.twig',
  10132.                 ],
  10133.                 'data_collector.translation' => [
  10134.                     => 'translation',
  10135.                     => '@WebProfiler/Collector/translation.html.twig',
  10136.                 ],
  10137.                 'data_collector.security' => [
  10138.                     => 'security',
  10139.                     => '@Security/Collector/security.html.twig',
  10140.                 ],
  10141.                 'data_collector.twig' => [
  10142.                     => 'twig',
  10143.                     => '@WebProfiler/Collector/twig.html.twig',
  10144.                 ],
  10145.                 'data_collector.http_client' => [
  10146.                     => 'http_client',
  10147.                     => '@WebProfiler/Collector/http_client.html.twig',
  10148.                 ],
  10149.                 'data_collector.doctrine' => [
  10150.                     => 'db',
  10151.                     => '@Doctrine/Collector/db.html.twig',
  10152.                 ],
  10153.                 'data_collector.dump' => [
  10154.                     => 'dump',
  10155.                     => '@Debug/Profiler/dump.html.twig',
  10156.                 ],
  10157.                 'mailer.data_collector' => [
  10158.                     => 'mailer',
  10159.                     => '@WebProfiler/Collector/mailer.html.twig',
  10160.                 ],
  10161.                 'data_collector.config' => [
  10162.                     => 'config',
  10163.                     => '@WebProfiler/Collector/config.html.twig',
  10164.                 ],
  10165.             ],
  10166.             'console.command.ids' => [
  10167.             ],
  10168.         ];
  10169.     }
  10170.     protected function throw($message)
  10171.     {
  10172.         throw new RuntimeException($message);
  10173.     }
  10174. }