var/cache/dev/ContainerREAUf85/App_KernelDevDebugContainer.php line 5505

Open in your IDE?
  1. <?php
  2. namespace ContainerREAUf85;
  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.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'App\\Controller\\AppsController' => 'getAppsControllerService',
  46.             'App\\Controller\\ClientController' => 'getClientControllerService',
  47.             'App\\Controller\\CourseController' => 'getCourseControllerService',
  48.             'App\\Controller\\InstructorController' => 'getInstructorControllerService',
  49.             'App\\Controller\\ParticipantController' => 'getParticipantControllerService',
  50.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  51.             'App\\Controller\\SellerController' => 'getSellerControllerService',
  52.             'App\\Security\\LoginFormAuthenticator' => 'getLoginFormAuthenticatorService',
  53.             'App\\Security\\User' => 'getUserService',
  54.             'App\\Security\\UserProvider' => 'getUserProviderService',
  55.             'App\\Security\\UserRepository' => 'getUserRepositoryService',
  56.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  58.             'cache.app' => 'getCache_AppService',
  59.             'cache.app_clearer' => 'getCache_AppClearerService',
  60.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  61.             'cache.system' => 'getCache_SystemService',
  62.             'cache.system_clearer' => 'getCache_SystemClearerService',
  63.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  64.             'cache_warmer' => 'getCacheWarmerService',
  65.             'console.command_loader' => 'getConsole_CommandLoaderService',
  66.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  67.             'data_collector.dump' => 'getDataCollector_DumpService',
  68.             'error_controller' => 'getErrorControllerService',
  69.             'event_dispatcher' => 'getEventDispatcherService',
  70.             'http_kernel' => 'getHttpKernelService',
  71.             'request_stack' => 'getRequestStackService',
  72.             'router' => 'getRouterService',
  73.             'routing.loader' => 'getRouting_LoaderService',
  74.             'services_resetter' => 'getServicesResetterService',
  75.             'smt_core.smt_api' => 'getSmtCore_SmtApiService',
  76.             'smt_core.smt_auth' => 'getSmtCore_SmtAuthService',
  77.             'translator' => 'getTranslatorService',
  78.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  79.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  80.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  81.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  82.             'cache_clearer' => 'getCacheClearerService',
  83.             'filesystem' => 'getFilesystemService',
  84.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  85.             'form.factory' => 'getForm_FactoryService',
  86.             'form.type.file' => 'getForm_Type_FileService',
  87.             'profiler' => 'getProfilerService',
  88.             'twig' => 'getTwigService',
  89.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  90.             'security.token_storage' => 'getSecurity_TokenStorageService',
  91.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  92.             'session' => 'getSessionService',
  93.             'validator' => 'getValidatorService',
  94.         ];
  95.         $this->aliases = [
  96.         ];
  97.         $this->privates['service_container'] = function () {
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  104.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  105.             include_once \dirname(__DIR__4).'/src/Service/InitialRefererListener.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  118.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  141.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  187.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  188.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  218.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  224.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  225.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  229.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  230.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  231.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  270.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  272.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  294.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  317.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  324.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  325.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  326.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  327.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  328.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  329.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  362.         };
  363.     }
  364.     public function compile(): void
  365.     {
  366.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  367.     }
  368.     public function isCompiled(): bool
  369.     {
  370.         return true;
  371.     }
  372.     public function getRemovedIds(): array
  373.     {
  374.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  375.     }
  376.     /**
  377.      * Gets the public '.container.private.cache_clearer' shared service.
  378.      *
  379.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  380.      */
  381.     protected function get_Container_Private_CacheClearerService()
  382.     {
  383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  385.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  386.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  387.         }, 1));
  388.     }
  389.     /**
  390.      * Gets the public '.container.private.filesystem' shared service.
  391.      *
  392.      * @return \Symfony\Component\Filesystem\Filesystem
  393.      */
  394.     protected function get_Container_Private_FilesystemService()
  395.     {
  396.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  397.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  398.     }
  399.     /**
  400.      * Gets the public '.container.private.form.factory' shared service.
  401.      *
  402.      * @return \Symfony\Component\Form\FormFactory
  403.      */
  404.     protected function get_Container_Private_Form_FactoryService()
  405.     {
  406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  408.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  409.     }
  410.     /**
  411.      * Gets the public '.container.private.form.type.file' shared service.
  412.      *
  413.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  414.      */
  415.     protected function get_Container_Private_Form_Type_FileService()
  416.     {
  417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  420.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  421.     }
  422.     /**
  423.      * Gets the public '.container.private.profiler' shared service.
  424.      *
  425.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  426.      */
  427.     protected function get_Container_Private_ProfilerService()
  428.     {
  429.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  430.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  431.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  432.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  433.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  434.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  435.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  436.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  437.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  438.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  439.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  440.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  441.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  442.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  443.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  444.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  445.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  446.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  447.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  448.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  449.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  450.         if ($this->has('kernel')) {
  451.             $f->setKernel($b);
  452.         }
  453.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  454.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  455.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  456.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  457.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  458.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  459.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  460.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  461.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  462.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  463.         $instance->add($d);
  464.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  465.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  466.         $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())));
  467.         $instance->add($e);
  468.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  469.         $instance->add($f);
  470.         return $instance;
  471.     }
  472.     /**
  473.      * Gets the public '.container.private.security.authorization_checker' shared service.
  474.      *
  475.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  476.      */
  477.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  478.     {
  479.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  480.     }
  481.     /**
  482.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  483.      *
  484.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  485.      */
  486.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  487.     {
  488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  492.         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())));
  493.     }
  494.     /**
  495.      * Gets the public '.container.private.security.password_encoder' shared service.
  496.      *
  497.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  498.      *
  499.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  500.      */
  501.     protected function get_Container_Private_Security_PasswordEncoderService()
  502.     {
  503.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  504.         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()));
  505.     }
  506.     /**
  507.      * Gets the public '.container.private.security.token_storage' shared service.
  508.      *
  509.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  510.      */
  511.     protected function get_Container_Private_Security_TokenStorageService()
  512.     {
  513.         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, [
  514.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  515.         ], [
  516.             'request_stack' => '?',
  517.         ]));
  518.     }
  519.     /**
  520.      * Gets the public '.container.private.session' shared service.
  521.      *
  522.      * @return \Symfony\Component\HttpFoundation\Session\Session
  523.      */
  524.     protected function get_Container_Private_SessionService()
  525.     {
  526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  528.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  529.     }
  530.     /**
  531.      * Gets the public '.container.private.twig' shared service.
  532.      *
  533.      * @return \Twig\Environment
  534.      */
  535.     protected function get_Container_Private_TwigService()
  536.     {
  537.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  538.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  539.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  540.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  541.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  542.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  543.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  544.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  545.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  546.         $a->addPath((\dirname(__DIR__4).'/templates'));
  547.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  548.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  549.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  550.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  551.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  552.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  553.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  554.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  555.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  556.         $h = new \Symfony\Bridge\Twig\AppVariable();
  557.         $h->setEnvironment('dev');
  558.         $h->setDebug(true);
  559.         if ($this->has('.container.private.security.token_storage')) {
  560.             $h->setTokenStorage($f);
  561.         }
  562.         if ($this->has('request_stack')) {
  563.             $h->setRequestStack($e);
  564.         }
  565.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  566.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  567.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  568.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  569.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  570.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  571.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  572.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  573.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  574.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  575.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  576.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  577.         $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())));
  578.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  579.         $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($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  580.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  581.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  582.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  583.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  584.         ], [
  585.             'webpack_encore.entrypoint_lookup_collection' => '?',
  586.             'webpack_encore.tag_renderer' => '?',
  587.         ])));
  588.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  589.         $instance->addGlobal('app'$h);
  590.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  591.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  592.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  593.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  594.         ], [
  595.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  596.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  597.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  598.         ])));
  599.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  600.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  601.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  602.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  603.         return $instance;
  604.     }
  605.     /**
  606.      * Gets the public '.container.private.validator' shared service.
  607.      *
  608.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  609.      */
  610.     protected function get_Container_Private_ValidatorService()
  611.     {
  612.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  613.     }
  614.     /**
  615.      * Gets the public 'App\Controller\AppsController' shared autowired service.
  616.      *
  617.      * @return \App\Controller\AppsController
  618.      */
  619.     protected function getAppsControllerService()
  620.     {
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  622.         include_once \dirname(__DIR__4).'/src/Controller/AppsController.php';
  623.         $this->services['App\\Controller\\AppsController'] = $instance = new \App\Controller\AppsController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Entity\\Client'] ?? $this->getClientService()));
  624.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AppsController'$this));
  625.         return $instance;
  626.     }
  627.     /**
  628.      * Gets the public 'App\Controller\ClientController' shared autowired service.
  629.      *
  630.      * @return \App\Controller\ClientController
  631.      */
  632.     protected function getClientControllerService()
  633.     {
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  635.         include_once \dirname(__DIR__4).'/src/Controller/ClientController.php';
  636.         $this->services['App\\Controller\\ClientController'] = $instance = new \App\Controller\ClientController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Entity\\Client'] ?? $this->getClientService()), ($this->privates['App\\Entity\\Participant'] ?? $this->getParticipantService()));
  637.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientController'$this));
  638.         return $instance;
  639.     }
  640.     /**
  641.      * Gets the public 'App\Controller\CourseController' shared autowired service.
  642.      *
  643.      * @return \App\Controller\CourseController
  644.      */
  645.     protected function getCourseControllerService()
  646.     {
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  648.         include_once \dirname(__DIR__4).'/src/Controller/CourseController.php';
  649.         include_once \dirname(__DIR__4).'/src/Entity/Course.php';
  650.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  651.         $this->services['App\\Controller\\CourseController'] = $instance = new \App\Controller\CourseController($a, new \App\Entity\Course(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), $a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())));
  652.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CourseController'$this));
  653.         return $instance;
  654.     }
  655.     /**
  656.      * Gets the public 'App\Controller\InstructorController' shared autowired service.
  657.      *
  658.      * @return \App\Controller\InstructorController
  659.      */
  660.     protected function getInstructorControllerService()
  661.     {
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  663.         include_once \dirname(__DIR__4).'/src/Controller/InstructorController.php';
  664.         include_once \dirname(__DIR__4).'/src/Entity/Instructor.php';
  665.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  666.         $this->services['App\\Controller\\InstructorController'] = $instance = new \App\Controller\InstructorController($a, new \App\Entity\Instructor(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), $a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())));
  667.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InstructorController'$this));
  668.         return $instance;
  669.     }
  670.     /**
  671.      * Gets the public 'App\Controller\ParticipantController' shared autowired service.
  672.      *
  673.      * @return \App\Controller\ParticipantController
  674.      */
  675.     protected function getParticipantControllerService()
  676.     {
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  678.         include_once \dirname(__DIR__4).'/src/Controller/ParticipantController.php';
  679.         $this->services['App\\Controller\\ParticipantController'] = $instance = new \App\Controller\ParticipantController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Entity\\Participant'] ?? $this->getParticipantService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  680.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ParticipantController'$this));
  681.         return $instance;
  682.     }
  683.     /**
  684.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  685.      *
  686.      * @return \App\Controller\SecurityController
  687.      */
  688.     protected function getSecurityControllerService()
  689.     {
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  691.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  692.         include_once \dirname(__DIR__4).'/src/Service/MessageGenerator.php';
  693.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Service\MessageGenerator(), ($this->privates['App\\Entity\\Participant'] ?? $this->getParticipantService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  694.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  695.         return $instance;
  696.     }
  697.     /**
  698.      * Gets the public 'App\Controller\SellerController' shared autowired service.
  699.      *
  700.      * @return \App\Controller\SellerController
  701.      */
  702.     protected function getSellerControllerService()
  703.     {
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  705.         include_once \dirname(__DIR__4).'/src/Controller/SellerController.php';
  706.         include_once \dirname(__DIR__4).'/src/Entity/Seller.php';
  707.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  708.         $this->services['App\\Controller\\SellerController'] = $instance = new \App\Controller\SellerController($a, new \App\Entity\Seller(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), $a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())));
  709.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SellerController'$this));
  710.         return $instance;
  711.     }
  712.     /**
  713.      * Gets the public 'App\Security\LoginFormAuthenticator' shared autowired service.
  714.      *
  715.      * @return \App\Security\LoginFormAuthenticator
  716.      */
  717.     protected function getLoginFormAuthenticatorService()
  718.     {
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  724.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  725.         return $this->services['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  726.     }
  727.     /**
  728.      * Gets the public 'App\Security\User' shared autowired service.
  729.      *
  730.      * @return \App\Security\User
  731.      */
  732.     protected function getUserService()
  733.     {
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserInterface.php';
  735.         include_once \dirname(__DIR__4).'/src/Security/User.php';
  736.         return $this->services['App\\Security\\User'] = new \App\Security\User();
  737.     }
  738.     /**
  739.      * Gets the public 'App\Security\UserProvider' shared autowired service.
  740.      *
  741.      * @return \App\Security\UserProvider
  742.      */
  743.     protected function getUserProviderService()
  744.     {
  745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  747.         include_once \dirname(__DIR__4).'/src/Security/UserProvider.php';
  748.         $a = ($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService());
  749.         $this->services['App\\Security\\UserProvider'] = $instance = new \App\Security\UserProvider($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  750.         $instance->setSmtApi($a);
  751.         return $instance;
  752.     }
  753.     /**
  754.      * Gets the public 'App\Security\UserRepository' shared autowired service.
  755.      *
  756.      * @return \App\Security\UserRepository
  757.      */
  758.     protected function getUserRepositoryService()
  759.     {
  760.         include_once \dirname(__DIR__4).'/src/Security/UserRepositoryInterface.php';
  761.         include_once \dirname(__DIR__4).'/src/Security/UserRepository.php';
  762.         return $this->services['App\\Security\\UserRepository'] = new \App\Security\UserRepository(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  763.     }
  764.     /**
  765.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  766.      *
  767.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  768.      */
  769.     protected function getRedirectControllerService()
  770.     {
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  772.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  773.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  774.     }
  775.     /**
  776.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  777.      *
  778.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  779.      */
  780.     protected function getTemplateControllerService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  783.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  784.     }
  785.     /**
  786.      * Gets the public 'cache.app' shared service.
  787.      *
  788.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  789.      */
  790.     protected function getCache_AppService()
  791.     {
  792.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NqMwgOkSlJ'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  793.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  794.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  795.     }
  796.     /**
  797.      * Gets the public 'cache.app_clearer' shared service.
  798.      *
  799.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  800.      */
  801.     protected function getCache_AppClearerService()
  802.     {
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  805.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  806.     }
  807.     /**
  808.      * Gets the public 'cache.global_clearer' shared service.
  809.      *
  810.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  811.      */
  812.     protected function getCache_GlobalClearerService()
  813.     {
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  816.         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.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  817.     }
  818.     /**
  819.      * Gets the public 'cache.system' shared service.
  820.      *
  821.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  822.      */
  823.     protected function getCache_SystemService()
  824.     {
  825.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rlFZZN487Q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  826.     }
  827.     /**
  828.      * Gets the public 'cache.system_clearer' shared service.
  829.      *
  830.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  831.      */
  832.     protected function getCache_SystemClearerService()
  833.     {
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  836.         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())]);
  837.     }
  838.     /**
  839.      * Gets the public 'cache.validator_expression_language' shared service.
  840.      *
  841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  842.      */
  843.     protected function getCache_ValidatorExpressionLanguageService()
  844.     {
  845.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4wQ5KtkBDu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  846.     }
  847.     /**
  848.      * Gets the public 'cache_warmer' shared service.
  849.      *
  850.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  851.      */
  852.     protected function getCacheWarmerService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  856.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  857.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  858.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  859.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  860.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  861.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  862.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  863.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  864.             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'))));
  865.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  866.     }
  867.     /**
  868.      * Gets the public 'console.command_loader' shared service.
  869.      *
  870.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  871.      */
  872.     protected function getConsole_CommandLoaderService()
  873.     {
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  876.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  877.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  878.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  879.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  880.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  881.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  882.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  883.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  884.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  885.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  886.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  887.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  888.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  889.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  890.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  891.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  892.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  893.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  894.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  895.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  896.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  897.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  898.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  899.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  900.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  901.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  902.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  903.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  904.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  905.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  906.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  907.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  908.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  909.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  910.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  911.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  912.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  913.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  914.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  915.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  916.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  917.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  918.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  919.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  920.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  921.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  922.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  923.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  924.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  925.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  926.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  927.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  928.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  929.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  930.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  931.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  932.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  933.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  934.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  935.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  936.         ], [
  937.             'console.command.about' => '?',
  938.             'console.command.assets_install' => '?',
  939.             'console.command.cache_clear' => '?',
  940.             'console.command.cache_pool_clear' => '?',
  941.             'console.command.cache_pool_prune' => '?',
  942.             'console.command.cache_pool_delete' => '?',
  943.             'console.command.cache_pool_list' => '?',
  944.             'console.command.cache_warmup' => '?',
  945.             'console.command.config_debug' => '?',
  946.             'console.command.config_dump_reference' => '?',
  947.             'console.command.container_debug' => '?',
  948.             'console.command.container_lint' => '?',
  949.             'console.command.debug_autowiring' => '?',
  950.             'console.command.dotenv_debug' => '?',
  951.             'console.command.event_dispatcher_debug' => '?',
  952.             'console.command.router_debug' => '?',
  953.             'console.command.router_match' => '?',
  954.             'console.command.translation_debug' => '?',
  955.             'console.command.translation_extract' => '?',
  956.             'console.command.validator_debug' => '?',
  957.             'console.command.translation_pull' => '?',
  958.             'console.command.translation_push' => '?',
  959.             'console.command.xliff_lint' => '?',
  960.             'console.command.yaml_lint' => '?',
  961.             'console.command.form_debug' => '?',
  962.             'console.command.secrets_set' => '?',
  963.             'console.command.secrets_remove' => '?',
  964.             'console.command.secrets_generate_key' => '?',
  965.             'console.command.secrets_list' => '?',
  966.             'console.command.secrets_decrypt_to_local' => '?',
  967.             'console.command.secrets_encrypt_from_local' => '?',
  968.             'twig.command.debug' => '?',
  969.             'twig.command.lint' => '?',
  970.             'var_dumper.command.server_dump' => '?',
  971.             'monolog.command.server_log' => '?',
  972.             'security.command.debug_firewall' => '?',
  973.             'security.command.user_password_encoder' => '?',
  974.             'security.command.user_password_hash' => '?',
  975.             'maker.auto_command.make_auth' => '?',
  976.             'maker.auto_command.make_command' => '?',
  977.             'maker.auto_command.make_controller' => '?',
  978.             'maker.auto_command.make_crud' => '?',
  979.             'maker.auto_command.make_docker_database' => '?',
  980.             'maker.auto_command.make_entity' => '?',
  981.             'maker.auto_command.make_fixtures' => '?',
  982.             'maker.auto_command.make_form' => '?',
  983.             'maker.auto_command.make_message' => '?',
  984.             'maker.auto_command.make_messenger_middleware' => '?',
  985.             'maker.auto_command.make_registration_form' => '?',
  986.             'maker.auto_command.make_reset_password' => '?',
  987.             'maker.auto_command.make_serializer_encoder' => '?',
  988.             'maker.auto_command.make_serializer_normalizer' => '?',
  989.             'maker.auto_command.make_subscriber' => '?',
  990.             'maker.auto_command.make_twig_extension' => '?',
  991.             'maker.auto_command.make_test' => '?',
  992.             'maker.auto_command.make_validator' => '?',
  993.             'maker.auto_command.make_voter' => '?',
  994.             'maker.auto_command.make_user' => '?',
  995.             'maker.auto_command.make_migration' => '?',
  996.         ]), ['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''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''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']);
  997.     }
  998.     /**
  999.      * Gets the public 'container.env_var_processors_locator' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1002.      */
  1003.     protected function getContainer_EnvVarProcessorsLocatorService()
  1004.     {
  1005.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1006.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1007.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1008.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1009.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1010.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1011.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1012.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1013.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1014.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1015.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1016.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1017.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1018.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1019.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1020.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1021.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1022.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1023.         ], [
  1024.             'base64' => '?',
  1025.             'bool' => '?',
  1026.             'const' => '?',
  1027.             'csv' => '?',
  1028.             'default' => '?',
  1029.             'file' => '?',
  1030.             'float' => '?',
  1031.             'int' => '?',
  1032.             'json' => '?',
  1033.             'key' => '?',
  1034.             'not' => '?',
  1035.             'query_string' => '?',
  1036.             'require' => '?',
  1037.             'resolve' => '?',
  1038.             'string' => '?',
  1039.             'trim' => '?',
  1040.             'url' => '?',
  1041.         ]);
  1042.     }
  1043.     /**
  1044.      * Gets the public 'data_collector.dump' shared service.
  1045.      *
  1046.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1047.      */
  1048.     protected function getDataCollector_DumpService()
  1049.     {
  1050.         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()));
  1051.     }
  1052.     /**
  1053.      * Gets the public 'error_controller' shared service.
  1054.      *
  1055.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1056.      */
  1057.     protected function getErrorControllerService()
  1058.     {
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1061.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1062.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', 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(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true)));
  1063.     }
  1064.     /**
  1065.      * Gets the public 'event_dispatcher' shared service.
  1066.      *
  1067.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1068.      */
  1069.     protected function getEventDispatcherService()
  1070.     {
  1071.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1072.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1073.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1074.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1075.         $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())));
  1076.         $instance->addListener('kernel.request', [=> function () {
  1077.             return ($this->privates['App\\Service\\InitialRefererListener'] ?? ($this->privates['App\\Service\\InitialRefererListener'] = new \App\Service\InitialRefererListener()));
  1078.         }, => 'onKernelRequest'], 8);
  1079.         $instance->addListener('kernel.controller', [=> function () {
  1080.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1081.         }, => 'onKernelController'], 0);
  1082.         $instance->addListener('kernel.exception', [=> function () {
  1083.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1084.         }, => 'onKernelException'], 0);
  1085.         $instance->addListener('kernel.response', [=> function () {
  1086.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1087.         }, => 'onKernelResponse'], 0);
  1088.         $instance->addListener('kernel.response', [=> function () {
  1089.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1090.         }, => 'onKernelResponse'], -1024);
  1091.         $instance->addListener('kernel.request', [=> function () {
  1092.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1093.         }, => 'setDefaultLocale'], 100);
  1094.         $instance->addListener('kernel.request', [=> function () {
  1095.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1096.         }, => 'onKernelRequest'], 16);
  1097.         $instance->addListener('kernel.finish_request', [=> function () {
  1098.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1099.         }, => 'onKernelFinishRequest'], 0);
  1100.         $instance->addListener('kernel.request', [=> function () {
  1101.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1102.         }, => 'onKernelRequest'], 256);
  1103.         $instance->addListener('kernel.response', [=> function () {
  1104.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1105.         }, => 'onResponse'], -255);
  1106.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1107.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1108.         }, => 'onControllerArguments'], 0);
  1109.         $instance->addListener('kernel.exception', [=> function () {
  1110.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1111.         }, => 'logKernelException'], 0);
  1112.         $instance->addListener('kernel.exception', [=> function () {
  1113.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1114.         }, => 'onKernelException'], -128);
  1115.         $instance->addListener('kernel.response', [=> function () {
  1116.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1117.         }, => 'removeCspHeader'], -128);
  1118.         $instance->addListener('kernel.request', [=> function () {
  1119.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1120.         }, => 'onKernelRequest'], 15);
  1121.         $instance->addListener('kernel.finish_request', [=> function () {
  1122.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1123.         }, => 'onKernelFinishRequest'], -15);
  1124.         $instance->addListener('console.error', [=> function () {
  1125.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1126.         }, => 'onConsoleError'], -128);
  1127.         $instance->addListener('console.terminate', [=> function () {
  1128.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1129.         }, => 'onConsoleTerminate'], -128);
  1130.         $instance->addListener('console.error', [=> function () {
  1131.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1132.         }, => 'onConsoleError'], 0);
  1133.         $instance->addListener('kernel.request', [=> function () {
  1134.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1135.         }, => 'configure'], 2048);
  1136.         $instance->addListener('console.command', [=> function () {
  1137.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1138.         }, => 'configure'], 2048);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1141.         }, => 'onKernelRequest'], 32);
  1142.         $instance->addListener('kernel.finish_request', [=> function () {
  1143.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1144.         }, => 'onKernelFinishRequest'], 0);
  1145.         $instance->addListener('kernel.exception', [=> function () {
  1146.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1147.         }, => 'onKernelException'], -64);
  1148.         $instance->addListener('kernel.request', [=> function () {
  1149.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1150.         }, => 'onKernelRequest'], 128);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1153.         }, => 'onKernelResponse'], -1000);
  1154.         $instance->addListener('kernel.finish_request', [=> function () {
  1155.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1156.         }, => 'onFinishRequest'], 0);
  1157.         $instance->addListener('kernel.response', [=> function () {
  1158.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1159.         }, => 'onKernelResponse'], -100);
  1160.         $instance->addListener('kernel.exception', [=> function () {
  1161.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1162.         }, => 'onKernelException'], 0);
  1163.         $instance->addListener('kernel.terminate', [=> function () {
  1164.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1165.         }, => 'onKernelTerminate'], -1024);
  1166.         $instance->addListener('kernel.controller', [=> function () {
  1167.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1168.         }, => 'onKernelController'], 0);
  1169.         $instance->addListener('kernel.response', [=> function () {
  1170.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1171.         }, => 'onKernelResponse'], 0);
  1172.         $instance->addListener('kernel.response', [=> function () {
  1173.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1174.         }, => 'onKernelResponse'], -128);
  1175.         $instance->addListener('console.command', [=> function () {
  1176.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1177.         }, => 'onCommand'], 255);
  1178.         $instance->addListener('console.terminate', [=> function () {
  1179.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1180.         }, => 'onTerminate'], -255);
  1181.         $instance->addListener('console.command', [=> function () {
  1182.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1183.         }, => 'configure'], 1024);
  1184.         $instance->addListener('kernel.response', [=> function () {
  1185.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1186.         }, => 'onKernelResponse'], 0);
  1187.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1188.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1189.         }, => 'onVoterVote'], 0);
  1190.         $instance->addListener('kernel.request', [=> function () {
  1191.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1192.         }, => 'configureLogoutUrlGenerator'], 8);
  1193.         $instance->addListener('kernel.request', [=> function () {
  1194.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1195.         }, => 'onKernelRequest'], 8);
  1196.         $instance->addListener('kernel.finish_request', [=> function () {
  1197.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1198.         }, => 'onKernelFinishRequest'], 0);
  1199.         $instance->addListener('console.error', [=> function () {
  1200.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1201.         }, => 'onConsoleError'], 0);
  1202.         $instance->addListener('console.terminate', [=> function () {
  1203.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1204.         }, => 'onConsoleTerminate'], 0);
  1205.         $instance->addListener('kernel.controller', [=> function () {
  1206.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1207.         }, => 'onKernelController'], 0);
  1208.         $instance->addListener('kernel.controller', [=> function () {
  1209.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1210.         }, => 'onKernelController'], 0);
  1211.         $instance->addListener('kernel.controller', [=> function () {
  1212.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1213.         }, => 'onKernelController'], -128);
  1214.         $instance->addListener('kernel.view', [=> function () {
  1215.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1216.         }, => 'onKernelView'], 0);
  1217.         $instance->addListener('kernel.controller', [=> function () {
  1218.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1219.         }, => 'onKernelController'], 0);
  1220.         $instance->addListener('kernel.response', [=> function () {
  1221.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1222.         }, => 'onKernelResponse'], 0);
  1223.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1224.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1225.         }, => 'onKernelControllerArguments'], 0);
  1226.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1227.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1228.         }, => 'onKernelControllerArguments'], 0);
  1229.         $instance->addListener('kernel.finish_request', [=> function () {
  1230.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1231.         }, => 'resetAssets'], 0);
  1232.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1233.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1234.         }, => 'onLogout'], 0);
  1235.         return $instance;
  1236.     }
  1237.     /**
  1238.      * Gets the public 'http_kernel' shared service.
  1239.      *
  1240.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1241.      */
  1242.     protected function getHttpKernelService()
  1243.     {
  1244.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1245.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1246.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1247.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1248.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1249.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1250.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1251.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1252.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1253.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1254.         }, 8)), $a));
  1255.     }
  1256.     /**
  1257.      * Gets the public 'request_stack' shared service.
  1258.      *
  1259.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1260.      */
  1261.     protected function getRequestStackService()
  1262.     {
  1263.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1264.     }
  1265.     /**
  1266.      * Gets the public 'router' shared service.
  1267.      *
  1268.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1269.      */
  1270.     protected function getRouterService()
  1271.     {
  1272.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1273.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1274.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1275.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1276.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1277.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1278.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1279.         ], [
  1280.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1281.         ]))->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'de');
  1282.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1283.         return $instance;
  1284.     }
  1285.     /**
  1286.      * Gets the public 'routing.loader' shared service.
  1287.      *
  1288.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1289.      */
  1290.     protected function getRouting_LoaderService()
  1291.     {
  1292.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1311.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1316.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1317.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1318.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1319.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1320.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1321.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1322.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1323.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1324.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1325.             'kernel' => ['services''kernel''getKernelService'false],
  1326.         ], [
  1327.             'kernel' => 'App\\Kernel',
  1328.         ]), 'dev'));
  1329.         $a->addLoader($c);
  1330.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1331.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1332.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1333.     }
  1334.     /**
  1335.      * Gets the public 'services_resetter' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1338.      */
  1339.     protected function getServicesResetterService()
  1340.     {
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1342.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1343.             if (isset($this->services['cache.app'])) {
  1344.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1345.             }
  1346.             if (isset($this->services['cache.system'])) {
  1347.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1348.             }
  1349.             if (isset($this->privates['cache.validator'])) {
  1350.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1351.             }
  1352.             if (isset($this->privates['cache.serializer'])) {
  1353.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1354.             }
  1355.             if (isset($this->privates['cache.annotations'])) {
  1356.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1357.             }
  1358.             if (isset($this->privates['cache.property_info'])) {
  1359.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1360.             }
  1361.             if (isset($this->privates['.debug.http_client'])) {
  1362.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1363.             }
  1364.             if (isset($this->privates['debug.stopwatch'])) {
  1365.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1366.             }
  1367.             if (isset($this->services['event_dispatcher'])) {
  1368.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1369.             }
  1370.             if (isset($this->privates['session_listener'])) {
  1371.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1372.             }
  1373.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1374.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1375.             }
  1376.             if (isset($this->services['cache.validator_expression_language'])) {
  1377.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1378.             }
  1379.             if (isset($this->services['.container.private.profiler'])) {
  1380.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1381.             }
  1382.             if (isset($this->services['.container.private.validator'])) {
  1383.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1384.             }
  1385.             if (isset($this->privates['monolog.handler.main'])) {
  1386.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1387.             }
  1388.             if (isset($this->privates['monolog.handler.console'])) {
  1389.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1390.             }
  1391.             if (isset($this->services['.container.private.security.token_storage'])) {
  1392.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1393.             }
  1394.             if (isset($this->privates['cache.security_expression_language'])) {
  1395.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1396.             }
  1397.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1398.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1399.             }
  1400.             if (isset($this->privates['cache.webpack_encore'])) {
  1401.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1402.             }
  1403.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1404.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1405.             }
  1406.             if (isset($this->privates['.debug.http_client'])) {
  1407.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1408.             }
  1409.         }, function () {
  1410.             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['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->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (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']));
  1411.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?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'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1412.     }
  1413.     /**
  1414.      * Gets the public 'smt_core.smt_api' shared autowired service.
  1415.      *
  1416.      * @return \Smt\CoreBundle\Service\SmtApi
  1417.      */
  1418.     protected function getSmtCore_SmtApiService()
  1419.     {
  1420.         include_once \dirname(__DIR__4).'/smt_vendor/CoreBundle/src/Service/SmtApi.php';
  1421.         return $this->services['smt_core.smt_api'] = new \Smt\CoreBundle\Service\SmtApi($this->getEnv('resolve:URL_REST_API'), 'smtadmin''0Xt9NyfPojGmbKHYSCHa'$this->getEnv('resolve:URL_REST_API_LOG'));
  1422.     }
  1423.     /**
  1424.      * Gets the public 'smt_core.smt_auth' shared autowired service.
  1425.      *
  1426.      * @return \Smt\CoreBundle\Service\SmtAuth
  1427.      */
  1428.     protected function getSmtCore_SmtAuthService()
  1429.     {
  1430.         include_once \dirname(__DIR__4).'/smt_vendor/CoreBundle/src/Service/SmtAuth.php';
  1431.         return $this->services['smt_core.smt_auth'] = new \Smt\CoreBundle\Service\SmtAuth(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()));
  1432.     }
  1433.     /**
  1434.      * Gets the public 'translator' shared service.
  1435.      *
  1436.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1437.      */
  1438.     protected function getTranslatorService()
  1439.     {
  1440.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1441.     }
  1442.     /**
  1443.      * Gets the public 'var_dumper.cloner' shared service.
  1444.      *
  1445.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1446.      */
  1447.     protected function getVarDumper_ClonerService()
  1448.     {
  1449.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1450.         $instance->setMaxItems(2500);
  1451.         $instance->setMinDepth(1);
  1452.         $instance->setMaxString(-1);
  1453.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1458.      *
  1459.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1460.      */
  1461.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1462.     {
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1464.         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()));
  1465.     }
  1466.     /**
  1467.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1468.      *
  1469.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1470.      */
  1471.     protected function getWebProfiler_Controller_ProfilerService()
  1472.     {
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1474.         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));
  1475.     }
  1476.     /**
  1477.      * Gets the public 'web_profiler.controller.router' shared service.
  1478.      *
  1479.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1480.      */
  1481.     protected function getWebProfiler_Controller_RouterService()
  1482.     {
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1484.         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 () {
  1485.             return new \EmptyIterator();
  1486.         }, 0));
  1487.     }
  1488.     /**
  1489.      * Gets the private '.console.command.about.lazy' shared service.
  1490.      *
  1491.      * @return \Symfony\Component\Console\Command\LazyCommand
  1492.      */
  1493.     protected function get_Console_Command_About_LazyService()
  1494.     {
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1497.         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 {
  1498.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1499.         });
  1500.     }
  1501.     /**
  1502.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1503.      *
  1504.      * @return \Symfony\Component\Console\Command\LazyCommand
  1505.      */
  1506.     protected function get_Console_Command_AssetsInstall_LazyService()
  1507.     {
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1510.         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 {
  1511.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1512.         });
  1513.     }
  1514.     /**
  1515.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\Console\Command\LazyCommand
  1518.      */
  1519.     protected function get_Console_Command_CacheClear_LazyService()
  1520.     {
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1523.         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 {
  1524.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1525.         });
  1526.     }
  1527.     /**
  1528.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1529.      *
  1530.      * @return \Symfony\Component\Console\Command\LazyCommand
  1531.      */
  1532.     protected function get_Console_Command_CachePoolClear_LazyService()
  1533.     {
  1534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1536.         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 {
  1537.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1538.         });
  1539.     }
  1540.     /**
  1541.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1542.      *
  1543.      * @return \Symfony\Component\Console\Command\LazyCommand
  1544.      */
  1545.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1546.     {
  1547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1549.         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 {
  1550.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1551.         });
  1552.     }
  1553.     /**
  1554.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\Console\Command\LazyCommand
  1557.      */
  1558.     protected function get_Console_Command_CachePoolList_LazyService()
  1559.     {
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1562.         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 {
  1563.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1564.         });
  1565.     }
  1566.     /**
  1567.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1568.      *
  1569.      * @return \Symfony\Component\Console\Command\LazyCommand
  1570.      */
  1571.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1572.     {
  1573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1575.         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 {
  1576.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1577.         });
  1578.     }
  1579.     /**
  1580.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\Console\Command\LazyCommand
  1583.      */
  1584.     protected function get_Console_Command_CacheWarmup_LazyService()
  1585.     {
  1586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1588.         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 {
  1589.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1590.         });
  1591.     }
  1592.     /**
  1593.      * Gets the private '.console.command.config_debug.lazy' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\Console\Command\LazyCommand
  1596.      */
  1597.     protected function get_Console_Command_ConfigDebug_LazyService()
  1598.     {
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1601.         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 {
  1602.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  1603.         });
  1604.     }
  1605.     /**
  1606.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  1607.      *
  1608.      * @return \Symfony\Component\Console\Command\LazyCommand
  1609.      */
  1610.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1614.         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 {
  1615.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  1616.         });
  1617.     }
  1618.     /**
  1619.      * Gets the private '.console.command.container_debug.lazy' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\Console\Command\LazyCommand
  1622.      */
  1623.     protected function get_Console_Command_ContainerDebug_LazyService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1627.         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 {
  1628.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  1629.         });
  1630.     }
  1631.     /**
  1632.      * Gets the private '.console.command.container_lint.lazy' shared service.
  1633.      *
  1634.      * @return \Symfony\Component\Console\Command\LazyCommand
  1635.      */
  1636.     protected function get_Console_Command_ContainerLint_LazyService()
  1637.     {
  1638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1640.         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 {
  1641.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  1642.         });
  1643.     }
  1644.     /**
  1645.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\Console\Command\LazyCommand
  1648.      */
  1649.     protected function get_Console_Command_DebugAutowiring_LazyService()
  1650.     {
  1651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1653.         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 {
  1654.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  1655.         });
  1656.     }
  1657.     /**
  1658.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\Console\Command\LazyCommand
  1661.      */
  1662.     protected function get_Console_Command_DotenvDebug_LazyService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1666.         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 {
  1667.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  1668.         });
  1669.     }
  1670.     /**
  1671.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\Console\Command\LazyCommand
  1674.      */
  1675.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1679.         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 {
  1680.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  1681.         });
  1682.     }
  1683.     /**
  1684.      * Gets the private '.console.command.form_debug.lazy' shared service.
  1685.      *
  1686.      * @return \Symfony\Component\Console\Command\LazyCommand
  1687.      */
  1688.     protected function get_Console_Command_FormDebug_LazyService()
  1689.     {
  1690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1692.         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 {
  1693.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  1694.         });
  1695.     }
  1696.     /**
  1697.      * Gets the private '.console.command.router_debug.lazy' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\Console\Command\LazyCommand
  1700.      */
  1701.     protected function get_Console_Command_RouterDebug_LazyService()
  1702.     {
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1705.         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 {
  1706.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  1707.         });
  1708.     }
  1709.     /**
  1710.      * Gets the private '.console.command.router_match.lazy' shared service.
  1711.      *
  1712.      * @return \Symfony\Component\Console\Command\LazyCommand
  1713.      */
  1714.     protected function get_Console_Command_RouterMatch_LazyService()
  1715.     {
  1716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1718.         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 {
  1719.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  1720.         });
  1721.     }
  1722.     /**
  1723.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\Console\Command\LazyCommand
  1726.      */
  1727.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  1728.     {
  1729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1731.         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 {
  1732.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  1733.         });
  1734.     }
  1735.     /**
  1736.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  1737.      *
  1738.      * @return \Symfony\Component\Console\Command\LazyCommand
  1739.      */
  1740.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1744.         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 {
  1745.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  1746.         });
  1747.     }
  1748.     /**
  1749.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  1750.      *
  1751.      * @return \Symfony\Component\Console\Command\LazyCommand
  1752.      */
  1753.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1757.         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 {
  1758.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  1759.         });
  1760.     }
  1761.     /**
  1762.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  1763.      *
  1764.      * @return \Symfony\Component\Console\Command\LazyCommand
  1765.      */
  1766.     protected function get_Console_Command_SecretsList_LazyService()
  1767.     {
  1768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1770.         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 {
  1771.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  1772.         });
  1773.     }
  1774.     /**
  1775.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\Console\Command\LazyCommand
  1778.      */
  1779.     protected function get_Console_Command_SecretsRemove_LazyService()
  1780.     {
  1781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1783.         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 {
  1784.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  1785.         });
  1786.     }
  1787.     /**
  1788.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\Console\Command\LazyCommand
  1791.      */
  1792.     protected function get_Console_Command_SecretsSet_LazyService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1796.         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 {
  1797.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  1798.         });
  1799.     }
  1800.     /**
  1801.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  1802.      *
  1803.      * @return \Symfony\Component\Console\Command\LazyCommand
  1804.      */
  1805.     protected function get_Console_Command_TranslationDebug_LazyService()
  1806.     {
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1809.         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 {
  1810.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  1811.         });
  1812.     }
  1813.     /**
  1814.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  1815.      *
  1816.      * @return \Symfony\Component\Console\Command\LazyCommand
  1817.      */
  1818.     protected function get_Console_Command_TranslationExtract_LazyService()
  1819.     {
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1822.         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 {
  1823.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  1824.         });
  1825.     }
  1826.     /**
  1827.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  1828.      *
  1829.      * @return \Symfony\Component\Console\Command\LazyCommand
  1830.      */
  1831.     protected function get_Console_Command_TranslationPull_LazyService()
  1832.     {
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1835.         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 {
  1836.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  1837.         });
  1838.     }
  1839.     /**
  1840.      * Gets the private '.console.command.translation_push.lazy' shared service.
  1841.      *
  1842.      * @return \Symfony\Component\Console\Command\LazyCommand
  1843.      */
  1844.     protected function get_Console_Command_TranslationPush_LazyService()
  1845.     {
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1848.         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 {
  1849.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  1850.         });
  1851.     }
  1852.     /**
  1853.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  1854.      *
  1855.      * @return \Symfony\Component\Console\Command\LazyCommand
  1856.      */
  1857.     protected function get_Console_Command_ValidatorDebug_LazyService()
  1858.     {
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1861.         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 {
  1862.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  1863.         });
  1864.     }
  1865.     /**
  1866.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\Console\Command\LazyCommand
  1869.      */
  1870.     protected function get_Console_Command_XliffLint_LazyService()
  1871.     {
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1874.         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 {
  1875.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  1876.         });
  1877.     }
  1878.     /**
  1879.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\Console\Command\LazyCommand
  1882.      */
  1883.     protected function get_Console_Command_YamlLint_LazyService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1887.         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 {
  1888.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  1889.         });
  1890.     }
  1891.     /**
  1892.      * Gets the private '.debug.http_client' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1895.      */
  1896.     protected function get_Debug_HttpClientService()
  1897.     {
  1898.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1899.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1900.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1901.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1902.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1903.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1904.         $a->setLogger($b);
  1905.         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))));
  1906.     }
  1907.     /**
  1908.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  1911.      */
  1912.     protected function getLoaderInterfaceService()
  1913.     {
  1914.         $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".');
  1915.     }
  1916.     /**
  1917.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  1918.      *
  1919.      * @return \Symfony\Component\HttpFoundation\Response
  1920.      */
  1921.     protected function getResponseService()
  1922.     {
  1923.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  1924.     }
  1925.     /**
  1926.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\Console\Command\LazyCommand
  1929.      */
  1930.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1934.         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 {
  1935.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  1936.         });
  1937.     }
  1938.     /**
  1939.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Console\Command\LazyCommand
  1942.      */
  1943.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1947.         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 {
  1948.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  1949.         });
  1950.     }
  1951.     /**
  1952.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\Console\Command\LazyCommand
  1955.      */
  1956.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1960.         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 {
  1961.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  1962.         });
  1963.     }
  1964.     /**
  1965.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Console\Command\LazyCommand
  1968.      */
  1969.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  1970.     {
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1973.         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 {
  1974.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  1975.         });
  1976.     }
  1977.     /**
  1978.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\Console\Command\LazyCommand
  1981.      */
  1982.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  1983.     {
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1986.         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 {
  1987.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  1988.         });
  1989.     }
  1990.     /**
  1991.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\Console\Command\LazyCommand
  1994.      */
  1995.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  1996.     {
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1999.         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 {
  2000.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2001.         });
  2002.     }
  2003.     /**
  2004.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Console\Command\LazyCommand
  2007.      */
  2008.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2012.         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 {
  2013.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2014.         });
  2015.     }
  2016.     /**
  2017.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Console\Command\LazyCommand
  2020.      */
  2021.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2025.         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 {
  2026.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2027.         });
  2028.     }
  2029.     /**
  2030.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2031.      *
  2032.      * @return \Symfony\Component\Console\Command\LazyCommand
  2033.      */
  2034.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2038.         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 {
  2039.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2040.         });
  2041.     }
  2042.     /**
  2043.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2044.      *
  2045.      * @return \Symfony\Component\Console\Command\LazyCommand
  2046.      */
  2047.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2051.         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 {
  2052.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2053.         });
  2054.     }
  2055.     /**
  2056.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\Console\Command\LazyCommand
  2059.      */
  2060.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2064.         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 {
  2065.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2066.         });
  2067.     }
  2068.     /**
  2069.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\Console\Command\LazyCommand
  2072.      */
  2073.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2077.         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 {
  2078.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2079.         });
  2080.     }
  2081.     /**
  2082.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\Console\Command\LazyCommand
  2085.      */
  2086.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2087.     {
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2090.         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 {
  2091.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2092.         });
  2093.     }
  2094.     /**
  2095.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Console\Command\LazyCommand
  2098.      */
  2099.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2103.         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 {
  2104.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2105.         });
  2106.     }
  2107.     /**
  2108.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Console\Command\LazyCommand
  2111.      */
  2112.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2116.         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 {
  2117.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2118.         });
  2119.     }
  2120.     /**
  2121.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\Console\Command\LazyCommand
  2124.      */
  2125.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2126.     {
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2129.         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 {
  2130.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2131.         });
  2132.     }
  2133.     /**
  2134.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\Console\Command\LazyCommand
  2137.      */
  2138.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2139.     {
  2140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2142.         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 {
  2143.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2144.         });
  2145.     }
  2146.     /**
  2147.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\Console\Command\LazyCommand
  2150.      */
  2151.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2155.         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 {
  2156.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2157.         });
  2158.     }
  2159.     /**
  2160.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Console\Command\LazyCommand
  2163.      */
  2164.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2168.         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 {
  2169.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2170.         });
  2171.     }
  2172.     /**
  2173.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Console\Command\LazyCommand
  2176.      */
  2177.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2181.         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 {
  2182.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2183.         });
  2184.     }
  2185.     /**
  2186.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Console\Command\LazyCommand
  2189.      */
  2190.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2191.     {
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2194.         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 {
  2195.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2196.         });
  2197.     }
  2198.     /**
  2199.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Console\Command\LazyCommand
  2202.      */
  2203.     protected function get_Monolog_Command_ServerLog_LazyService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2207.         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 {
  2208.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2209.         });
  2210.     }
  2211.     /**
  2212.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Console\Command\LazyCommand
  2215.      */
  2216.     protected function get_Security_Command_DebugFirewall_LazyService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2220.         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 {
  2221.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2222.         });
  2223.     }
  2224.     /**
  2225.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Console\Command\LazyCommand
  2228.      */
  2229.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2233.         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 {
  2234.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2235.         });
  2236.     }
  2237.     /**
  2238.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\Console\Command\LazyCommand
  2241.      */
  2242.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2246.         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 {
  2247.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2248.         });
  2249.     }
  2250.     /**
  2251.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2254.      */
  2255.     protected function get_ServiceLocator_GNc8e5BService()
  2256.     {
  2257.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2258.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2259.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2260.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2261.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2262.             'router' => ['services''router''getRouterService'false],
  2263.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2264.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2265.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2266.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2267.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2268.         ], [
  2269.             'form.factory' => '?',
  2270.             'http_kernel' => '?',
  2271.             'parameter_bag' => '?',
  2272.             'request_stack' => '?',
  2273.             'router' => '?',
  2274.             'security.authorization_checker' => '?',
  2275.             'security.csrf.token_manager' => '?',
  2276.             'security.token_storage' => '?',
  2277.             'session' => '.session.deprecated',
  2278.             'twig' => '?',
  2279.         ]);
  2280.     }
  2281.     /**
  2282.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2285.      */
  2286.     protected function get_ServiceLocator_KfbR3DYService()
  2287.     {
  2288.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2289.             '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".'],
  2290.         ], [
  2291.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2292.         ]);
  2293.     }
  2294.     /**
  2295.      * Gets the private '.service_locator.KfwZsne' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2298.      */
  2299.     protected function get_ServiceLocator_KfwZsneService()
  2300.     {
  2301.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2302.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  2303.         ], [
  2304.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  2305.         ]);
  2306.     }
  2307.     /**
  2308.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2311.      */
  2312.     protected function get_ServiceLocator_UDgw6OlService()
  2313.     {
  2314.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2315.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2316.         ], [
  2317.             'authenticationUtils' => '?',
  2318.         ]);
  2319.     }
  2320.     /**
  2321.      * Gets the private '.service_locator.jlyTfzM' shared service.
  2322.      *
  2323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2324.      */
  2325.     protected function get_ServiceLocator_JlyTfzMService()
  2326.     {
  2327.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2328.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2329.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2330.         ], [
  2331.             'event_dispatcher' => '?',
  2332.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2333.         ]);
  2334.     }
  2335.     /**
  2336.      * Gets the private '.service_locator.mzjt3rI' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2339.      */
  2340.     protected function get_ServiceLocator_Mzjt3rIService()
  2341.     {
  2342.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2343.             'translator' => ['services''translator''getTranslatorService'false],
  2344.         ], [
  2345.             'translator' => '?',
  2346.         ]);
  2347.     }
  2348.     /**
  2349.      * Gets the private '.service_locator.qhNGHKN' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2352.      */
  2353.     protected function get_ServiceLocator_QhNGHKNService()
  2354.     {
  2355.         return $this->privates['.service_locator.qhNGHKN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2356.             'App\\Controller\\SecurityController::changePassword' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2357.             'App\\Controller\\SecurityController::checkFakNumber' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2358.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2359.             'App\\Controller\\SecurityController::register' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2360.             'App\\Controller\\SecurityController::registerCompany' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2361.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2362.             'App\\Controller\\SecurityController::sendLinkPassword' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2363.             'App\\Controller\\SecurityController::validateRegistration' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2364.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2365.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2366.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2367.             'App\\Controller\\SecurityController:changePassword' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2368.             'App\\Controller\\SecurityController:checkFakNumber' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2369.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2370.             'App\\Controller\\SecurityController:register' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2371.             'App\\Controller\\SecurityController:registerCompany' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2372.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2373.             'App\\Controller\\SecurityController:sendLinkPassword' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2374.             'App\\Controller\\SecurityController:validateRegistration' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  2375.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2376.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2377.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  2378.         ], [
  2379.             'App\\Controller\\SecurityController::changePassword' => '?',
  2380.             'App\\Controller\\SecurityController::checkFakNumber' => '?',
  2381.             'App\\Controller\\SecurityController::login' => '?',
  2382.             'App\\Controller\\SecurityController::register' => '?',
  2383.             'App\\Controller\\SecurityController::registerCompany' => '?',
  2384.             'App\\Controller\\SecurityController::resetPassword' => '?',
  2385.             'App\\Controller\\SecurityController::sendLinkPassword' => '?',
  2386.             'App\\Controller\\SecurityController::validateRegistration' => '?',
  2387.             'kernel::loadRoutes' => '?',
  2388.             'kernel::registerContainerConfiguration' => '?',
  2389.             'kernel::terminate' => '?',
  2390.             'App\\Controller\\SecurityController:changePassword' => '?',
  2391.             'App\\Controller\\SecurityController:checkFakNumber' => '?',
  2392.             'App\\Controller\\SecurityController:login' => '?',
  2393.             'App\\Controller\\SecurityController:register' => '?',
  2394.             'App\\Controller\\SecurityController:registerCompany' => '?',
  2395.             'App\\Controller\\SecurityController:resetPassword' => '?',
  2396.             'App\\Controller\\SecurityController:sendLinkPassword' => '?',
  2397.             'App\\Controller\\SecurityController:validateRegistration' => '?',
  2398.             'kernel:loadRoutes' => '?',
  2399.             'kernel:registerContainerConfiguration' => '?',
  2400.             'kernel:terminate' => '?',
  2401.         ]);
  2402.     }
  2403.     /**
  2404.      * Gets the private '.service_locator.zJyh7qS' shared service.
  2405.      *
  2406.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2407.      */
  2408.     protected function get_ServiceLocator_ZJyh7qSService()
  2409.     {
  2410.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2411.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2412.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2413.         ], [
  2414.             'security.firewall.map.context.dev' => '?',
  2415.             'security.firewall.map.context.main' => '?',
  2416.         ]);
  2417.     }
  2418.     /**
  2419.      * Gets the private '.session.deprecated' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  2422.      */
  2423.     protected function get_Session_DeprecatedService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  2427.         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();
  2428.     }
  2429.     /**
  2430.      * Gets the private '.twig.command.debug.lazy' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\Console\Command\LazyCommand
  2433.      */
  2434.     protected function get_Twig_Command_Debug_LazyService()
  2435.     {
  2436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2438.         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 {
  2439.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  2440.         });
  2441.     }
  2442.     /**
  2443.      * Gets the private '.twig.command.lint.lazy' shared service.
  2444.      *
  2445.      * @return \Symfony\Component\Console\Command\LazyCommand
  2446.      */
  2447.     protected function get_Twig_Command_Lint_LazyService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2451.         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 {
  2452.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  2453.         });
  2454.     }
  2455.     /**
  2456.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  2457.      *
  2458.      * @return \Symfony\Component\Console\Command\LazyCommand
  2459.      */
  2460.     protected function get_VarDumper_Command_ServerDump_LazyService()
  2461.     {
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2464.         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 {
  2465.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  2466.         });
  2467.     }
  2468.     /**
  2469.      * Gets the private 'App\Entity\Client' shared autowired service.
  2470.      *
  2471.      * @return \App\Entity\Client
  2472.      */
  2473.     protected function getClientService()
  2474.     {
  2475.         include_once \dirname(__DIR__4).'/src/Entity/Client.php';
  2476.         return $this->privates['App\\Entity\\Client'] = new \App\Entity\Client(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2477.     }
  2478.     /**
  2479.      * Gets the private 'App\Entity\Participant' shared autowired service.
  2480.      *
  2481.      * @return \App\Entity\Participant
  2482.      */
  2483.     protected function getParticipantService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/src/Entity/Participant.php';
  2486.         return $this->privates['App\\Entity\\Participant'] = new \App\Entity\Participant(($this->services['smt_core.smt_api'] ?? $this->getSmtCore_SmtApiService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2487.     }
  2488.     /**
  2489.      * Gets the private 'App\Form\ChangePasswordType' shared autowired service.
  2490.      *
  2491.      * @return \App\Form\ChangePasswordType
  2492.      */
  2493.     protected function getChangePasswordTypeService()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2497.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordType.php';
  2498.         return $this->privates['App\\Form\\ChangePasswordType'] = new \App\Form\ChangePasswordType();
  2499.     }
  2500.     /**
  2501.      * Gets the private 'App\Form\CheckFAKNumberType' shared autowired service.
  2502.      *
  2503.      * @return \App\Form\CheckFAKNumberType
  2504.      */
  2505.     protected function getCheckFAKNumberTypeService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2509.         include_once \dirname(__DIR__4).'/src/Form/CheckFAKNumberType.php';
  2510.         return $this->privates['App\\Form\\CheckFAKNumberType'] = new \App\Form\CheckFAKNumberType();
  2511.     }
  2512.     /**
  2513.      * Gets the private 'App\Form\CompanyType' shared autowired service.
  2514.      *
  2515.      * @return \App\Form\CompanyType
  2516.      */
  2517.     protected function getCompanyTypeService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2521.         include_once \dirname(__DIR__4).'/src/Form/CompanyType.php';
  2522.         return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
  2523.     }
  2524.     /**
  2525.      * Gets the private 'App\Form\RegisterParticipantFromClientType' shared autowired service.
  2526.      *
  2527.      * @return \App\Form\RegisterParticipantFromClientType
  2528.      */
  2529.     protected function getRegisterParticipantFromClientTypeService()
  2530.     {
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2533.         include_once \dirname(__DIR__4).'/src/Form/RegisterParticipantFromClientType.php';
  2534.         return $this->privates['App\\Form\\RegisterParticipantFromClientType'] = new \App\Form\RegisterParticipantFromClientType();
  2535.     }
  2536.     /**
  2537.      * Gets the private 'App\Form\ResetPasswordType' shared autowired service.
  2538.      *
  2539.      * @return \App\Form\ResetPasswordType
  2540.      */
  2541.     protected function getResetPasswordTypeService()
  2542.     {
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2545.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordType.php';
  2546.         return $this->privates['App\\Form\\ResetPasswordType'] = new \App\Form\ResetPasswordType();
  2547.     }
  2548.     /**
  2549.      * Gets the private 'App\Form\SendLinkPasswordType' shared autowired service.
  2550.      *
  2551.      * @return \App\Form\SendLinkPasswordType
  2552.      */
  2553.     protected function getSendLinkPasswordTypeService()
  2554.     {
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2557.         include_once \dirname(__DIR__4).'/src/Form/SendLinkPasswordType.php';
  2558.         return $this->privates['App\\Form\\SendLinkPasswordType'] = new \App\Form\SendLinkPasswordType();
  2559.     }
  2560.     /**
  2561.      * Gets the private 'App\Form\UserType' shared autowired service.
  2562.      *
  2563.      * @return \App\Form\UserType
  2564.      */
  2565.     protected function getUserTypeService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2569.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  2570.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  2571.     }
  2572.     /**
  2573.      * Gets the private 'App\Form\UserTypeFakRegister' shared autowired service.
  2574.      *
  2575.      * @return \App\Form\UserTypeFakRegister
  2576.      */
  2577.     protected function getUserTypeFakRegisterService()
  2578.     {
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2581.         include_once \dirname(__DIR__4).'/src/Form/UserTypeFakRegister.php';
  2582.         return $this->privates['App\\Form\\UserTypeFakRegister'] = new \App\Form\UserTypeFakRegister();
  2583.     }
  2584.     /**
  2585.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2586.      *
  2587.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2588.      */
  2589.     protected function getResetAssetsEventListenerService()
  2590.     {
  2591.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2592.     }
  2593.     /**
  2594.      * Gets the private 'annotations.cache_adapter' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2597.      */
  2598.     protected function getAnnotations_CacheAdapterService()
  2599.     {
  2600.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2601.     }
  2602.     /**
  2603.      * Gets the private 'annotations.cache_warmer' shared service.
  2604.      *
  2605.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2606.      */
  2607.     protected function getAnnotations_CacheWarmerService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2612.         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);
  2613.     }
  2614.     /**
  2615.      * Gets the private 'annotations.cached_reader' shared service.
  2616.      *
  2617.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2618.      */
  2619.     protected function getAnnotations_CachedReaderService()
  2620.     {
  2621.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2622.     }
  2623.     /**
  2624.      * Gets the private 'annotations.reader' shared service.
  2625.      *
  2626.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2627.      */
  2628.     protected function getAnnotations_ReaderService()
  2629.     {
  2630.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2631.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2632.         $a->registerUniqueLoader('class_exists');
  2633.         $instance->addGlobalIgnoredName('required'$a);
  2634.         return $instance;
  2635.     }
  2636.     /**
  2637.      * Gets the private 'assets.packages' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\Asset\Packages
  2640.      */
  2641.     protected function getAssets_PackagesService()
  2642.     {
  2643.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2644.         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 () {
  2645.             return new \EmptyIterator();
  2646.         }, 0));
  2647.     }
  2648.     /**
  2649.      * Gets the private 'cache.annotations' shared service.
  2650.      *
  2651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2652.      */
  2653.     protected function getCache_AnnotationsService()
  2654.     {
  2655.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uUGj3viYgA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2656.     }
  2657.     /**
  2658.      * Gets the private 'cache.property_info' shared service.
  2659.      *
  2660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2661.      */
  2662.     protected function getCache_PropertyInfoService()
  2663.     {
  2664.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('O6BGc9pqKT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2665.     }
  2666.     /**
  2667.      * Gets the private 'cache.security_expression_language' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2670.      */
  2671.     protected function getCache_SecurityExpressionLanguageService()
  2672.     {
  2673.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CmqJI7elfS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2674.     }
  2675.     /**
  2676.      * Gets the private 'cache.serializer' shared service.
  2677.      *
  2678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2679.      */
  2680.     protected function getCache_SerializerService()
  2681.     {
  2682.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i1-YSbXCzW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2683.     }
  2684.     /**
  2685.      * Gets the private 'cache.validator' shared service.
  2686.      *
  2687.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2688.      */
  2689.     protected function getCache_ValidatorService()
  2690.     {
  2691.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ja7ULD1QYx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2692.     }
  2693.     /**
  2694.      * Gets the private 'cache.webpack_encore' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2697.      */
  2698.     protected function getCache_WebpackEncoreService()
  2699.     {
  2700.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TRAg+YMQrA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  2704.      *
  2705.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  2706.      */
  2707.     protected function getCachePoolClearer_CacheWarmerService()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  2711.         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']);
  2712.     }
  2713.     /**
  2714.      * Gets the private 'config_builder.warmer' shared service.
  2715.      *
  2716.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  2717.      */
  2718.     protected function getConfigBuilder_WarmerService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  2722.         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()));
  2723.     }
  2724.     /**
  2725.      * Gets the private 'config_cache_factory' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2728.      */
  2729.     protected function getConfigCacheFactoryService()
  2730.     {
  2731.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2732.             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)));
  2733.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2734.         }, 2));
  2735.     }
  2736.     /**
  2737.      * Gets the private 'console.command.about' shared service.
  2738.      *
  2739.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2740.      */
  2741.     protected function getConsole_Command_AboutService()
  2742.     {
  2743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2745.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2746.         $instance->setName('about');
  2747.         $instance->setDescription('Display information about the current project');
  2748.         return $instance;
  2749.     }
  2750.     /**
  2751.      * Gets the private 'console.command.assets_install' shared service.
  2752.      *
  2753.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2754.      */
  2755.     protected function getConsole_Command_AssetsInstallService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2760.         $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));
  2761.         $instance->setName('assets:install');
  2762.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  2763.         return $instance;
  2764.     }
  2765.     /**
  2766.      * Gets the private 'console.command.cache_clear' shared service.
  2767.      *
  2768.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2769.      */
  2770.     protected function getConsole_Command_CacheClearService()
  2771.     {
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2775.         $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())));
  2776.         $instance->setName('cache:clear');
  2777.         $instance->setDescription('Clear the cache');
  2778.         return $instance;
  2779.     }
  2780.     /**
  2781.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2782.      *
  2783.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2784.      */
  2785.     protected function getConsole_Command_CachePoolClearService()
  2786.     {
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2789.         $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.security_expression_language'=> 'cache.webpack_encore']);
  2790.         $instance->setName('cache:pool:clear');
  2791.         $instance->setDescription('Clear cache pools');
  2792.         return $instance;
  2793.     }
  2794.     /**
  2795.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2796.      *
  2797.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2798.      */
  2799.     protected function getConsole_Command_CachePoolDeleteService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2803.         $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.security_expression_language'=> 'cache.webpack_encore']);
  2804.         $instance->setName('cache:pool:delete');
  2805.         $instance->setDescription('Delete an item from a cache pool');
  2806.         return $instance;
  2807.     }
  2808.     /**
  2809.      * Gets the private 'console.command.cache_pool_list' shared service.
  2810.      *
  2811.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2812.      */
  2813.     protected function getConsole_Command_CachePoolListService()
  2814.     {
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2817.         $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.security_expression_language'=> 'cache.webpack_encore']);
  2818.         $instance->setName('cache:pool:list');
  2819.         $instance->setDescription('List available cache pools');
  2820.         return $instance;
  2821.     }
  2822.     /**
  2823.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2824.      *
  2825.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2826.      */
  2827.     protected function getConsole_Command_CachePoolPruneService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2831.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2832.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2833.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2834.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2835.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2836.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2837.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2838.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  2839.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2840.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  2841.         }, 9));
  2842.         $instance->setName('cache:pool:prune');
  2843.         $instance->setDescription('Prune cache pools');
  2844.         return $instance;
  2845.     }
  2846.     /**
  2847.      * Gets the private 'console.command.cache_warmup' shared service.
  2848.      *
  2849.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2850.      */
  2851.     protected function getConsole_Command_CacheWarmupService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2855.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2856.         $instance->setName('cache:warmup');
  2857.         $instance->setDescription('Warm up an empty cache');
  2858.         return $instance;
  2859.     }
  2860.     /**
  2861.      * Gets the private 'console.command.config_debug' shared service.
  2862.      *
  2863.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2864.      */
  2865.     protected function getConsole_Command_ConfigDebugService()
  2866.     {
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2872.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2873.         $instance->setName('debug:config');
  2874.         $instance->setDescription('Dump the current configuration for an extension');
  2875.         return $instance;
  2876.     }
  2877.     /**
  2878.      * Gets the private 'console.command.config_dump_reference' shared service.
  2879.      *
  2880.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2881.      */
  2882.     protected function getConsole_Command_ConfigDumpReferenceService()
  2883.     {
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2889.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2890.         $instance->setName('config:dump-reference');
  2891.         $instance->setDescription('Dump the default configuration for an extension');
  2892.         return $instance;
  2893.     }
  2894.     /**
  2895.      * Gets the private 'console.command.container_debug' shared service.
  2896.      *
  2897.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2898.      */
  2899.     protected function getConsole_Command_ContainerDebugService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2904.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2905.         $instance->setName('debug:container');
  2906.         $instance->setDescription('Display current services for an application');
  2907.         return $instance;
  2908.     }
  2909.     /**
  2910.      * Gets the private 'console.command.container_lint' shared service.
  2911.      *
  2912.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2913.      */
  2914.     protected function getConsole_Command_ContainerLintService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2918.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2919.         $instance->setName('lint:container');
  2920.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  2921.         return $instance;
  2922.     }
  2923.     /**
  2924.      * Gets the private 'console.command.debug_autowiring' shared service.
  2925.      *
  2926.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2927.      */
  2928.     protected function getConsole_Command_DebugAutowiringService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2934.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2935.         $instance->setName('debug:autowiring');
  2936.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  2937.         return $instance;
  2938.     }
  2939.     /**
  2940.      * Gets the private 'console.command.dotenv_debug' shared service.
  2941.      *
  2942.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  2943.      */
  2944.     protected function getConsole_Command_DotenvDebugService()
  2945.     {
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  2948.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  2949.         $instance->setName('debug:dotenv');
  2950.         $instance->setDescription('Lists all dotenv files with variables and values');
  2951.         return $instance;
  2952.     }
  2953.     /**
  2954.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2955.      *
  2956.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2957.      */
  2958.     protected function getConsole_Command_EventDispatcherDebugService()
  2959.     {
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2962.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  2963.         $instance->setName('debug:event-dispatcher');
  2964.         $instance->setDescription('Display configured listeners for an application');
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the private 'console.command.form_debug' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Form\Command\DebugCommand
  2971.      */
  2972.     protected function getConsole_Command_FormDebugService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2976.         $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'], [=> 'App\\Form\\ChangePasswordType'=> 'App\\Form\\CheckFAKNumberType'=> 'App\\Form\\CompanyType'=> 'App\\Form\\RegisterParticipantFromClientType'=> 'App\\Form\\ResetPasswordType'=> 'App\\Form\\SendLinkPasswordType'=> 'App\\Form\\UserType'=> 'App\\Form\\UserTypeFakRegister'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'], [=> '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'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2977.         $instance->setName('debug:form');
  2978.         $instance->setDescription('Display form type information');
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the private 'console.command.router_debug' shared service.
  2983.      *
  2984.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2985.      */
  2986.     protected function getConsole_Command_RouterDebugService()
  2987.     {
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2991.         $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()));
  2992.         $instance->setName('debug:router');
  2993.         $instance->setDescription('Display current routes for an application');
  2994.         return $instance;
  2995.     }
  2996.     /**
  2997.      * Gets the private 'console.command.router_match' shared service.
  2998.      *
  2999.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3000.      */
  3001.     protected function getConsole_Command_RouterMatchService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3005.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3006.             return new \EmptyIterator();
  3007.         }, 0));
  3008.         $instance->setName('router:match');
  3009.         $instance->setDescription('Help debug routes by simulating a path info match');
  3010.         return $instance;
  3011.     }
  3012.     /**
  3013.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3014.      *
  3015.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3016.      */
  3017.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3018.     {
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3023.         $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')))));
  3024.         $instance->setName('secrets:decrypt-to-local');
  3025.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3026.         return $instance;
  3027.     }
  3028.     /**
  3029.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3030.      *
  3031.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3032.      */
  3033.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3034.     {
  3035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3039.         $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')))));
  3040.         $instance->setName('secrets:encrypt-from-local');
  3041.         $instance->setDescription('Encrypt all local secrets to the vault');
  3042.         return $instance;
  3043.     }
  3044.     /**
  3045.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3046.      *
  3047.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3048.      */
  3049.     protected function getConsole_Command_SecretsGenerateKeyService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3055.         $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')))));
  3056.         $instance->setName('secrets:generate-keys');
  3057.         $instance->setDescription('Generate new encryption keys');
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'console.command.secrets_list' shared service.
  3062.      *
  3063.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3064.      */
  3065.     protected function getConsole_Command_SecretsListService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3071.         $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')))));
  3072.         $instance->setName('secrets:list');
  3073.         $instance->setDescription('List all secrets');
  3074.         return $instance;
  3075.     }
  3076.     /**
  3077.      * Gets the private 'console.command.secrets_remove' shared service.
  3078.      *
  3079.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3080.      */
  3081.     protected function getConsole_Command_SecretsRemoveService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3087.         $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')))));
  3088.         $instance->setName('secrets:remove');
  3089.         $instance->setDescription('Remove a secret from the vault');
  3090.         return $instance;
  3091.     }
  3092.     /**
  3093.      * Gets the private 'console.command.secrets_set' shared service.
  3094.      *
  3095.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3096.      */
  3097.     protected function getConsole_Command_SecretsSetService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3103.         $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')))));
  3104.         $instance->setName('secrets:set');
  3105.         $instance->setDescription('Set a secret in the vault');
  3106.         return $instance;
  3107.     }
  3108.     /**
  3109.      * Gets the private 'console.command.translation_debug' shared service.
  3110.      *
  3111.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3112.      */
  3113.     protected function getConsole_Command_TranslationDebugService()
  3114.     {
  3115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3117.         $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/Form'), => (\dirname(__DIR__4).'/src/Controller/AppsController.php'), => (\dirname(__DIR__4).'/src/Controller/ParticipantController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/src/Controller/SecurityController.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3118.         $instance->setName('debug:translation');
  3119.         $instance->setDescription('Display translation messages information');
  3120.         return $instance;
  3121.     }
  3122.     /**
  3123.      * Gets the private 'console.command.translation_extract' shared service.
  3124.      *
  3125.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3126.      */
  3127.     protected function getConsole_Command_TranslationExtractService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3131.         $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()), 'de', (\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/Form'), => (\dirname(__DIR__4).'/src/Controller/AppsController.php'), => (\dirname(__DIR__4).'/src/Controller/ParticipantController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/src/Controller/SecurityController.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  3132.         $instance->setName('translation:extract');
  3133.         $instance->setAliases([=> 'translation:update']);
  3134.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3135.         return $instance;
  3136.     }
  3137.     /**
  3138.      * Gets the private 'console.command.translation_pull' shared service.
  3139.      *
  3140.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3141.      */
  3142.     protected function getConsole_Command_TranslationPullService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3147.         $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()), 'de', [], []);
  3148.         $instance->setName('translation:pull');
  3149.         $instance->setDescription('Pull translations from a given provider.');
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the private 'console.command.translation_push' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3156.      */
  3157.     protected function getConsole_Command_TranslationPushService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3162.         $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()), [], []);
  3163.         $instance->setName('translation:push');
  3164.         $instance->setDescription('Push translations to a given provider.');
  3165.         return $instance;
  3166.     }
  3167.     /**
  3168.      * Gets the private 'console.command.validator_debug' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3171.      */
  3172.     protected function getConsole_Command_ValidatorDebugService()
  3173.     {
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3176.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3177.         $instance->setName('debug:validator');
  3178.         $instance->setDescription('Display validation constraints for classes');
  3179.         return $instance;
  3180.     }
  3181.     /**
  3182.      * Gets the private 'console.command.xliff_lint' shared service.
  3183.      *
  3184.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3185.      */
  3186.     protected function getConsole_Command_XliffLintService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3190.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3191.         $instance->setName('lint:xliff');
  3192.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3193.         return $instance;
  3194.     }
  3195.     /**
  3196.      * Gets the private 'console.command.yaml_lint' shared service.
  3197.      *
  3198.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3199.      */
  3200.     protected function getConsole_Command_YamlLintService()
  3201.     {
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3205.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3206.         $instance->setName('lint:yaml');
  3207.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3208.         return $instance;
  3209.     }
  3210.     /**
  3211.      * Gets the private 'console.error_listener' shared service.
  3212.      *
  3213.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3214.      */
  3215.     protected function getConsole_ErrorListenerService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3218.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3219.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3220.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3221.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3222.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3223.     }
  3224.     /**
  3225.      * Gets the private 'container.env_var_processor' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3228.      */
  3229.     protected function getContainer_EnvVarProcessorService()
  3230.     {
  3231.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3233.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3234.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3235.         }, 1));
  3236.     }
  3237.     /**
  3238.      * Gets the private 'data_collector.form' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3241.      */
  3242.     protected function getDataCollector_FormService()
  3243.     {
  3244.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3245.     }
  3246.     /**
  3247.      * Gets the private 'data_collector.request' shared service.
  3248.      *
  3249.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3250.      */
  3251.     protected function getDataCollector_RequestService()
  3252.     {
  3253.         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())));
  3254.     }
  3255.     /**
  3256.      * Gets the private 'data_collector.request.session_collector' shared service.
  3257.      *
  3258.      * @return \Closure
  3259.      */
  3260.     protected function getDataCollector_Request_SessionCollectorService()
  3261.     {
  3262.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3263.     }
  3264.     /**
  3265.      * Gets the private 'debug.argument_resolver.default' shared service.
  3266.      *
  3267.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3268.      */
  3269.     protected function getDebug_ArgumentResolver_DefaultService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3274.         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))));
  3275.     }
  3276.     /**
  3277.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3280.      */
  3281.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3286.         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.qhNGHKN'] ?? $this->get_ServiceLocator_QhNGHKNService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3287.     }
  3288.     /**
  3289.      * Gets the private 'debug.argument_resolver.request' shared service.
  3290.      *
  3291.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3292.      */
  3293.     protected function getDebug_ArgumentResolver_RequestService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3298.         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))));
  3299.     }
  3300.     /**
  3301.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3302.      *
  3303.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3304.      */
  3305.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3310.         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))));
  3311.     }
  3312.     /**
  3313.      * Gets the private 'debug.argument_resolver.service' shared service.
  3314.      *
  3315.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3316.      */
  3317.     protected function getDebug_ArgumentResolver_ServiceService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3321.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3322.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.qhNGHKN'] ?? $this->get_ServiceLocator_QhNGHKNService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3323.     }
  3324.     /**
  3325.      * Gets the private 'debug.argument_resolver.session' shared service.
  3326.      *
  3327.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3328.      */
  3329.     protected function getDebug_ArgumentResolver_SessionService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3334.         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))));
  3335.     }
  3336.     /**
  3337.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3340.      */
  3341.     protected function getDebug_ArgumentResolver_VariadicService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3346.         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))));
  3347.     }
  3348.     /**
  3349.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3350.      *
  3351.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3352.      */
  3353.     protected function getDebug_DebugHandlersListenerService()
  3354.     {
  3355.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3356.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3357.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3358.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3359.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3360.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3361.     }
  3362.     /**
  3363.      * Gets the private 'debug.dump_listener' shared service.
  3364.      *
  3365.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3366.      */
  3367.     protected function getDebug_DumpListenerService()
  3368.     {
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3371.         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()));
  3372.     }
  3373.     /**
  3374.      * Gets the private 'debug.file_link_formatter' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3377.      */
  3378.     protected function getDebug_FileLinkFormatterService()
  3379.     {
  3380.         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 () {
  3381.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3382.         });
  3383.     }
  3384.     /**
  3385.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3386.      *
  3387.      * @return \string
  3388.      */
  3389.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3390.     {
  3391.         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');
  3392.     }
  3393.     /**
  3394.      * Gets the private 'debug.log_processor' shared service.
  3395.      *
  3396.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3397.      */
  3398.     protected function getDebug_LogProcessorService()
  3399.     {
  3400.         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())));
  3401.     }
  3402.     /**
  3403.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3404.      *
  3405.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3406.      */
  3407.     protected function getDebug_Security_Access_DecisionManagerService()
  3408.     {
  3409.         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 () {
  3410.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3411.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3412.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3413.     }
  3414.     /**
  3415.      * Gets the private 'debug.security.firewall' shared service.
  3416.      *
  3417.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3418.      */
  3419.     protected function getDebug_Security_FirewallService()
  3420.     {
  3421.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3422.     }
  3423.     /**
  3424.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3425.      *
  3426.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3427.      */
  3428.     protected function getDebug_Security_UserValueResolverService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3433.         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))));
  3434.     }
  3435.     /**
  3436.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3437.      *
  3438.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3439.      */
  3440.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3441.     {
  3442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3446.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3447.     }
  3448.     /**
  3449.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3452.      */
  3453.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3454.     {
  3455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3459.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3460.     }
  3461.     /**
  3462.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3463.      *
  3464.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3465.      */
  3466.     protected function getDebug_Security_Voter_VoteListenerService()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3469.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3470.     }
  3471.     /**
  3472.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3475.      */
  3476.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3480.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3481.         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()));
  3482.     }
  3483.     /**
  3484.      * Gets the private 'exception_listener' shared service.
  3485.      *
  3486.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3487.      */
  3488.     protected function getExceptionListenerService()
  3489.     {
  3490.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3491.     }
  3492.     /**
  3493.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3494.      *
  3495.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3496.      */
  3497.     protected function getForm_ChoiceListFactory_CachedService()
  3498.     {
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3503.         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())));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'form.registry' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Form\FormRegistry
  3509.      */
  3510.     protected function getForm_RegistryService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3519.         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, [
  3520.             'App\\Form\\ChangePasswordType' => ['privates''App\\Form\\ChangePasswordType''getChangePasswordTypeService'false],
  3521.             'App\\Form\\CheckFAKNumberType' => ['privates''App\\Form\\CheckFAKNumberType''getCheckFAKNumberTypeService'false],
  3522.             'App\\Form\\CompanyType' => ['privates''App\\Form\\CompanyType''getCompanyTypeService'false],
  3523.             'App\\Form\\RegisterParticipantFromClientType' => ['privates''App\\Form\\RegisterParticipantFromClientType''getRegisterParticipantFromClientTypeService'false],
  3524.             'App\\Form\\ResetPasswordType' => ['privates''App\\Form\\ResetPasswordType''getResetPasswordTypeService'false],
  3525.             'App\\Form\\SendLinkPasswordType' => ['privates''App\\Form\\SendLinkPasswordType''getSendLinkPasswordTypeService'false],
  3526.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  3527.             'App\\Form\\UserTypeFakRegister' => ['privates''App\\Form\\UserTypeFakRegister''getUserTypeFakRegisterService'false],
  3528.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3529.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  3530.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  3531.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3532.         ], [
  3533.             'App\\Form\\ChangePasswordType' => '?',
  3534.             'App\\Form\\CheckFAKNumberType' => '?',
  3535.             'App\\Form\\CompanyType' => '?',
  3536.             'App\\Form\\RegisterParticipantFromClientType' => '?',
  3537.             'App\\Form\\ResetPasswordType' => '?',
  3538.             'App\\Form\\SendLinkPasswordType' => '?',
  3539.             'App\\Form\\UserType' => '?',
  3540.             'App\\Form\\UserTypeFakRegister' => '?',
  3541.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3542.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3543.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3544.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3545.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3546.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3547.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3548.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3549.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3550.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3551.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3552.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3553.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3554.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3555.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3556.         }, 1)], new RewindableGenerator(function () {
  3557.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3558.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3559.     }
  3560.     /**
  3561.      * Gets the private 'form.server_params' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\Form\Util\ServerParams
  3564.      */
  3565.     protected function getForm_ServerParamsService()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3568.         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())));
  3569.     }
  3570.     /**
  3571.      * Gets the private 'form.type.choice' shared service.
  3572.      *
  3573.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3574.      */
  3575.     protected function getForm_Type_ChoiceService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3580.         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()));
  3581.     }
  3582.     /**
  3583.      * Gets the private 'form.type.color' shared service.
  3584.      *
  3585.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  3586.      */
  3587.     protected function getForm_Type_ColorService()
  3588.     {
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  3592.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  3593.     }
  3594.     /**
  3595.      * Gets the private 'form.type.form' shared service.
  3596.      *
  3597.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3598.      */
  3599.     protected function getForm_Type_FormService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3605.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'form.type_extension.csrf' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3611.      */
  3612.     protected function getForm_TypeExtension_CsrfService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3617.         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()));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3621.      *
  3622.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3623.      */
  3624.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3629.         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()));
  3630.     }
  3631.     /**
  3632.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3633.      *
  3634.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3635.      */
  3636.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3643.         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())));
  3644.     }
  3645.     /**
  3646.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3649.      */
  3650.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3651.     {
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3655.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'form.type_extension.form.validator' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3661.      */
  3662.     protected function getForm_TypeExtension_Form_ValidatorService()
  3663.     {
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3668.         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()));
  3669.     }
  3670.     /**
  3671.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3674.      */
  3675.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3680.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3681.     }
  3682.     /**
  3683.      * Gets the private 'form.type_guesser.validator' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3686.      */
  3687.     protected function getForm_TypeGuesser_ValidatorService()
  3688.     {
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3691.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3692.     }
  3693.     /**
  3694.      * Gets the private 'fragment.renderer.inline' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3697.      */
  3698.     protected function getFragment_Renderer_InlineService()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3703.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3704.         $instance->setFragmentPath('/_fragment');
  3705.         return $instance;
  3706.     }
  3707.     /**
  3708.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3709.      *
  3710.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3711.      */
  3712.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3713.     {
  3714.         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())));
  3715.     }
  3716.     /**
  3717.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3718.      *
  3719.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3720.      */
  3721.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3722.     {
  3723.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3724.     }
  3725.     /**
  3726.      * Gets the private 'locale_aware_listener' shared service.
  3727.      *
  3728.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3729.      */
  3730.     protected function getLocaleAwareListenerService()
  3731.     {
  3732.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3733.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3734.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3735.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'locale_listener' shared service.
  3739.      *
  3740.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3741.      */
  3742.     protected function getLocaleListenerService()
  3743.     {
  3744.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3745.     }
  3746.     /**
  3747.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3748.      *
  3749.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3750.      */
  3751.     protected function getMaker_AutoCommand_MakeAuthService()
  3752.     {
  3753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3760.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3761.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3762.         $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);
  3763.         $instance->setName('make:auth');
  3764.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  3765.         return $instance;
  3766.     }
  3767.     /**
  3768.      * Gets the private 'maker.auto_command.make_command' shared service.
  3769.      *
  3770.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3771.      */
  3772.     protected function getMaker_AutoCommand_MakeCommandService()
  3773.     {
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3779.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3780.         $instance->setName('make:command');
  3781.         $instance->setDescription('Creates a new console command class');
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3786.      *
  3787.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3788.      */
  3789.     protected function getMaker_AutoCommand_MakeControllerService()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3796.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3797.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3798.         $instance->setName('make:controller');
  3799.         $instance->setDescription('Creates a new controller class');
  3800.         return $instance;
  3801.     }
  3802.     /**
  3803.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3804.      *
  3805.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3806.      */
  3807.     protected function getMaker_AutoCommand_MakeCrudService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  3814.         $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()));
  3815.         $instance->setName('make:crud');
  3816.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  3817.         return $instance;
  3818.     }
  3819.     /**
  3820.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  3821.      *
  3822.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3823.      */
  3824.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  3825.     {
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  3831.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3832.         $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()));
  3833.         $instance->setName('make:docker:database');
  3834.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  3835.         return $instance;
  3836.     }
  3837.     /**
  3838.      * Gets the private 'maker.auto_command.make_entity' shared service.
  3839.      *
  3840.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3841.      */
  3842.     protected function getMaker_AutoCommand_MakeEntityService()
  3843.     {
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  3850.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3851.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3852.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  3853.         $instance->setName('make:entity');
  3854.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  3855.         return $instance;
  3856.     }
  3857.     /**
  3858.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  3859.      *
  3860.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3861.      */
  3862.     protected function getMaker_AutoCommand_MakeFixturesService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  3869.         $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()));
  3870.         $instance->setName('make:fixtures');
  3871.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  3872.         return $instance;
  3873.     }
  3874.     /**
  3875.      * Gets the private 'maker.auto_command.make_form' shared service.
  3876.      *
  3877.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3878.      */
  3879.     protected function getMaker_AutoCommand_MakeFormService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  3886.         $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()));
  3887.         $instance->setName('make:form');
  3888.         $instance->setDescription('Creates a new form class');
  3889.         return $instance;
  3890.     }
  3891.     /**
  3892.      * Gets the private 'maker.auto_command.make_message' shared service.
  3893.      *
  3894.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3895.      */
  3896.     protected function getMaker_AutoCommand_MakeMessageService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  3903.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3904.         $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()));
  3905.         $instance->setName('make:message');
  3906.         $instance->setDescription('Creates a new message and handler');
  3907.         return $instance;
  3908.     }
  3909.     /**
  3910.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  3911.      *
  3912.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3913.      */
  3914.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  3921.         $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()));
  3922.         $instance->setName('make:messenger-middleware');
  3923.         $instance->setDescription('Creates a new messenger middleware');
  3924.         return $instance;
  3925.     }
  3926.     /**
  3927.      * Gets the private 'maker.auto_command.make_migration' shared service.
  3928.      *
  3929.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3930.      */
  3931.     protected function getMaker_AutoCommand_MakeMigrationService()
  3932.     {
  3933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  3939.         $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()));
  3940.         $instance->setName('make:migration');
  3941.         $instance->setDescription('Creates a new migration based on database changes');
  3942.         return $instance;
  3943.     }
  3944.     /**
  3945.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  3946.      *
  3947.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3948.      */
  3949.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  3950.     {
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  3956.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3957.         $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()));
  3958.         $instance->setName('make:registration-form');
  3959.         $instance->setDescription('Creates a new registration form system');
  3960.         return $instance;
  3961.     }
  3962.     /**
  3963.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  3964.      *
  3965.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3966.      */
  3967.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  3968.     {
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  3974.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3975.         $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()));
  3976.         $instance->setName('make:reset-password');
  3977.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  3978.         return $instance;
  3979.     }
  3980.     /**
  3981.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  3982.      *
  3983.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3984.      */
  3985.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  3992.         $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()));
  3993.         $instance->setName('make:serializer:encoder');
  3994.         $instance->setDescription('Creates a new serializer encoder class');
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  3999.      *
  4000.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4001.      */
  4002.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4009.         $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()));
  4010.         $instance->setName('make:serializer:normalizer');
  4011.         $instance->setDescription('Creates a new serializer normalizer class');
  4012.         return $instance;
  4013.     }
  4014.     /**
  4015.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4016.      *
  4017.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4018.      */
  4019.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4027.         $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()));
  4028.         $instance->setName('make:subscriber');
  4029.         $instance->setDescription('Creates a new event subscriber class');
  4030.         return $instance;
  4031.     }
  4032.     /**
  4033.      * Gets the private 'maker.auto_command.make_test' shared service.
  4034.      *
  4035.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4036.      */
  4037.     protected function getMaker_AutoCommand_MakeTestService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4045.         $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()));
  4046.         $instance->setName('make:test');
  4047.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4048.         $instance->setDescription('Creates a new test class');
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4053.      *
  4054.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4055.      */
  4056.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4063.         $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()));
  4064.         $instance->setName('make:twig-extension');
  4065.         $instance->setDescription('Creates a new Twig extension class');
  4066.         return $instance;
  4067.     }
  4068.     /**
  4069.      * Gets the private 'maker.auto_command.make_user' shared service.
  4070.      *
  4071.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4072.      */
  4073.     protected function getMaker_AutoCommand_MakeUserService()
  4074.     {
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4082.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4083.         $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()));
  4084.         $instance->setName('make:user');
  4085.         $instance->setDescription('Creates a new security user class');
  4086.         return $instance;
  4087.     }
  4088.     /**
  4089.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4090.      *
  4091.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4092.      */
  4093.     protected function getMaker_AutoCommand_MakeValidatorService()
  4094.     {
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4100.         $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()));
  4101.         $instance->setName('make:validator');
  4102.         $instance->setDescription('Creates a new validator and constraint class');
  4103.         return $instance;
  4104.     }
  4105.     /**
  4106.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4107.      *
  4108.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4109.      */
  4110.     protected function getMaker_AutoCommand_MakeVoterService()
  4111.     {
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4117.         $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()));
  4118.         $instance->setName('make:voter');
  4119.         $instance->setDescription('Creates a new security voter class');
  4120.         return $instance;
  4121.     }
  4122.     /**
  4123.      * Gets the private 'maker.doctrine_helper' shared service.
  4124.      *
  4125.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4126.      */
  4127.     protected function getMaker_DoctrineHelperService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4130.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), NULLfalse);
  4131.     }
  4132.     /**
  4133.      * Gets the private 'maker.entity_class_generator' shared service.
  4134.      *
  4135.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4136.      */
  4137.     protected function getMaker_EntityClassGeneratorService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4140.         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()));
  4141.     }
  4142.     /**
  4143.      * Gets the private 'maker.file_manager' shared service.
  4144.      *
  4145.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4146.      */
  4147.     protected function getMaker_FileManagerService()
  4148.     {
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4154.         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'));
  4155.     }
  4156.     /**
  4157.      * Gets the private 'maker.generator' shared service.
  4158.      *
  4159.      * @return \Symfony\Bundle\MakerBundle\Generator
  4160.      */
  4161.     protected function getMaker_GeneratorService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  4165.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  4166.         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));
  4167.     }
  4168.     /**
  4169.      * Gets the private 'maker.php_compat_util' shared service.
  4170.      *
  4171.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  4172.      */
  4173.     protected function getMaker_PhpCompatUtilService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4176.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  4177.     }
  4178.     /**
  4179.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4180.      *
  4181.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4182.      */
  4183.     protected function getMaker_Renderer_FormTypeRendererService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4186.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4187.     }
  4188.     /**
  4189.      * Gets the private 'monolog.command.server_log' shared service.
  4190.      *
  4191.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4192.      */
  4193.     protected function getMonolog_Command_ServerLogService()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4197.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4198.         $instance->setName('server:log');
  4199.         $instance->setDescription('Start a log server that displays logs in real time');
  4200.         return $instance;
  4201.     }
  4202.     /**
  4203.      * Gets the private 'monolog.handler.console' shared service.
  4204.      *
  4205.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4206.      */
  4207.     protected function getMonolog_Handler_ConsoleService()
  4208.     {
  4209.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4210.     }
  4211.     /**
  4212.      * Gets the private 'monolog.handler.main' shared service.
  4213.      *
  4214.      * @return \Monolog\Handler\StreamHandler
  4215.      */
  4216.     protected function getMonolog_Handler_MainService()
  4217.     {
  4218.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4219.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'monolog.logger' shared service.
  4224.      *
  4225.      * @return \Symfony\Bridge\Monolog\Logger
  4226.      */
  4227.     protected function getMonolog_LoggerService()
  4228.     {
  4229.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4230.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4231.         $instance->useMicrosecondTimestamps(true);
  4232.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4233.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4234.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4235.         return $instance;
  4236.     }
  4237.     /**
  4238.      * Gets the private 'monolog.logger.cache' shared service.
  4239.      *
  4240.      * @return \Symfony\Bridge\Monolog\Logger
  4241.      */
  4242.     protected function getMonolog_Logger_CacheService()
  4243.     {
  4244.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4245.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4246.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4247.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4248.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4249.         return $instance;
  4250.     }
  4251.     /**
  4252.      * Gets the private 'monolog.logger.request' shared service.
  4253.      *
  4254.      * @return \Symfony\Bridge\Monolog\Logger
  4255.      */
  4256.     protected function getMonolog_Logger_RequestService()
  4257.     {
  4258.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4259.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4260.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4261.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4262.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4263.         return $instance;
  4264.     }
  4265.     /**
  4266.      * Gets the private 'monolog.logger.security' shared service.
  4267.      *
  4268.      * @return \Symfony\Bridge\Monolog\Logger
  4269.      */
  4270.     protected function getMonolog_Logger_SecurityService()
  4271.     {
  4272.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4273.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4274.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4275.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4276.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4277.         return $instance;
  4278.     }
  4279.     /**
  4280.      * Gets the private 'parameter_bag' shared service.
  4281.      *
  4282.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4283.      */
  4284.     protected function getParameterBagService()
  4285.     {
  4286.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4287.     }
  4288.     /**
  4289.      * Gets the private 'profiler_listener' shared service.
  4290.      *
  4291.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4292.      */
  4293.     protected function getProfilerListenerService()
  4294.     {
  4295.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  4296.     }
  4297.     /**
  4298.      * Gets the private 'property_accessor' shared service.
  4299.      *
  4300.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4301.      */
  4302.     protected function getPropertyAccessorService()
  4303.     {
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  4311.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4312.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4313.     }
  4314.     /**
  4315.      * Gets the private 'router.cache_warmer' shared service.
  4316.      *
  4317.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4318.      */
  4319.     protected function getRouter_CacheWarmerService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4323.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4324.             'router' => ['services''router''getRouterService'false],
  4325.         ], [
  4326.             'router' => '?',
  4327.         ]))->withContext('router.cache_warmer'$this));
  4328.     }
  4329.     /**
  4330.      * Gets the private 'router.request_context' shared service.
  4331.      *
  4332.      * @return \Symfony\Component\Routing\RequestContext
  4333.      */
  4334.     protected function getRouter_RequestContextService()
  4335.     {
  4336.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4337.     }
  4338.     /**
  4339.      * Gets the private 'router_listener' shared service.
  4340.      *
  4341.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4342.      */
  4343.     protected function getRouterListenerService()
  4344.     {
  4345.         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);
  4346.     }
  4347.     /**
  4348.      * Gets the private 'secrets.vault' shared service.
  4349.      *
  4350.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  4351.      */
  4352.     protected function getSecrets_VaultService()
  4353.     {
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  4358.         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(\Closure::fromCallable([=> $this=> 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  4359.     }
  4360.     /**
  4361.      * Gets the private 'security.access_listener' shared service.
  4362.      *
  4363.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  4364.      */
  4365.     protected function getSecurity_AccessListenerService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  4370.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4371.     }
  4372.     /**
  4373.      * Gets the private 'security.access_map' shared service.
  4374.      *
  4375.      * @return \Symfony\Component\Security\Http\AccessMap
  4376.      */
  4377.     protected function getSecurity_AccessMapService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  4383.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  4384.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  4385.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  4386.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/apps/salestool'), [=> 'ROLE_SALES'], NULL);
  4387.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/apps/participantstool'), [=> 'ROLE_PARTICIPANT'], NULL);
  4388.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/apps/instructorstool'), [=> 'ROLE_INSTRUCTOR'], NULL);
  4389.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/apps/clientstool'), [=> 'ROLE_CLIENT'], NULL);
  4390.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/apps'), [=> 'ROLE_USER'], NULL);
  4391.         return $instance;
  4392.     }
  4393.     /**
  4394.      * Gets the private 'security.authentication.guard_handler' shared service.
  4395.      *
  4396.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  4397.      *
  4398.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  4399.      */
  4400.     protected function getSecurity_Authentication_GuardHandlerService()
  4401.     {
  4402.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  4405.         $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  4406.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  4407.         return $instance;
  4408.     }
  4409.     /**
  4410.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4411.      *
  4412.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4413.      *
  4414.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  4415.      */
  4416.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4417.     {
  4418.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  4419.         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()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4420.     }
  4421.     /**
  4422.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  4423.      *
  4424.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  4425.      *
  4426.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  4427.      */
  4428.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  4429.     {
  4430.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  4431.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  4432.             yield => ($this->services['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4433.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  4434.     }
  4435.     /**
  4436.      * Gets the private 'security.authentication.manager' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4439.      *
  4440.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  4441.      */
  4442.     protected function getSecurity_Authentication_ManagerService()
  4443.     {
  4444.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  4445.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4446.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  4447.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  4448.         }, 2), true);
  4449.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4450.         return $instance;
  4451.     }
  4452.     /**
  4453.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  4456.      *
  4457.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  4458.      */
  4459.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  4460.     {
  4461.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  4462.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  4463.     }
  4464.     /**
  4465.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  4466.      *
  4467.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  4468.      *
  4469.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  4470.      */
  4471.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  4472.     {
  4473.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  4474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  4480.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  4481.             yield => ($this->services['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4482.         }, 1), ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([])))));
  4483.     }
  4484.     /**
  4485.      * Gets the private 'security.authentication_utils' shared service.
  4486.      *
  4487.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  4488.      */
  4489.     protected function getSecurity_AuthenticationUtilsService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  4492.         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())));
  4493.     }
  4494.     /**
  4495.      * Gets the private 'security.channel_listener' shared service.
  4496.      *
  4497.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  4498.      */
  4499.     protected function getSecurity_ChannelListenerService()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  4504.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4505.         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());
  4506.     }
  4507.     /**
  4508.      * Gets the private 'security.command.debug_firewall' shared service.
  4509.      *
  4510.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  4511.      */
  4512.     protected function getSecurity_Command_DebugFirewallService()
  4513.     {
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  4516.         $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);
  4517.         $instance->setName('debug:firewall');
  4518.         $instance->setDescription('Display information about your security firewall(s)');
  4519.         return $instance;
  4520.     }
  4521.     /**
  4522.      * Gets the private 'security.command.user_password_encoder' shared service.
  4523.      *
  4524.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  4525.      *
  4526.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  4527.      */
  4528.     protected function getSecurity_Command_UserPasswordEncoderService()
  4529.     {
  4530.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  4531.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  4532.         $instance->setName('security:encode-password');
  4533.         $instance->setDescription('Encode a password');
  4534.         return $instance;
  4535.     }
  4536.     /**
  4537.      * Gets the private 'security.command.user_password_hash' shared service.
  4538.      *
  4539.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  4540.      */
  4541.     protected function getSecurity_Command_UserPasswordHashService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  4547.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), []);
  4548.         $instance->setName('security:hash-password');
  4549.         $instance->setDescription('Hash a user password');
  4550.         return $instance;
  4551.     }
  4552.     /**
  4553.      * Gets the private 'security.context_listener.0' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4556.      */
  4557.     protected function getSecurity_ContextListener_0Service()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  4562.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4563.             yield => ($this->services['App\\Security\\UserProvider'] ?? $this->getUserProviderService());
  4564.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4565.     }
  4566.     /**
  4567.      * Gets the private 'security.csrf.token_storage' shared service.
  4568.      *
  4569.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4570.      */
  4571.     protected function getSecurity_Csrf_TokenStorageService()
  4572.     {
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  4576.         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())));
  4577.     }
  4578.     /**
  4579.      * Gets the private 'security.encoder_factory.generic' shared service.
  4580.      *
  4581.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  4582.      *
  4583.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  4584.      */
  4585.     protected function getSecurity_EncoderFactory_GenericService()
  4586.     {
  4587.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  4588.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  4589.     }
  4590.     /**
  4591.      * Gets the private 'security.event_dispatcher.main' shared service.
  4592.      *
  4593.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4594.      */
  4595.     protected function getSecurity_EventDispatcher_MainService()
  4596.     {
  4597.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4598.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4599.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  4600.         }, => 'onLogout'], 64);
  4601.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4602.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4603.         }, => 'onLogout'], 0);
  4604.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4605.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  4606.         }, => 'onLogout'], 0);
  4607.         return $instance;
  4608.     }
  4609.     /**
  4610.      * Gets the private 'security.firewall.map' shared service.
  4611.      *
  4612.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4613.      */
  4614.     protected function getSecurity_Firewall_MapService()
  4615.     {
  4616.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  4617.             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)/')));
  4618.             yield 'security.firewall.map.context.main' => NULL;
  4619.         }, 2));
  4620.     }
  4621.     /**
  4622.      * Gets the private 'security.firewall.map.context.dev' shared service.
  4623.      *
  4624.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4625.      */
  4626.     protected function getSecurity_Firewall_Map_Context_DevService()
  4627.     {
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4630.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4631.             return new \EmptyIterator();
  4632.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  4633.     }
  4634.     /**
  4635.      * Gets the private 'security.firewall.map.context.main' shared service.
  4636.      *
  4637.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  4638.      */
  4639.     protected function getSecurity_Firewall_Map_Context_MainService()
  4640.     {
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4649.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  4650.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  4651.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  4652.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  4653.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4654.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  4655.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  4656.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  4657.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->services['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' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'App\\Security\\UserProvider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  4658.     }
  4659.     /**
  4660.      * Gets the private 'security.helper' shared service.
  4661.      *
  4662.      * @return \Symfony\Component\Security\Core\Security
  4663.      */
  4664.     protected function getSecurity_HelperService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  4667.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4668.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4669.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4670.         ], [
  4671.             'security.authorization_checker' => '?',
  4672.             'security.token_storage' => '?',
  4673.         ]));
  4674.     }
  4675.     /**
  4676.      * Gets the private 'security.http_utils' shared service.
  4677.      *
  4678.      * @return \Symfony\Component\Security\Http\HttpUtils
  4679.      */
  4680.     protected function getSecurity_HttpUtilsService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  4683.         $a = ($this->services['router'] ?? $this->getRouterService());
  4684.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  4685.     }
  4686.     /**
  4687.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  4688.      *
  4689.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  4690.      */
  4691.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  4694.         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()));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'security.logout.listener.default.main' shared service.
  4698.      *
  4699.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  4700.      */
  4701.     protected function getSecurity_Logout_Listener_Default_MainService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  4704.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  4705.     }
  4706.     /**
  4707.      * Gets the private 'security.logout_url_generator' shared service.
  4708.      *
  4709.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4710.      */
  4711.     protected function getSecurity_LogoutUrlGeneratorService()
  4712.     {
  4713.         $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()));
  4714.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the private 'security.validator.user_password' shared service.
  4719.      *
  4720.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  4721.      */
  4722.     protected function getSecurity_Validator_UserPasswordService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  4729.         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->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  4730.     }
  4731.     /**
  4732.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4733.      *
  4734.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4735.      */
  4736.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4737.     {
  4738.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4739.     }
  4740.     /**
  4741.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4742.      *
  4743.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4744.      */
  4745.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4746.     {
  4747.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4748.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  4749.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4750.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4751.     }
  4752.     /**
  4753.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4754.      *
  4755.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4756.      */
  4757.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4758.     {
  4759.         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()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4760.     }
  4761.     /**
  4762.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4763.      *
  4764.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4765.      */
  4766.     protected function getSensioFrameworkExtra_View_ListenerService()
  4767.     {
  4768.         $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))));
  4769.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4770.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4771.         ], [
  4772.             'twig' => '?',
  4773.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4774.         return $instance;
  4775.     }
  4776.     /**
  4777.      * Gets the private 'session.factory' shared service.
  4778.      *
  4779.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4780.      */
  4781.     protected function getSession_FactoryService()
  4782.     {
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  4785.         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(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  4786.     }
  4787.     /**
  4788.      * Gets the private 'session.storage.factory.service' shared service.
  4789.      *
  4790.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  4791.      *
  4792.      * @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.
  4793.      */
  4794.     protected function getSession_Storage_Factory_ServiceService()
  4795.     {
  4796.         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.');
  4797.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  4798.     }
  4799.     /**
  4800.      * Gets the private 'session.storage.metadata_bag' shared service.
  4801.      *
  4802.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  4803.      *
  4804.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  4805.      */
  4806.     protected function getSession_Storage_MetadataBagService()
  4807.     {
  4808.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  4809.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  4810.     }
  4811.     /**
  4812.      * Gets the private 'session.storage.native' shared service.
  4813.      *
  4814.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4815.      *
  4816.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  4817.      */
  4818.     protected function getSession_Storage_NativeService()
  4819.     {
  4820.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  4821.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  4822.     }
  4823.     /**
  4824.      * Gets the private 'session_listener' shared service.
  4825.      *
  4826.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4827.      */
  4828.     protected function getSessionListenerService()
  4829.     {
  4830.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4831.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4832.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4833.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4834.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4835.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  4836.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4837.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4838.         ], [
  4839.             'initialized_session' => '?',
  4840.             'logger' => '?',
  4841.             'request_stack' => '?',
  4842.             'session' => '?',
  4843.             'session_collector' => '?',
  4844.             'session_factory' => '?',
  4845.             'session_storage' => '?',
  4846.         ]), true$this->parameters['session.storage.options']);
  4847.     }
  4848.     /**
  4849.      * Gets the private 'translation.extractor' shared service.
  4850.      *
  4851.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  4852.      */
  4853.     protected function getTranslation_ExtractorService()
  4854.     {
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  4860.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  4861.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  4862.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  4863.         return $instance;
  4864.     }
  4865.     /**
  4866.      * Gets the private 'translation.loader.csv' shared service.
  4867.      *
  4868.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4869.      */
  4870.     protected function getTranslation_Loader_CsvService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4876.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4877.     }
  4878.     /**
  4879.      * Gets the private 'translation.loader.dat' shared service.
  4880.      *
  4881.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4882.      */
  4883.     protected function getTranslation_Loader_DatService()
  4884.     {
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4888.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4889.     }
  4890.     /**
  4891.      * Gets the private 'translation.loader.ini' shared service.
  4892.      *
  4893.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4894.      */
  4895.     protected function getTranslation_Loader_IniService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4901.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4902.     }
  4903.     /**
  4904.      * Gets the private 'translation.loader.json' shared service.
  4905.      *
  4906.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4907.      */
  4908.     protected function getTranslation_Loader_JsonService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4914.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4915.     }
  4916.     /**
  4917.      * Gets the private 'translation.loader.mo' shared service.
  4918.      *
  4919.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4920.      */
  4921.     protected function getTranslation_Loader_MoService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4927.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4928.     }
  4929.     /**
  4930.      * Gets the private 'translation.loader.php' shared service.
  4931.      *
  4932.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4933.      */
  4934.     protected function getTranslation_Loader_PhpService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4940.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4941.     }
  4942.     /**
  4943.      * Gets the private 'translation.loader.po' shared service.
  4944.      *
  4945.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4946.      */
  4947.     protected function getTranslation_Loader_PoService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4953.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4954.     }
  4955.     /**
  4956.      * Gets the private 'translation.loader.qt' shared service.
  4957.      *
  4958.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4959.      */
  4960.     protected function getTranslation_Loader_QtService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4964.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4965.     }
  4966.     /**
  4967.      * Gets the private 'translation.loader.res' shared service.
  4968.      *
  4969.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4970.      */
  4971.     protected function getTranslation_Loader_ResService()
  4972.     {
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4975.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4976.     }
  4977.     /**
  4978.      * Gets the private 'translation.loader.xliff' shared service.
  4979.      *
  4980.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4981.      */
  4982.     protected function getTranslation_Loader_XliffService()
  4983.     {
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4986.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4987.     }
  4988.     /**
  4989.      * Gets the private 'translation.loader.yml' shared service.
  4990.      *
  4991.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  4992.      */
  4993.     protected function getTranslation_Loader_YmlService()
  4994.     {
  4995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4999.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5000.     }
  5001.     /**
  5002.      * Gets the private 'translation.provider_collection' shared service.
  5003.      *
  5004.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  5005.      */
  5006.     protected function getTranslation_ProviderCollectionService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  5010.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  5011.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  5012.         }, 1), []))->fromConfig([]);
  5013.     }
  5014.     /**
  5015.      * Gets the private 'translation.reader' shared service.
  5016.      *
  5017.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5018.      */
  5019.     protected function getTranslation_ReaderService()
  5020.     {
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5037.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5038.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5039.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5040.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5041.         $instance->addLoader('yaml'$a);
  5042.         $instance->addLoader('yml'$a);
  5043.         $instance->addLoader('xlf'$b);
  5044.         $instance->addLoader('xliff'$b);
  5045.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5046.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5047.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5048.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5049.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5050.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5051.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5052.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5053.         return $instance;
  5054.     }
  5055.     /**
  5056.      * Gets the private 'translation.warmer' shared service.
  5057.      *
  5058.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5059.      */
  5060.     protected function getTranslation_WarmerService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5064.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5065.             'translator' => ['services''translator''getTranslatorService'false],
  5066.         ], [
  5067.             'translator' => '?',
  5068.         ]))->withContext('translation.warmer'$this));
  5069.     }
  5070.     /**
  5071.      * Gets the private 'translation.writer' shared service.
  5072.      *
  5073.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  5074.      */
  5075.     protected function getTranslation_WriterService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  5091.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  5092.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  5093.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  5094.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  5095.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  5096.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  5097.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  5098.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  5099.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  5100.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  5101.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  5102.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  5103.         return $instance;
  5104.     }
  5105.     /**
  5106.      * Gets the private 'translator.default' shared service.
  5107.      *
  5108.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5109.      */
  5110.     protected function getTranslator_DefaultService()
  5111.     {
  5112.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5113.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5114.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5115.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5116.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5117.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5118.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5119.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5120.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5121.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5122.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5123.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5124.         ], [
  5125.             'translation.loader.csv' => '?',
  5126.             'translation.loader.dat' => '?',
  5127.             'translation.loader.ini' => '?',
  5128.             'translation.loader.json' => '?',
  5129.             'translation.loader.mo' => '?',
  5130.             'translation.loader.php' => '?',
  5131.             'translation.loader.po' => '?',
  5132.             'translation.loader.qt' => '?',
  5133.             'translation.loader.res' => '?',
  5134.             'translation.loader.xliff' => '?',
  5135.             'translation.loader.yml' => '?',
  5136.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['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'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/translations/security.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\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+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/translations/security.fr.yaml')], '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')], '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/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/smt_vendor/CoreBundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'smt_vendor/CoreBundle/src/translations'13 => 'vendor/symfony/webpack-encore-bundle/src/translations'14 => 'vendor/twig/extra-bundle/translations']]], []);
  5137.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5138.         $instance->setFallbackLocales([=> 'de']);
  5139.         return $instance;
  5140.     }
  5141.     /**
  5142.      * Gets the private 'twig.command.debug' shared service.
  5143.      *
  5144.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5145.      */
  5146.     protected function getTwig_Command_DebugService()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5150.         $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()));
  5151.         $instance->setName('debug:twig');
  5152.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  5153.         return $instance;
  5154.     }
  5155.     /**
  5156.      * Gets the private 'twig.command.lint' shared service.
  5157.      *
  5158.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5159.      */
  5160.     protected function getTwig_Command_LintService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5165.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5166.         $instance->setName('lint:twig');
  5167.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'twig.form.renderer' shared service.
  5172.      *
  5173.      * @return \Symfony\Component\Form\FormRenderer
  5174.      */
  5175.     protected function getTwig_Form_RendererService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5182.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  5183.     }
  5184.     /**
  5185.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5186.      *
  5187.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5188.      */
  5189.     protected function getTwig_Runtime_HttpkernelService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  5197.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5198.         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, [
  5199.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5200.         ], [
  5201.             'inline' => '?',
  5202.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  5203.     }
  5204.     /**
  5205.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5206.      *
  5207.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5208.      */
  5209.     protected function getTwig_Runtime_SecurityCsrfService()
  5210.     {
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5212.         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()));
  5213.     }
  5214.     /**
  5215.      * Gets the private 'twig.template_cache_warmer' shared service.
  5216.      *
  5217.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5218.      */
  5219.     protected function getTwig_TemplateCacheWarmerService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5224.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5225.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5226.         ], [
  5227.             'twig' => '?',
  5228.         ]))->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/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  5229.     }
  5230.     /**
  5231.      * Gets the private 'validator.builder' shared service.
  5232.      *
  5233.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5234.      */
  5235.     protected function getValidator_BuilderService()
  5236.     {
  5237.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5238.         $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5239.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5240.         }, 1), new RewindableGenerator(function () {
  5241.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5242.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5243.         }, 2), new RewindableGenerator(function () {
  5244.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5245.         }, 1), new RewindableGenerator(function () {
  5246.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5247.         }, 1), new RewindableGenerator(function () {
  5248.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5249.         }, 1));
  5250.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5251.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5252.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  5253.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5254.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  5255.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5256.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5257.         ], [
  5258.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5259.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5260.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5261.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5262.             'security.validator.user_password' => '?',
  5263.             'validator.expression' => '?',
  5264.         ])));
  5265.         if ($this->has('translator')) {
  5266.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5267.         }
  5268.         $instance->setTranslationDomain('validators');
  5269.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5270.         $instance->enableAnnotationMapping(true);
  5271.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5272.         $instance->addMethodMapping('loadValidatorMetadata');
  5273.         $instance->addObjectInitializers([]);
  5274.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5275.         return $instance;
  5276.     }
  5277.     /**
  5278.      * Gets the private 'validator.email' shared service.
  5279.      *
  5280.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5281.      */
  5282.     protected function getValidator_EmailService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5287.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5288.     }
  5289.     /**
  5290.      * Gets the private 'validator.expression' shared service.
  5291.      *
  5292.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5293.      */
  5294.     protected function getValidator_ExpressionService()
  5295.     {
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5299.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  5300.     }
  5301.     /**
  5302.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5303.      *
  5304.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5305.      */
  5306.     protected function getValidator_Mapping_CacheWarmerService()
  5307.     {
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5311.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5312.     }
  5313.     /**
  5314.      * Gets the private 'validator.not_compromised_password' shared service.
  5315.      *
  5316.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5317.      */
  5318.     protected function getValidator_NotCompromisedPasswordService()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5323.         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);
  5324.     }
  5325.     /**
  5326.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5327.      *
  5328.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5329.      */
  5330.     protected function getVarDumper_Command_ServerDumpService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5338.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5339.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5340.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5341.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5342.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5343.         $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()))]);
  5344.         $instance->setName('server:dump');
  5345.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  5346.         return $instance;
  5347.     }
  5348.     /**
  5349.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5350.      *
  5351.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5352.      */
  5353.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5354.     {
  5355.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5356.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5357.         return $instance;
  5358.     }
  5359.     /**
  5360.      * Gets the private 'var_dumper.html_dumper' shared service.
  5361.      *
  5362.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5363.      */
  5364.     protected function getVarDumper_HtmlDumperService()
  5365.     {
  5366.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5367.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5368.         return $instance;
  5369.     }
  5370.     /**
  5371.      * Gets the private 'var_dumper.server_connection' shared service.
  5372.      *
  5373.      * @return \Symfony\Component\VarDumper\Server\Connection
  5374.      */
  5375.     protected function getVarDumper_ServerConnectionService()
  5376.     {
  5377.         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()]);
  5378.     }
  5379.     /**
  5380.      * Gets the private 'web_profiler.csp.handler' shared service.
  5381.      *
  5382.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5383.      */
  5384.     protected function getWebProfiler_Csp_HandlerService()
  5385.     {
  5386.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5387.     }
  5388.     /**
  5389.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5390.      *
  5391.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5392.      */
  5393.     protected function getWebProfiler_DebugToolbarService()
  5394.     {
  5395.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($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()));
  5396.     }
  5397.     /**
  5398.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  5399.      *
  5400.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  5401.      */
  5402.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  5407.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  5408.     }
  5409.     /**
  5410.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5411.      *
  5412.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5413.      */
  5414.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5415.     {
  5416.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5417.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  5418.         ], [
  5419.             '_default' => '?',
  5420.         ]), '_default');
  5421.     }
  5422.     /**
  5423.      * Gets the private 'webpack_encore.exception_listener' shared service.
  5424.      *
  5425.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  5426.      */
  5427.     protected function getWebpackEncore_ExceptionListenerService()
  5428.     {
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  5430.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5431.     }
  5432.     /**
  5433.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  5434.      *
  5435.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  5436.      */
  5437.     protected function getWebpackEncore_TagRendererService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  5440.         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()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5441.     }
  5442.     /**
  5443.      * Gets the public 'cache_clearer' alias.
  5444.      *
  5445.      * @return object The ".container.private.cache_clearer" service.
  5446.      */
  5447.     protected function getCacheClearerService()
  5448.     {
  5449.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5450.         return $this->get('.container.private.cache_clearer');
  5451.     }
  5452.     /**
  5453.      * Gets the public 'filesystem' alias.
  5454.      *
  5455.      * @return object The ".container.private.filesystem" service.
  5456.      */
  5457.     protected function getFilesystemService()
  5458.     {
  5459.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5460.         return $this->get('.container.private.filesystem');
  5461.     }
  5462.     /**
  5463.      * Gets the public 'security.csrf.token_manager' alias.
  5464.      *
  5465.      * @return object The ".container.private.security.csrf.token_manager" service.
  5466.      */
  5467.     protected function getSecurity_Csrf_TokenManagerService()
  5468.     {
  5469.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5470.         return $this->get('.container.private.security.csrf.token_manager');
  5471.     }
  5472.     /**
  5473.      * Gets the public 'form.factory' alias.
  5474.      *
  5475.      * @return object The ".container.private.form.factory" service.
  5476.      */
  5477.     protected function getForm_FactoryService()
  5478.     {
  5479.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5480.         return $this->get('.container.private.form.factory');
  5481.     }
  5482.     /**
  5483.      * Gets the public 'form.type.file' alias.
  5484.      *
  5485.      * @return object The ".container.private.form.type.file" service.
  5486.      */
  5487.     protected function getForm_Type_FileService()
  5488.     {
  5489.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5490.         return $this->get('.container.private.form.type.file');
  5491.     }
  5492.     /**
  5493.      * Gets the public 'profiler' alias.
  5494.      *
  5495.      * @return object The ".container.private.profiler" service.
  5496.      */
  5497.     protected function getProfilerService()
  5498.     {
  5499.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5500.         return $this->get('.container.private.profiler');
  5501.     }
  5502.     /**
  5503.      * Gets the public 'twig' alias.
  5504.      *
  5505.      * @return object The ".container.private.twig" service.
  5506.      */
  5507.     protected function getTwigService()
  5508.     {
  5509.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5510.         return $this->get('.container.private.twig');
  5511.     }
  5512.     /**
  5513.      * Gets the public 'security.authorization_checker' alias.
  5514.      *
  5515.      * @return object The ".container.private.security.authorization_checker" service.
  5516.      */
  5517.     protected function getSecurity_AuthorizationCheckerService()
  5518.     {
  5519.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5520.         return $this->get('.container.private.security.authorization_checker');
  5521.     }
  5522.     /**
  5523.      * Gets the public 'security.token_storage' alias.
  5524.      *
  5525.      * @return object The ".container.private.security.token_storage" service.
  5526.      */
  5527.     protected function getSecurity_TokenStorageService()
  5528.     {
  5529.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5530.         return $this->get('.container.private.security.token_storage');
  5531.     }
  5532.     /**
  5533.      * Gets the public 'security.password_encoder' alias.
  5534.      *
  5535.      * @return object The ".container.private.security.password_encoder" service.
  5536.      */
  5537.     protected function getSecurity_PasswordEncoderService()
  5538.     {
  5539.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5540.         return $this->get('.container.private.security.password_encoder');
  5541.     }
  5542.     /**
  5543.      * Gets the public 'session' alias.
  5544.      *
  5545.      * @return object The ".container.private.session" service.
  5546.      */
  5547.     protected function getSessionService()
  5548.     {
  5549.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5550.         return $this->get('.container.private.session');
  5551.     }
  5552.     /**
  5553.      * Gets the public 'validator' alias.
  5554.      *
  5555.      * @return object The ".container.private.validator" service.
  5556.      */
  5557.     protected function getValidatorService()
  5558.     {
  5559.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5560.         return $this->get('.container.private.validator');
  5561.     }
  5562.     /**
  5563.      * @return array|bool|float|int|string|\UnitEnum|null
  5564.      */
  5565.     public function getParameter(string $name)
  5566.     {
  5567.         if (isset($this->buildParameters[$name])) {
  5568.             return $this->buildParameters[$name];
  5569.         }
  5570.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5571.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5572.         }
  5573.         if (isset($this->loadedDynamicParameters[$name])) {
  5574.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5575.         }
  5576.         return $this->parameters[$name];
  5577.     }
  5578.     public function hasParameter(string $name): bool
  5579.     {
  5580.         if (isset($this->buildParameters[$name])) {
  5581.             return true;
  5582.         }
  5583.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5584.     }
  5585.     public function setParameter(string $name$value): void
  5586.     {
  5587.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5588.     }
  5589.     public function getParameterBag(): ParameterBagInterface
  5590.     {
  5591.         if (null === $this->parameterBag) {
  5592.             $parameters $this->parameters;
  5593.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5594.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5595.             }
  5596.             foreach ($this->buildParameters as $name => $value) {
  5597.                 $parameters[$name] = $value;
  5598.             }
  5599.             $this->parameterBag = new FrozenParameterBag($parameters);
  5600.         }
  5601.         return $this->parameterBag;
  5602.     }
  5603.     private $loadedDynamicParameters = [
  5604.         'kernel.runtime_environment' => false,
  5605.         'kernel.build_dir' => false,
  5606.         'kernel.cache_dir' => false,
  5607.         'kernel.secret' => false,
  5608.         'debug.container.dump' => false,
  5609.         'session.save_path' => false,
  5610.         'validator.mapping.cache.file' => false,
  5611.         'profiler.storage.dsn' => false,
  5612.         'smt_core.url_rest_api' => false,
  5613.         'smt_core.url_rest_api_log' => false,
  5614.         'smt_core' => false,
  5615.     ];
  5616.     private $dynamicParameters = [];
  5617.     private function getDynamicParameter(string $name)
  5618.     {
  5619.         switch ($name) {
  5620.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5621.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5622.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5623.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5624.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5625.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5626.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5627.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5628.             case 'smt_core.url_rest_api'$value $this->getEnv('resolve:URL_REST_API'); break;
  5629.             case 'smt_core.url_rest_api_log'$value $this->getEnv('resolve:URL_REST_API_LOG'); break;
  5630.             case 'smt_core'$value = [
  5631.                 'url_rest_api' => $this->getEnv('resolve:URL_REST_API'),
  5632.                 'api_user' => 'smtadmin',
  5633.                 'api_password' => '0Xt9NyfPojGmbKHYSCHa',
  5634.                 'url_rest_api_log' => $this->getEnv('resolve:URL_REST_API_LOG'),
  5635.             ]; break;
  5636.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5637.         }
  5638.         $this->loadedDynamicParameters[$name] = true;
  5639.         return $this->dynamicParameters[$name] = $value;
  5640.     }
  5641.     protected function getDefaultParameters(): array
  5642.     {
  5643.         return [
  5644.             'kernel.project_dir' => \dirname(__DIR__4),
  5645.             'kernel.environment' => 'dev',
  5646.             'kernel.debug' => true,
  5647.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5648.             'kernel.bundles' => [
  5649.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5650.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5651.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5652.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5653.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5654.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5655.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5656.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5657.                 'SmtCoreBundle' => 'Smt\\CoreBundle\\SmtCoreBundle',
  5658.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5659.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5660.             ],
  5661.             'kernel.bundles_metadata' => [
  5662.                 'FrameworkBundle' => [
  5663.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5664.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5665.                 ],
  5666.                 'TwigBundle' => [
  5667.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5668.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5669.                 ],
  5670.                 'WebProfilerBundle' => [
  5671.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5672.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5673.                 ],
  5674.                 'MonologBundle' => [
  5675.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5676.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5677.                 ],
  5678.                 'DebugBundle' => [
  5679.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5680.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5681.                 ],
  5682.                 'SecurityBundle' => [
  5683.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5684.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5685.                 ],
  5686.                 'MakerBundle' => [
  5687.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5688.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5689.                 ],
  5690.                 'SensioFrameworkExtraBundle' => [
  5691.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5692.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5693.                 ],
  5694.                 'SmtCoreBundle' => [
  5695.                     'path' => (\dirname(__DIR__4).'/smt_vendor/CoreBundle/src'),
  5696.                     'namespace' => 'Smt\\CoreBundle',
  5697.                 ],
  5698.                 'WebpackEncoreBundle' => [
  5699.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5700.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5701.                 ],
  5702.                 'TwigExtraBundle' => [
  5703.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  5704.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5705.                 ],
  5706.             ],
  5707.             'kernel.charset' => 'UTF-8',
  5708.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5709.             'container.dumper.inline_class_loader' => true,
  5710.             'container.dumper.inline_factories' => true,
  5711.             'app.supported_locales' => 'de|fr|it',
  5712.             'event_dispatcher.event_aliases' => [
  5713.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5714.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5715.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5716.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5717.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5718.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5719.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5720.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5721.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5722.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5723.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5724.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5725.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5726.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5727.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5728.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5729.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5730.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5731.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5732.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5733.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5734.             ],
  5735.             'fragment.renderer.hinclude.global_template' => NULL,
  5736.             'fragment.path' => '/_fragment',
  5737.             'kernel.http_method_override' => true,
  5738.             'kernel.trusted_hosts' => [
  5739.             ],
  5740.             'kernel.default_locale' => 'de',
  5741.             'kernel.enabled_locales' => [
  5742.             ],
  5743.             'kernel.error_controller' => 'error_controller',
  5744.             'debug.file_link_format' => NULL,
  5745.             'asset.request_context.base_path' => NULL,
  5746.             'asset.request_context.secure' => NULL,
  5747.             'translator.logging' => false,
  5748.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5749.             'debug.error_handler.throw_at' => -1,
  5750.             'router.request_context.host' => 'localhost',
  5751.             'router.request_context.scheme' => 'http',
  5752.             'router.request_context.base_url' => '',
  5753.             'router.resource' => 'kernel::loadRoutes',
  5754.             'request_listener.http_port' => 80,
  5755.             'request_listener.https_port' => 443,
  5756.             'session.metadata.storage_key' => '_sf2_meta',
  5757.             'session.storage.options' => [
  5758.                 'cache_limiter' => '0',
  5759.                 'cookie_secure' => 'auto',
  5760.                 'cookie_httponly' => true,
  5761.                 'cookie_samesite' => 'lax',
  5762.                 'gc_probability' => 1,
  5763.             ],
  5764.             'session.metadata.update_threshold' => 0,
  5765.             'form.type_extension.csrf.enabled' => true,
  5766.             'form.type_extension.csrf.field_name' => '_token',
  5767.             'validator.translation_domain' => 'validators',
  5768.             'profiler_listener.only_exceptions' => false,
  5769.             'profiler_listener.only_main_requests' => false,
  5770.             'twig.form.resources' => [
  5771.                 => 'form_div_layout.html.twig',
  5772.                 => 'bootstrap_4_layout.html.twig',
  5773.             ],
  5774.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5775.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5776.             'web_profiler.debug_toolbar.mode' => 2,
  5777.             'monolog.use_microseconds' => true,
  5778.             'monolog.swift_mailer.handlers' => [
  5779.             ],
  5780.             'monolog.handlers_to_channels' => [
  5781.                 'monolog.handler.console' => [
  5782.                     'type' => 'exclusive',
  5783.                     'elements' => [
  5784.                         => 'event',
  5785.                         => 'doctrine',
  5786.                         => 'console',
  5787.                     ],
  5788.                 ],
  5789.                 'monolog.handler.main' => [
  5790.                     'type' => 'exclusive',
  5791.                     'elements' => [
  5792.                         => 'event',
  5793.                     ],
  5794.                 ],
  5795.             ],
  5796.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5797.             'security.role_hierarchy.roles' => [
  5798.             ],
  5799.             'security.access.denied_url' => NULL,
  5800.             'security.authentication.manager.erase_credentials' => true,
  5801.             'security.authentication.session_strategy.strategy' => 'migrate',
  5802.             'security.access.always_authenticate_before_granting' => false,
  5803.             'security.authentication.hide_user_not_found' => true,
  5804.             'security.firewalls' => [
  5805.                 => 'dev',
  5806.                 => 'main',
  5807.             ],
  5808.             'security.main._indexed_authenticators' => [
  5809.             ],
  5810.             'smt_core.api_user' => 'smtadmin',
  5811.             'smt_core.api_password' => '0Xt9NyfPojGmbKHYSCHa',
  5812.             'maker.compatible_check.doctrine.supports_attributes' => false,
  5813.             'data_collector.templates' => [
  5814.                 'data_collector.request' => [
  5815.                     => 'request',
  5816.                     => '@WebProfiler/Collector/request.html.twig',
  5817.                 ],
  5818.                 'data_collector.time' => [
  5819.                     => 'time',
  5820.                     => '@WebProfiler/Collector/time.html.twig',
  5821.                 ],
  5822.                 'data_collector.memory' => [
  5823.                     => 'memory',
  5824.                     => '@WebProfiler/Collector/memory.html.twig',
  5825.                 ],
  5826.                 'data_collector.validator' => [
  5827.                     => 'validator',
  5828.                     => '@WebProfiler/Collector/validator.html.twig',
  5829.                 ],
  5830.                 'data_collector.ajax' => [
  5831.                     => 'ajax',
  5832.                     => '@WebProfiler/Collector/ajax.html.twig',
  5833.                 ],
  5834.                 'data_collector.form' => [
  5835.                     => 'form',
  5836.                     => '@WebProfiler/Collector/form.html.twig',
  5837.                 ],
  5838.                 'data_collector.exception' => [
  5839.                     => 'exception',
  5840.                     => '@WebProfiler/Collector/exception.html.twig',
  5841.                 ],
  5842.                 'data_collector.logger' => [
  5843.                     => 'logger',
  5844.                     => '@WebProfiler/Collector/logger.html.twig',
  5845.                 ],
  5846.                 'data_collector.events' => [
  5847.                     => 'events',
  5848.                     => '@WebProfiler/Collector/events.html.twig',
  5849.                 ],
  5850.                 'data_collector.router' => [
  5851.                     => 'router',
  5852.                     => '@WebProfiler/Collector/router.html.twig',
  5853.                 ],
  5854.                 'data_collector.cache' => [
  5855.                     => 'cache',
  5856.                     => '@WebProfiler/Collector/cache.html.twig',
  5857.                 ],
  5858.                 'data_collector.translation' => [
  5859.                     => 'translation',
  5860.                     => '@WebProfiler/Collector/translation.html.twig',
  5861.                 ],
  5862.                 'data_collector.security' => [
  5863.                     => 'security',
  5864.                     => '@Security/Collector/security.html.twig',
  5865.                 ],
  5866.                 'data_collector.twig' => [
  5867.                     => 'twig',
  5868.                     => '@WebProfiler/Collector/twig.html.twig',
  5869.                 ],
  5870.                 'data_collector.http_client' => [
  5871.                     => 'http_client',
  5872.                     => '@WebProfiler/Collector/http_client.html.twig',
  5873.                 ],
  5874.                 'data_collector.dump' => [
  5875.                     => 'dump',
  5876.                     => '@Debug/Profiler/dump.html.twig',
  5877.                 ],
  5878.                 'data_collector.config' => [
  5879.                     => 'config',
  5880.                     => '@WebProfiler/Collector/config.html.twig',
  5881.                 ],
  5882.             ],
  5883.             'console.command.ids' => [
  5884.             ],
  5885.         ];
  5886.     }
  5887.     protected function throw($message)
  5888.     {
  5889.         throw new RuntimeException($message);
  5890.     }
  5891. }