var/cache/dev/Container0p6ZsxY/App_KernelDevDebugContainer.php line 7524

Open in your IDE?
  1. <?php
  2. namespace Container0p6ZsxY;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AccountRecoveryController' => 'getAccountRecoveryControllerService',
  47.             'App\\Controller\\ArticleController' => 'getArticleControllerService',
  48.             'App\\Controller\\ArticleEditController' => 'getArticleEditControllerService',
  49.             'App\\Controller\\ArticlesController' => 'getArticlesControllerService',
  50.             'App\\Controller\\CalendarController' => 'getCalendarControllerService',
  51.             'App\\Controller\\ConsumptionController' => 'getConsumptionControllerService',
  52.             'App\\Controller\\ContactController' => 'getContactControllerService',
  53.             'App\\Controller\\ContractsController' => 'getContractsControllerService',
  54.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  55.             'App\\Controller\\EvInvoiceController' => 'getEvInvoiceControllerService',
  56.             'App\\Controller\\FilesController' => 'getFilesControllerService',
  57.             'App\\Controller\\ImagesController' => 'getImagesControllerService',
  58.             'App\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  59.             'App\\Controller\\ProductController' => 'getProductControllerService',
  60.             'App\\Controller\\ProductEditController' => 'getProductEditControllerService',
  61.             'App\\Controller\\ProductsController' => 'getProductsControllerService',
  62.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  63.             'App\\Controller\\PropertyController' => 'getPropertyControllerService',
  64.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  65.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  66.             'App\\Controller\\SiteMapController' => 'getSiteMapControllerService',
  67.             'App\\Controller\\StartController' => 'getStartControllerService',
  68.             'App\\Controller\\UserController' => 'getUserControllerService',
  69.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  70.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  71.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  72.             'cache.app' => 'getCache_AppService',
  73.             'cache.app_clearer' => 'getCache_AppClearerService',
  74.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  75.             'cache.system' => 'getCache_SystemService',
  76.             'cache.system_clearer' => 'getCache_SystemClearerService',
  77.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  78.             'cache_warmer' => 'getCacheWarmerService',
  79.             'console.command_loader' => 'getConsole_CommandLoaderService',
  80.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  81.             'data_collector.dump' => 'getDataCollector_DumpService',
  82.             'doctrine' => 'getDoctrineService',
  83.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  84.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  85.             'error_controller' => 'getErrorControllerService',
  86.             'event_dispatcher' => 'getEventDispatcherService',
  87.             'http_kernel' => 'getHttpKernelService',
  88.             'request_stack' => 'getRequestStackService',
  89.             'router' => 'getRouterService',
  90.             'routing.loader' => 'getRouting_LoaderService',
  91.             'services_resetter' => 'getServicesResetterService',
  92.             'translator' => 'getTranslatorService',
  93.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  94.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  95.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  96.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  97.             'cache_clearer' => 'getCacheClearerService',
  98.             'filesystem' => 'getFilesystemService',
  99.             'serializer' => 'getSerializerService',
  100.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  101.             'form.factory' => 'getForm_FactoryService',
  102.             'form.type.file' => 'getForm_Type_FileService',
  103.             'profiler' => 'getProfilerService',
  104.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  105.             'security.token_storage' => 'getSecurity_TokenStorageService',
  106.             'twig' => 'getTwigService',
  107.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  108.             'session' => 'getSessionService',
  109.             'validator' => 'getValidatorService',
  110.         ];
  111.         $this->aliases = [
  112.             'database_connection' => 'doctrine.dbal.default_connection',
  113.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  114.         ];
  115.         $this->privates['service_container'] = function () {
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  122.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  123.             include_once \dirname(__DIR__4).'/src/EventListener/ActivityListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  136.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  159.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  270.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  354.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  425.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  426.             include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  437.         };
  438.     }
  439.     public function compile(): void
  440.     {
  441.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  442.     }
  443.     public function isCompiled(): bool
  444.     {
  445.         return true;
  446.     }
  447.     public function getRemovedIds(): array
  448.     {
  449.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  450.     }
  451.     /**
  452.      * Gets the public '.container.private.cache_clearer' shared service.
  453.      *
  454.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  455.      */
  456.     protected function get_Container_Private_CacheClearerService()
  457.     {
  458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  460.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  461.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  462.         }, 1));
  463.     }
  464.     /**
  465.      * Gets the public '.container.private.filesystem' shared service.
  466.      *
  467.      * @return \Symfony\Component\Filesystem\Filesystem
  468.      */
  469.     protected function get_Container_Private_FilesystemService()
  470.     {
  471.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  472.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  473.     }
  474.     /**
  475.      * Gets the public '.container.private.form.factory' shared service.
  476.      *
  477.      * @return \Symfony\Component\Form\FormFactory
  478.      */
  479.     protected function get_Container_Private_Form_FactoryService()
  480.     {
  481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  483.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  484.     }
  485.     /**
  486.      * Gets the public '.container.private.form.type.file' shared service.
  487.      *
  488.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  489.      */
  490.     protected function get_Container_Private_Form_Type_FileService()
  491.     {
  492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  495.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  496.     }
  497.     /**
  498.      * Gets the public '.container.private.profiler' shared service.
  499.      *
  500.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  501.      */
  502.     protected function get_Container_Private_ProfilerService()
  503.     {
  504.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  505.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  506.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  507.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  508.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  509.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  510.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  511.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  512.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  513.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  514.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  515.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  516.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  517.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  518.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  519.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  520.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  521.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  522.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  523.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  524.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  525.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  526.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  527.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  528.         if ($this->has('kernel')) {
  529.             $g->setKernel($b);
  530.         }
  531.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  532.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  534.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  535.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  536.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  537.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  538.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  539.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  540.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  541.         $instance->add($d);
  542.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  543.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  544.         $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())));
  545.         $instance->add($e);
  546.         $instance->add($f);
  547.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  548.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  549.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  550.         $instance->add($g);
  551.         return $instance;
  552.     }
  553.     /**
  554.      * Gets the public '.container.private.security.authorization_checker' shared service.
  555.      *
  556.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  557.      */
  558.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  559.     {
  560.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  561.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  562.             return $this->services['.container.private.security.authorization_checker'];
  563.         }
  564.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  565.     }
  566.     /**
  567.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  568.      *
  569.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  570.      */
  571.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  572.     {
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  577.         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())));
  578.     }
  579.     /**
  580.      * Gets the public '.container.private.security.password_encoder' shared service.
  581.      *
  582.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  583.      *
  584.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  585.      */
  586.     protected function get_Container_Private_Security_PasswordEncoderService()
  587.     {
  588.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  589.         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()));
  590.     }
  591.     /**
  592.      * Gets the public '.container.private.security.token_storage' shared service.
  593.      *
  594.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  595.      */
  596.     protected function get_Container_Private_Security_TokenStorageService()
  597.     {
  598.         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, [
  599.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  600.         ], [
  601.             'request_stack' => '?',
  602.         ]));
  603.     }
  604.     /**
  605.      * Gets the public '.container.private.serializer' shared service.
  606.      *
  607.      * @return \Symfony\Component\Serializer\Serializer
  608.      */
  609.     protected function get_Container_Private_SerializerService()
  610.     {
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  653.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  654.         if (isset($this->services['.container.private.serializer'])) {
  655.             return $this->services['.container.private.serializer'];
  656.         }
  657.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  658.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  659.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  660.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  661.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$a$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$a$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  662.     }
  663.     /**
  664.      * Gets the public '.container.private.session' shared service.
  665.      *
  666.      * @return \Symfony\Component\HttpFoundation\Session\Session
  667.      */
  668.     protected function get_Container_Private_SessionService()
  669.     {
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  672.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  673.         if (isset($this->services['.container.private.session'])) {
  674.             return $this->services['.container.private.session'];
  675.         }
  676.         return $this->services['.container.private.session'] = $a->createSession();
  677.     }
  678.     /**
  679.      * Gets the public '.container.private.twig' shared service.
  680.      *
  681.      * @return \Twig\Environment
  682.      */
  683.     protected function get_Container_Private_TwigService()
  684.     {
  685.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  688.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  692.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  693.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  694.         $a->addPath((\dirname(__DIR__4).'/templates'));
  695.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  696.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  697.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  698.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  699.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  700.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  701.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  702.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  703.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  704.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  705.         $h = ($this->services['router'] ?? $this->getRouterService());
  706.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  707.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  708.         $j = new \Symfony\Bridge\Twig\AppVariable();
  709.         $j->setEnvironment('dev');
  710.         $j->setDebug(true);
  711.         if ($this->has('.container.private.security.token_storage')) {
  712.             $j->setTokenStorage($c);
  713.         }
  714.         if ($this->has('request_stack')) {
  715.             $j->setRequestStack($b);
  716.         }
  717.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  720.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  724.             return new \EmptyIterator();
  725.         }, 0))));
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  735.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  736.         $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())));
  737.         $instance->addExtension(new \App\Twig\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Service\UserService(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()))));
  738.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  739.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  740.         $instance->addGlobal('app'$j);
  741.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  742.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  743.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  744.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  745.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  746.         ], [
  747.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  748.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  749.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  750.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  751.         ])));
  752.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  753.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  754.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  755.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  756.         return $instance;
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.validator' shared service.
  760.      *
  761.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  762.      */
  763.     protected function get_Container_Private_ValidatorService()
  764.     {
  765.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  766.         if (isset($this->services['.container.private.validator'])) {
  767.             return $this->services['.container.private.validator'];
  768.         }
  769.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  770.     }
  771.     /**
  772.      * Gets the public 'App\Controller\AccountRecoveryController' shared autowired service.
  773.      *
  774.      * @return \App\Controller\AccountRecoveryController
  775.      */
  776.     protected function getAccountRecoveryControllerService()
  777.     {
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  779.         include_once \dirname(__DIR__4).'/src/Controller/AccountRecoveryController.php';
  780.         $this->services['App\\Controller\\AccountRecoveryController'] = $instance = new \App\Controller\AccountRecoveryController();
  781.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AccountRecoveryController'$this));
  782.         return $instance;
  783.     }
  784.     /**
  785.      * Gets the public 'App\Controller\ArticleController' shared autowired service.
  786.      *
  787.      * @return \App\Controller\ArticleController
  788.      */
  789.     protected function getArticleControllerService()
  790.     {
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  792.         include_once \dirname(__DIR__4).'/src/Controller/ArticleController.php';
  793.         $this->services['App\\Controller\\ArticleController'] = $instance = new \App\Controller\ArticleController();
  794.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleController'$this));
  795.         return $instance;
  796.     }
  797.     /**
  798.      * Gets the public 'App\Controller\ArticleEditController' shared autowired service.
  799.      *
  800.      * @return \App\Controller\ArticleEditController
  801.      */
  802.     protected function getArticleEditControllerService()
  803.     {
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/src/Controller/ArticleEditController.php';
  806.         $this->services['App\\Controller\\ArticleEditController'] = $instance = new \App\Controller\ArticleEditController();
  807.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleEditController'$this));
  808.         return $instance;
  809.     }
  810.     /**
  811.      * Gets the public 'App\Controller\ArticlesController' shared autowired service.
  812.      *
  813.      * @return \App\Controller\ArticlesController
  814.      */
  815.     protected function getArticlesControllerService()
  816.     {
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  818.         include_once \dirname(__DIR__4).'/src/Controller/ArticlesController.php';
  819.         $this->services['App\\Controller\\ArticlesController'] = $instance = new \App\Controller\ArticlesController();
  820.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticlesController'$this));
  821.         return $instance;
  822.     }
  823.     /**
  824.      * Gets the public 'App\Controller\CalendarController' shared autowired service.
  825.      *
  826.      * @return \App\Controller\CalendarController
  827.      */
  828.     protected function getCalendarControllerService()
  829.     {
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831.         include_once \dirname(__DIR__4).'/src/Controller/CalendarController.php';
  832.         $this->services['App\\Controller\\CalendarController'] = $instance = new \App\Controller\CalendarController();
  833.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CalendarController'$this));
  834.         return $instance;
  835.     }
  836.     /**
  837.      * Gets the public 'App\Controller\ConsumptionController' shared autowired service.
  838.      *
  839.      * @return \App\Controller\ConsumptionController
  840.      */
  841.     protected function getConsumptionControllerService()
  842.     {
  843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  844.         include_once \dirname(__DIR__4).'/src/Controller/ConsumptionController.php';
  845.         $this->services['App\\Controller\\ConsumptionController'] = $instance = new \App\Controller\ConsumptionController();
  846.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ConsumptionController'$this));
  847.         return $instance;
  848.     }
  849.     /**
  850.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  851.      *
  852.      * @return \App\Controller\ContactController
  853.      */
  854.     protected function getContactControllerService()
  855.     {
  856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  857.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  858.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController();
  859.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ContactController'$this));
  860.         return $instance;
  861.     }
  862.     /**
  863.      * Gets the public 'App\Controller\ContractsController' shared autowired service.
  864.      *
  865.      * @return \App\Controller\ContractsController
  866.      */
  867.     protected function getContractsControllerService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/Controller/ContractsController.php';
  871.         $this->services['App\\Controller\\ContractsController'] = $instance = new \App\Controller\ContractsController();
  872.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ContractsController'$this));
  873.         return $instance;
  874.     }
  875.     /**
  876.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  877.      *
  878.      * @return \App\Controller\DashboardController
  879.      */
  880.     protected function getDashboardControllerService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  884.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  885.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DashboardController'$this));
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public 'App\Controller\EvInvoiceController' shared autowired service.
  890.      *
  891.      * @return \App\Controller\EvInvoiceController
  892.      */
  893.     protected function getEvInvoiceControllerService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  896.         include_once \dirname(__DIR__4).'/src/Controller/EvInvoiceController.php';
  897.         $this->services['App\\Controller\\EvInvoiceController'] = $instance = new \App\Controller\EvInvoiceController();
  898.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EvInvoiceController'$this));
  899.         return $instance;
  900.     }
  901.     /**
  902.      * Gets the public 'App\Controller\FilesController' shared autowired service.
  903.      *
  904.      * @return \App\Controller\FilesController
  905.      */
  906.     protected function getFilesControllerService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  909.         include_once \dirname(__DIR__4).'/src/Controller/FilesController.php';
  910.         $this->services['App\\Controller\\FilesController'] = $instance = new \App\Controller\FilesController();
  911.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FilesController'$this));
  912.         return $instance;
  913.     }
  914.     /**
  915.      * Gets the public 'App\Controller\ImagesController' shared autowired service.
  916.      *
  917.      * @return \App\Controller\ImagesController
  918.      */
  919.     protected function getImagesControllerService()
  920.     {
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  922.         include_once \dirname(__DIR__4).'/src/Controller/ImagesController.php';
  923.         $this->services['App\\Controller\\ImagesController'] = $instance = new \App\Controller\ImagesController();
  924.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImagesController'$this));
  925.         return $instance;
  926.     }
  927.     /**
  928.      * Gets the public 'App\Controller\InvoiceController' shared autowired service.
  929.      *
  930.      * @return \App\Controller\InvoiceController
  931.      */
  932.     protected function getInvoiceControllerService()
  933.     {
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  935.         include_once \dirname(__DIR__4).'/src/Controller/InvoiceController.php';
  936.         $this->services['App\\Controller\\InvoiceController'] = $instance = new \App\Controller\InvoiceController();
  937.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InvoiceController'$this));
  938.         return $instance;
  939.     }
  940.     /**
  941.      * Gets the public 'App\Controller\ProductController' shared autowired service.
  942.      *
  943.      * @return \App\Controller\ProductController
  944.      */
  945.     protected function getProductControllerService()
  946.     {
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  948.         include_once \dirname(__DIR__4).'/src/Controller/ProductController.php';
  949.         $this->services['App\\Controller\\ProductController'] = $instance = new \App\Controller\ProductController();
  950.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProductController'$this));
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'App\Controller\ProductEditController' shared autowired service.
  955.      *
  956.      * @return \App\Controller\ProductEditController
  957.      */
  958.     protected function getProductEditControllerService()
  959.     {
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  961.         include_once \dirname(__DIR__4).'/src/Controller/ProductEditController.php';
  962.         $this->services['App\\Controller\\ProductEditController'] = $instance = new \App\Controller\ProductEditController();
  963.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProductEditController'$this));
  964.         return $instance;
  965.     }
  966.     /**
  967.      * Gets the public 'App\Controller\ProductsController' shared autowired service.
  968.      *
  969.      * @return \App\Controller\ProductsController
  970.      */
  971.     protected function getProductsControllerService()
  972.     {
  973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  974.         include_once \dirname(__DIR__4).'/src/Controller/ProductsController.php';
  975.         $this->services['App\\Controller\\ProductsController'] = $instance = new \App\Controller\ProductsController();
  976.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProductsController'$this));
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  981.      *
  982.      * @return \App\Controller\ProfileController
  983.      */
  984.     protected function getProfileControllerService()
  985.     {
  986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  987.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  988.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  989.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProfileController'$this));
  990.         return $instance;
  991.     }
  992.     /**
  993.      * Gets the public 'App\Controller\PropertyController' shared autowired service.
  994.      *
  995.      * @return \App\Controller\PropertyController
  996.      */
  997.     protected function getPropertyControllerService()
  998.     {
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1000.         include_once \dirname(__DIR__4).'/src/Controller/PropertyController.php';
  1001.         $this->services['App\\Controller\\PropertyController'] = $instance = new \App\Controller\PropertyController();
  1002.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PropertyController'$this));
  1003.         return $instance;
  1004.     }
  1005.     /**
  1006.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  1007.      *
  1008.      * @return \App\Controller\RegistrationController
  1009.      */
  1010.     protected function getRegistrationControllerService()
  1011.     {
  1012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1013.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  1014.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  1015.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RegistrationController'$this));
  1016.         return $instance;
  1017.     }
  1018.     /**
  1019.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1020.      *
  1021.      * @return \App\Controller\SecurityController
  1022.      */
  1023.     protected function getSecurityControllerService()
  1024.     {
  1025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1026.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1027.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1028.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  1029.         return $instance;
  1030.     }
  1031.     /**
  1032.      * Gets the public 'App\Controller\SiteMapController' shared autowired service.
  1033.      *
  1034.      * @return \App\Controller\SiteMapController
  1035.      */
  1036.     protected function getSiteMapControllerService()
  1037.     {
  1038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1039.         include_once \dirname(__DIR__4).'/src/Controller/SiteMapController.php';
  1040.         $this->services['App\\Controller\\SiteMapController'] = $instance = new \App\Controller\SiteMapController();
  1041.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SiteMapController'$this));
  1042.         return $instance;
  1043.     }
  1044.     /**
  1045.      * Gets the public 'App\Controller\StartController' shared autowired service.
  1046.      *
  1047.      * @return \App\Controller\StartController
  1048.      */
  1049.     protected function getStartControllerService()
  1050.     {
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1052.         include_once \dirname(__DIR__4).'/src/Controller/StartController.php';
  1053.         $this->services['App\\Controller\\StartController'] = $instance = new \App\Controller\StartController();
  1054.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\StartController'$this));
  1055.         return $instance;
  1056.     }
  1057.     /**
  1058.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1059.      *
  1060.      * @return \App\Controller\UserController
  1061.      */
  1062.     protected function getUserControllerService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1065.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1066.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  1067.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\UserController'$this));
  1068.         return $instance;
  1069.     }
  1070.     /**
  1071.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1072.      *
  1073.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1074.      */
  1075.     protected function getProfilerControllerService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1078.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1079.     }
  1080.     /**
  1081.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1082.      *
  1083.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1084.      */
  1085.     protected function getRedirectControllerService()
  1086.     {
  1087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1088.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1089.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1090.     }
  1091.     /**
  1092.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1093.      *
  1094.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1095.      */
  1096.     protected function getTemplateControllerService()
  1097.     {
  1098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1099.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1100.     }
  1101.     /**
  1102.      * Gets the public 'cache.app' shared service.
  1103.      *
  1104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1105.      */
  1106.     protected function getCache_AppService()
  1107.     {
  1108.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('MmEE9Z1f1L'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1109.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1110.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1111.     }
  1112.     /**
  1113.      * Gets the public 'cache.app_clearer' shared service.
  1114.      *
  1115.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1116.      */
  1117.     protected function getCache_AppClearerService()
  1118.     {
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1121.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1122.     }
  1123.     /**
  1124.      * Gets the public 'cache.global_clearer' shared service.
  1125.      *
  1126.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1127.      */
  1128.     protected function getCache_GlobalClearerService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1132.         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.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  1133.     }
  1134.     /**
  1135.      * Gets the public 'cache.system' shared service.
  1136.      *
  1137.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1138.      */
  1139.     protected function getCache_SystemService()
  1140.     {
  1141.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Dbni5MIzUS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1142.     }
  1143.     /**
  1144.      * Gets the public 'cache.system_clearer' shared service.
  1145.      *
  1146.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1147.      */
  1148.     protected function getCache_SystemClearerService()
  1149.     {
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1152.         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())]);
  1153.     }
  1154.     /**
  1155.      * Gets the public 'cache.validator_expression_language' shared service.
  1156.      *
  1157.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1158.      */
  1159.     protected function getCache_ValidatorExpressionLanguageService()
  1160.     {
  1161.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HdhShpg1p4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1162.     }
  1163.     /**
  1164.      * Gets the public 'cache_warmer' shared service.
  1165.      *
  1166.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1167.      */
  1168.     protected function getCacheWarmerService()
  1169.     {
  1170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1172.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1173.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1174.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1175.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1176.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1177.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1178.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1179.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1180.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1181.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1182.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1183.     }
  1184.     /**
  1185.      * Gets the public 'console.command_loader' shared service.
  1186.      *
  1187.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1188.      */
  1189.     protected function getConsole_CommandLoaderService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1193.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1194.             'App\\Command\\UpdateCommentsNumberCommand' => ['privates''App\\Command\\UpdateCommentsNumberCommand''getUpdateCommentsNumberCommandService'false],
  1195.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1196.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1197.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1198.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1199.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1200.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1201.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1202.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1203.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1204.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1205.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1206.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1207.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1208.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1209.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1210.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1211.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1212.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1213.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1214.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1215.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1216.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1217.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1218.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1219.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1220.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1221.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1222.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1223.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1224.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1225.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1226.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1227.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1228.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1229.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1230.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1231.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1232.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1233.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1234.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1235.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1236.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1237.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1238.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1239.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1240.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1241.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1242.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1243.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1244.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1245.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1246.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1247.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1248.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1249.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1250.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1251.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1252.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1253.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1254.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1255.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1256.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1257.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1258.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1259.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1260.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1261.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1262.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1263.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1264.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1265.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1266.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1267.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1268.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1269.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1270.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1271.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1272.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1273.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1274.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1275.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1276.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1277.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1278.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1279.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1280.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1281.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1282.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1283.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1284.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1285.         ], [
  1286.             'App\\Command\\UpdateCommentsNumberCommand' => 'App\\Command\\UpdateCommentsNumberCommand',
  1287.             'console.command.about' => '?',
  1288.             'console.command.assets_install' => '?',
  1289.             'console.command.cache_clear' => '?',
  1290.             'console.command.cache_pool_clear' => '?',
  1291.             'console.command.cache_pool_prune' => '?',
  1292.             'console.command.cache_pool_delete' => '?',
  1293.             'console.command.cache_pool_list' => '?',
  1294.             'console.command.cache_warmup' => '?',
  1295.             'console.command.config_debug' => '?',
  1296.             'console.command.config_dump_reference' => '?',
  1297.             'console.command.container_debug' => '?',
  1298.             'console.command.container_lint' => '?',
  1299.             'console.command.debug_autowiring' => '?',
  1300.             'console.command.dotenv_debug' => '?',
  1301.             'console.command.event_dispatcher_debug' => '?',
  1302.             'console.command.router_debug' => '?',
  1303.             'console.command.router_match' => '?',
  1304.             'console.command.translation_debug' => '?',
  1305.             'console.command.translation_extract' => '?',
  1306.             'console.command.validator_debug' => '?',
  1307.             'console.command.translation_pull' => '?',
  1308.             'console.command.translation_push' => '?',
  1309.             'console.command.xliff_lint' => '?',
  1310.             'console.command.yaml_lint' => '?',
  1311.             'console.command.form_debug' => '?',
  1312.             'console.command.secrets_set' => '?',
  1313.             'console.command.secrets_remove' => '?',
  1314.             'console.command.secrets_generate_key' => '?',
  1315.             'console.command.secrets_list' => '?',
  1316.             'console.command.secrets_decrypt_to_local' => '?',
  1317.             'console.command.secrets_encrypt_from_local' => '?',
  1318.             'security.command.debug_firewall' => '?',
  1319.             'security.command.user_password_encoder' => '?',
  1320.             'security.command.user_password_hash' => '?',
  1321.             'twig.command.debug' => '?',
  1322.             'twig.command.lint' => '?',
  1323.             'var_dumper.command.server_dump' => '?',
  1324.             'monolog.command.server_log' => '?',
  1325.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1326.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1327.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1328.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1329.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1330.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1331.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1332.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1333.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1334.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1335.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1336.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1337.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1338.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1339.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1340.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1341.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1342.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1343.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1344.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1345.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1346.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1347.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1348.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1349.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1350.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1351.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1352.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1353.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1354.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1355.             'maker.auto_command.make_auth' => '?',
  1356.             'maker.auto_command.make_command' => '?',
  1357.             'maker.auto_command.make_controller' => '?',
  1358.             'maker.auto_command.make_crud' => '?',
  1359.             'maker.auto_command.make_docker_database' => '?',
  1360.             'maker.auto_command.make_entity' => '?',
  1361.             'maker.auto_command.make_fixtures' => '?',
  1362.             'maker.auto_command.make_form' => '?',
  1363.             'maker.auto_command.make_message' => '?',
  1364.             'maker.auto_command.make_messenger_middleware' => '?',
  1365.             'maker.auto_command.make_registration_form' => '?',
  1366.             'maker.auto_command.make_reset_password' => '?',
  1367.             'maker.auto_command.make_serializer_encoder' => '?',
  1368.             'maker.auto_command.make_serializer_normalizer' => '?',
  1369.             'maker.auto_command.make_subscriber' => '?',
  1370.             'maker.auto_command.make_twig_extension' => '?',
  1371.             'maker.auto_command.make_test' => '?',
  1372.             'maker.auto_command.make_validator' => '?',
  1373.             'maker.auto_command.make_voter' => '?',
  1374.             'maker.auto_command.make_user' => '?',
  1375.             'maker.auto_command.make_migration' => '?',
  1376.             'maker.auto_command.make_stimulus_controller' => '?',
  1377.         ]), ['app:update-comments-number' => 'App\\Command\\UpdateCommentsNumberCommand''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:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1378.     }
  1379.     /**
  1380.      * Gets the public 'container.env_var_processors_locator' shared service.
  1381.      *
  1382.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1383.      */
  1384.     protected function getContainer_EnvVarProcessorsLocatorService()
  1385.     {
  1386.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1387.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1388.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1389.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1390.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1391.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1392.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1393.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1394.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1395.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1396.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1397.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1398.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1399.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1400.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1401.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1402.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1403.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1404.         ], [
  1405.             'base64' => '?',
  1406.             'bool' => '?',
  1407.             'const' => '?',
  1408.             'csv' => '?',
  1409.             'default' => '?',
  1410.             'file' => '?',
  1411.             'float' => '?',
  1412.             'int' => '?',
  1413.             'json' => '?',
  1414.             'key' => '?',
  1415.             'not' => '?',
  1416.             'query_string' => '?',
  1417.             'require' => '?',
  1418.             'resolve' => '?',
  1419.             'string' => '?',
  1420.             'trim' => '?',
  1421.             'url' => '?',
  1422.         ]);
  1423.     }
  1424.     /**
  1425.      * Gets the public 'data_collector.dump' shared service.
  1426.      *
  1427.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1428.      */
  1429.     protected function getDataCollector_DumpService()
  1430.     {
  1431.         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()));
  1432.     }
  1433.     /**
  1434.      * Gets the public 'doctrine' shared service.
  1435.      *
  1436.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1437.      */
  1438.     protected function getDoctrineService()
  1439.     {
  1440.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1441.     }
  1442.     /**
  1443.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1444.      *
  1445.      * @return \Doctrine\DBAL\Connection
  1446.      */
  1447.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1448.     {
  1449.         $a = new \Doctrine\DBAL\Configuration();
  1450.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1451.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1452.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1453.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1454.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1455.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1456.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1457.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1458.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1459.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1460.         ], [
  1461.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1462.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1463.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1464.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1465.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1466.     }
  1467.     /**
  1468.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1469.      *
  1470.      * @return \Doctrine\ORM\EntityManager
  1471.      */
  1472.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1473.     {
  1474.         $a = new \Doctrine\ORM\Configuration();
  1475.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1476.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1477.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1478.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1479.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1480.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1481.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1482.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1483.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1484.         ], [
  1485.             'doctrine.ulid_generator' => '?',
  1486.             'doctrine.uuid_generator' => '?',
  1487.         ])));
  1488.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1489.         $a->setProxyNamespace('Proxies');
  1490.         $a->setAutoGenerateProxyClasses(true);
  1491.         $a->setSchemaIgnoreClasses([]);
  1492.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1493.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1494.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1495.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1496.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1497.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1498.             'App\\Repository\\ArticleRepository' => ['privates''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  1499.             'App\\Repository\\CalendarEventRepository' => ['privates''App\\Repository\\CalendarEventRepository''getCalendarEventRepositoryService'false],
  1500.             'App\\Repository\\CommentRepository' => ['privates''App\\Repository\\CommentRepository''getCommentRepositoryService'false],
  1501.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  1502.             'App\\Repository\\FileRepository' => ['privates''App\\Repository\\FileRepository''getFileRepositoryService'false],
  1503.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1504.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1505.             'App\\Repository\\UserRecoveryRepository' => ['privates''App\\Repository\\UserRecoveryRepository''getUserRecoveryRepositoryService'false],
  1506.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1507.         ], [
  1508.             'App\\Repository\\ArticleRepository' => '?',
  1509.             'App\\Repository\\CalendarEventRepository' => '?',
  1510.             'App\\Repository\\CommentRepository' => '?',
  1511.             'App\\Repository\\ContactRepository' => '?',
  1512.             'App\\Repository\\FileRepository' => '?',
  1513.             'App\\Repository\\ImageRepository' => '?',
  1514.             'App\\Repository\\ProductRepository' => '?',
  1515.             'App\\Repository\\UserRecoveryRepository' => '?',
  1516.             'App\\Repository\\UserRepository' => '?',
  1517.         ])));
  1518.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1519.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1520.         return $instance;
  1521.     }
  1522.     /**
  1523.      * Gets the public 'error_controller' shared service.
  1524.      *
  1525.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1526.      */
  1527.     protected function getErrorControllerService()
  1528.     {
  1529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1534.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1535.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1536.     }
  1537.     /**
  1538.      * Gets the public 'event_dispatcher' shared service.
  1539.      *
  1540.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1541.      */
  1542.     protected function getEventDispatcherService()
  1543.     {
  1544.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1545.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1546.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1547.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1548.         $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())));
  1549.         $instance->addListener('kernel.controller', [=> function () {
  1550.             return ($this->privates['App\\EventListener\\ActivityListener'] ?? $this->getActivityListenerService());
  1551.         }, => 'onCoreController'], 0);
  1552.         $instance->addListener('kernel.controller', [=> function () {
  1553.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1554.         }, => 'onKernelController'], 0);
  1555.         $instance->addListener('kernel.response', [=> function () {
  1556.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1557.         }, => 'onKernelResponse'], 0);
  1558.         $instance->addListener('kernel.response', [=> function () {
  1559.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1560.         }, => 'onKernelResponse'], -1024);
  1561.         $instance->addListener('kernel.request', [=> function () {
  1562.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1563.         }, => 'setDefaultLocale'], 100);
  1564.         $instance->addListener('kernel.request', [=> function () {
  1565.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1566.         }, => 'onKernelRequest'], 16);
  1567.         $instance->addListener('kernel.finish_request', [=> function () {
  1568.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1569.         }, => 'onKernelFinishRequest'], 0);
  1570.         $instance->addListener('kernel.request', [=> function () {
  1571.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1572.         }, => 'onKernelRequest'], 256);
  1573.         $instance->addListener('kernel.response', [=> function () {
  1574.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1575.         }, => 'onResponse'], -255);
  1576.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1577.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1578.         }, => 'onControllerArguments'], 0);
  1579.         $instance->addListener('kernel.exception', [=> function () {
  1580.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1581.         }, => 'logKernelException'], 0);
  1582.         $instance->addListener('kernel.exception', [=> function () {
  1583.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1584.         }, => 'onKernelException'], -128);
  1585.         $instance->addListener('kernel.response', [=> function () {
  1586.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1587.         }, => 'removeCspHeader'], -128);
  1588.         $instance->addListener('kernel.request', [=> function () {
  1589.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1590.         }, => 'onKernelRequest'], 15);
  1591.         $instance->addListener('kernel.finish_request', [=> function () {
  1592.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1593.         }, => 'onKernelFinishRequest'], -15);
  1594.         $instance->addListener('console.error', [=> function () {
  1595.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1596.         }, => 'onConsoleError'], -128);
  1597.         $instance->addListener('console.terminate', [=> function () {
  1598.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1599.         }, => 'onConsoleTerminate'], -128);
  1600.         $instance->addListener('console.error', [=> function () {
  1601.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1602.         }, => 'onConsoleError'], 0);
  1603.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1604.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1605.         }, => 'onMessage'], -255);
  1606.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1607.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1608.         }, => 'onMessage'], -255);
  1609.         $instance->addListener('kernel.request', [=> function () {
  1610.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1611.         }, => 'configure'], 2048);
  1612.         $instance->addListener('console.command', [=> function () {
  1613.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1614.         }, => 'configure'], 2048);
  1615.         $instance->addListener('kernel.request', [=> function () {
  1616.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1617.         }, => 'onKernelRequest'], 32);
  1618.         $instance->addListener('kernel.finish_request', [=> function () {
  1619.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1620.         }, => 'onKernelFinishRequest'], 0);
  1621.         $instance->addListener('kernel.exception', [=> function () {
  1622.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1623.         }, => 'onKernelException'], -64);
  1624.         $instance->addListener('kernel.response', [=> function () {
  1625.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1626.         }, => 'onKernelResponse'], 0);
  1627.         $instance->addListener('kernel.request', [=> function () {
  1628.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1629.         }, => 'onKernelRequest'], 128);
  1630.         $instance->addListener('kernel.response', [=> function () {
  1631.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1632.         }, => 'onKernelResponse'], -1000);
  1633.         $instance->addListener('kernel.finish_request', [=> function () {
  1634.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1635.         }, => 'onFinishRequest'], 0);
  1636.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1637.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1638.         }, => 'onNotification'], -255);
  1639.         $instance->addListener('kernel.response', [=> function () {
  1640.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1641.         }, => 'onKernelResponse'], -100);
  1642.         $instance->addListener('kernel.exception', [=> function () {
  1643.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1644.         }, => 'onKernelException'], 0);
  1645.         $instance->addListener('kernel.terminate', [=> function () {
  1646.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1647.         }, => 'onKernelTerminate'], -1024);
  1648.         $instance->addListener('kernel.controller', [=> function () {
  1649.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1650.         }, => 'onKernelController'], 0);
  1651.         $instance->addListener('kernel.response', [=> function () {
  1652.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1653.         }, => 'onKernelResponse'], 0);
  1654.         $instance->addListener('kernel.response', [=> function () {
  1655.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1656.         }, => 'onKernelResponse'], 0);
  1657.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1658.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1659.         }, => 'onVoterVote'], 0);
  1660.         $instance->addListener('kernel.request', [=> function () {
  1661.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1662.         }, => 'configureLogoutUrlGenerator'], 8);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1665.         }, => 'onKernelRequest'], 8);
  1666.         $instance->addListener('kernel.finish_request', [=> function () {
  1667.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1668.         }, => 'onKernelFinishRequest'], 0);
  1669.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1670.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1671.         }, => 'onMessage'], 0);
  1672.         $instance->addListener('kernel.response', [=> function () {
  1673.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1674.         }, => 'onKernelResponse'], -128);
  1675.         $instance->addListener('console.command', [=> function () {
  1676.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1677.         }, => 'onCommand'], 255);
  1678.         $instance->addListener('console.terminate', [=> function () {
  1679.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1680.         }, => 'onTerminate'], -255);
  1681.         $instance->addListener('console.command', [=> function () {
  1682.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1683.         }, => 'configure'], 1024);
  1684.         $instance->addListener('kernel.controller', [=> function () {
  1685.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1686.         }, => 'onKernelController'], 0);
  1687.         $instance->addListener('kernel.controller', [=> function () {
  1688.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1689.         }, => 'onKernelController'], 0);
  1690.         $instance->addListener('kernel.controller', [=> function () {
  1691.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1692.         }, => 'onKernelController'], -128);
  1693.         $instance->addListener('kernel.view', [=> function () {
  1694.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1695.         }, => 'onKernelView'], 0);
  1696.         $instance->addListener('kernel.controller', [=> function () {
  1697.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1698.         }, => 'onKernelController'], 0);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1701.         }, => 'onKernelResponse'], 0);
  1702.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1703.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1704.         }, => 'onKernelControllerArguments'], 0);
  1705.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1706.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1707.         }, => 'onKernelControllerArguments'], 0);
  1708.         $instance->addListener('console.error', [=> function () {
  1709.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1710.         }, => 'onConsoleError'], 0);
  1711.         $instance->addListener('console.terminate', [=> function () {
  1712.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1713.         }, => 'onConsoleTerminate'], 0);
  1714.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1715.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1716.         }, => 'onLogout'], 0);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'http_kernel' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1723.      */
  1724.     protected function getHttpKernelService()
  1725.     {
  1726.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1727.         if (isset($this->services['http_kernel'])) {
  1728.             return $this->services['http_kernel'];
  1729.         }
  1730.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1731.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1732.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1733.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1734.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1735.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1736.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1737.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1738.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1739.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1740.         }, 8)), $b));
  1741.     }
  1742.     /**
  1743.      * Gets the public 'request_stack' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1746.      */
  1747.     protected function getRequestStackService()
  1748.     {
  1749.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1750.     }
  1751.     /**
  1752.      * Gets the public 'router' shared service.
  1753.      *
  1754.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1755.      */
  1756.     protected function getRouterService()
  1757.     {
  1758.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1759.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1760.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1761.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1762.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1763.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1764.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1765.         ], [
  1766.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1767.         ]))->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'sv');
  1768.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1769.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1770.         return $instance;
  1771.     }
  1772.     /**
  1773.      * Gets the public 'routing.loader' shared service.
  1774.      *
  1775.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1776.      */
  1777.     protected function getRouting_LoaderService()
  1778.     {
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1791.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1792.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1793.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1799.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1801.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1803.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1804.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1805.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1806.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1807.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1808.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1809.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1810.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1811.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1812.             'kernel' => ['services''kernel''getKernelService'false],
  1813.         ], [
  1814.             'kernel' => 'App\\Kernel',
  1815.         ]), 'dev'));
  1816.         $a->addLoader($c);
  1817.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1818.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1819.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1820.     }
  1821.     /**
  1822.      * Gets the public 'services_resetter' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1825.      */
  1826.     protected function getServicesResetterService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1829.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1830.             if (isset($this->services['cache.app'])) {
  1831.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1832.             }
  1833.             if (isset($this->services['cache.system'])) {
  1834.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1835.             }
  1836.             if (isset($this->privates['cache.validator'])) {
  1837.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1838.             }
  1839.             if (isset($this->privates['cache.serializer'])) {
  1840.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1841.             }
  1842.             if (isset($this->privates['cache.annotations'])) {
  1843.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1844.             }
  1845.             if (isset($this->privates['cache.property_info'])) {
  1846.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1847.             }
  1848.             if (isset($this->privates['.debug.http_client'])) {
  1849.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1850.             }
  1851.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1852.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1853.             }
  1854.             if (isset($this->privates['debug.stopwatch'])) {
  1855.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1856.             }
  1857.             if (isset($this->services['event_dispatcher'])) {
  1858.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1859.             }
  1860.             if (isset($this->privates['session_listener'])) {
  1861.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1862.             }
  1863.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1864.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1865.             }
  1866.             if (isset($this->services['cache.validator_expression_language'])) {
  1867.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1868.             }
  1869.             if (isset($this->services['.container.private.profiler'])) {
  1870.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1871.             }
  1872.             if (isset($this->services['.container.private.validator'])) {
  1873.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1874.             }
  1875.             if (isset($this->services['.container.private.security.token_storage'])) {
  1876.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1877.             }
  1878.             if (isset($this->privates['cache.security_expression_language'])) {
  1879.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1880.             }
  1881.             if (isset($this->privates['debug.security.firewall'])) {
  1882.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1883.             }
  1884.             if (isset($this->privates['twig.form.engine'])) {
  1885.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1886.             }
  1887.             if (isset($this->privates['monolog.handler.main'])) {
  1888.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1889.             }
  1890.             if (isset($this->privates['monolog.handler.console'])) {
  1891.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1892.             }
  1893.             if (isset($this->services['doctrine'])) {
  1894.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1895.             }
  1896.             if (isset($this->privates['form.type.entity'])) {
  1897.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1898.             }
  1899.             if (isset($this->privates['.debug.http_client'])) {
  1900.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1901.             }
  1902.         }, function () {
  1903.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['.debug.http_client']));
  1904.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1905.     }
  1906.     /**
  1907.      * Gets the public 'translator' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1910.      */
  1911.     protected function getTranslatorService()
  1912.     {
  1913.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1914.     }
  1915.     /**
  1916.      * Gets the public 'var_dumper.cloner' shared service.
  1917.      *
  1918.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1919.      */
  1920.     protected function getVarDumper_ClonerService()
  1921.     {
  1922.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1923.         $instance->setMaxItems(2500);
  1924.         $instance->setMinDepth(1);
  1925.         $instance->setMaxString(-1);
  1926.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1927.         return $instance;
  1928.     }
  1929.     /**
  1930.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1931.      *
  1932.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1933.      */
  1934.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1937.         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()));
  1938.     }
  1939.     /**
  1940.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1941.      *
  1942.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1943.      */
  1944.     protected function getWebProfiler_Controller_ProfilerService()
  1945.     {
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1947.         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));
  1948.     }
  1949.     /**
  1950.      * Gets the public 'web_profiler.controller.router' shared service.
  1951.      *
  1952.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1953.      */
  1954.     protected function getWebProfiler_Controller_RouterService()
  1955.     {
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1957.         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 () {
  1958.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1959.         }, 1));
  1960.     }
  1961.     /**
  1962.      * Gets the private '.console.command.about.lazy' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Console\Command\LazyCommand
  1965.      */
  1966.     protected function get_Console_Command_About_LazyService()
  1967.     {
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1970.         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 {
  1971.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1972.         });
  1973.     }
  1974.     /**
  1975.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\Console\Command\LazyCommand
  1978.      */
  1979.     protected function get_Console_Command_AssetsInstall_LazyService()
  1980.     {
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1983.         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 {
  1984.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1985.         });
  1986.     }
  1987.     /**
  1988.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Console\Command\LazyCommand
  1991.      */
  1992.     protected function get_Console_Command_CacheClear_LazyService()
  1993.     {
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1996.         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 {
  1997.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1998.         });
  1999.     }
  2000.     /**
  2001.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Console\Command\LazyCommand
  2004.      */
  2005.     protected function get_Console_Command_CachePoolClear_LazyService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2009.         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 {
  2010.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2011.         });
  2012.     }
  2013.     /**
  2014.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\Console\Command\LazyCommand
  2017.      */
  2018.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2019.     {
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2022.         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 {
  2023.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2024.         });
  2025.     }
  2026.     /**
  2027.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2028.      *
  2029.      * @return \Symfony\Component\Console\Command\LazyCommand
  2030.      */
  2031.     protected function get_Console_Command_CachePoolList_LazyService()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2035.         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 {
  2036.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2037.         });
  2038.     }
  2039.     /**
  2040.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\Console\Command\LazyCommand
  2043.      */
  2044.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2048.         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 {
  2049.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2050.         });
  2051.     }
  2052.     /**
  2053.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\Console\Command\LazyCommand
  2056.      */
  2057.     protected function get_Console_Command_CacheWarmup_LazyService()
  2058.     {
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2061.         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 {
  2062.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2063.         });
  2064.     }
  2065.     /**
  2066.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2067.      *
  2068.      * @return \Symfony\Component\Console\Command\LazyCommand
  2069.      */
  2070.     protected function get_Console_Command_ConfigDebug_LazyService()
  2071.     {
  2072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2074.         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 {
  2075.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2076.         });
  2077.     }
  2078.     /**
  2079.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\Console\Command\LazyCommand
  2082.      */
  2083.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2087.         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 {
  2088.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2089.         });
  2090.     }
  2091.     /**
  2092.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Console\Command\LazyCommand
  2095.      */
  2096.     protected function get_Console_Command_ContainerDebug_LazyService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2100.         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 {
  2101.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2102.         });
  2103.     }
  2104.     /**
  2105.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\Console\Command\LazyCommand
  2108.      */
  2109.     protected function get_Console_Command_ContainerLint_LazyService()
  2110.     {
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2113.         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 {
  2114.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2115.         });
  2116.     }
  2117.     /**
  2118.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\Console\Command\LazyCommand
  2121.      */
  2122.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2126.         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 {
  2127.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2128.         });
  2129.     }
  2130.     /**
  2131.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\Console\Command\LazyCommand
  2134.      */
  2135.     protected function get_Console_Command_DotenvDebug_LazyService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2139.         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 {
  2140.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2141.         });
  2142.     }
  2143.     /**
  2144.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\Console\Command\LazyCommand
  2147.      */
  2148.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2149.     {
  2150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2152.         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 {
  2153.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2154.         });
  2155.     }
  2156.     /**
  2157.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\Console\Command\LazyCommand
  2160.      */
  2161.     protected function get_Console_Command_FormDebug_LazyService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2165.         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 {
  2166.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2167.         });
  2168.     }
  2169.     /**
  2170.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\Console\Command\LazyCommand
  2173.      */
  2174.     protected function get_Console_Command_RouterDebug_LazyService()
  2175.     {
  2176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2178.         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 {
  2179.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2180.         });
  2181.     }
  2182.     /**
  2183.      * Gets the private '.console.command.router_match.lazy' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\Console\Command\LazyCommand
  2186.      */
  2187.     protected function get_Console_Command_RouterMatch_LazyService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2191.         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 {
  2192.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2193.         });
  2194.     }
  2195.     /**
  2196.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2197.      *
  2198.      * @return \Symfony\Component\Console\Command\LazyCommand
  2199.      */
  2200.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2204.         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 {
  2205.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2206.         });
  2207.     }
  2208.     /**
  2209.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2210.      *
  2211.      * @return \Symfony\Component\Console\Command\LazyCommand
  2212.      */
  2213.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2217.         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 {
  2218.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2219.         });
  2220.     }
  2221.     /**
  2222.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\Console\Command\LazyCommand
  2225.      */
  2226.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2227.     {
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2230.         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 {
  2231.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2232.         });
  2233.     }
  2234.     /**
  2235.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\Console\Command\LazyCommand
  2238.      */
  2239.     protected function get_Console_Command_SecretsList_LazyService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2243.         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 {
  2244.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2245.         });
  2246.     }
  2247.     /**
  2248.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\Console\Command\LazyCommand
  2251.      */
  2252.     protected function get_Console_Command_SecretsRemove_LazyService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2256.         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 {
  2257.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2258.         });
  2259.     }
  2260.     /**
  2261.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\Console\Command\LazyCommand
  2264.      */
  2265.     protected function get_Console_Command_SecretsSet_LazyService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2269.         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 {
  2270.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2271.         });
  2272.     }
  2273.     /**
  2274.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\Console\Command\LazyCommand
  2277.      */
  2278.     protected function get_Console_Command_TranslationDebug_LazyService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2282.         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 {
  2283.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2284.         });
  2285.     }
  2286.     /**
  2287.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2288.      *
  2289.      * @return \Symfony\Component\Console\Command\LazyCommand
  2290.      */
  2291.     protected function get_Console_Command_TranslationExtract_LazyService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2295.         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 {
  2296.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2297.         });
  2298.     }
  2299.     /**
  2300.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\Console\Command\LazyCommand
  2303.      */
  2304.     protected function get_Console_Command_TranslationPull_LazyService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2308.         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 {
  2309.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2310.         });
  2311.     }
  2312.     /**
  2313.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2314.      *
  2315.      * @return \Symfony\Component\Console\Command\LazyCommand
  2316.      */
  2317.     protected function get_Console_Command_TranslationPush_LazyService()
  2318.     {
  2319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2321.         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 {
  2322.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2323.         });
  2324.     }
  2325.     /**
  2326.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2327.      *
  2328.      * @return \Symfony\Component\Console\Command\LazyCommand
  2329.      */
  2330.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2334.         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 {
  2335.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2336.         });
  2337.     }
  2338.     /**
  2339.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Console\Command\LazyCommand
  2342.      */
  2343.     protected function get_Console_Command_XliffLint_LazyService()
  2344.     {
  2345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2347.         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 {
  2348.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2349.         });
  2350.     }
  2351.     /**
  2352.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\Console\Command\LazyCommand
  2355.      */
  2356.     protected function get_Console_Command_YamlLint_LazyService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2360.         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 {
  2361.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2362.         });
  2363.     }
  2364.     /**
  2365.      * Gets the private '.debug.http_client' shared service.
  2366.      *
  2367.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2368.      */
  2369.     protected function get_Debug_HttpClientService()
  2370.     {
  2371.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2372.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2373.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2374.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2375.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2376.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2377.         $a->setLogger($b);
  2378.         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))));
  2379.     }
  2380.     /**
  2381.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2384.      */
  2385.     protected function getLoaderInterfaceService()
  2386.     {
  2387.         $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".');
  2388.     }
  2389.     /**
  2390.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2391.      *
  2392.      * @return \Symfony\Component\Console\Command\LazyCommand
  2393.      */
  2394.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2398.         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 {
  2399.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2400.         });
  2401.     }
  2402.     /**
  2403.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\Console\Command\LazyCommand
  2406.      */
  2407.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2408.     {
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2411.         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 {
  2412.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2413.         });
  2414.     }
  2415.     /**
  2416.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2417.      *
  2418.      * @return \Symfony\Component\Console\Command\LazyCommand
  2419.      */
  2420.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2421.     {
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2424.         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 {
  2425.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2426.         });
  2427.     }
  2428.     /**
  2429.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\Console\Command\LazyCommand
  2432.      */
  2433.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2434.     {
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2437.         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 {
  2438.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2439.         });
  2440.     }
  2441.     /**
  2442.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Console\Command\LazyCommand
  2445.      */
  2446.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2447.     {
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2450.         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 {
  2451.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2452.         });
  2453.     }
  2454.     /**
  2455.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\Console\Command\LazyCommand
  2458.      */
  2459.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2463.         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 {
  2464.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2465.         });
  2466.     }
  2467.     /**
  2468.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2469.      *
  2470.      * @return \Symfony\Component\Console\Command\LazyCommand
  2471.      */
  2472.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2473.     {
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2476.         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 {
  2477.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2478.         });
  2479.     }
  2480.     /**
  2481.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2482.      *
  2483.      * @return \Symfony\Component\Console\Command\LazyCommand
  2484.      */
  2485.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2486.     {
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2489.         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 {
  2490.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2491.         });
  2492.     }
  2493.     /**
  2494.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\Console\Command\LazyCommand
  2497.      */
  2498.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2499.     {
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2502.         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 {
  2503.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2504.         });
  2505.     }
  2506.     /**
  2507.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2508.      *
  2509.      * @return \Symfony\Component\Console\Command\LazyCommand
  2510.      */
  2511.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2512.     {
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2515.         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 {
  2516.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2517.         });
  2518.     }
  2519.     /**
  2520.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Console\Command\LazyCommand
  2523.      */
  2524.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2525.     {
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2528.         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 {
  2529.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2530.         });
  2531.     }
  2532.     /**
  2533.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2534.      *
  2535.      * @return \Symfony\Component\Console\Command\LazyCommand
  2536.      */
  2537.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2538.     {
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2541.         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 {
  2542.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2543.         });
  2544.     }
  2545.     /**
  2546.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Console\Command\LazyCommand
  2549.      */
  2550.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2551.     {
  2552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2554.         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 {
  2555.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2556.         });
  2557.     }
  2558.     /**
  2559.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Console\Command\LazyCommand
  2562.      */
  2563.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2564.     {
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2567.         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 {
  2568.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2569.         });
  2570.     }
  2571.     /**
  2572.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\Console\Command\LazyCommand
  2575.      */
  2576.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2580.         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 {
  2581.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2582.         });
  2583.     }
  2584.     /**
  2585.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2586.      *
  2587.      * @return \Symfony\Component\Console\Command\LazyCommand
  2588.      */
  2589.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2590.     {
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2593.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2594.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2595.         });
  2596.     }
  2597.     /**
  2598.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\Console\Command\LazyCommand
  2601.      */
  2602.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2603.     {
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2606.         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 {
  2607.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2608.         });
  2609.     }
  2610.     /**
  2611.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2612.      *
  2613.      * @return \Symfony\Component\Console\Command\LazyCommand
  2614.      */
  2615.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2616.     {
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2619.         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 {
  2620.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2621.         });
  2622.     }
  2623.     /**
  2624.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\Console\Command\LazyCommand
  2627.      */
  2628.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2632.         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 {
  2633.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2634.         });
  2635.     }
  2636.     /**
  2637.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\Console\Command\LazyCommand
  2640.      */
  2641.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2642.     {
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2645.         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 {
  2646.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2647.         });
  2648.     }
  2649.     /**
  2650.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2651.      *
  2652.      * @return \Symfony\Component\Console\Command\LazyCommand
  2653.      */
  2654.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2658.         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 {
  2659.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2660.         });
  2661.     }
  2662.     /**
  2663.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2664.      *
  2665.      * @return \Symfony\Component\Console\Command\LazyCommand
  2666.      */
  2667.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2668.     {
  2669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2671.         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 {
  2672.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2673.         });
  2674.     }
  2675.     /**
  2676.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2677.      *
  2678.      * @return \Symfony\Component\Console\Command\LazyCommand
  2679.      */
  2680.     protected function get_Monolog_Command_ServerLog_LazyService()
  2681.     {
  2682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2684.         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 {
  2685.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2686.         });
  2687.     }
  2688.     /**
  2689.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2690.      *
  2691.      * @return \Symfony\Component\Console\Command\LazyCommand
  2692.      */
  2693.     protected function get_Security_Command_DebugFirewall_LazyService()
  2694.     {
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2697.         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 {
  2698.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2699.         });
  2700.     }
  2701.     /**
  2702.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2703.      *
  2704.      * @return \Symfony\Component\Console\Command\LazyCommand
  2705.      */
  2706.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2707.     {
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2710.         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 {
  2711.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2712.         });
  2713.     }
  2714.     /**
  2715.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2716.      *
  2717.      * @return \Symfony\Component\Console\Command\LazyCommand
  2718.      */
  2719.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2720.     {
  2721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2723.         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 {
  2724.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2725.         });
  2726.     }
  2727.     /**
  2728.      * Gets the private '.service_locator.1jIfep1' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2731.      */
  2732.     protected function get_ServiceLocator_1jIfep1Service()
  2733.     {
  2734.         return $this->privates['.service_locator.1jIfep1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2735.             'consumptionService' => ['privates''App\\Service\\ConsumptionService''getConsumptionServiceService'false],
  2736.             'invoiceService' => ['privates''App\\Service\\InvoiceService''getInvoiceServiceService'false],
  2737.         ], [
  2738.             'consumptionService' => 'App\\Service\\ConsumptionService',
  2739.             'invoiceService' => 'App\\Service\\InvoiceService',
  2740.         ]);
  2741.     }
  2742.     /**
  2743.      * Gets the private '.service_locator.1yhFc2j' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2746.      */
  2747.     protected function get_ServiceLocator_1yhFc2jService()
  2748.     {
  2749.         return $this->privates['.service_locator.1yhFc2j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2750.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  2751.             'imageUploader' => ['privates''App\\Service\\ImageUploader''getImageUploaderService'false],
  2752.         ], [
  2753.             'fileUploader' => 'App\\Service\\FileUploader',
  2754.             'imageUploader' => 'App\\Service\\ImageUploader',
  2755.         ]);
  2756.     }
  2757.     /**
  2758.      * Gets the private '.service_locator.CpaXrFh' shared service.
  2759.      *
  2760.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2761.      */
  2762.     protected function get_ServiceLocator_CpaXrFhService()
  2763.     {
  2764.         return $this->privates['.service_locator.CpaXrFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2765.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  2766.         ], [
  2767.             'mailer' => '?',
  2768.         ]);
  2769.     }
  2770.     /**
  2771.      * Gets the private '.service_locator.EXUX6kX' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2774.      */
  2775.     protected function get_ServiceLocator_EXUX6kXService()
  2776.     {
  2777.         return $this->privates['.service_locator.EXUX6kX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2778.             'consumptionService' => ['privates''App\\Service\\ConsumptionService''getConsumptionServiceService'false],
  2779.             'evInvoiceService' => ['privates''App\\Service\\EvInvoiceService''getEvInvoiceServiceService'false],
  2780.         ], [
  2781.             'consumptionService' => 'App\\Service\\ConsumptionService',
  2782.             'evInvoiceService' => 'App\\Service\\EvInvoiceService',
  2783.         ]);
  2784.     }
  2785.     /**
  2786.      * Gets the private '.service_locator.GNc8e5B' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2789.      */
  2790.     protected function get_ServiceLocator_GNc8e5BService()
  2791.     {
  2792.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2793.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2794.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2795.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2796.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2797.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2798.             'router' => ['services''router''getRouterService'false],
  2799.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2800.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2801.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2802.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2803.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2804.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2805.         ], [
  2806.             'doctrine' => '?',
  2807.             'form.factory' => '?',
  2808.             'http_kernel' => '?',
  2809.             'parameter_bag' => '?',
  2810.             'request_stack' => '?',
  2811.             'router' => '?',
  2812.             'security.authorization_checker' => '?',
  2813.             'security.csrf.token_manager' => '?',
  2814.             'security.token_storage' => '?',
  2815.             'serializer' => '?',
  2816.             'session' => '.session.deprecated',
  2817.             'twig' => '?',
  2818.         ]);
  2819.     }
  2820.     /**
  2821.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2824.      */
  2825.     protected function get_ServiceLocator_KfbR3DYService()
  2826.     {
  2827.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2828.             '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".'],
  2829.         ], [
  2830.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2831.         ]);
  2832.     }
  2833.     /**
  2834.      * Gets the private '.service_locator.LNweDjR' shared service.
  2835.      *
  2836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2837.      */
  2838.     protected function get_ServiceLocator_LNweDjRService()
  2839.     {
  2840.         return $this->privates['.service_locator.LNweDjR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2841.             'consumptionService' => ['privates''App\\Service\\ConsumptionService''getConsumptionServiceService'false],
  2842.         ], [
  2843.             'consumptionService' => 'App\\Service\\ConsumptionService',
  2844.         ]);
  2845.     }
  2846.     /**
  2847.      * Gets the private '.service_locator.M9PMcRV' shared service.
  2848.      *
  2849.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2850.      */
  2851.     protected function get_ServiceLocator_M9PMcRVService()
  2852.     {
  2853.         return $this->privates['.service_locator.M9PMcRV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2854.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  2855.         ], [
  2856.             'security' => '?',
  2857.         ]);
  2858.     }
  2859.     /**
  2860.      * Gets the private '.service_locator.NRS5I7E' shared service.
  2861.      *
  2862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2863.      */
  2864.     protected function get_ServiceLocator_NRS5I7EService()
  2865.     {
  2866.         return $this->privates['.service_locator.NRS5I7E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2867.             'App\\Controller\\AccountRecoveryController::forgot' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  2868.             'App\\Controller\\AccountRecoveryController::recovery' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  2869.             'App\\Controller\\ArticleEditController::create' => ['privates''.service_locator.1yhFc2j''get_ServiceLocator_1yhFc2jService'false],
  2870.             'App\\Controller\\ArticleEditController::delete' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2871.             'App\\Controller\\ArticleEditController::edit' => ['privates''.service_locator.1yhFc2j''get_ServiceLocator_1yhFc2jService'false],
  2872.             'App\\Controller\\ConsumptionController::consume' => ['privates''.service_locator.LNweDjR''get_ServiceLocator_LNweDjRService'false],
  2873.             'App\\Controller\\ConsumptionController::consumptionStartPage' => ['privates''.service_locator.EXUX6kX''get_ServiceLocator_EXUX6kXService'false],
  2874.             'App\\Controller\\ConsumptionController::consumptionUserPage' => ['privates''.service_locator.EXUX6kX''get_ServiceLocator_EXUX6kXService'false],
  2875.             'App\\Controller\\ContactController::contact' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  2876.             'App\\Controller\\ContractsController::displayAdminContract' => ['privates''.service_locator.W0J6jy2''get_ServiceLocator_W0J6jy2Service'false],
  2877.             'App\\Controller\\ContractsController::displayAdminContracts' => ['privates''.service_locator.W0J6jy2''get_ServiceLocator_W0J6jy2Service'false],
  2878.             'App\\Controller\\EvInvoiceController::createInvoices' => ['privates''.service_locator.EXUX6kX''get_ServiceLocator_EXUX6kXService'false],
  2879.             'App\\Controller\\EvInvoiceController::display' => ['privates''.service_locator.bHmQ0wm''get_ServiceLocator_BHmQ0wmService'false],
  2880.             'App\\Controller\\FilesController::deleteFile' => ['privates''.service_locator.xCU4G7n''get_ServiceLocator_XCU4G7nService'false],
  2881.             'App\\Controller\\FilesController::files' => ['privates''.service_locator.xCU4G7n''get_ServiceLocator_XCU4G7nService'false],
  2882.             'App\\Controller\\FilesController::getFile' => ['privates''.service_locator.xCU4G7n''get_ServiceLocator_XCU4G7nService'false],
  2883.             'App\\Controller\\ImagesController::uploadImage' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2884.             'App\\Controller\\InvoiceController::createInvoices' => ['privates''.service_locator.1jIfep1''get_ServiceLocator_1jIfep1Service'false],
  2885.             'App\\Controller\\InvoiceController::display' => ['privates''.service_locator.vuy_t5I''get_ServiceLocator_VuyT5IService'false],
  2886.             'App\\Controller\\ProductEditController::create' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2887.             'App\\Controller\\ProductEditController::delete' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2888.             'App\\Controller\\ProductEditController::edit' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2889.             'App\\Controller\\ProfileController::profile' => ['privates''.service_locator.q7GwM63''get_ServiceLocator_Q7GwM63Service'false],
  2890.             'App\\Controller\\PropertyController::displayAdminProperties' => ['privates''.service_locator.xo8FrVn''get_ServiceLocator_Xo8FrVnService'false],
  2891.             'App\\Controller\\RegistrationController::register' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  2892.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2893.             'App\\Controller\\UserController::activateUser' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  2894.             'App\\Controller\\UserController::editUser' => ['privates''.service_locator.lPnvRCU''get_ServiceLocator_LPnvRCUService'false],
  2895.             'App\\Controller\\UserController::removeUser' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  2896.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2897.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2898.             'App\\Controller\\AccountRecoveryController:forgot' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  2899.             'App\\Controller\\AccountRecoveryController:recovery' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  2900.             'App\\Controller\\ArticleEditController:create' => ['privates''.service_locator.1yhFc2j''get_ServiceLocator_1yhFc2jService'false],
  2901.             'App\\Controller\\ArticleEditController:delete' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2902.             'App\\Controller\\ArticleEditController:edit' => ['privates''.service_locator.1yhFc2j''get_ServiceLocator_1yhFc2jService'false],
  2903.             'App\\Controller\\ConsumptionController:consume' => ['privates''.service_locator.LNweDjR''get_ServiceLocator_LNweDjRService'false],
  2904.             'App\\Controller\\ConsumptionController:consumptionStartPage' => ['privates''.service_locator.EXUX6kX''get_ServiceLocator_EXUX6kXService'false],
  2905.             'App\\Controller\\ConsumptionController:consumptionUserPage' => ['privates''.service_locator.EXUX6kX''get_ServiceLocator_EXUX6kXService'false],
  2906.             'App\\Controller\\ContactController:contact' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  2907.             'App\\Controller\\ContractsController:displayAdminContract' => ['privates''.service_locator.W0J6jy2''get_ServiceLocator_W0J6jy2Service'false],
  2908.             'App\\Controller\\ContractsController:displayAdminContracts' => ['privates''.service_locator.W0J6jy2''get_ServiceLocator_W0J6jy2Service'false],
  2909.             'App\\Controller\\EvInvoiceController:createInvoices' => ['privates''.service_locator.EXUX6kX''get_ServiceLocator_EXUX6kXService'false],
  2910.             'App\\Controller\\EvInvoiceController:display' => ['privates''.service_locator.bHmQ0wm''get_ServiceLocator_BHmQ0wmService'false],
  2911.             'App\\Controller\\FilesController:deleteFile' => ['privates''.service_locator.xCU4G7n''get_ServiceLocator_XCU4G7nService'false],
  2912.             'App\\Controller\\FilesController:files' => ['privates''.service_locator.xCU4G7n''get_ServiceLocator_XCU4G7nService'false],
  2913.             'App\\Controller\\FilesController:getFile' => ['privates''.service_locator.xCU4G7n''get_ServiceLocator_XCU4G7nService'false],
  2914.             'App\\Controller\\ImagesController:uploadImage' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2915.             'App\\Controller\\InvoiceController:createInvoices' => ['privates''.service_locator.1jIfep1''get_ServiceLocator_1jIfep1Service'false],
  2916.             'App\\Controller\\InvoiceController:display' => ['privates''.service_locator.vuy_t5I''get_ServiceLocator_VuyT5IService'false],
  2917.             'App\\Controller\\ProductEditController:create' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2918.             'App\\Controller\\ProductEditController:delete' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2919.             'App\\Controller\\ProductEditController:edit' => ['privates''.service_locator.XuvfemJ''get_ServiceLocator_XuvfemJService'false],
  2920.             'App\\Controller\\ProfileController:profile' => ['privates''.service_locator.q7GwM63''get_ServiceLocator_Q7GwM63Service'false],
  2921.             'App\\Controller\\PropertyController:displayAdminProperties' => ['privates''.service_locator.xo8FrVn''get_ServiceLocator_Xo8FrVnService'false],
  2922.             'App\\Controller\\RegistrationController:register' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  2923.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2924.             'App\\Controller\\UserController:activateUser' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  2925.             'App\\Controller\\UserController:editUser' => ['privates''.service_locator.lPnvRCU''get_ServiceLocator_LPnvRCUService'false],
  2926.             'App\\Controller\\UserController:removeUser' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  2927.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2928.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2929.         ], [
  2930.             'App\\Controller\\AccountRecoveryController::forgot' => '?',
  2931.             'App\\Controller\\AccountRecoveryController::recovery' => '?',
  2932.             'App\\Controller\\ArticleEditController::create' => '?',
  2933.             'App\\Controller\\ArticleEditController::delete' => '?',
  2934.             'App\\Controller\\ArticleEditController::edit' => '?',
  2935.             'App\\Controller\\ConsumptionController::consume' => '?',
  2936.             'App\\Controller\\ConsumptionController::consumptionStartPage' => '?',
  2937.             'App\\Controller\\ConsumptionController::consumptionUserPage' => '?',
  2938.             'App\\Controller\\ContactController::contact' => '?',
  2939.             'App\\Controller\\ContractsController::displayAdminContract' => '?',
  2940.             'App\\Controller\\ContractsController::displayAdminContracts' => '?',
  2941.             'App\\Controller\\EvInvoiceController::createInvoices' => '?',
  2942.             'App\\Controller\\EvInvoiceController::display' => '?',
  2943.             'App\\Controller\\FilesController::deleteFile' => '?',
  2944.             'App\\Controller\\FilesController::files' => '?',
  2945.             'App\\Controller\\FilesController::getFile' => '?',
  2946.             'App\\Controller\\ImagesController::uploadImage' => '?',
  2947.             'App\\Controller\\InvoiceController::createInvoices' => '?',
  2948.             'App\\Controller\\InvoiceController::display' => '?',
  2949.             'App\\Controller\\ProductEditController::create' => '?',
  2950.             'App\\Controller\\ProductEditController::delete' => '?',
  2951.             'App\\Controller\\ProductEditController::edit' => '?',
  2952.             'App\\Controller\\ProfileController::profile' => '?',
  2953.             'App\\Controller\\PropertyController::displayAdminProperties' => '?',
  2954.             'App\\Controller\\RegistrationController::register' => '?',
  2955.             'App\\Controller\\SecurityController::login' => '?',
  2956.             'App\\Controller\\UserController::activateUser' => '?',
  2957.             'App\\Controller\\UserController::editUser' => '?',
  2958.             'App\\Controller\\UserController::removeUser' => '?',
  2959.             'kernel::loadRoutes' => '?',
  2960.             'kernel::registerContainerConfiguration' => '?',
  2961.             'App\\Controller\\AccountRecoveryController:forgot' => '?',
  2962.             'App\\Controller\\AccountRecoveryController:recovery' => '?',
  2963.             'App\\Controller\\ArticleEditController:create' => '?',
  2964.             'App\\Controller\\ArticleEditController:delete' => '?',
  2965.             'App\\Controller\\ArticleEditController:edit' => '?',
  2966.             'App\\Controller\\ConsumptionController:consume' => '?',
  2967.             'App\\Controller\\ConsumptionController:consumptionStartPage' => '?',
  2968.             'App\\Controller\\ConsumptionController:consumptionUserPage' => '?',
  2969.             'App\\Controller\\ContactController:contact' => '?',
  2970.             'App\\Controller\\ContractsController:displayAdminContract' => '?',
  2971.             'App\\Controller\\ContractsController:displayAdminContracts' => '?',
  2972.             'App\\Controller\\EvInvoiceController:createInvoices' => '?',
  2973.             'App\\Controller\\EvInvoiceController:display' => '?',
  2974.             'App\\Controller\\FilesController:deleteFile' => '?',
  2975.             'App\\Controller\\FilesController:files' => '?',
  2976.             'App\\Controller\\FilesController:getFile' => '?',
  2977.             'App\\Controller\\ImagesController:uploadImage' => '?',
  2978.             'App\\Controller\\InvoiceController:createInvoices' => '?',
  2979.             'App\\Controller\\InvoiceController:display' => '?',
  2980.             'App\\Controller\\ProductEditController:create' => '?',
  2981.             'App\\Controller\\ProductEditController:delete' => '?',
  2982.             'App\\Controller\\ProductEditController:edit' => '?',
  2983.             'App\\Controller\\ProfileController:profile' => '?',
  2984.             'App\\Controller\\PropertyController:displayAdminProperties' => '?',
  2985.             'App\\Controller\\RegistrationController:register' => '?',
  2986.             'App\\Controller\\SecurityController:login' => '?',
  2987.             'App\\Controller\\UserController:activateUser' => '?',
  2988.             'App\\Controller\\UserController:editUser' => '?',
  2989.             'App\\Controller\\UserController:removeUser' => '?',
  2990.             'kernel:loadRoutes' => '?',
  2991.             'kernel:registerContainerConfiguration' => '?',
  2992.         ]);
  2993.     }
  2994.     /**
  2995.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2996.      *
  2997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2998.      */
  2999.     protected function get_ServiceLocator_UDgw6OlService()
  3000.     {
  3001.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3002.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3003.         ], [
  3004.             'authenticationUtils' => '?',
  3005.         ]);
  3006.     }
  3007.     /**
  3008.      * Gets the private '.service_locator.W0J6jy2' shared service.
  3009.      *
  3010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3011.      */
  3012.     protected function get_ServiceLocator_W0J6jy2Service()
  3013.     {
  3014.         return $this->privates['.service_locator.W0J6jy2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3015.             'contractService' => ['privates''App\\Service\\ContractService''getContractServiceService'false],
  3016.             'invoiceService' => ['privates''App\\Service\\InvoiceService''getInvoiceServiceService'false],
  3017.         ], [
  3018.             'contractService' => 'App\\Service\\ContractService',
  3019.             'invoiceService' => 'App\\Service\\InvoiceService',
  3020.         ]);
  3021.     }
  3022.     /**
  3023.      * Gets the private '.service_locator.XuvfemJ' shared service.
  3024.      *
  3025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3026.      */
  3027.     protected function get_ServiceLocator_XuvfemJService()
  3028.     {
  3029.         return $this->privates['.service_locator.XuvfemJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3030.             'imageUploader' => ['privates''App\\Service\\ImageUploader''getImageUploaderService'false],
  3031.         ], [
  3032.             'imageUploader' => 'App\\Service\\ImageUploader',
  3033.         ]);
  3034.     }
  3035.     /**
  3036.      * Gets the private '.service_locator.bHmQ0wm' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3039.      */
  3040.     protected function get_ServiceLocator_BHmQ0wmService()
  3041.     {
  3042.         return $this->privates['.service_locator.bHmQ0wm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3043.             'invoiceService' => ['privates''App\\Service\\EvInvoiceService''getEvInvoiceServiceService'false],
  3044.         ], [
  3045.             'invoiceService' => 'App\\Service\\EvInvoiceService',
  3046.         ]);
  3047.     }
  3048.     /**
  3049.      * Gets the private '.service_locator.jlyTfzM' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3052.      */
  3053.     protected function get_ServiceLocator_JlyTfzMService()
  3054.     {
  3055.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3056.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3057.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3058.         ], [
  3059.             'event_dispatcher' => '?',
  3060.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3061.         ]);
  3062.     }
  3063.     /**
  3064.      * Gets the private '.service_locator.lPnvRCU' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3067.      */
  3068.     protected function get_ServiceLocator_LPnvRCUService()
  3069.     {
  3070.         return $this->privates['.service_locator.lPnvRCU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3071.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3072.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3073.         ], [
  3074.             'passwordEncoder' => '?',
  3075.             'security' => '?',
  3076.         ]);
  3077.     }
  3078.     /**
  3079.      * Gets the private '.service_locator.pwZ6MTM' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3082.      */
  3083.     protected function get_ServiceLocator_PwZ6MTMService()
  3084.     {
  3085.         return $this->privates['.service_locator.pwZ6MTM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3086.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3087.         ], [
  3088.             'passwordEncoder' => '?',
  3089.         ]);
  3090.     }
  3091.     /**
  3092.      * Gets the private '.service_locator.q7GwM63' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3095.      */
  3096.     protected function get_ServiceLocator_Q7GwM63Service()
  3097.     {
  3098.         return $this->privates['.service_locator.q7GwM63'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3099.             'imageUploader' => ['privates''App\\Service\\ImageUploader''getImageUploaderService'false],
  3100.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3101.         ], [
  3102.             'imageUploader' => 'App\\Service\\ImageUploader',
  3103.             'passwordEncoder' => '?',
  3104.         ]);
  3105.     }
  3106.     /**
  3107.      * Gets the private '.service_locator.vuy_t5I' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3110.      */
  3111.     protected function get_ServiceLocator_VuyT5IService()
  3112.     {
  3113.         return $this->privates['.service_locator.vuy_t5I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3114.             'invoiceService' => ['privates''App\\Service\\InvoiceService''getInvoiceServiceService'false],
  3115.         ], [
  3116.             'invoiceService' => 'App\\Service\\InvoiceService',
  3117.         ]);
  3118.     }
  3119.     /**
  3120.      * Gets the private '.service_locator.xCU4G7n' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3123.      */
  3124.     protected function get_ServiceLocator_XCU4G7nService()
  3125.     {
  3126.         return $this->privates['.service_locator.xCU4G7n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3127.             'fileUploader' => ['privates''App\\Service\\FileUploader''getFileUploaderService'false],
  3128.         ], [
  3129.             'fileUploader' => 'App\\Service\\FileUploader',
  3130.         ]);
  3131.     }
  3132.     /**
  3133.      * Gets the private '.service_locator.xo8FrVn' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3136.      */
  3137.     protected function get_ServiceLocator_Xo8FrVnService()
  3138.     {
  3139.         return $this->privates['.service_locator.xo8FrVn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3140.             'propertyService' => ['privates''App\\Service\\PropertyService''getPropertyServiceService'false],
  3141.         ], [
  3142.             'propertyService' => 'App\\Service\\PropertyService',
  3143.         ]);
  3144.     }
  3145.     /**
  3146.      * Gets the private '.service_locator.zJyh7qS' shared service.
  3147.      *
  3148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3149.      */
  3150.     protected function get_ServiceLocator_ZJyh7qSService()
  3151.     {
  3152.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3153.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3154.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3155.         ], [
  3156.             'security.firewall.map.context.dev' => '?',
  3157.             'security.firewall.map.context.main' => '?',
  3158.         ]);
  3159.     }
  3160.     /**
  3161.      * Gets the private '.session.deprecated' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3164.      */
  3165.     protected function get_Session_DeprecatedService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3169.         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();
  3170.     }
  3171.     /**
  3172.      * Gets the private '.twig.command.debug.lazy' shared service.
  3173.      *
  3174.      * @return \Symfony\Component\Console\Command\LazyCommand
  3175.      */
  3176.     protected function get_Twig_Command_Debug_LazyService()
  3177.     {
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3180.         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 {
  3181.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3182.         });
  3183.     }
  3184.     /**
  3185.      * Gets the private '.twig.command.lint.lazy' shared service.
  3186.      *
  3187.      * @return \Symfony\Component\Console\Command\LazyCommand
  3188.      */
  3189.     protected function get_Twig_Command_Lint_LazyService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3193.         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 {
  3194.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3195.         });
  3196.     }
  3197.     /**
  3198.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3199.      *
  3200.      * @return \Symfony\Component\Console\Command\LazyCommand
  3201.      */
  3202.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3203.     {
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3206.         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 {
  3207.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3208.         });
  3209.     }
  3210.     /**
  3211.      * Gets the private 'App\Command\UpdateCommentsNumberCommand' shared autowired service.
  3212.      *
  3213.      * @return \App\Command\UpdateCommentsNumberCommand
  3214.      */
  3215.     protected function getUpdateCommentsNumberCommandService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3218.         include_once \dirname(__DIR__4).'/src/Command/UpdateCommentsNumberCommand.php';
  3219.         $this->privates['App\\Command\\UpdateCommentsNumberCommand'] = $instance = new \App\Command\UpdateCommentsNumberCommand();
  3220.         $instance->setName('app:update-comments-number');
  3221.         return $instance;
  3222.     }
  3223.     /**
  3224.      * Gets the private 'App\EventListener\ActivityListener' shared autowired service.
  3225.      *
  3226.      * @return \App\EventListener\ActivityListener
  3227.      */
  3228.     protected function getActivityListenerService()
  3229.     {
  3230.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3231.         if (isset($this->privates['App\\EventListener\\ActivityListener'])) {
  3232.             return $this->privates['App\\EventListener\\ActivityListener'];
  3233.         }
  3234.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3235.         if (isset($this->privates['App\\EventListener\\ActivityListener'])) {
  3236.             return $this->privates['App\\EventListener\\ActivityListener'];
  3237.         }
  3238.         return $this->privates['App\\EventListener\\ActivityListener'] = new \App\EventListener\ActivityListener($a$b);
  3239.     }
  3240.     /**
  3241.      * Gets the private 'App\Form\RegistrationFormType' shared autowired service.
  3242.      *
  3243.      * @return \App\Form\RegistrationFormType
  3244.      */
  3245.     protected function getRegistrationFormTypeService()
  3246.     {
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3249.         include_once \dirname(__DIR__4).'/src/Form/RegistrationFormType.php';
  3250.         return $this->privates['App\\Form\\RegistrationFormType'] = new \App\Form\RegistrationFormType();
  3251.     }
  3252.     /**
  3253.      * Gets the private 'App\Form\Type\ArticleType' shared autowired service.
  3254.      *
  3255.      * @return \App\Form\Type\ArticleType
  3256.      */
  3257.     protected function getArticleTypeService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3261.         include_once \dirname(__DIR__4).'/src/Form/Type/ArticleType.php';
  3262.         return $this->privates['App\\Form\\Type\\ArticleType'] = new \App\Form\Type\ArticleType();
  3263.     }
  3264.     /**
  3265.      * Gets the private 'App\Form\Type\CalendarEventType' shared autowired service.
  3266.      *
  3267.      * @return \App\Form\Type\CalendarEventType
  3268.      */
  3269.     protected function getCalendarEventTypeService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3273.         include_once \dirname(__DIR__4).'/src/Form/Type/CalendarEventType.php';
  3274.         return $this->privates['App\\Form\\Type\\CalendarEventType'] = new \App\Form\Type\CalendarEventType();
  3275.     }
  3276.     /**
  3277.      * Gets the private 'App\Form\Type\ChangePasswordType' shared autowired service.
  3278.      *
  3279.      * @return \App\Form\Type\ChangePasswordType
  3280.      */
  3281.     protected function getChangePasswordTypeService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3285.         include_once \dirname(__DIR__4).'/src/Form/Type/ChangePasswordType.php';
  3286.         return $this->privates['App\\Form\\Type\\ChangePasswordType'] = new \App\Form\Type\ChangePasswordType();
  3287.     }
  3288.     /**
  3289.      * Gets the private 'App\Form\Type\CommentType' shared autowired service.
  3290.      *
  3291.      * @return \App\Form\Type\CommentType
  3292.      */
  3293.     protected function getCommentTypeService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3297.         include_once \dirname(__DIR__4).'/src/Form/Type/CommentType.php';
  3298.         return $this->privates['App\\Form\\Type\\CommentType'] = new \App\Form\Type\CommentType();
  3299.     }
  3300.     /**
  3301.      * Gets the private 'App\Form\Type\ContactType' shared autowired service.
  3302.      *
  3303.      * @return \App\Form\Type\ContactType
  3304.      */
  3305.     protected function getContactTypeService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3309.         include_once \dirname(__DIR__4).'/src/Form/Type/ContactType.php';
  3310.         return $this->privates['App\\Form\\Type\\ContactType'] = new \App\Form\Type\ContactType();
  3311.     }
  3312.     /**
  3313.      * Gets the private 'App\Form\Type\CreateEvInvoiceBatchType' shared autowired service.
  3314.      *
  3315.      * @return \App\Form\Type\CreateEvInvoiceBatchType
  3316.      */
  3317.     protected function getCreateEvInvoiceBatchTypeService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3321.         include_once \dirname(__DIR__4).'/src/Form/Type/CreateEvInvoiceBatchType.php';
  3322.         return $this->privates['App\\Form\\Type\\CreateEvInvoiceBatchType'] = new \App\Form\Type\CreateEvInvoiceBatchType();
  3323.     }
  3324.     /**
  3325.      * Gets the private 'App\Form\Type\EditorType' shared autowired service.
  3326.      *
  3327.      * @return \App\Form\Type\EditorType
  3328.      */
  3329.     protected function getEditorTypeService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3333.         include_once \dirname(__DIR__4).'/src/Form/Type/EditorType.php';
  3334.         return $this->privates['App\\Form\\Type\\EditorType'] = new \App\Form\Type\EditorType();
  3335.     }
  3336.     /**
  3337.      * Gets the private 'App\Form\Type\FileUploadType' shared autowired service.
  3338.      *
  3339.      * @return \App\Form\Type\FileUploadType
  3340.      */
  3341.     protected function getFileUploadTypeService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3345.         include_once \dirname(__DIR__4).'/src/Form/Type/FileUploadType.php';
  3346.         return $this->privates['App\\Form\\Type\\FileUploadType'] = new \App\Form\Type\FileUploadType();
  3347.     }
  3348.     /**
  3349.      * Gets the private 'App\Form\Type\ForgotPasswordType' shared autowired service.
  3350.      *
  3351.      * @return \App\Form\Type\ForgotPasswordType
  3352.      */
  3353.     protected function getForgotPasswordTypeService()
  3354.     {
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3357.         include_once \dirname(__DIR__4).'/src/Form/Type/ForgotPasswordType.php';
  3358.         return $this->privates['App\\Form\\Type\\ForgotPasswordType'] = new \App\Form\Type\ForgotPasswordType();
  3359.     }
  3360.     /**
  3361.      * Gets the private 'App\Form\Type\ImageType' shared autowired service.
  3362.      *
  3363.      * @return \App\Form\Type\ImageType
  3364.      */
  3365.     protected function getImageTypeService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3369.         include_once \dirname(__DIR__4).'/src/Form/Type/ImageType.php';
  3370.         return $this->privates['App\\Form\\Type\\ImageType'] = new \App\Form\Type\ImageType();
  3371.     }
  3372.     /**
  3373.      * Gets the private 'App\Form\Type\ProductType' shared autowired service.
  3374.      *
  3375.      * @return \App\Form\Type\ProductType
  3376.      */
  3377.     protected function getProductTypeService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3381.         include_once \dirname(__DIR__4).'/src/Form/Type/ProductType.php';
  3382.         return $this->privates['App\\Form\\Type\\ProductType'] = new \App\Form\Type\ProductType();
  3383.     }
  3384.     /**
  3385.      * Gets the private 'App\Form\Type\ProfileFormType' shared autowired service.
  3386.      *
  3387.      * @return \App\Form\Type\ProfileFormType
  3388.      */
  3389.     protected function getProfileFormTypeService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3393.         include_once \dirname(__DIR__4).'/src/Form/Type/ProfileFormType.php';
  3394.         return $this->privates['App\\Form\\Type\\ProfileFormType'] = new \App\Form\Type\ProfileFormType();
  3395.     }
  3396.     /**
  3397.      * Gets the private 'App\Repository\ArticleRepository' shared autowired service.
  3398.      *
  3399.      * @return \App\Repository\ArticleRepository
  3400.      */
  3401.     protected function getArticleRepositoryService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3408.         include_once \dirname(__DIR__4).'/src/Repository/ArticleRepository.php';
  3409.         return $this->privates['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3410.     }
  3411.     /**
  3412.      * Gets the private 'App\Repository\CalendarEventRepository' shared autowired service.
  3413.      *
  3414.      * @return \App\Repository\CalendarEventRepository
  3415.      */
  3416.     protected function getCalendarEventRepositoryService()
  3417.     {
  3418.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3423.         include_once \dirname(__DIR__4).'/src/Repository/CalendarEventRepository.php';
  3424.         return $this->privates['App\\Repository\\CalendarEventRepository'] = new \App\Repository\CalendarEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3425.     }
  3426.     /**
  3427.      * Gets the private 'App\Repository\CommentRepository' shared autowired service.
  3428.      *
  3429.      * @return \App\Repository\CommentRepository
  3430.      */
  3431.     protected function getCommentRepositoryService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3438.         include_once \dirname(__DIR__4).'/src/Repository/CommentRepository.php';
  3439.         return $this->privates['App\\Repository\\CommentRepository'] = new \App\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3440.     }
  3441.     /**
  3442.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  3443.      *
  3444.      * @return \App\Repository\ContactRepository
  3445.      */
  3446.     protected function getContactRepositoryService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3453.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  3454.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3455.     }
  3456.     /**
  3457.      * Gets the private 'App\Repository\FileRepository' shared autowired service.
  3458.      *
  3459.      * @return \App\Repository\FileRepository
  3460.      */
  3461.     protected function getFileRepositoryService()
  3462.     {
  3463.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3468.         include_once \dirname(__DIR__4).'/src/Repository/FileRepository.php';
  3469.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3470.         if (isset($this->privates['App\\Repository\\FileRepository'])) {
  3471.             return $this->privates['App\\Repository\\FileRepository'];
  3472.         }
  3473.         return $this->privates['App\\Repository\\FileRepository'] = new \App\Repository\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  3474.     }
  3475.     /**
  3476.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  3477.      *
  3478.      * @return \App\Repository\ImageRepository
  3479.      */
  3480.     protected function getImageRepositoryService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3487.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  3488.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  3492.      *
  3493.      * @return \App\Repository\ProductRepository
  3494.      */
  3495.     protected function getProductRepositoryService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3502.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  3503.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'App\Repository\UserRecoveryRepository' shared autowired service.
  3507.      *
  3508.      * @return \App\Repository\UserRecoveryRepository
  3509.      */
  3510.     protected function getUserRecoveryRepositoryService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3517.         include_once \dirname(__DIR__4).'/src/Repository/UserRecoveryRepository.php';
  3518.         return $this->privates['App\\Repository\\UserRecoveryRepository'] = new \App\Repository\UserRecoveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3522.      *
  3523.      * @return \App\Repository\UserRepository
  3524.      */
  3525.     protected function getUserRepositoryService()
  3526.     {
  3527.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3529.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3533.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3534.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3535.     }
  3536.     /**
  3537.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  3538.      *
  3539.      * @return \App\Security\LoginFormAuthenticator
  3540.      */
  3541.     protected function getLoginFormAuthenticatorService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3549.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  3550.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3551.         if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
  3552.             return $this->privates['App\\Security\\LoginFormAuthenticator'];
  3553.         }
  3554.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  3555.     }
  3556.     /**
  3557.      * Gets the private 'App\Service\ConsumptionService' shared autowired service.
  3558.      *
  3559.      * @return \App\Service\ConsumptionService
  3560.      */
  3561.     protected function getConsumptionServiceService()
  3562.     {
  3563.         include_once \dirname(__DIR__4).'/src/Service/ConsumptionService.php';
  3564.         return $this->privates['App\\Service\\ConsumptionService'] = new \App\Service\ConsumptionService((\dirname(__DIR__3).'/files'), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  3565.     }
  3566.     /**
  3567.      * Gets the private 'App\Service\ContractService' shared autowired service.
  3568.      *
  3569.      * @return \App\Service\ContractService
  3570.      */
  3571.     protected function getContractServiceService()
  3572.     {
  3573.         include_once \dirname(__DIR__4).'/src/Service/ContractService.php';
  3574.         return $this->privates['App\\Service\\ContractService'] = new \App\Service\ContractService(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3575.     }
  3576.     /**
  3577.      * Gets the private 'App\Service\EvInvoiceService' shared autowired service.
  3578.      *
  3579.      * @return \App\Service\EvInvoiceService
  3580.      */
  3581.     protected function getEvInvoiceServiceService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/src/Service/EvInvoiceService.php';
  3584.         return $this->privates['App\\Service\\EvInvoiceService'] = new \App\Service\EvInvoiceService((\dirname(__DIR__3).'/files'), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['App\\Service\\ConsumptionService'] ?? $this->getConsumptionServiceService()));
  3585.     }
  3586.     /**
  3587.      * Gets the private 'App\Service\FileUploader' shared autowired service.
  3588.      *
  3589.      * @return \App\Service\FileUploader
  3590.      */
  3591.     protected function getFileUploaderService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/src/Service/FileUploader.php';
  3594.         return $this->privates['App\\Service\\FileUploader'] = new \App\Service\FileUploader((\dirname(__DIR__3).'/files'));
  3595.     }
  3596.     /**
  3597.      * Gets the private 'App\Service\ImageUploader' shared autowired service.
  3598.      *
  3599.      * @return \App\Service\ImageUploader
  3600.      */
  3601.     protected function getImageUploaderService()
  3602.     {
  3603.         include_once \dirname(__DIR__4).'/src/Service/ImageUploader.php';
  3604.         return $this->privates['App\\Service\\ImageUploader'] = new \App\Service\ImageUploader((\dirname(__DIR__4).'/public/img'));
  3605.     }
  3606.     /**
  3607.      * Gets the private 'App\Service\InvoiceService' shared autowired service.
  3608.      *
  3609.      * @return \App\Service\InvoiceService
  3610.      */
  3611.     protected function getInvoiceServiceService()
  3612.     {
  3613.         include_once \dirname(__DIR__4).'/src/Service/InvoiceService.php';
  3614.         return $this->privates['App\\Service\\InvoiceService'] = new \App\Service\InvoiceService((\dirname(__DIR__3).'/files'), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['App\\Service\\ConsumptionService'] ?? $this->getConsumptionServiceService()));
  3615.     }
  3616.     /**
  3617.      * Gets the private 'App\Service\PropertyService' shared autowired service.
  3618.      *
  3619.      * @return \App\Service\PropertyService
  3620.      */
  3621.     protected function getPropertyServiceService()
  3622.     {
  3623.         include_once \dirname(__DIR__4).'/src/Service/PropertyService.php';
  3624.         return $this->privates['App\\Service\\PropertyService'] = new \App\Service\PropertyService(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3625.     }
  3626.     /**
  3627.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3628.      *
  3629.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3630.      */
  3631.     protected function getManagerRegistryAwareConnectionProviderService()
  3632.     {
  3633.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3635.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3636.     }
  3637.     /**
  3638.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3639.      *
  3640.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3641.      */
  3642.     protected function getRunSqlCommandService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3646.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3647.         $instance->setName('dbal:run-sql');
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the private 'annotations.cache_adapter' shared service.
  3652.      *
  3653.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3654.      */
  3655.     protected function getAnnotations_CacheAdapterService()
  3656.     {
  3657.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3658.     }
  3659.     /**
  3660.      * Gets the private 'annotations.cache_warmer' shared service.
  3661.      *
  3662.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3663.      */
  3664.     protected function getAnnotations_CacheWarmerService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3669.         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);
  3670.     }
  3671.     /**
  3672.      * Gets the private 'annotations.cached_reader' shared service.
  3673.      *
  3674.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3675.      */
  3676.     protected function getAnnotations_CachedReaderService()
  3677.     {
  3678.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3679.     }
  3680.     /**
  3681.      * Gets the private 'annotations.reader' shared service.
  3682.      *
  3683.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3684.      */
  3685.     protected function getAnnotations_ReaderService()
  3686.     {
  3687.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3688.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3689.         $a->registerUniqueLoader('class_exists');
  3690.         $instance->addGlobalIgnoredName('required'$a);
  3691.         return $instance;
  3692.     }
  3693.     /**
  3694.      * Gets the private 'cache.annotations' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3697.      */
  3698.     protected function getCache_AnnotationsService()
  3699.     {
  3700.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ji9yNe+QrM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3701.     }
  3702.     /**
  3703.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3704.      *
  3705.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3706.      */
  3707.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3708.     {
  3709.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3710.     }
  3711.     /**
  3712.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3713.      *
  3714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3715.      */
  3716.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3717.     {
  3718.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3719.     }
  3720.     /**
  3721.      * Gets the private 'cache.property_info' shared service.
  3722.      *
  3723.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3724.      */
  3725.     protected function getCache_PropertyInfoService()
  3726.     {
  3727.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Hdw5Nu+NR4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3728.     }
  3729.     /**
  3730.      * Gets the private 'cache.security_expression_language' shared service.
  3731.      *
  3732.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3733.      */
  3734.     protected function getCache_SecurityExpressionLanguageService()
  3735.     {
  3736.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nvvoeU0UF-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3737.     }
  3738.     /**
  3739.      * Gets the private 'cache.serializer' shared service.
  3740.      *
  3741.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3742.      */
  3743.     protected function getCache_SerializerService()
  3744.     {
  3745.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XWrUqunbkP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3746.     }
  3747.     /**
  3748.      * Gets the private 'cache.validator' shared service.
  3749.      *
  3750.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3751.      */
  3752.     protected function getCache_ValidatorService()
  3753.     {
  3754.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pZ9Ovtk1dK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3755.     }
  3756.     /**
  3757.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3758.      *
  3759.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3760.      */
  3761.     protected function getCachePoolClearer_CacheWarmerService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3765.         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']);
  3766.     }
  3767.     /**
  3768.      * Gets the private 'config_builder.warmer' shared service.
  3769.      *
  3770.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3771.      */
  3772.     protected function getConfigBuilder_WarmerService()
  3773.     {
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3776.         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()));
  3777.     }
  3778.     /**
  3779.      * Gets the private 'config_cache_factory' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3782.      */
  3783.     protected function getConfigCacheFactoryService()
  3784.     {
  3785.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3786.             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)));
  3787.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3788.         }, 2));
  3789.     }
  3790.     /**
  3791.      * Gets the private 'console.command.about' shared service.
  3792.      *
  3793.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3794.      */
  3795.     protected function getConsole_Command_AboutService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3799.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3800.         $instance->setName('about');
  3801.         $instance->setDescription('Display information about the current project');
  3802.         return $instance;
  3803.     }
  3804.     /**
  3805.      * Gets the private 'console.command.assets_install' shared service.
  3806.      *
  3807.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3808.      */
  3809.     protected function getConsole_Command_AssetsInstallService()
  3810.     {
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3814.         $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));
  3815.         $instance->setName('assets:install');
  3816.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3817.         return $instance;
  3818.     }
  3819.     /**
  3820.      * Gets the private 'console.command.cache_clear' shared service.
  3821.      *
  3822.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3823.      */
  3824.     protected function getConsole_Command_CacheClearService()
  3825.     {
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3829.         $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())));
  3830.         $instance->setName('cache:clear');
  3831.         $instance->setDescription('Clear the cache');
  3832.         return $instance;
  3833.     }
  3834.     /**
  3835.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3836.      *
  3837.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3838.      */
  3839.     protected function getConsole_Command_CachePoolClearService()
  3840.     {
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3843.         $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.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  3844.         $instance->setName('cache:pool:clear');
  3845.         $instance->setDescription('Clear cache pools');
  3846.         return $instance;
  3847.     }
  3848.     /**
  3849.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3850.      *
  3851.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3852.      */
  3853.     protected function getConsole_Command_CachePoolDeleteService()
  3854.     {
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3857.         $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.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  3858.         $instance->setName('cache:pool:delete');
  3859.         $instance->setDescription('Delete an item from a cache pool');
  3860.         return $instance;
  3861.     }
  3862.     /**
  3863.      * Gets the private 'console.command.cache_pool_list' shared service.
  3864.      *
  3865.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3866.      */
  3867.     protected function getConsole_Command_CachePoolListService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3871.         $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.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  3872.         $instance->setName('cache:pool:list');
  3873.         $instance->setDescription('List available cache pools');
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3878.      *
  3879.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3880.      */
  3881.     protected function getConsole_Command_CachePoolPruneService()
  3882.     {
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3885.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3886.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3887.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3888.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3889.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3890.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3891.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3892.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3893.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3894.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3895.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3896.         }, 10));
  3897.         $instance->setName('cache:pool:prune');
  3898.         $instance->setDescription('Prune cache pools');
  3899.         return $instance;
  3900.     }
  3901.     /**
  3902.      * Gets the private 'console.command.cache_warmup' shared service.
  3903.      *
  3904.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3905.      */
  3906.     protected function getConsole_Command_CacheWarmupService()
  3907.     {
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3910.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3911.         $instance->setName('cache:warmup');
  3912.         $instance->setDescription('Warm up an empty cache');
  3913.         return $instance;
  3914.     }
  3915.     /**
  3916.      * Gets the private 'console.command.config_debug' shared service.
  3917.      *
  3918.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3919.      */
  3920.     protected function getConsole_Command_ConfigDebugService()
  3921.     {
  3922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3927.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3928.         $instance->setName('debug:config');
  3929.         $instance->setDescription('Dump the current configuration for an extension');
  3930.         return $instance;
  3931.     }
  3932.     /**
  3933.      * Gets the private 'console.command.config_dump_reference' shared service.
  3934.      *
  3935.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3936.      */
  3937.     protected function getConsole_Command_ConfigDumpReferenceService()
  3938.     {
  3939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3944.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3945.         $instance->setName('config:dump-reference');
  3946.         $instance->setDescription('Dump the default configuration for an extension');
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the private 'console.command.container_debug' shared service.
  3951.      *
  3952.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3953.      */
  3954.     protected function getConsole_Command_ContainerDebugService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3959.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3960.         $instance->setName('debug:container');
  3961.         $instance->setDescription('Display current services for an application');
  3962.         return $instance;
  3963.     }
  3964.     /**
  3965.      * Gets the private 'console.command.container_lint' shared service.
  3966.      *
  3967.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3968.      */
  3969.     protected function getConsole_Command_ContainerLintService()
  3970.     {
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3973.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3974.         $instance->setName('lint:container');
  3975.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3976.         return $instance;
  3977.     }
  3978.     /**
  3979.      * Gets the private 'console.command.debug_autowiring' shared service.
  3980.      *
  3981.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3982.      */
  3983.     protected function getConsole_Command_DebugAutowiringService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3989.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3990.         $instance->setName('debug:autowiring');
  3991.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3992.         return $instance;
  3993.     }
  3994.     /**
  3995.      * Gets the private 'console.command.dotenv_debug' shared service.
  3996.      *
  3997.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3998.      */
  3999.     protected function getConsole_Command_DotenvDebugService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4003.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  4004.         $instance->setName('debug:dotenv');
  4005.         $instance->setDescription('Lists all dotenv files with variables and values');
  4006.         return $instance;
  4007.     }
  4008.     /**
  4009.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4010.      *
  4011.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4012.      */
  4013.     protected function getConsole_Command_EventDispatcherDebugService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4017.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  4018.         $instance->setName('debug:event-dispatcher');
  4019.         $instance->setDescription('Display configured listeners for an application');
  4020.         return $instance;
  4021.     }
  4022.     /**
  4023.      * Gets the private 'console.command.form_debug' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\Form\Command\DebugCommand
  4026.      */
  4027.     protected function getConsole_Command_FormDebugService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4031.         $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\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\RegistrationFormType'=> 'App\\Form\\Type\\ArticleType'=> 'App\\Form\\Type\\CalendarEventType'=> 'App\\Form\\Type\\ChangePasswordType'=> 'App\\Form\\Type\\CommentType'=> 'App\\Form\\Type\\ContactType'=> 'App\\Form\\Type\\CreateEvInvoiceBatchType'=> 'App\\Form\\Type\\EditorType'=> 'App\\Form\\Type\\FileUploadType'=> 'App\\Form\\Type\\ForgotPasswordType'10 => 'App\\Form\\Type\\ImageType'11 => 'App\\Form\\Type\\ProductType'12 => 'App\\Form\\Type\\ProfileFormType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'17 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4032.         $instance->setName('debug:form');
  4033.         $instance->setDescription('Display form type information');
  4034.         return $instance;
  4035.     }
  4036.     /**
  4037.      * Gets the private 'console.command.router_debug' shared service.
  4038.      *
  4039.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4040.      */
  4041.     protected function getConsole_Command_RouterDebugService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4046.         $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()));
  4047.         $instance->setName('debug:router');
  4048.         $instance->setDescription('Display current routes for an application');
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the private 'console.command.router_match' shared service.
  4053.      *
  4054.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4055.      */
  4056.     protected function getConsole_Command_RouterMatchService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4060.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4061.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4062.         }, 1));
  4063.         $instance->setName('router:match');
  4064.         $instance->setDescription('Help debug routes by simulating a path info match');
  4065.         return $instance;
  4066.     }
  4067.     /**
  4068.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4069.      *
  4070.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4071.      */
  4072.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4073.     {
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4078.         $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')))));
  4079.         $instance->setName('secrets:decrypt-to-local');
  4080.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4081.         return $instance;
  4082.     }
  4083.     /**
  4084.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4085.      *
  4086.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4087.      */
  4088.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4094.         $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')))));
  4095.         $instance->setName('secrets:encrypt-from-local');
  4096.         $instance->setDescription('Encrypt all local secrets to the vault');
  4097.         return $instance;
  4098.     }
  4099.     /**
  4100.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4101.      *
  4102.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4103.      */
  4104.     protected function getConsole_Command_SecretsGenerateKeyService()
  4105.     {
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4110.         $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')))));
  4111.         $instance->setName('secrets:generate-keys');
  4112.         $instance->setDescription('Generate new encryption keys');
  4113.         return $instance;
  4114.     }
  4115.     /**
  4116.      * Gets the private 'console.command.secrets_list' shared service.
  4117.      *
  4118.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4119.      */
  4120.     protected function getConsole_Command_SecretsListService()
  4121.     {
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4126.         $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')))));
  4127.         $instance->setName('secrets:list');
  4128.         $instance->setDescription('List all secrets');
  4129.         return $instance;
  4130.     }
  4131.     /**
  4132.      * Gets the private 'console.command.secrets_remove' shared service.
  4133.      *
  4134.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4135.      */
  4136.     protected function getConsole_Command_SecretsRemoveService()
  4137.     {
  4138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4142.         $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')))));
  4143.         $instance->setName('secrets:remove');
  4144.         $instance->setDescription('Remove a secret from the vault');
  4145.         return $instance;
  4146.     }
  4147.     /**
  4148.      * Gets the private 'console.command.secrets_set' shared service.
  4149.      *
  4150.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4151.      */
  4152.     protected function getConsole_Command_SecretsSetService()
  4153.     {
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4158.         $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')))));
  4159.         $instance->setName('secrets:set');
  4160.         $instance->setDescription('Set a secret in the vault');
  4161.         return $instance;
  4162.     }
  4163.     /**
  4164.      * Gets the private 'console.command.translation_debug' shared service.
  4165.      *
  4166.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4167.      */
  4168.     protected function getConsole_Command_TranslationDebugService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4172.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4173.         $instance->setName('debug:translation');
  4174.         $instance->setDescription('Display translation messages information');
  4175.         return $instance;
  4176.     }
  4177.     /**
  4178.      * Gets the private 'console.command.translation_extract' shared service.
  4179.      *
  4180.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4181.      */
  4182.     protected function getConsole_Command_TranslationExtractService()
  4183.     {
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4186.         $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()), 'sv', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4187.         $instance->setName('translation:extract');
  4188.         $instance->setAliases([=> 'translation:update']);
  4189.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4190.         return $instance;
  4191.     }
  4192.     /**
  4193.      * Gets the private 'console.command.translation_pull' shared service.
  4194.      *
  4195.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4196.      */
  4197.     protected function getConsole_Command_TranslationPullService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4202.         $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()), 'sv', [], []);
  4203.         $instance->setName('translation:pull');
  4204.         $instance->setDescription('Pull translations from a given provider.');
  4205.         return $instance;
  4206.     }
  4207.     /**
  4208.      * Gets the private 'console.command.translation_push' shared service.
  4209.      *
  4210.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4211.      */
  4212.     protected function getConsole_Command_TranslationPushService()
  4213.     {
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4217.         $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()), [], []);
  4218.         $instance->setName('translation:push');
  4219.         $instance->setDescription('Push translations to a given provider.');
  4220.         return $instance;
  4221.     }
  4222.     /**
  4223.      * Gets the private 'console.command.validator_debug' shared service.
  4224.      *
  4225.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4226.      */
  4227.     protected function getConsole_Command_ValidatorDebugService()
  4228.     {
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4231.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4232.         $instance->setName('debug:validator');
  4233.         $instance->setDescription('Display validation constraints for classes');
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'console.command.xliff_lint' shared service.
  4238.      *
  4239.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4240.      */
  4241.     protected function getConsole_Command_XliffLintService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4245.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4246.         $instance->setName('lint:xliff');
  4247.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4248.         return $instance;
  4249.     }
  4250.     /**
  4251.      * Gets the private 'console.command.yaml_lint' shared service.
  4252.      *
  4253.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4254.      */
  4255.     protected function getConsole_Command_YamlLintService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4260.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4261.         $instance->setName('lint:yaml');
  4262.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4263.         return $instance;
  4264.     }
  4265.     /**
  4266.      * Gets the private 'console.error_listener' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4269.      */
  4270.     protected function getConsole_ErrorListenerService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4273.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4274.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4275.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4276.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4277.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4278.     }
  4279.     /**
  4280.      * Gets the private 'container.env_var_processor' shared service.
  4281.      *
  4282.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4283.      */
  4284.     protected function getContainer_EnvVarProcessorService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4288.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4289.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4290.         }, 1));
  4291.     }
  4292.     /**
  4293.      * Gets the private 'container.getenv' shared service.
  4294.      *
  4295.      * @return \Closure
  4296.      */
  4297.     protected function getContainer_GetenvService()
  4298.     {
  4299.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4300.     }
  4301.     /**
  4302.      * Gets the private 'data_collector.form' shared service.
  4303.      *
  4304.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4305.      */
  4306.     protected function getDataCollector_FormService()
  4307.     {
  4308.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4309.     }
  4310.     /**
  4311.      * Gets the private 'data_collector.request' shared service.
  4312.      *
  4313.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4314.      */
  4315.     protected function getDataCollector_RequestService()
  4316.     {
  4317.         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())));
  4318.     }
  4319.     /**
  4320.      * Gets the private 'data_collector.request.session_collector' shared service.
  4321.      *
  4322.      * @return \Closure
  4323.      */
  4324.     protected function getDataCollector_Request_SessionCollectorService()
  4325.     {
  4326.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4327.     }
  4328.     /**
  4329.      * Gets the private 'debug.argument_resolver.default' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4332.      */
  4333.     protected function getDebug_ArgumentResolver_DefaultService()
  4334.     {
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4338.         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))));
  4339.     }
  4340.     /**
  4341.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4344.      */
  4345.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4346.     {
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4350.         $a = ($this->privates['.service_locator.NRS5I7E'] ?? $this->get_ServiceLocator_NRS5I7EService());
  4351.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  4352.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  4353.         }
  4354.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4355.     }
  4356.     /**
  4357.      * Gets the private 'debug.argument_resolver.request' shared service.
  4358.      *
  4359.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4360.      */
  4361.     protected function getDebug_ArgumentResolver_RequestService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4366.         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))));
  4367.     }
  4368.     /**
  4369.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4370.      *
  4371.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4372.      */
  4373.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4374.     {
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4378.         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))));
  4379.     }
  4380.     /**
  4381.      * Gets the private 'debug.argument_resolver.service' shared service.
  4382.      *
  4383.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4384.      */
  4385.     protected function getDebug_ArgumentResolver_ServiceService()
  4386.     {
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4390.         $a = ($this->privates['.service_locator.NRS5I7E'] ?? $this->get_ServiceLocator_NRS5I7EService());
  4391.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4392.             return $this->privates['debug.argument_resolver.service'];
  4393.         }
  4394.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4395.     }
  4396.     /**
  4397.      * Gets the private 'debug.argument_resolver.session' shared service.
  4398.      *
  4399.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4400.      */
  4401.     protected function getDebug_ArgumentResolver_SessionService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4406.         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))));
  4407.     }
  4408.     /**
  4409.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4410.      *
  4411.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4412.      */
  4413.     protected function getDebug_ArgumentResolver_VariadicService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4418.         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))));
  4419.     }
  4420.     /**
  4421.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4422.      *
  4423.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4424.      */
  4425.     protected function getDebug_DebugHandlersListenerService()
  4426.     {
  4427.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4428.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4429.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4430.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4431.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4432.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4433.     }
  4434.     /**
  4435.      * Gets the private 'debug.dump_listener' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4438.      */
  4439.     protected function getDebug_DumpListenerService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4443.         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()));
  4444.     }
  4445.     /**
  4446.      * Gets the private 'debug.file_link_formatter' shared service.
  4447.      *
  4448.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4449.      */
  4450.     protected function getDebug_FileLinkFormatterService()
  4451.     {
  4452.         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 () {
  4453.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4454.         });
  4455.     }
  4456.     /**
  4457.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4458.      *
  4459.      * @return \string
  4460.      */
  4461.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4462.     {
  4463.         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');
  4464.     }
  4465.     /**
  4466.      * Gets the private 'debug.log_processor' shared service.
  4467.      *
  4468.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4469.      */
  4470.     protected function getDebug_LogProcessorService()
  4471.     {
  4472.         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())));
  4473.     }
  4474.     /**
  4475.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4476.      *
  4477.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4478.      */
  4479.     protected function getDebug_Security_Access_DecisionManagerService()
  4480.     {
  4481.         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 () {
  4482.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4483.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4484.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4485.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4486.     }
  4487.     /**
  4488.      * Gets the private 'debug.security.firewall' shared service.
  4489.      *
  4490.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4491.      */
  4492.     protected function getDebug_Security_FirewallService()
  4493.     {
  4494.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4495.         if (isset($this->privates['debug.security.firewall'])) {
  4496.             return $this->privates['debug.security.firewall'];
  4497.         }
  4498.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4499.         if (isset($this->privates['debug.security.firewall'])) {
  4500.             return $this->privates['debug.security.firewall'];
  4501.         }
  4502.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4503.     }
  4504.     /**
  4505.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4508.      */
  4509.     protected function getDebug_Security_UserValueResolverService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4514.         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))));
  4515.     }
  4516.     /**
  4517.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4518.      *
  4519.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4520.      */
  4521.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4527.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4528.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4529.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4530.         }
  4531.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  4532.     }
  4533.     /**
  4534.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4535.      *
  4536.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4537.      */
  4538.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4544.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4545.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4546.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4547.         }
  4548.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4549.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4550.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4551.         }
  4552.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  4553.     }
  4554.     /**
  4555.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4556.      *
  4557.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4558.      */
  4559.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4566.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4567.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  4568.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  4569.         }
  4570.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  4571.     }
  4572.     /**
  4573.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4574.      *
  4575.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4576.      */
  4577.     protected function getDebug_Security_Voter_VoteListenerService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4580.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4581.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4582.             return $this->privates['debug.security.voter.vote_listener'];
  4583.         }
  4584.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4585.     }
  4586.     /**
  4587.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4588.      *
  4589.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4590.      */
  4591.     protected function getDoctrine_CacheClearMetadataCommandService()
  4592.     {
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4599.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4600.         $instance->setName('doctrine:cache:clear-metadata');
  4601.         return $instance;
  4602.     }
  4603.     /**
  4604.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4605.      *
  4606.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4607.      */
  4608.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4609.     {
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4616.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4617.         $instance->setName('doctrine:cache:clear-query');
  4618.         return $instance;
  4619.     }
  4620.     /**
  4621.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4622.      *
  4623.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4624.      */
  4625.     protected function getDoctrine_CacheClearResultCommandService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4633.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4634.         $instance->setName('doctrine:cache:clear-result');
  4635.         return $instance;
  4636.     }
  4637.     /**
  4638.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4639.      *
  4640.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4641.      */
  4642.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4650.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4651.         $instance->setName('doctrine:cache:clear-collection-region');
  4652.         return $instance;
  4653.     }
  4654.     /**
  4655.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4656.      *
  4657.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4658.      */
  4659.     protected function getDoctrine_ClearEntityRegionCommandService()
  4660.     {
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4667.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4668.         $instance->setName('doctrine:cache:clear-entity-region');
  4669.         return $instance;
  4670.     }
  4671.     /**
  4672.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4673.      *
  4674.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4675.      */
  4676.     protected function getDoctrine_ClearQueryRegionCommandService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4684.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4685.         $instance->setName('doctrine:cache:clear-query-region');
  4686.         return $instance;
  4687.     }
  4688.     /**
  4689.      * Gets the private 'doctrine.database_create_command' shared service.
  4690.      *
  4691.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4692.      */
  4693.     protected function getDoctrine_DatabaseCreateCommandService()
  4694.     {
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4698.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4699.         $instance->setName('doctrine:database:create');
  4700.         return $instance;
  4701.     }
  4702.     /**
  4703.      * Gets the private 'doctrine.database_drop_command' shared service.
  4704.      *
  4705.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4706.      */
  4707.     protected function getDoctrine_DatabaseDropCommandService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4712.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4713.         $instance->setName('doctrine:database:drop');
  4714.         return $instance;
  4715.     }
  4716.     /**
  4717.      * Gets the private 'doctrine.database_import_command' shared service.
  4718.      *
  4719.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4720.      */
  4721.     protected function getDoctrine_DatabaseImportCommandService()
  4722.     {
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4726.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4727.         $instance->setName('doctrine:database:import');
  4728.         return $instance;
  4729.     }
  4730.     /**
  4731.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4732.      *
  4733.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4734.      */
  4735.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4743.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4744.         $instance->setName('doctrine:ensure-production-settings');
  4745.         return $instance;
  4746.     }
  4747.     /**
  4748.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4749.      *
  4750.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4751.      */
  4752.     protected function getDoctrine_MappingConvertCommandService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4760.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4761.         $instance->setName('doctrine:mapping:convert');
  4762.         return $instance;
  4763.     }
  4764.     /**
  4765.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4766.      *
  4767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4768.      */
  4769.     protected function getDoctrine_MappingImportCommandService()
  4770.     {
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4774.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4775.         $instance->setName('doctrine:mapping:import');
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4780.      *
  4781.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4782.      */
  4783.     protected function getDoctrine_MappingInfoCommandService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4791.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4792.         $instance->setName('doctrine:mapping:info');
  4793.         return $instance;
  4794.     }
  4795.     /**
  4796.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4797.      *
  4798.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4799.      */
  4800.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4804.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4805.     }
  4806.     /**
  4807.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4808.      *
  4809.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4810.      */
  4811.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4812.     {
  4813.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  4814.     }
  4815.     /**
  4816.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4817.      *
  4818.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4819.      */
  4820.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4823.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4824.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  4825.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  4826.         }
  4827.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  4828.     }
  4829.     /**
  4830.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4831.      *
  4832.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4833.      */
  4834.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4837.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4838.     }
  4839.     /**
  4840.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4841.      *
  4842.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4843.      */
  4844.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4848.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4849.     }
  4850.     /**
  4851.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4852.      *
  4853.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4854.      */
  4855.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4859.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4860.             return new \EmptyIterator();
  4861.         }, 0));
  4862.     }
  4863.     /**
  4864.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4865.      *
  4866.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4867.      */
  4868.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4872.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4873.     }
  4874.     /**
  4875.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4876.      *
  4877.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4878.      */
  4879.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4880.     {
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4883.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4884.     }
  4885.     /**
  4886.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4887.      *
  4888.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4889.      */
  4890.     protected function getDoctrine_Orm_Validator_UniqueService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4895.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4896.     }
  4897.     /**
  4898.      * Gets the private 'doctrine.query_dql_command' shared service.
  4899.      *
  4900.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4901.      */
  4902.     protected function getDoctrine_QueryDqlCommandService()
  4903.     {
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4910.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4911.         $instance->setName('doctrine:query:dql');
  4912.         return $instance;
  4913.     }
  4914.     /**
  4915.      * Gets the private 'doctrine.query_sql_command' shared service.
  4916.      *
  4917.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4918.      */
  4919.     protected function getDoctrine_QuerySqlCommandService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4924.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4925.         $instance->setName('doctrine:query:sql');
  4926.         return $instance;
  4927.     }
  4928.     /**
  4929.      * Gets the private 'doctrine.schema_create_command' shared service.
  4930.      *
  4931.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4932.      */
  4933.     protected function getDoctrine_SchemaCreateCommandService()
  4934.     {
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4942.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4943.         $instance->setName('doctrine:schema:create');
  4944.         return $instance;
  4945.     }
  4946.     /**
  4947.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4948.      *
  4949.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4950.      */
  4951.     protected function getDoctrine_SchemaDropCommandService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4960.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4961.         $instance->setName('doctrine:schema:drop');
  4962.         return $instance;
  4963.     }
  4964.     /**
  4965.      * Gets the private 'doctrine.schema_update_command' shared service.
  4966.      *
  4967.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4968.      */
  4969.     protected function getDoctrine_SchemaUpdateCommandService()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4978.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4979.         $instance->setName('doctrine:schema:update');
  4980.         return $instance;
  4981.     }
  4982.     /**
  4983.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4984.      *
  4985.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4986.      */
  4987.     protected function getDoctrine_SchemaValidateCommandService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4995.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4996.         $instance->setName('doctrine:schema:validate');
  4997.         return $instance;
  4998.     }
  4999.     /**
  5000.      * Gets the private 'doctrine.ulid_generator' shared service.
  5001.      *
  5002.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5003.      */
  5004.     protected function getDoctrine_UlidGeneratorService()
  5005.     {
  5006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5008.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5009.     }
  5010.     /**
  5011.      * Gets the private 'doctrine.uuid_generator' shared service.
  5012.      *
  5013.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5014.      */
  5015.     protected function getDoctrine_UuidGeneratorService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5019.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5020.     }
  5021.     /**
  5022.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5023.      *
  5024.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  5025.      */
  5026.     protected function getDoctrineMigrations_DiffCommandService()
  5027.     {
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  5032.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  5033.         $instance->setName('doctrine:migrations:diff');
  5034.         return $instance;
  5035.     }
  5036.     /**
  5037.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5038.      *
  5039.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  5040.      */
  5041.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5042.     {
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  5047.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  5048.         $instance->setName('doctrine:migrations:dump-schema');
  5049.         return $instance;
  5050.     }
  5051.     /**
  5052.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5053.      *
  5054.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  5055.      */
  5056.     protected function getDoctrineMigrations_ExecuteCommandService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  5062.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  5063.         $instance->setName('doctrine:migrations:execute');
  5064.         return $instance;
  5065.     }
  5066.     /**
  5067.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5068.      *
  5069.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  5070.      */
  5071.     protected function getDoctrineMigrations_GenerateCommandService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  5077.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  5078.         $instance->setName('doctrine:migrations:generate');
  5079.         return $instance;
  5080.     }
  5081.     /**
  5082.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5083.      *
  5084.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  5085.      */
  5086.     protected function getDoctrineMigrations_LatestCommandService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  5092.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  5093.         $instance->setName('doctrine:migrations:latest');
  5094.         return $instance;
  5095.     }
  5096.     /**
  5097.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5098.      *
  5099.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  5100.      */
  5101.     protected function getDoctrineMigrations_MigrateCommandService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  5107.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  5108.         $instance->setName('doctrine:migrations:migrate');
  5109.         return $instance;
  5110.     }
  5111.     /**
  5112.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5113.      *
  5114.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  5115.      */
  5116.     protected function getDoctrineMigrations_RollupCommandService()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  5122.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  5123.         $instance->setName('doctrine:migrations:rollup');
  5124.         return $instance;
  5125.     }
  5126.     /**
  5127.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5128.      *
  5129.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  5130.      */
  5131.     protected function getDoctrineMigrations_StatusCommandService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  5137.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  5138.         $instance->setName('doctrine:migrations:status');
  5139.         return $instance;
  5140.     }
  5141.     /**
  5142.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5143.      *
  5144.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  5145.      */
  5146.     protected function getDoctrineMigrations_UpToDateCommandService()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  5152.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  5153.         $instance->setName('doctrine:migrations:up-to-date');
  5154.         return $instance;
  5155.     }
  5156.     /**
  5157.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5158.      *
  5159.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  5160.      */
  5161.     protected function getDoctrineMigrations_VersionCommandService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  5167.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  5168.         $instance->setName('doctrine:migrations:version');
  5169.         return $instance;
  5170.     }
  5171.     /**
  5172.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5173.      *
  5174.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5175.      */
  5176.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5180.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5181.         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()));
  5182.     }
  5183.     /**
  5184.      * Gets the private 'exception_listener' shared service.
  5185.      *
  5186.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5187.      */
  5188.     protected function getExceptionListenerService()
  5189.     {
  5190.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5191.     }
  5192.     /**
  5193.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5194.      *
  5195.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5196.      */
  5197.     protected function getForm_ChoiceListFactory_CachedService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5203.         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())));
  5204.     }
  5205.     /**
  5206.      * Gets the private 'form.registry' shared service.
  5207.      *
  5208.      * @return \Symfony\Component\Form\FormRegistry
  5209.      */
  5210.     protected function getForm_RegistryService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5219.         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, [
  5220.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'false],
  5221.             'App\\Form\\Type\\ArticleType' => ['privates''App\\Form\\Type\\ArticleType''getArticleTypeService'false],
  5222.             'App\\Form\\Type\\CalendarEventType' => ['privates''App\\Form\\Type\\CalendarEventType''getCalendarEventTypeService'false],
  5223.             'App\\Form\\Type\\ChangePasswordType' => ['privates''App\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'false],
  5224.             'App\\Form\\Type\\CommentType' => ['privates''App\\Form\\Type\\CommentType''getCommentTypeService'false],
  5225.             'App\\Form\\Type\\ContactType' => ['privates''App\\Form\\Type\\ContactType''getContactTypeService'false],
  5226.             'App\\Form\\Type\\CreateEvInvoiceBatchType' => ['privates''App\\Form\\Type\\CreateEvInvoiceBatchType''getCreateEvInvoiceBatchTypeService'false],
  5227.             'App\\Form\\Type\\EditorType' => ['privates''App\\Form\\Type\\EditorType''getEditorTypeService'false],
  5228.             'App\\Form\\Type\\FileUploadType' => ['privates''App\\Form\\Type\\FileUploadType''getFileUploadTypeService'false],
  5229.             'App\\Form\\Type\\ForgotPasswordType' => ['privates''App\\Form\\Type\\ForgotPasswordType''getForgotPasswordTypeService'false],
  5230.             'App\\Form\\Type\\ImageType' => ['privates''App\\Form\\Type\\ImageType''getImageTypeService'false],
  5231.             'App\\Form\\Type\\ProductType' => ['privates''App\\Form\\Type\\ProductType''getProductTypeService'false],
  5232.             'App\\Form\\Type\\ProfileFormType' => ['privates''App\\Form\\Type\\ProfileFormType''getProfileFormTypeService'false],
  5233.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5234.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5235.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5236.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5237.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5238.         ], [
  5239.             'App\\Form\\RegistrationFormType' => '?',
  5240.             'App\\Form\\Type\\ArticleType' => '?',
  5241.             'App\\Form\\Type\\CalendarEventType' => '?',
  5242.             'App\\Form\\Type\\ChangePasswordType' => '?',
  5243.             'App\\Form\\Type\\CommentType' => '?',
  5244.             'App\\Form\\Type\\ContactType' => '?',
  5245.             'App\\Form\\Type\\CreateEvInvoiceBatchType' => '?',
  5246.             'App\\Form\\Type\\EditorType' => '?',
  5247.             'App\\Form\\Type\\FileUploadType' => '?',
  5248.             'App\\Form\\Type\\ForgotPasswordType' => '?',
  5249.             'App\\Form\\Type\\ImageType' => '?',
  5250.             'App\\Form\\Type\\ProductType' => '?',
  5251.             'App\\Form\\Type\\ProfileFormType' => '?',
  5252.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5253.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5254.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5255.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5256.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5257.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5258.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5259.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5260.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5261.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5262.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5263.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5264.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5265.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5266.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5267.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5268.         }, 1)], new RewindableGenerator(function () {
  5269.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5270.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5271.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5272.     }
  5273.     /**
  5274.      * Gets the private 'form.server_params' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\Form\Util\ServerParams
  5277.      */
  5278.     protected function getForm_ServerParamsService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5281.         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())));
  5282.     }
  5283.     /**
  5284.      * Gets the private 'form.type.choice' shared service.
  5285.      *
  5286.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5287.      */
  5288.     protected function getForm_Type_ChoiceService()
  5289.     {
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5293.         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()));
  5294.     }
  5295.     /**
  5296.      * Gets the private 'form.type.color' shared service.
  5297.      *
  5298.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5299.      */
  5300.     protected function getForm_Type_ColorService()
  5301.     {
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5305.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5306.     }
  5307.     /**
  5308.      * Gets the private 'form.type.entity' shared service.
  5309.      *
  5310.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5311.      */
  5312.     protected function getForm_Type_EntityService()
  5313.     {
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5318.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5319.     }
  5320.     /**
  5321.      * Gets the private 'form.type.form' shared service.
  5322.      *
  5323.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5324.      */
  5325.     protected function getForm_Type_FormService()
  5326.     {
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5331.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5332.     }
  5333.     /**
  5334.      * Gets the private 'form.type_extension.csrf' shared service.
  5335.      *
  5336.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5337.      */
  5338.     protected function getForm_TypeExtension_CsrfService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5343.         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()));
  5344.     }
  5345.     /**
  5346.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5347.      *
  5348.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5349.      */
  5350.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5355.         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()));
  5356.     }
  5357.     /**
  5358.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5359.      *
  5360.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5361.      */
  5362.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5369.         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())));
  5370.     }
  5371.     /**
  5372.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5373.      *
  5374.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5375.      */
  5376.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5381.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5382.     }
  5383.     /**
  5384.      * Gets the private 'form.type_extension.form.validator' shared service.
  5385.      *
  5386.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5387.      */
  5388.     protected function getForm_TypeExtension_Form_ValidatorService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5394.         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()));
  5395.     }
  5396.     /**
  5397.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5398.      *
  5399.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5400.      */
  5401.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5406.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5407.     }
  5408.     /**
  5409.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5410.      *
  5411.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5412.      */
  5413.     protected function getForm_TypeGuesser_DoctrineService()
  5414.     {
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5417.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5418.     }
  5419.     /**
  5420.      * Gets the private 'form.type_guesser.validator' shared service.
  5421.      *
  5422.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5423.      */
  5424.     protected function getForm_TypeGuesser_ValidatorService()
  5425.     {
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5428.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5429.     }
  5430.     /**
  5431.      * Gets the private 'fragment.renderer.inline' shared service.
  5432.      *
  5433.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5434.      */
  5435.     protected function getFragment_Renderer_InlineService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5440.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5441.         if (isset($this->privates['fragment.renderer.inline'])) {
  5442.             return $this->privates['fragment.renderer.inline'];
  5443.         }
  5444.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5445.         if (isset($this->privates['fragment.renderer.inline'])) {
  5446.             return $this->privates['fragment.renderer.inline'];
  5447.         }
  5448.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5449.         $instance->setFragmentPath('/_fragment');
  5450.         return $instance;
  5451.     }
  5452.     /**
  5453.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5454.      *
  5455.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5456.      */
  5457.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5458.     {
  5459.         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())));
  5460.     }
  5461.     /**
  5462.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5463.      *
  5464.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5465.      */
  5466.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5467.     {
  5468.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5469.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5470.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5471.         }
  5472.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  5473.     }
  5474.     /**
  5475.      * Gets the private 'locale_aware_listener' shared service.
  5476.      *
  5477.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5478.      */
  5479.     protected function getLocaleAwareListenerService()
  5480.     {
  5481.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5482.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('sv')));
  5483.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5484.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5485.     }
  5486.     /**
  5487.      * Gets the private 'locale_listener' shared service.
  5488.      *
  5489.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5490.      */
  5491.     protected function getLocaleListenerService()
  5492.     {
  5493.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'sv', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5494.     }
  5495.     /**
  5496.      * Gets the private 'mailer.mailer' shared service.
  5497.      *
  5498.      * @return \Symfony\Component\Mailer\Mailer
  5499.      */
  5500.     protected function getMailer_MailerService()
  5501.     {
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5507.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5508.         if (isset($this->privates['mailer.mailer'])) {
  5509.             return $this->privates['mailer.mailer'];
  5510.         }
  5511.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5512.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5513.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5514.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5515.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5516.         }, 4)))->fromStrings(['main' => 'native://default']), NULL$a);
  5517.     }
  5518.     /**
  5519.      * Gets the private 'mailer.transport_factory.native' shared service.
  5520.      *
  5521.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5522.      */
  5523.     protected function getMailer_TransportFactory_NativeService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5528.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5529.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5530.             return $this->privates['mailer.transport_factory.native'];
  5531.         }
  5532.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5533.     }
  5534.     /**
  5535.      * Gets the private 'mailer.transport_factory.null' shared service.
  5536.      *
  5537.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5538.      */
  5539.     protected function getMailer_TransportFactory_NullService()
  5540.     {
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5544.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5545.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5546.             return $this->privates['mailer.transport_factory.null'];
  5547.         }
  5548.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5549.     }
  5550.     /**
  5551.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5552.      *
  5553.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5554.      */
  5555.     protected function getMailer_TransportFactory_SendmailService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5560.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5561.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5562.             return $this->privates['mailer.transport_factory.sendmail'];
  5563.         }
  5564.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5565.     }
  5566.     /**
  5567.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5568.      *
  5569.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5570.      */
  5571.     protected function getMailer_TransportFactory_SmtpService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5576.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5577.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5578.             return $this->privates['mailer.transport_factory.smtp'];
  5579.         }
  5580.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5581.     }
  5582.     /**
  5583.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5584.      *
  5585.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5586.      */
  5587.     protected function getMaker_AutoCommand_MakeAuthService()
  5588.     {
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5596.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5597.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5598.         $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);
  5599.         $instance->setName('make:auth');
  5600.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5601.         return $instance;
  5602.     }
  5603.     /**
  5604.      * Gets the private 'maker.auto_command.make_command' shared service.
  5605.      *
  5606.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5607.      */
  5608.     protected function getMaker_AutoCommand_MakeCommandService()
  5609.     {
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5615.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5616.         $instance->setName('make:command');
  5617.         $instance->setDescription('Creates a new console command class');
  5618.         return $instance;
  5619.     }
  5620.     /**
  5621.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5622.      *
  5623.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5624.      */
  5625.     protected function getMaker_AutoCommand_MakeControllerService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5632.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5633.         $instance->setName('make:controller');
  5634.         $instance->setDescription('Creates a new controller class');
  5635.         return $instance;
  5636.     }
  5637.     /**
  5638.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5639.      *
  5640.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5641.      */
  5642.     protected function getMaker_AutoCommand_MakeCrudService()
  5643.     {
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5649.         $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()));
  5650.         $instance->setName('make:crud');
  5651.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5652.         return $instance;
  5653.     }
  5654.     /**
  5655.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5656.      *
  5657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5658.      */
  5659.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5666.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5667.         $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()));
  5668.         $instance->setName('make:docker:database');
  5669.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5670.         return $instance;
  5671.     }
  5672.     /**
  5673.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5674.      *
  5675.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5676.      */
  5677.     protected function getMaker_AutoCommand_MakeEntityService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5685.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5686.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5687.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  5688.         $instance->setName('make:entity');
  5689.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5690.         return $instance;
  5691.     }
  5692.     /**
  5693.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5694.      *
  5695.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5696.      */
  5697.     protected function getMaker_AutoCommand_MakeFixturesService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5704.         $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()));
  5705.         $instance->setName('make:fixtures');
  5706.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5707.         return $instance;
  5708.     }
  5709.     /**
  5710.      * Gets the private 'maker.auto_command.make_form' shared service.
  5711.      *
  5712.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5713.      */
  5714.     protected function getMaker_AutoCommand_MakeFormService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5721.         $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()));
  5722.         $instance->setName('make:form');
  5723.         $instance->setDescription('Creates a new form class');
  5724.         return $instance;
  5725.     }
  5726.     /**
  5727.      * Gets the private 'maker.auto_command.make_message' shared service.
  5728.      *
  5729.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5730.      */
  5731.     protected function getMaker_AutoCommand_MakeMessageService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5738.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5739.         $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()));
  5740.         $instance->setName('make:message');
  5741.         $instance->setDescription('Creates a new message and handler');
  5742.         return $instance;
  5743.     }
  5744.     /**
  5745.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5746.      *
  5747.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5748.      */
  5749.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5750.     {
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5756.         $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()));
  5757.         $instance->setName('make:messenger-middleware');
  5758.         $instance->setDescription('Creates a new messenger middleware');
  5759.         return $instance;
  5760.     }
  5761.     /**
  5762.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5763.      *
  5764.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5765.      */
  5766.     protected function getMaker_AutoCommand_MakeMigrationService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5774.         $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()));
  5775.         $instance->setName('make:migration');
  5776.         $instance->setDescription('Creates a new migration based on database changes');
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5781.      *
  5782.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5783.      */
  5784.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5791.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5792.         $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()));
  5793.         $instance->setName('make:registration-form');
  5794.         $instance->setDescription('Creates a new registration form system');
  5795.         return $instance;
  5796.     }
  5797.     /**
  5798.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5799.      *
  5800.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5801.      */
  5802.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5809.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5810.         $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()));
  5811.         $instance->setName('make:reset-password');
  5812.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5813.         return $instance;
  5814.     }
  5815.     /**
  5816.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5817.      *
  5818.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5819.      */
  5820.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5827.         $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()));
  5828.         $instance->setName('make:serializer:encoder');
  5829.         $instance->setDescription('Creates a new serializer encoder class');
  5830.         return $instance;
  5831.     }
  5832.     /**
  5833.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5834.      *
  5835.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5836.      */
  5837.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5844.         $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()));
  5845.         $instance->setName('make:serializer:normalizer');
  5846.         $instance->setDescription('Creates a new serializer normalizer class');
  5847.         return $instance;
  5848.     }
  5849.     /**
  5850.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5851.      *
  5852.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5853.      */
  5854.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5861.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5862.         $instance->setName('make:stimulus-controller');
  5863.         $instance->setDescription('Creates a new Stimulus controller');
  5864.         return $instance;
  5865.     }
  5866.     /**
  5867.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5868.      *
  5869.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5870.      */
  5871.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5879.         $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()));
  5880.         $instance->setName('make:subscriber');
  5881.         $instance->setDescription('Creates a new event subscriber class');
  5882.         return $instance;
  5883.     }
  5884.     /**
  5885.      * Gets the private 'maker.auto_command.make_test' shared service.
  5886.      *
  5887.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5888.      */
  5889.     protected function getMaker_AutoCommand_MakeTestService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5897.         $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()));
  5898.         $instance->setName('make:test');
  5899.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5900.         $instance->setDescription('Creates a new test class');
  5901.         return $instance;
  5902.     }
  5903.     /**
  5904.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5905.      *
  5906.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5907.      */
  5908.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5909.     {
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5915.         $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()));
  5916.         $instance->setName('make:twig-extension');
  5917.         $instance->setDescription('Creates a new Twig extension class');
  5918.         return $instance;
  5919.     }
  5920.     /**
  5921.      * Gets the private 'maker.auto_command.make_user' shared service.
  5922.      *
  5923.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5924.      */
  5925.     protected function getMaker_AutoCommand_MakeUserService()
  5926.     {
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5934.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5935.         $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()));
  5936.         $instance->setName('make:user');
  5937.         $instance->setDescription('Creates a new security user class');
  5938.         return $instance;
  5939.     }
  5940.     /**
  5941.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5942.      *
  5943.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5944.      */
  5945.     protected function getMaker_AutoCommand_MakeValidatorService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5952.         $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()));
  5953.         $instance->setName('make:validator');
  5954.         $instance->setDescription('Creates a new validator and constraint class');
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5959.      *
  5960.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5961.      */
  5962.     protected function getMaker_AutoCommand_MakeVoterService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5969.         $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()));
  5970.         $instance->setName('make:voter');
  5971.         $instance->setDescription('Creates a new security voter class');
  5972.         return $instance;
  5973.     }
  5974.     /**
  5975.      * Gets the private 'maker.doctrine_helper' shared service.
  5976.      *
  5977.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5978.      */
  5979.     protected function getMaker_DoctrineHelperService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5982.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5983.     }
  5984.     /**
  5985.      * Gets the private 'maker.entity_class_generator' shared service.
  5986.      *
  5987.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5988.      */
  5989.     protected function getMaker_EntityClassGeneratorService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5992.         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()));
  5993.     }
  5994.     /**
  5995.      * Gets the private 'maker.file_manager' shared service.
  5996.      *
  5997.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5998.      */
  5999.     protected function getMaker_FileManagerService()
  6000.     {
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6006.         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'));
  6007.     }
  6008.     /**
  6009.      * Gets the private 'maker.generator' shared service.
  6010.      *
  6011.      * @return \Symfony\Bundle\MakerBundle\Generator
  6012.      */
  6013.     protected function getMaker_GeneratorService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6017.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6018.         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));
  6019.     }
  6020.     /**
  6021.      * Gets the private 'maker.php_compat_util' shared service.
  6022.      *
  6023.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6024.      */
  6025.     protected function getMaker_PhpCompatUtilService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6028.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6029.     }
  6030.     /**
  6031.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6032.      *
  6033.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6034.      */
  6035.     protected function getMaker_Renderer_FormTypeRendererService()
  6036.     {
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6038.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6039.     }
  6040.     /**
  6041.      * Gets the private 'mime_types' shared service.
  6042.      *
  6043.      * @return \Symfony\Component\Mime\MimeTypes
  6044.      */
  6045.     protected function getMimeTypesService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6050.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6051.         $instance->setDefault($instance);
  6052.         return $instance;
  6053.     }
  6054.     /**
  6055.      * Gets the private 'monolog.command.server_log' shared service.
  6056.      *
  6057.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6058.      */
  6059.     protected function getMonolog_Command_ServerLogService()
  6060.     {
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6063.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6064.         $instance->setName('server:log');
  6065.         $instance->setDescription('Start a log server that displays logs in real time');
  6066.         return $instance;
  6067.     }
  6068.     /**
  6069.      * Gets the private 'monolog.handler.console' shared service.
  6070.      *
  6071.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6072.      */
  6073.     protected function getMonolog_Handler_ConsoleService()
  6074.     {
  6075.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6076.     }
  6077.     /**
  6078.      * Gets the private 'monolog.handler.main' shared service.
  6079.      *
  6080.      * @return \Monolog\Handler\StreamHandler
  6081.      */
  6082.     protected function getMonolog_Handler_MainService()
  6083.     {
  6084.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  6085.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6086.         return $instance;
  6087.     }
  6088.     /**
  6089.      * Gets the private 'monolog.logger' shared service.
  6090.      *
  6091.      * @return \Symfony\Bridge\Monolog\Logger
  6092.      */
  6093.     protected function getMonolog_LoggerService()
  6094.     {
  6095.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6096.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6097.         $instance->useMicrosecondTimestamps(true);
  6098.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6099.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6100.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6101.         return $instance;
  6102.     }
  6103.     /**
  6104.      * Gets the private 'monolog.logger.cache' shared service.
  6105.      *
  6106.      * @return \Symfony\Bridge\Monolog\Logger
  6107.      */
  6108.     protected function getMonolog_Logger_CacheService()
  6109.     {
  6110.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6111.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6112.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6113.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6115.         return $instance;
  6116.     }
  6117.     /**
  6118.      * Gets the private 'monolog.logger.mailer' shared service.
  6119.      *
  6120.      * @return \Symfony\Bridge\Monolog\Logger
  6121.      */
  6122.     protected function getMonolog_Logger_MailerService()
  6123.     {
  6124.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6125.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6126.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6127.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6129.         return $instance;
  6130.     }
  6131.     /**
  6132.      * Gets the private 'monolog.logger.request' shared service.
  6133.      *
  6134.      * @return \Symfony\Bridge\Monolog\Logger
  6135.      */
  6136.     protected function getMonolog_Logger_RequestService()
  6137.     {
  6138.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6139.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6140.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6141.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'monolog.logger.security' shared service.
  6147.      *
  6148.      * @return \Symfony\Bridge\Monolog\Logger
  6149.      */
  6150.     protected function getMonolog_Logger_SecurityService()
  6151.     {
  6152.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6153.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6154.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6155.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6157.         return $instance;
  6158.     }
  6159.     /**
  6160.      * Gets the private 'parameter_bag' shared service.
  6161.      *
  6162.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6163.      */
  6164.     protected function getParameterBagService()
  6165.     {
  6166.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6167.     }
  6168.     /**
  6169.      * Gets the private 'profiler_listener' shared service.
  6170.      *
  6171.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6172.      */
  6173.     protected function getProfilerListenerService()
  6174.     {
  6175.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6176.         if (isset($this->privates['profiler_listener'])) {
  6177.             return $this->privates['profiler_listener'];
  6178.         }
  6179.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  6180.     }
  6181.     /**
  6182.      * Gets the private 'property_accessor' shared service.
  6183.      *
  6184.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6185.      */
  6186.     protected function getPropertyAccessorService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6194.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6195.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6196.     }
  6197.     /**
  6198.      * Gets the private 'property_info' shared service.
  6199.      *
  6200.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6201.      */
  6202.     protected function getPropertyInfoService()
  6203.     {
  6204.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6205.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6206.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6207.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6208.         }, 3), new RewindableGenerator(function () {
  6209.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6210.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6211.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6212.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6213.         }, 4), new RewindableGenerator(function () {
  6214.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6215.         }, 1), new RewindableGenerator(function () {
  6216.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6217.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6218.         }, 2), new RewindableGenerator(function () {
  6219.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6220.         }, 1));
  6221.     }
  6222.     /**
  6223.      * Gets the private 'property_info.serializer_extractor' shared service.
  6224.      *
  6225.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6226.      */
  6227.     protected function getPropertyInfo_SerializerExtractorService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6230.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6231.     }
  6232.     /**
  6233.      * Gets the private 'router.cache_warmer' shared service.
  6234.      *
  6235.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6236.      */
  6237.     protected function getRouter_CacheWarmerService()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6241.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6242.             'router' => ['services''router''getRouterService'false],
  6243.         ], [
  6244.             'router' => '?',
  6245.         ]))->withContext('router.cache_warmer'$this));
  6246.     }
  6247.     /**
  6248.      * Gets the private 'router.expression_language_provider' shared service.
  6249.      *
  6250.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6251.      */
  6252.     protected function getRouter_ExpressionLanguageProviderService()
  6253.     {
  6254.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6255.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6256.         ], [
  6257.             'env' => 'Closure',
  6258.         ]));
  6259.     }
  6260.     /**
  6261.      * Gets the private 'router.request_context' shared service.
  6262.      *
  6263.      * @return \Symfony\Component\Routing\RequestContext
  6264.      */
  6265.     protected function getRouter_RequestContextService()
  6266.     {
  6267.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6268.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6269.         return $instance;
  6270.     }
  6271.     /**
  6272.      * Gets the private 'router_listener' shared service.
  6273.      *
  6274.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6275.      */
  6276.     protected function getRouterListenerService()
  6277.     {
  6278.         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);
  6279.     }
  6280.     /**
  6281.      * Gets the private 'secrets.vault' shared service.
  6282.      *
  6283.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6284.      */
  6285.     protected function getSecrets_VaultService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6291.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  6292.     }
  6293.     /**
  6294.      * Gets the private 'security.access_listener' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6297.      */
  6298.     protected function getSecurity_AccessListenerService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6303.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6304.         if (isset($this->privates['security.access_listener'])) {
  6305.             return $this->privates['security.access_listener'];
  6306.         }
  6307.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6308.         if (isset($this->privates['security.access_listener'])) {
  6309.             return $this->privates['security.access_listener'];
  6310.         }
  6311.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  6312.     }
  6313.     /**
  6314.      * Gets the private 'security.access_map' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\Security\Http\AccessMap
  6317.      */
  6318.     protected function getSecurity_AccessMapService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6324.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6325.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6326.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6327.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register/complete$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6328.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/integritetspolicy$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6329.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/forgot-password$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6330.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account-recovery/\\w+$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6331.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard'), [=> 'ROLE_ADMIN'], NULL);
  6332.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard/images'), [=> 'ROLE_ADMIN'], NULL);
  6333.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard/images/upload'), [=> 'ROLE_ADMIN'], NULL);
  6334.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard/images/delete/\\d+'), [=> 'ROLE_ADMIN'], NULL);
  6335.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/article/create'), [=> 'ROLE_ADMIN'], NULL);
  6336.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/article/edit/\\d+'), [=> 'ROLE_ADMIN'], NULL);
  6337.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/users$'), [=> 'ROLE_ADMIN'], NULL);
  6338.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/$'), [=> 'ROLE_ADMIN'], NULL);
  6339.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  6340.         return $instance;
  6341.     }
  6342.     /**
  6343.      * Gets the private 'security.authentication.guard_handler' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6346.      *
  6347.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6348.      */
  6349.     protected function getSecurity_Authentication_GuardHandlerService()
  6350.     {
  6351.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6352.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6353.         if (isset($this->privates['security.authentication.guard_handler'])) {
  6354.             return $this->privates['security.authentication.guard_handler'];
  6355.         }
  6356.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  6357.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6358.         return $instance;
  6359.     }
  6360.     /**
  6361.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6362.      *
  6363.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6364.      *
  6365.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6366.      */
  6367.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6368.     {
  6369.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6370.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6371.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6372.             return $this->privates['security.authentication.listener.anonymous.main'];
  6373.         }
  6374.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  6375.     }
  6376.     /**
  6377.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6378.      *
  6379.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6380.      *
  6381.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6382.      */
  6383.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6384.     {
  6385.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6386.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6387.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6388.             return $this->privates['security.authentication.listener.guard.main'];
  6389.         }
  6390.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6391.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6392.             return $this->privates['security.authentication.listener.guard.main'];
  6393.         }
  6394.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  6395.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6396.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6397.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6398.         return $instance;
  6399.     }
  6400.     /**
  6401.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  6402.      *
  6403.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  6404.      *
  6405.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  6406.      */
  6407.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  6408.     {
  6409.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6410.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6411.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6412.             return $this->privates['security.authentication.listener.rememberme.main'];
  6413.         }
  6414.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6415.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6416.             return $this->privates['security.authentication.listener.rememberme.main'];
  6417.         }
  6418.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $btrue, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6419.     }
  6420.     /**
  6421.      * Gets the private 'security.authentication.manager' shared service.
  6422.      *
  6423.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6424.      *
  6425.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6426.      */
  6427.     protected function getSecurity_Authentication_ManagerService()
  6428.     {
  6429.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6430.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6431.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6432.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  6433.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6434.         }, 3), true);
  6435.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6436.         return $instance;
  6437.     }
  6438.     /**
  6439.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6440.      *
  6441.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6442.      *
  6443.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6444.      */
  6445.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6446.     {
  6447.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6448.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6449.     }
  6450.     /**
  6451.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  6452.      *
  6453.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6454.      *
  6455.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6456.      */
  6457.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  6458.     {
  6459.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6461.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6464.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6465.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6466.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  6467.     }
  6468.     /**
  6469.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  6470.      *
  6471.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  6472.      *
  6473.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  6474.      */
  6475.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  6476.     {
  6477.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6480.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  6481.     }
  6482.     /**
  6483.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  6484.      *
  6485.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  6486.      */
  6487.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  6488.     {
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  6493.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  6494.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6495.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6496.     }
  6497.     /**
  6498.      * Gets the private 'security.authentication.session_strategy' shared service.
  6499.      *
  6500.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  6501.      */
  6502.     protected function getSecurity_Authentication_SessionStrategyService()
  6503.     {
  6504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6506.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  6507.     }
  6508.     /**
  6509.      * Gets the private 'security.authentication_utils' shared service.
  6510.      *
  6511.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6512.      */
  6513.     protected function getSecurity_AuthenticationUtilsService()
  6514.     {
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6516.         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())));
  6517.     }
  6518.     /**
  6519.      * Gets the private 'security.channel_listener' shared service.
  6520.      *
  6521.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6522.      */
  6523.     protected function getSecurity_ChannelListenerService()
  6524.     {
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6528.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6529.         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());
  6530.     }
  6531.     /**
  6532.      * Gets the private 'security.command.debug_firewall' shared service.
  6533.      *
  6534.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6535.      */
  6536.     protected function getSecurity_Command_DebugFirewallService()
  6537.     {
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6540.         $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);
  6541.         $instance->setName('debug:firewall');
  6542.         $instance->setDescription('Display information about your security firewall(s)');
  6543.         return $instance;
  6544.     }
  6545.     /**
  6546.      * Gets the private 'security.command.user_password_encoder' shared service.
  6547.      *
  6548.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6549.      *
  6550.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6551.      */
  6552.     protected function getSecurity_Command_UserPasswordEncoderService()
  6553.     {
  6554.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6555.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  6556.         $instance->setName('security:encode-password');
  6557.         $instance->setDescription('Encode a password');
  6558.         return $instance;
  6559.     }
  6560.     /**
  6561.      * Gets the private 'security.command.user_password_hash' shared service.
  6562.      *
  6563.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6564.      */
  6565.     protected function getSecurity_Command_UserPasswordHashService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6569.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  6570.         $instance->setName('security:hash-password');
  6571.         $instance->setDescription('Hash a user password');
  6572.         return $instance;
  6573.     }
  6574.     /**
  6575.      * Gets the private 'security.context_listener.0' shared service.
  6576.      *
  6577.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6578.      */
  6579.     protected function getSecurity_ContextListener_0Service()
  6580.     {
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6584.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6585.         if (isset($this->privates['security.context_listener.0'])) {
  6586.             return $this->privates['security.context_listener.0'];
  6587.         }
  6588.         $this->privates['security.context_listener.0'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6589.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6590.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  6591.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6592.         return $instance;
  6593.     }
  6594.     /**
  6595.      * Gets the private 'security.csrf.token_storage' shared service.
  6596.      *
  6597.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6598.      */
  6599.     protected function getSecurity_Csrf_TokenStorageService()
  6600.     {
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6604.         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())));
  6605.     }
  6606.     /**
  6607.      * Gets the private 'security.encoder_factory.generic' shared service.
  6608.      *
  6609.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6610.      *
  6611.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6612.      */
  6613.     protected function getSecurity_EncoderFactory_GenericService()
  6614.     {
  6615.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6616.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6617.     }
  6618.     /**
  6619.      * Gets the private 'security.event_dispatcher.main' shared service.
  6620.      *
  6621.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6622.      */
  6623.     protected function getSecurity_EventDispatcher_MainService()
  6624.     {
  6625.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6626.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6627.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6628.         }, => 'onLogout'], 64);
  6629.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6630.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6631.         }, => 'onLogout'], 0);
  6632.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6633.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  6634.         }, => 'onLogout'], 0);
  6635.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6636.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6637.         }, => 'onLogout'], 0);
  6638.         return $instance;
  6639.     }
  6640.     /**
  6641.      * Gets the private 'security.firewall.map' shared service.
  6642.      *
  6643.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6644.      */
  6645.     protected function getSecurity_Firewall_MapService()
  6646.     {
  6647.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6648.         if (isset($this->privates['security.firewall.map'])) {
  6649.             return $this->privates['security.firewall.map'];
  6650.         }
  6651.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6652.             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)/')));
  6653.             yield 'security.firewall.map.context.main' => NULL;
  6654.         }, 2));
  6655.     }
  6656.     /**
  6657.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6658.      *
  6659.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6660.      */
  6661.     protected function getSecurity_Firewall_Map_Context_DevService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6665.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6666.             return new \EmptyIterator();
  6667.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6668.     }
  6669.     /**
  6670.      * Gets the private 'security.firewall.map.context.main' shared service.
  6671.      *
  6672.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6673.      */
  6674.     protected function getSecurity_Firewall_Map_Context_MainService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6684.         $a = ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  6685.         if (isset($this->privates['security.firewall.map.context.main'])) {
  6686.             return $this->privates['security.firewall.map.context.main'];
  6687.         }
  6688.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6689.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6690.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6691.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6692.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6693.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6694.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  6695.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6696.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6697.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($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'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6698.     }
  6699.     /**
  6700.      * Gets the private 'security.helper' shared service.
  6701.      *
  6702.      * @return \Symfony\Component\Security\Core\Security
  6703.      */
  6704.     protected function getSecurity_HelperService()
  6705.     {
  6706.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6707.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6708.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6709.         ], [
  6710.             'security.authorization_checker' => '?',
  6711.             'security.token_storage' => '?',
  6712.         ]));
  6713.     }
  6714.     /**
  6715.      * Gets the private 'security.http_utils' shared service.
  6716.      *
  6717.      * @return \Symfony\Component\Security\Http\HttpUtils
  6718.      */
  6719.     protected function getSecurity_HttpUtilsService()
  6720.     {
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6722.         $a = ($this->services['router'] ?? $this->getRouterService());
  6723.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6724.     }
  6725.     /**
  6726.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6727.      *
  6728.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6729.      */
  6730.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6731.     {
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6733.         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()));
  6734.     }
  6735.     /**
  6736.      * Gets the private 'security.logout.listener.default.main' shared service.
  6737.      *
  6738.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6739.      */
  6740.     protected function getSecurity_Logout_Listener_Default_MainService()
  6741.     {
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6743.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6744.     }
  6745.     /**
  6746.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  6747.      *
  6748.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  6749.      */
  6750.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  6751.     {
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  6753.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6754.     }
  6755.     /**
  6756.      * Gets the private 'security.logout_url_generator' shared service.
  6757.      *
  6758.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6759.      */
  6760.     protected function getSecurity_LogoutUrlGeneratorService()
  6761.     {
  6762.         $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()));
  6763.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  6764.         return $instance;
  6765.     }
  6766.     /**
  6767.      * Gets the private 'security.password_hasher_factory' shared service.
  6768.      *
  6769.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6770.      */
  6771.     protected function getSecurity_PasswordHasherFactoryService()
  6772.     {
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6775.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6776.     }
  6777.     /**
  6778.      * Gets the private 'security.role_hierarchy' shared service.
  6779.      *
  6780.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6781.      */
  6782.     protected function getSecurity_RoleHierarchyService()
  6783.     {
  6784.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6785.     }
  6786.     /**
  6787.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6788.      *
  6789.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6790.      */
  6791.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6792.     {
  6793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6796.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  6797.     }
  6798.     /**
  6799.      * Gets the private 'security.validator.user_password' shared service.
  6800.      *
  6801.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6802.      */
  6803.     protected function getSecurity_Validator_UserPasswordService()
  6804.     {
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6808.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6809.     }
  6810.     /**
  6811.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6812.      *
  6813.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6814.      */
  6815.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6816.     {
  6817.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6818.     }
  6819.     /**
  6820.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6821.      *
  6822.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6823.      */
  6824.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6825.     {
  6826.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6827.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6828.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6829.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6830.     }
  6831.     /**
  6832.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6833.      *
  6834.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6835.      */
  6836.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6837.     {
  6838.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6839.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6840.             return $this->privates['sensio_framework_extra.security.listener'];
  6841.         }
  6842.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6843.     }
  6844.     /**
  6845.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6846.      *
  6847.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6848.      */
  6849.     protected function getSensioFrameworkExtra_View_ListenerService()
  6850.     {
  6851.         $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))));
  6852.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6853.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6854.         ], [
  6855.             'twig' => '?',
  6856.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6857.         return $instance;
  6858.     }
  6859.     /**
  6860.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6861.      *
  6862.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6863.      */
  6864.     protected function getSerializer_Mapping_CacheWarmerService()
  6865.     {
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6871.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  6872.     }
  6873.     /**
  6874.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6875.      *
  6876.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6877.      */
  6878.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6879.     {
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6886.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  6887.     }
  6888.     /**
  6889.      * Gets the private 'session.factory' shared service.
  6890.      *
  6891.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6892.      */
  6893.     protected function getSession_FactoryService()
  6894.     {
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6897.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6898.         if (isset($this->privates['session.factory'])) {
  6899.             return $this->privates['session.factory'];
  6900.         }
  6901.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  6902.     }
  6903.     /**
  6904.      * Gets the private 'session.storage.factory.service' shared service.
  6905.      *
  6906.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6907.      *
  6908.      * @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.
  6909.      */
  6910.     protected function getSession_Storage_Factory_ServiceService()
  6911.     {
  6912.         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.');
  6913.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6914.     }
  6915.     /**
  6916.      * Gets the private 'session.storage.metadata_bag' shared service.
  6917.      *
  6918.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6919.      *
  6920.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6921.      */
  6922.     protected function getSession_Storage_MetadataBagService()
  6923.     {
  6924.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6925.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6926.     }
  6927.     /**
  6928.      * Gets the private 'session.storage.native' shared service.
  6929.      *
  6930.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6931.      *
  6932.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6933.      */
  6934.     protected function getSession_Storage_NativeService()
  6935.     {
  6936.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6939.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  6940.     }
  6941.     /**
  6942.      * Gets the private 'session_listener' shared service.
  6943.      *
  6944.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6945.      */
  6946.     protected function getSessionListenerService()
  6947.     {
  6948.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6949.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6950.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6951.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6952.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6953.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6954.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6955.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6956.         ], [
  6957.             'initialized_session' => '?',
  6958.             'logger' => '?',
  6959.             'request_stack' => '?',
  6960.             'session' => '?',
  6961.             'session_collector' => '?',
  6962.             'session_factory' => '?',
  6963.             'session_storage' => '?',
  6964.         ]), true$this->parameters['session.storage.options']);
  6965.     }
  6966.     /**
  6967.      * Gets the private 'translation.extractor' shared service.
  6968.      *
  6969.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6970.      */
  6971.     protected function getTranslation_ExtractorService()
  6972.     {
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6978.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6979.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6980.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6981.         return $instance;
  6982.     }
  6983.     /**
  6984.      * Gets the private 'translation.loader.csv' shared service.
  6985.      *
  6986.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6987.      */
  6988.     protected function getTranslation_Loader_CsvService()
  6989.     {
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6994.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6995.     }
  6996.     /**
  6997.      * Gets the private 'translation.loader.dat' shared service.
  6998.      *
  6999.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7000.      */
  7001.     protected function getTranslation_Loader_DatService()
  7002.     {
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7006.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7007.     }
  7008.     /**
  7009.      * Gets the private 'translation.loader.ini' shared service.
  7010.      *
  7011.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7012.      */
  7013.     protected function getTranslation_Loader_IniService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7019.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7020.     }
  7021.     /**
  7022.      * Gets the private 'translation.loader.json' shared service.
  7023.      *
  7024.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7025.      */
  7026.     protected function getTranslation_Loader_JsonService()
  7027.     {
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7032.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7033.     }
  7034.     /**
  7035.      * Gets the private 'translation.loader.mo' shared service.
  7036.      *
  7037.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7038.      */
  7039.     protected function getTranslation_Loader_MoService()
  7040.     {
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7045.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7046.     }
  7047.     /**
  7048.      * Gets the private 'translation.loader.php' shared service.
  7049.      *
  7050.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7051.      */
  7052.     protected function getTranslation_Loader_PhpService()
  7053.     {
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7058.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7059.     }
  7060.     /**
  7061.      * Gets the private 'translation.loader.po' shared service.
  7062.      *
  7063.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7064.      */
  7065.     protected function getTranslation_Loader_PoService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7071.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7072.     }
  7073.     /**
  7074.      * Gets the private 'translation.loader.qt' shared service.
  7075.      *
  7076.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7077.      */
  7078.     protected function getTranslation_Loader_QtService()
  7079.     {
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7082.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7083.     }
  7084.     /**
  7085.      * Gets the private 'translation.loader.res' shared service.
  7086.      *
  7087.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7088.      */
  7089.     protected function getTranslation_Loader_ResService()
  7090.     {
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7093.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7094.     }
  7095.     /**
  7096.      * Gets the private 'translation.loader.xliff' shared service.
  7097.      *
  7098.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7099.      */
  7100.     protected function getTranslation_Loader_XliffService()
  7101.     {
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7104.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7105.     }
  7106.     /**
  7107.      * Gets the private 'translation.loader.yml' shared service.
  7108.      *
  7109.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7110.      */
  7111.     protected function getTranslation_Loader_YmlService()
  7112.     {
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7117.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7118.     }
  7119.     /**
  7120.      * Gets the private 'translation.provider_collection' shared service.
  7121.      *
  7122.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7123.      */
  7124.     protected function getTranslation_ProviderCollectionService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7128.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7129.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7130.         }, 1), []))->fromConfig([]);
  7131.     }
  7132.     /**
  7133.      * Gets the private 'translation.reader' shared service.
  7134.      *
  7135.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7136.      */
  7137.     protected function getTranslation_ReaderService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7155.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7156.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7157.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7158.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7159.         $instance->addLoader('yaml'$a);
  7160.         $instance->addLoader('yml'$a);
  7161.         $instance->addLoader('xlf'$b);
  7162.         $instance->addLoader('xliff'$b);
  7163.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7164.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7165.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7166.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7167.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7168.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7169.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7170.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7171.         return $instance;
  7172.     }
  7173.     /**
  7174.      * Gets the private 'translation.warmer' shared service.
  7175.      *
  7176.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7177.      */
  7178.     protected function getTranslation_WarmerService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7182.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7183.             'translator' => ['services''translator''getTranslatorService'false],
  7184.         ], [
  7185.             'translator' => '?',
  7186.         ]))->withContext('translation.warmer'$this));
  7187.     }
  7188.     /**
  7189.      * Gets the private 'translation.writer' shared service.
  7190.      *
  7191.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7192.      */
  7193.     protected function getTranslation_WriterService()
  7194.     {
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7209.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7210.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7211.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7212.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7213.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7214.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7215.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7216.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7217.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7218.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7219.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7220.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7221.         return $instance;
  7222.     }
  7223.     /**
  7224.      * Gets the private 'translator.default' shared service.
  7225.      *
  7226.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7227.      */
  7228.     protected function getTranslator_DefaultService()
  7229.     {
  7230.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7231.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7232.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7233.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7234.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7235.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7236.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7237.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7238.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7239.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7240.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7241.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7242.         ], [
  7243.             'translation.loader.csv' => '?',
  7244.             'translation.loader.dat' => '?',
  7245.             'translation.loader.ini' => '?',
  7246.             'translation.loader.json' => '?',
  7247.             'translation.loader.mo' => '?',
  7248.             'translation.loader.php' => '?',
  7249.             'translation.loader.po' => '?',
  7250.             'translation.loader.qt' => '?',
  7251.             'translation.loader.res' => '?',
  7252.             'translation.loader.xliff' => '?',
  7253.             'translation.loader.yml' => '?',
  7254.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'sv', ['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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], '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')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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'), => (\dirname(__DIR__4).'/translations/messages.sv.xlf'), => (\dirname(__DIR__4).'/translations/messages.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/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/security-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  7255.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7256.         $instance->setFallbackLocales([=> 'en']);
  7257.         return $instance;
  7258.     }
  7259.     /**
  7260.      * Gets the private 'twig.command.debug' shared service.
  7261.      *
  7262.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7263.      */
  7264.     protected function getTwig_Command_DebugService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7268.         $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()));
  7269.         $instance->setName('debug:twig');
  7270.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7271.         return $instance;
  7272.     }
  7273.     /**
  7274.      * Gets the private 'twig.command.lint' shared service.
  7275.      *
  7276.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7277.      */
  7278.     protected function getTwig_Command_LintService()
  7279.     {
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7283.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7284.         $instance->setName('lint:twig');
  7285.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7286.         return $instance;
  7287.     }
  7288.     /**
  7289.      * Gets the private 'twig.form.engine' shared service.
  7290.      *
  7291.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7292.      */
  7293.     protected function getTwig_Form_EngineService()
  7294.     {
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7298.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7299.         if (isset($this->privates['twig.form.engine'])) {
  7300.             return $this->privates['twig.form.engine'];
  7301.         }
  7302.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7303.     }
  7304.     /**
  7305.      * Gets the private 'twig.form.renderer' shared service.
  7306.      *
  7307.      * @return \Symfony\Component\Form\FormRenderer
  7308.      */
  7309.     protected function getTwig_Form_RendererService()
  7310.     {
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7313.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7314.         if (isset($this->privates['twig.form.renderer'])) {
  7315.             return $this->privates['twig.form.renderer'];
  7316.         }
  7317.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7318.     }
  7319.     /**
  7320.      * Gets the private 'twig.mailer.message_listener' shared service.
  7321.      *
  7322.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7323.      */
  7324.     protected function getTwig_Mailer_MessageListenerService()
  7325.     {
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7329.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7330.         if (isset($this->privates['twig.mailer.message_listener'])) {
  7331.             return $this->privates['twig.mailer.message_listener'];
  7332.         }
  7333.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7334.     }
  7335.     /**
  7336.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7337.      *
  7338.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7339.      */
  7340.     protected function getTwig_Runtime_HttpkernelService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7348.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7349.         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, [
  7350.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7351.         ], [
  7352.             'inline' => '?',
  7353.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7354.     }
  7355.     /**
  7356.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7357.      *
  7358.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7359.      */
  7360.     protected function getTwig_Runtime_SecurityCsrfService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7363.         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()));
  7364.     }
  7365.     /**
  7366.      * Gets the private 'twig.runtime.serializer' shared service.
  7367.      *
  7368.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7369.      */
  7370.     protected function getTwig_Runtime_SerializerService()
  7371.     {
  7372.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7374.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  7375.         if (isset($this->privates['twig.runtime.serializer'])) {
  7376.             return $this->privates['twig.runtime.serializer'];
  7377.         }
  7378.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  7379.     }
  7380.     /**
  7381.      * Gets the private 'twig.template_cache_warmer' shared service.
  7382.      *
  7383.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7384.      */
  7385.     protected function getTwig_TemplateCacheWarmerService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7390.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7391.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7392.         ], [
  7393.             'twig' => '?',
  7394.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  7395.     }
  7396.     /**
  7397.      * Gets the private 'validator.builder' shared service.
  7398.      *
  7399.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7400.      */
  7401.     protected function getValidator_BuilderService()
  7402.     {
  7403.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7404.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7405.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7406.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7407.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7408.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7409.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7410.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7411.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7412.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7413.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7414.         ], [
  7415.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7416.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7417.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7418.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7419.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7420.             'doctrine.orm.validator.unique' => '?',
  7421.             'security.validator.user_password' => '?',
  7422.             'validator.expression' => '?',
  7423.         ])));
  7424.         if ($this->has('translator')) {
  7425.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7426.         }
  7427.         $instance->setTranslationDomain('validators');
  7428.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7429.         $instance->enableAnnotationMapping(true);
  7430.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7431.         $instance->addMethodMapping('loadValidatorMetadata');
  7432.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7433.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7434.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7435.         return $instance;
  7436.     }
  7437.     /**
  7438.      * Gets the private 'validator.email' shared service.
  7439.      *
  7440.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7441.      */
  7442.     protected function getValidator_EmailService()
  7443.     {
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7447.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7448.     }
  7449.     /**
  7450.      * Gets the private 'validator.expression' shared service.
  7451.      *
  7452.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7453.      */
  7454.     protected function getValidator_ExpressionService()
  7455.     {
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7459.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  7460.     }
  7461.     /**
  7462.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7463.      *
  7464.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7465.      */
  7466.     protected function getValidator_Mapping_CacheWarmerService()
  7467.     {
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7471.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7472.     }
  7473.     /**
  7474.      * Gets the private 'validator.not_compromised_password' shared service.
  7475.      *
  7476.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7477.      */
  7478.     protected function getValidator_NotCompromisedPasswordService()
  7479.     {
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7483.         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);
  7484.     }
  7485.     /**
  7486.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7487.      *
  7488.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7489.      */
  7490.     protected function getVarDumper_Command_ServerDumpService()
  7491.     {
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7498.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7499.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7500.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7501.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7502.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7503.         $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()))]);
  7504.         $instance->setName('server:dump');
  7505.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7506.         return $instance;
  7507.     }
  7508.     /**
  7509.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7510.      *
  7511.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7512.      */
  7513.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7514.     {
  7515.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7516.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7517.         return $instance;
  7518.     }
  7519.     /**
  7520.      * Gets the private 'var_dumper.html_dumper' shared service.
  7521.      *
  7522.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7523.      */
  7524.     protected function getVarDumper_HtmlDumperService()
  7525.     {
  7526.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7527.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7528.         return $instance;
  7529.     }
  7530.     /**
  7531.      * Gets the private 'var_dumper.server_connection' shared service.
  7532.      *
  7533.      * @return \Symfony\Component\VarDumper\Server\Connection
  7534.      */
  7535.     protected function getVarDumper_ServerConnectionService()
  7536.     {
  7537.         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()]);
  7538.     }
  7539.     /**
  7540.      * Gets the private 'web_profiler.csp.handler' shared service.
  7541.      *
  7542.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7543.      */
  7544.     protected function getWebProfiler_Csp_HandlerService()
  7545.     {
  7546.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7547.     }
  7548.     /**
  7549.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7550.      *
  7551.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7552.      */
  7553.     protected function getWebProfiler_DebugToolbarService()
  7554.     {
  7555.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7556.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7557.             return $this->privates['web_profiler.debug_toolbar'];
  7558.         }
  7559.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  7560.     }
  7561.     /**
  7562.      * Gets the public 'cache_clearer' alias.
  7563.      *
  7564.      * @return object The ".container.private.cache_clearer" service.
  7565.      */
  7566.     protected function getCacheClearerService()
  7567.     {
  7568.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7569.         return $this->get('.container.private.cache_clearer');
  7570.     }
  7571.     /**
  7572.      * Gets the public 'filesystem' alias.
  7573.      *
  7574.      * @return object The ".container.private.filesystem" service.
  7575.      */
  7576.     protected function getFilesystemService()
  7577.     {
  7578.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7579.         return $this->get('.container.private.filesystem');
  7580.     }
  7581.     /**
  7582.      * Gets the public 'serializer' alias.
  7583.      *
  7584.      * @return object The ".container.private.serializer" service.
  7585.      */
  7586.     protected function getSerializerService()
  7587.     {
  7588.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7589.         return $this->get('.container.private.serializer');
  7590.     }
  7591.     /**
  7592.      * Gets the public 'security.csrf.token_manager' alias.
  7593.      *
  7594.      * @return object The ".container.private.security.csrf.token_manager" service.
  7595.      */
  7596.     protected function getSecurity_Csrf_TokenManagerService()
  7597.     {
  7598.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7599.         return $this->get('.container.private.security.csrf.token_manager');
  7600.     }
  7601.     /**
  7602.      * Gets the public 'form.factory' alias.
  7603.      *
  7604.      * @return object The ".container.private.form.factory" service.
  7605.      */
  7606.     protected function getForm_FactoryService()
  7607.     {
  7608.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7609.         return $this->get('.container.private.form.factory');
  7610.     }
  7611.     /**
  7612.      * Gets the public 'form.type.file' alias.
  7613.      *
  7614.      * @return object The ".container.private.form.type.file" service.
  7615.      */
  7616.     protected function getForm_Type_FileService()
  7617.     {
  7618.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7619.         return $this->get('.container.private.form.type.file');
  7620.     }
  7621.     /**
  7622.      * Gets the public 'profiler' alias.
  7623.      *
  7624.      * @return object The ".container.private.profiler" service.
  7625.      */
  7626.     protected function getProfilerService()
  7627.     {
  7628.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7629.         return $this->get('.container.private.profiler');
  7630.     }
  7631.     /**
  7632.      * Gets the public 'security.authorization_checker' alias.
  7633.      *
  7634.      * @return object The ".container.private.security.authorization_checker" service.
  7635.      */
  7636.     protected function getSecurity_AuthorizationCheckerService()
  7637.     {
  7638.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7639.         return $this->get('.container.private.security.authorization_checker');
  7640.     }
  7641.     /**
  7642.      * Gets the public 'security.token_storage' alias.
  7643.      *
  7644.      * @return object The ".container.private.security.token_storage" service.
  7645.      */
  7646.     protected function getSecurity_TokenStorageService()
  7647.     {
  7648.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7649.         return $this->get('.container.private.security.token_storage');
  7650.     }
  7651.     /**
  7652.      * Gets the public 'twig' alias.
  7653.      *
  7654.      * @return object The ".container.private.twig" service.
  7655.      */
  7656.     protected function getTwigService()
  7657.     {
  7658.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7659.         return $this->get('.container.private.twig');
  7660.     }
  7661.     /**
  7662.      * Gets the public 'security.password_encoder' alias.
  7663.      *
  7664.      * @return object The ".container.private.security.password_encoder" service.
  7665.      */
  7666.     protected function getSecurity_PasswordEncoderService()
  7667.     {
  7668.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7669.         return $this->get('.container.private.security.password_encoder');
  7670.     }
  7671.     /**
  7672.      * Gets the public 'session' alias.
  7673.      *
  7674.      * @return object The ".container.private.session" service.
  7675.      */
  7676.     protected function getSessionService()
  7677.     {
  7678.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7679.         return $this->get('.container.private.session');
  7680.     }
  7681.     /**
  7682.      * Gets the public 'validator' alias.
  7683.      *
  7684.      * @return object The ".container.private.validator" service.
  7685.      */
  7686.     protected function getValidatorService()
  7687.     {
  7688.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7689.         return $this->get('.container.private.validator');
  7690.     }
  7691.     /**
  7692.      * @return array|bool|float|int|string|\UnitEnum|null
  7693.      */
  7694.     public function getParameter(string $name)
  7695.     {
  7696.         if (isset($this->buildParameters[$name])) {
  7697.             return $this->buildParameters[$name];
  7698.         }
  7699.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7700.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7701.         }
  7702.         if (isset($this->loadedDynamicParameters[$name])) {
  7703.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7704.         }
  7705.         return $this->parameters[$name];
  7706.     }
  7707.     public function hasParameter(string $name): bool
  7708.     {
  7709.         if (isset($this->buildParameters[$name])) {
  7710.             return true;
  7711.         }
  7712.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7713.     }
  7714.     public function setParameter(string $name$value): void
  7715.     {
  7716.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7717.     }
  7718.     public function getParameterBag(): ParameterBagInterface
  7719.     {
  7720.         if (null === $this->parameterBag) {
  7721.             $parameters $this->parameters;
  7722.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7723.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7724.             }
  7725.             foreach ($this->buildParameters as $name => $value) {
  7726.                 $parameters[$name] = $value;
  7727.             }
  7728.             $this->parameterBag = new FrozenParameterBag($parameters);
  7729.         }
  7730.         return $this->parameterBag;
  7731.     }
  7732.     private $loadedDynamicParameters = [
  7733.         'kernel.runtime_environment' => false,
  7734.         'kernel.build_dir' => false,
  7735.         'kernel.cache_dir' => false,
  7736.         'kernel.secret' => false,
  7737.         'debug.container.dump' => false,
  7738.         'serializer.mapping.cache.file' => false,
  7739.         'validator.mapping.cache.file' => false,
  7740.         'profiler.storage.dsn' => false,
  7741.         'doctrine.orm.proxy_dir' => false,
  7742.     ];
  7743.     private $dynamicParameters = [];
  7744.     private function getDynamicParameter(string $name)
  7745.     {
  7746.         switch ($name) {
  7747.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7748.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7749.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7750.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7751.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7752.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7753.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7754.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7755.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7756.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7757.         }
  7758.         $this->loadedDynamicParameters[$name] = true;
  7759.         return $this->dynamicParameters[$name] = $value;
  7760.     }
  7761.     protected function getDefaultParameters(): array
  7762.     {
  7763.         return [
  7764.             'kernel.project_dir' => \dirname(__DIR__4),
  7765.             'kernel.environment' => 'dev',
  7766.             'kernel.debug' => true,
  7767.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7768.             'kernel.bundles' => [
  7769.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7770.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7771.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7772.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7773.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7774.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7775.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7776.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7777.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7778.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7779.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7780.             ],
  7781.             'kernel.bundles_metadata' => [
  7782.                 'FrameworkBundle' => [
  7783.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7784.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7785.                 ],
  7786.                 'SecurityBundle' => [
  7787.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7788.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7789.                 ],
  7790.                 'TwigBundle' => [
  7791.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7792.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7793.                 ],
  7794.                 'TwigExtraBundle' => [
  7795.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7796.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7797.                 ],
  7798.                 'WebProfilerBundle' => [
  7799.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7800.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7801.                 ],
  7802.                 'MonologBundle' => [
  7803.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7804.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7805.                 ],
  7806.                 'DebugBundle' => [
  7807.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7808.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7809.                 ],
  7810.                 'DoctrineBundle' => [
  7811.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7812.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7813.                 ],
  7814.                 'DoctrineMigrationsBundle' => [
  7815.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7816.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7817.                 ],
  7818.                 'SensioFrameworkExtraBundle' => [
  7819.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7820.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7821.                 ],
  7822.                 'MakerBundle' => [
  7823.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7824.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7825.                 ],
  7826.             ],
  7827.             'kernel.charset' => 'UTF-8',
  7828.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7829.             'container.dumper.inline_class_loader' => true,
  7830.             'container.dumper.inline_factories' => true,
  7831.             'images_directory' => (\dirname(__DIR__4).'/public/img'),
  7832.             'files_directory' => (\dirname(__DIR__3).'/files'),
  7833.             'event_dispatcher.event_aliases' => [
  7834.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7835.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7836.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7837.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7838.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7839.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7840.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7841.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7842.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7843.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7844.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7845.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7846.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7847.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7848.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7849.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7850.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7851.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7852.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7853.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7854.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7855.             ],
  7856.             'fragment.renderer.hinclude.global_template' => NULL,
  7857.             'fragment.path' => '/_fragment',
  7858.             'kernel.http_method_override' => true,
  7859.             'kernel.trusted_hosts' => [
  7860.             ],
  7861.             'kernel.default_locale' => 'sv',
  7862.             'kernel.enabled_locales' => [
  7863.             ],
  7864.             'kernel.error_controller' => 'error_controller',
  7865.             'debug.file_link_format' => NULL,
  7866.             'asset.request_context.base_path' => NULL,
  7867.             'asset.request_context.secure' => NULL,
  7868.             'translator.logging' => false,
  7869.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7870.             'debug.error_handler.throw_at' => -1,
  7871.             'router.request_context.host' => 'localhost',
  7872.             'router.request_context.scheme' => 'http',
  7873.             'router.request_context.base_url' => '',
  7874.             'router.resource' => 'kernel::loadRoutes',
  7875.             'request_listener.http_port' => 80,
  7876.             'request_listener.https_port' => 443,
  7877.             'session.metadata.storage_key' => '_sf2_meta',
  7878.             'session.storage.options' => [
  7879.                 'cache_limiter' => '0',
  7880.                 'cookie_secure' => 'auto',
  7881.                 'cookie_httponly' => true,
  7882.                 'cookie_samesite' => 'lax',
  7883.                 'gc_probability' => 1,
  7884.             ],
  7885.             'session.save_path' => NULL,
  7886.             'session.metadata.update_threshold' => 0,
  7887.             'form.type_extension.csrf.enabled' => true,
  7888.             'form.type_extension.csrf.field_name' => '_token',
  7889.             'validator.translation_domain' => 'validators',
  7890.             'profiler_listener.only_exceptions' => false,
  7891.             'profiler_listener.only_main_requests' => false,
  7892.             'security.role_hierarchy.roles' => [
  7893.                 'ROLE_USER' => [
  7894.                     => 'ROLE_USER',
  7895.                 ],
  7896.                 'ROLE_ADMIN' => [
  7897.                     => 'ROLE_ADMIN',
  7898.                 ],
  7899.             ],
  7900.             'security.access.denied_url' => NULL,
  7901.             'security.authentication.manager.erase_credentials' => true,
  7902.             'security.authentication.session_strategy.strategy' => 'migrate',
  7903.             'security.access.always_authenticate_before_granting' => false,
  7904.             'security.authentication.hide_user_not_found' => true,
  7905.             'security.firewalls' => [
  7906.                 => 'dev',
  7907.                 => 'main',
  7908.             ],
  7909.             'security.main._indexed_authenticators' => [
  7910.             ],
  7911.             'twig.form.resources' => [
  7912.                 => 'form_div_layout.html.twig',
  7913.                 => 'bootstrap_4_layout.html.twig',
  7914.             ],
  7915.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7916.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7917.             'web_profiler.debug_toolbar.mode' => 2,
  7918.             'monolog.use_microseconds' => true,
  7919.             'monolog.swift_mailer.handlers' => [
  7920.             ],
  7921.             'monolog.handlers_to_channels' => [
  7922.                 'monolog.handler.console' => [
  7923.                     'type' => 'exclusive',
  7924.                     'elements' => [
  7925.                         => 'event',
  7926.                         => 'doctrine',
  7927.                         => 'console',
  7928.                     ],
  7929.                 ],
  7930.                 'monolog.handler.main' => [
  7931.                     'type' => 'exclusive',
  7932.                     'elements' => [
  7933.                         => 'event',
  7934.                     ],
  7935.                 ],
  7936.             ],
  7937.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7938.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7939.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7940.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7941.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7942.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7943.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7944.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7945.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7946.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7947.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7948.             'doctrine.entity_managers' => [
  7949.                 'default' => 'doctrine.orm.default_entity_manager',
  7950.             ],
  7951.             'doctrine.default_entity_manager' => 'default',
  7952.             'doctrine.dbal.connection_factory.types' => [
  7953.             ],
  7954.             'doctrine.connections' => [
  7955.                 'default' => 'doctrine.dbal.default_connection',
  7956.             ],
  7957.             'doctrine.default_connection' => 'default',
  7958.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7959.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7960.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7961.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7962.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7963.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7964.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7965.             'doctrine.orm.cache.memcache_port' => 11211,
  7966.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7967.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7968.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7969.             'doctrine.orm.cache.memcached_port' => 11211,
  7970.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7971.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7972.             'doctrine.orm.cache.redis_host' => 'localhost',
  7973.             'doctrine.orm.cache.redis_port' => 6379,
  7974.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7975.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7976.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7977.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7978.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7979.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7980.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7981.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7982.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7983.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7984.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7985.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7986.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7987.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7988.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7989.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7990.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7991.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7992.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7993.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7994.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7995.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7996.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7997.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7998.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7999.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8000.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8001.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8002.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8003.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8004.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8005.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8006.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  8007.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  8008.             'doctrine_migrations.name' => 'Application Migrations',
  8009.             'doctrine_migrations.migrations_paths' => [
  8010.             ],
  8011.             'doctrine_migrations.table_name' => 'migration_versions',
  8012.             'doctrine_migrations.column_name' => 'version',
  8013.             'doctrine_migrations.column_length' => 14,
  8014.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  8015.             'doctrine_migrations.all_or_nothing' => false,
  8016.             'doctrine_migrations.custom_template' => NULL,
  8017.             'doctrine_migrations.organize_migrations' => false,
  8018.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8019.             'data_collector.templates' => [
  8020.                 'data_collector.request' => [
  8021.                     => 'request',
  8022.                     => '@WebProfiler/Collector/request.html.twig',
  8023.                 ],
  8024.                 'data_collector.time' => [
  8025.                     => 'time',
  8026.                     => '@WebProfiler/Collector/time.html.twig',
  8027.                 ],
  8028.                 'data_collector.memory' => [
  8029.                     => 'memory',
  8030.                     => '@WebProfiler/Collector/memory.html.twig',
  8031.                 ],
  8032.                 'data_collector.validator' => [
  8033.                     => 'validator',
  8034.                     => '@WebProfiler/Collector/validator.html.twig',
  8035.                 ],
  8036.                 'data_collector.ajax' => [
  8037.                     => 'ajax',
  8038.                     => '@WebProfiler/Collector/ajax.html.twig',
  8039.                 ],
  8040.                 'data_collector.form' => [
  8041.                     => 'form',
  8042.                     => '@WebProfiler/Collector/form.html.twig',
  8043.                 ],
  8044.                 'data_collector.exception' => [
  8045.                     => 'exception',
  8046.                     => '@WebProfiler/Collector/exception.html.twig',
  8047.                 ],
  8048.                 'data_collector.logger' => [
  8049.                     => 'logger',
  8050.                     => '@WebProfiler/Collector/logger.html.twig',
  8051.                 ],
  8052.                 'data_collector.events' => [
  8053.                     => 'events',
  8054.                     => '@WebProfiler/Collector/events.html.twig',
  8055.                 ],
  8056.                 'data_collector.router' => [
  8057.                     => 'router',
  8058.                     => '@WebProfiler/Collector/router.html.twig',
  8059.                 ],
  8060.                 'data_collector.cache' => [
  8061.                     => 'cache',
  8062.                     => '@WebProfiler/Collector/cache.html.twig',
  8063.                 ],
  8064.                 'data_collector.translation' => [
  8065.                     => 'translation',
  8066.                     => '@WebProfiler/Collector/translation.html.twig',
  8067.                 ],
  8068.                 'data_collector.security' => [
  8069.                     => 'security',
  8070.                     => '@Security/Collector/security.html.twig',
  8071.                 ],
  8072.                 'data_collector.twig' => [
  8073.                     => 'twig',
  8074.                     => '@WebProfiler/Collector/twig.html.twig',
  8075.                 ],
  8076.                 'data_collector.http_client' => [
  8077.                     => 'http_client',
  8078.                     => '@WebProfiler/Collector/http_client.html.twig',
  8079.                 ],
  8080.                 'data_collector.doctrine' => [
  8081.                     => 'db',
  8082.                     => '@Doctrine/Collector/db.html.twig',
  8083.                 ],
  8084.                 'data_collector.dump' => [
  8085.                     => 'dump',
  8086.                     => '@Debug/Profiler/dump.html.twig',
  8087.                 ],
  8088.                 'mailer.data_collector' => [
  8089.                     => 'mailer',
  8090.                     => '@WebProfiler/Collector/mailer.html.twig',
  8091.                 ],
  8092.                 'notifier.data_collector' => [
  8093.                     => 'notifier',
  8094.                     => '@WebProfiler/Collector/notifier.html.twig',
  8095.                 ],
  8096.                 'data_collector.config' => [
  8097.                     => 'config',
  8098.                     => '@WebProfiler/Collector/config.html.twig',
  8099.                 ],
  8100.             ],
  8101.             'console.command.ids' => [
  8102.             ],
  8103.         ];
  8104.     }
  8105.     protected function throw($message)
  8106.     {
  8107.         throw new RuntimeException($message);
  8108.     }
  8109. }