var/cache/dev/Container2Q8xk2K/App_KernelDevDebugContainer.php line 1235

Open in your IDE?
  1. <?php
  2. namespace Container2Q8xk2K;
  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\\Admin\\Admin\\SecurityController' => 'getSecurityControllerService',
  47.             'App\\Controller\\Admin\\Administrators\\AdministratorController' => 'getAdministratorControllerService',
  48.             'App\\Controller\\Admin\\Administrators\\GroupController' => 'getGroupControllerService',
  49.             'App\\Controller\\Admin\\Administrators\\RoleController' => 'getRoleControllerService',
  50.             'App\\Controller\\Admin\\Content\\ContentController' => 'getContentControllerService',
  51.             'App\\Controller\\Admin\\Content\\MenuController' => 'getMenuControllerService',
  52.             'App\\Controller\\Admin\\Content\\RevisionController' => 'getRevisionControllerService',
  53.             'App\\Controller\\Admin\\Content\\RobotsController' => 'getRobotsControllerService',
  54.             'App\\Controller\\Admin\\Content\\TypeController' => 'getTypeControllerService',
  55.             'App\\Controller\\Admin\\Dashboard\\DashboardController' => 'getDashboardControllerService',
  56.             'App\\Controller\\Admin\\FileManager\\FileManagerController' => 'getFileManagerControllerService',
  57.             'App\\Controller\\Admin\\Marketing\\MarketingController' => 'getMarketingControllerService',
  58.             'App\\Controller\\Admin\\Members\\GroupController' => 'getGroupController2Service',
  59.             'App\\Controller\\Admin\\Members\\MemberController' => 'getMemberControllerService',
  60.             'App\\Controller\\Admin\\Members\\RoleController' => 'getRoleController2Service',
  61.             'App\\Controller\\Admin\\Permissions\\PermissionController' => 'getPermissionControllerService',
  62.             'App\\Controller\\Admin\\Settings\\EmailTemplateController' => 'getEmailTemplateControllerService',
  63.             'App\\Controller\\Admin\\Settings\\LanguageController' => 'getLanguageControllerService',
  64.             'App\\Controller\\Admin\\Settings\\OpenGraphController' => 'getOpenGraphControllerService',
  65.             'App\\Controller\\Admin\\Settings\\PhraseController' => 'getPhraseControllerService',
  66.             'App\\Controller\\Admin\\Settings\\SettingsController' => 'getSettingsControllerService',
  67.             'App\\Controller\\Admin\\Settings\\ToolController' => 'getToolControllerService',
  68.             'App\\Controller\\Admin\\Users\\UserController' => 'getUserControllerService',
  69.             'App\\Controller\\Frontend\\PageController' => 'getPageControllerService',
  70.             'App\\Controller\\Frontend\\QuoteController' => 'getQuoteControllerService',
  71.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  72.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  73.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  74.             'cache.app' => 'getCache_AppService',
  75.             'cache.app_clearer' => 'getCache_AppClearerService',
  76.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  77.             'cache.system' => 'getCache_SystemService',
  78.             'cache.system_clearer' => 'getCache_SystemClearerService',
  79.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  80.             'cache_warmer' => 'getCacheWarmerService',
  81.             'console.command_loader' => 'getConsole_CommandLoaderService',
  82.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  83.             'data_collector.dump' => 'getDataCollector_DumpService',
  84.             'doctrine' => 'getDoctrineService',
  85.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  86.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  87.             'error_controller' => 'getErrorControllerService',
  88.             'event_dispatcher' => 'getEventDispatcherService',
  89.             'http_kernel' => 'getHttpKernelService',
  90.             'knp_paginator' => 'getKnpPaginatorService',
  91.             'request_stack' => 'getRequestStackService',
  92.             'router' => 'getRouterService',
  93.             'routing.loader' => 'getRouting_LoaderService',
  94.             'services_resetter' => 'getServicesResetterService',
  95.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  96.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  97.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  98.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  99.             'translator' => 'getTranslatorService',
  100.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  101.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  102.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  103.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  104.             'cache_clearer' => 'getCacheClearerService',
  105.             'filesystem' => 'getFilesystemService',
  106.             'serializer' => 'getSerializerService',
  107.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  108.             'form.factory' => 'getForm_FactoryService',
  109.             'form.type.file' => 'getForm_Type_FileService',
  110.             'profiler' => 'getProfilerService',
  111.             'twig' => 'getTwigService',
  112.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  113.             'security.token_storage' => 'getSecurity_TokenStorageService',
  114.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  115.             'session' => 'getSessionService',
  116.             'validator' => 'getValidatorService',
  117.         ];
  118.         $this->aliases = [
  119.             'database_connection' => 'doctrine.dbal.default_connection',
  120.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  121.             'mailer' => 'swiftmailer.mailer.default',
  122.         ];
  123.         $this->privates['service_container'] = function () {
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  130.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/src/Helpers/Content/ContentHelper.php';
  132.             include_once \dirname(__DIR__4).'/src/Helpers/FileManager/FileHelper.php';
  133.             include_once \dirname(__DIR__4).'/src/Helpers/System/ConfigHelper.php';
  134.             include_once \dirname(__DIR__4).'/src/Helpers/System/UtilHelper.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  147.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  215.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  252.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  258.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  353.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.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/twig/twig/src/Cache/CacheInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.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/twig/twig/src/Extension/ProfilerExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  425.             include_once \dirname(__DIR__4).'/src/Twig/TranslationExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  433.             include_once \dirname(__DIR__4).'/src/Helpers/Content/MenuHelper.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  442.             include_once __DIR__.'/proxy-classes.php';
  443.         };
  444.     }
  445.     public function compile(): void
  446.     {
  447.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  448.     }
  449.     public function isCompiled(): bool
  450.     {
  451.         return true;
  452.     }
  453.     public function getRemovedIds(): array
  454.     {
  455.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  456.     }
  457.     protected function createProxy($class\Closure $factory)
  458.     {
  459.         return $factory();
  460.     }
  461.     /**
  462.      * Gets the public '.container.private.cache_clearer' shared service.
  463.      *
  464.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  465.      */
  466.     protected function get_Container_Private_CacheClearerService()
  467.     {
  468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  470.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  471.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  472.         }, 1));
  473.     }
  474.     /**
  475.      * Gets the public '.container.private.filesystem' shared service.
  476.      *
  477.      * @return \Symfony\Component\Filesystem\Filesystem
  478.      */
  479.     protected function get_Container_Private_FilesystemService()
  480.     {
  481.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  482.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  483.     }
  484.     /**
  485.      * Gets the public '.container.private.form.factory' shared service.
  486.      *
  487.      * @return \Symfony\Component\Form\FormFactory
  488.      */
  489.     protected function get_Container_Private_Form_FactoryService()
  490.     {
  491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  493.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  494.     }
  495.     /**
  496.      * Gets the public '.container.private.form.type.file' shared service.
  497.      *
  498.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  499.      */
  500.     protected function get_Container_Private_Form_Type_FileService()
  501.     {
  502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  505.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  506.     }
  507.     /**
  508.      * Gets the public '.container.private.profiler' shared service.
  509.      *
  510.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  511.      */
  512.     protected function get_Container_Private_ProfilerService()
  513.     {
  514.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  515.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  516.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  517.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  518.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  519.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  520.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  521.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  522.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  523.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  524.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  525.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  526.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  527.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  528.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  529.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  530.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  531.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  532.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  533.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  534.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  535.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  536.         if ($this->has('kernel')) {
  537.             $f->setKernel($b);
  538.         }
  539.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  540.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  541.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  542.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  543.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  544.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  545.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  546.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  547.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  548.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  549.         $instance->add($d);
  550.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  551.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  552.         $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())));
  553.         $instance->add($e);
  554.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  555.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  556.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  557.         $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()))));
  558.         $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()))));
  559.         $instance->add($f);
  560.         return $instance;
  561.     }
  562.     /**
  563.      * Gets the public '.container.private.security.authorization_checker' shared service.
  564.      *
  565.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  566.      */
  567.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  568.     {
  569.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  570.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  571.             return $this->services['.container.private.security.authorization_checker'];
  572.         }
  573.         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);
  574.     }
  575.     /**
  576.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  577.      *
  578.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  579.      */
  580.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  581.     {
  582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  586.         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())));
  587.     }
  588.     /**
  589.      * Gets the public '.container.private.security.password_encoder' shared service.
  590.      *
  591.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  592.      *
  593.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  594.      */
  595.     protected function get_Container_Private_Security_PasswordEncoderService()
  596.     {
  597.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  598.         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()));
  599.     }
  600.     /**
  601.      * Gets the public '.container.private.security.token_storage' shared service.
  602.      *
  603.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  604.      */
  605.     protected function get_Container_Private_Security_TokenStorageService()
  606.     {
  607.         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, [
  608.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  609.         ], [
  610.             'request_stack' => '?',
  611.         ]));
  612.     }
  613.     /**
  614.      * Gets the public '.container.private.serializer' shared service.
  615.      *
  616.      * @return \Symfony\Component\Serializer\Serializer
  617.      */
  618.     protected function get_Container_Private_SerializerService()
  619.     {
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  663.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  664.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  665.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  666.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  667.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  668.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [], $d)], [=> 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()]);
  669.     }
  670.     /**
  671.      * Gets the public '.container.private.session' shared service.
  672.      *
  673.      * @return \Symfony\Component\HttpFoundation\Session\Session
  674.      */
  675.     protected function get_Container_Private_SessionService()
  676.     {
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  679.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  680.         if (isset($this->services['.container.private.session'])) {
  681.             return $this->services['.container.private.session'];
  682.         }
  683.         return $this->services['.container.private.session'] = $a->createSession();
  684.     }
  685.     /**
  686.      * Gets the public '.container.private.twig' shared service.
  687.      *
  688.      * @return \Twig\Environment
  689.      */
  690.     protected function get_Container_Private_TwigService()
  691.     {
  692.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  693.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  695.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  696.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  697.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  698.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  699.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  700.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  701.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  702.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  704.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  705.         $a->addPath((\dirname(__DIR__4).'/templates'));
  706.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  707.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  709.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  710.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  711.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  712.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  713.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  714.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  715.         $g = ($this->services['router'] ?? $this->getRouterService());
  716.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  717.         $i = ($this->privates['App\\Helpers\\Content\\ContentHelper'] ?? $this->getContentHelperService());
  718.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  719.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  720.         $k = new \Symfony\Bridge\Twig\AppVariable();
  721.         $k->setEnvironment('dev');
  722.         $k->setDebug(true);
  723.         if ($this->has('.container.private.security.token_storage')) {
  724.             $k->setTokenStorage($h);
  725.         }
  726.         if ($this->has('request_stack')) {
  727.             $k->setRequestStack($d);
  728.         }
  729.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  733.         $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($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  734.             return new \EmptyIterator();
  735.         }, 0))));
  736.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  737.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  739.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  741.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  743.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  744.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  745.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  746.         $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())));
  747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  748.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  749.         $instance->addExtension(new \App\Twig\TranslationExtension($i));
  750.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  751.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  752.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  753.         $instance->addGlobal('app'$k);
  754.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  755.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  756.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  757.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  758.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  759.         ], [
  760.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  761.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  762.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  763.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  764.         ])));
  765.         $instance->addGlobal('util_helper', ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService()));
  766.         $instance->addGlobal('menu_helper', new \App\Helpers\Content\MenuHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $instance$i));
  767.         $instance->addGlobal('config_helper', ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  768.         $instance->addGlobal('content_helper'$i);
  769.         $instance->addGlobal('file_helper', ($this->privates['App\\Helpers\\FileManager\\FileHelper'] ?? $this->getFileHelperService()));
  770.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  771.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  772.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  773.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  774.         return $instance;
  775.     }
  776.     /**
  777.      * Gets the public '.container.private.validator' shared service.
  778.      *
  779.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  780.      */
  781.     protected function get_Container_Private_ValidatorService()
  782.     {
  783.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  784.     }
  785.     /**
  786.      * Gets the public 'App\Controller\Admin\Admin\SecurityController' shared autowired service.
  787.      *
  788.      * @return \App\Controller\Admin\Admin\SecurityController
  789.      */
  790.     protected function getSecurityControllerService()
  791.     {
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  793.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Admin/SecurityController.php';
  794.         $this->services['App\\Controller\\Admin\\Admin\\SecurityController'] = $instance = new \App\Controller\Admin\Admin\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  795.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Admin\\SecurityController'$this));
  796.         return $instance;
  797.     }
  798.     /**
  799.      * Gets the public 'App\Controller\Admin\Administrators\AdministratorController' shared autowired service.
  800.      *
  801.      * @return \App\Controller\Admin\Administrators\AdministratorController
  802.      */
  803.     protected function getAdministratorControllerService()
  804.     {
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  806.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Administrators/AdministratorController.php';
  807.         include_once \dirname(__DIR__4).'/src/Helpers/Admin/AdminHelper.php';
  808.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  809.         $this->services['App\\Controller\\Admin\\Administrators\\AdministratorController'] = $instance = new \App\Controller\Admin\Administrators\AdministratorController($a, ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), new \App\Helpers\Admin\AdminHelper($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())));
  810.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Administrators\\AdministratorController'$this));
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public 'App\Controller\Admin\Administrators\GroupController' shared autowired service.
  815.      *
  816.      * @return \App\Controller\Admin\Administrators\GroupController
  817.      */
  818.     protected function getGroupControllerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  821.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Administrators/GroupController.php';
  822.         $this->services['App\\Controller\\Admin\\Administrators\\GroupController'] = $instance = new \App\Controller\Admin\Administrators\GroupController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  823.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Administrators\\GroupController'$this));
  824.         return $instance;
  825.     }
  826.     /**
  827.      * Gets the public 'App\Controller\Admin\Administrators\RoleController' shared autowired service.
  828.      *
  829.      * @return \App\Controller\Admin\Administrators\RoleController
  830.      */
  831.     protected function getRoleControllerService()
  832.     {
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  834.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Administrators/RoleController.php';
  835.         $this->services['App\\Controller\\Admin\\Administrators\\RoleController'] = $instance = new \App\Controller\Admin\Administrators\RoleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  836.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Administrators\\RoleController'$this));
  837.         return $instance;
  838.     }
  839.     /**
  840.      * Gets the public 'App\Controller\Admin\Content\ContentController' shared autowired service.
  841.      *
  842.      * @return \App\Controller\Admin\Content\ContentController
  843.      */
  844.     protected function getContentControllerService()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  847.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Content/ContentController.php';
  848.         $this->services['App\\Controller\\Admin\\Content\\ContentController'] = $instance = new \App\Controller\Admin\Content\ContentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Helpers\\Content\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  849.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Content\\ContentController'$this));
  850.         return $instance;
  851.     }
  852.     /**
  853.      * Gets the public 'App\Controller\Admin\Content\MenuController' shared autowired service.
  854.      *
  855.      * @return \App\Controller\Admin\Content\MenuController
  856.      */
  857.     protected function getMenuControllerService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  860.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Content/MenuController.php';
  861.         $this->services['App\\Controller\\Admin\\Content\\MenuController'] = $instance = new \App\Controller\Admin\Content\MenuController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  862.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Content\\MenuController'$this));
  863.         return $instance;
  864.     }
  865.     /**
  866.      * Gets the public 'App\Controller\Admin\Content\RevisionController' shared autowired service.
  867.      *
  868.      * @return \App\Controller\Admin\Content\RevisionController
  869.      */
  870.     protected function getRevisionControllerService()
  871.     {
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  873.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Content/RevisionController.php';
  874.         $this->services['App\\Controller\\Admin\\Content\\RevisionController'] = $instance = new \App\Controller\Admin\Content\RevisionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Helpers\\Content\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService()));
  875.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Content\\RevisionController'$this));
  876.         return $instance;
  877.     }
  878.     /**
  879.      * Gets the public 'App\Controller\Admin\Content\RobotsController' shared autowired service.
  880.      *
  881.      * @return \App\Controller\Admin\Content\RobotsController
  882.      */
  883.     protected function getRobotsControllerService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  886.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Content/RobotsController.php';
  887.         $this->services['App\\Controller\\Admin\\Content\\RobotsController'] = $instance = new \App\Controller\Admin\Content\RobotsController();
  888.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Content\\RobotsController'$this));
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public 'App\Controller\Admin\Content\TypeController' shared autowired service.
  893.      *
  894.      * @return \App\Controller\Admin\Content\TypeController
  895.      */
  896.     protected function getTypeControllerService()
  897.     {
  898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  899.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Content/TypeController.php';
  900.         $this->services['App\\Controller\\Admin\\Content\\TypeController'] = $instance = new \App\Controller\Admin\Content\TypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Helpers\\Content\\ContentHelper'] ?? $this->getContentHelperService()));
  901.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Content\\TypeController'$this));
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public 'App\Controller\Admin\Dashboard\DashboardController' shared autowired service.
  906.      *
  907.      * @return \App\Controller\Admin\Dashboard\DashboardController
  908.      */
  909.     protected function getDashboardControllerService()
  910.     {
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  912.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Dashboard/DashboardController.php';
  913.         $this->services['App\\Controller\\Admin\\Dashboard\\DashboardController'] = $instance = new \App\Controller\Admin\Dashboard\DashboardController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  914.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Dashboard\\DashboardController'$this));
  915.         return $instance;
  916.     }
  917.     /**
  918.      * Gets the public 'App\Controller\Admin\FileManager\FileManagerController' shared autowired service.
  919.      *
  920.      * @return \App\Controller\Admin\FileManager\FileManagerController
  921.      */
  922.     protected function getFileManagerControllerService()
  923.     {
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  925.         include_once \dirname(__DIR__4).'/src/Controller/Admin/FileManager/FileManagerController.php';
  926.         $this->services['App\\Controller\\Admin\\FileManager\\FileManagerController'] = $instance = new \App\Controller\Admin\FileManager\FileManagerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\FileManager\\FileHelper'] ?? $this->getFileHelperService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  927.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\FileManager\\FileManagerController'$this));
  928.         return $instance;
  929.     }
  930.     /**
  931.      * Gets the public 'App\Controller\Admin\Marketing\MarketingController' shared autowired service.
  932.      *
  933.      * @return \App\Controller\Admin\Marketing\MarketingController
  934.      */
  935.     protected function getMarketingControllerService()
  936.     {
  937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  938.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Marketing/MarketingController.php';
  939.         $this->services['App\\Controller\\Admin\\Marketing\\MarketingController'] = $instance = new \App\Controller\Admin\Marketing\MarketingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService()));
  940.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Marketing\\MarketingController'$this));
  941.         return $instance;
  942.     }
  943.     /**
  944.      * Gets the public 'App\Controller\Admin\Members\GroupController' shared autowired service.
  945.      *
  946.      * @return \App\Controller\Admin\Members\GroupController
  947.      */
  948.     protected function getGroupController2Service()
  949.     {
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  951.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Members/GroupController.php';
  952.         $this->services['App\\Controller\\Admin\\Members\\GroupController'] = $instance = new \App\Controller\Admin\Members\GroupController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  953.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Members\\GroupController'$this));
  954.         return $instance;
  955.     }
  956.     /**
  957.      * Gets the public 'App\Controller\Admin\Members\MemberController' shared autowired service.
  958.      *
  959.      * @return \App\Controller\Admin\Members\MemberController
  960.      */
  961.     protected function getMemberControllerService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  964.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Members/MemberController.php';
  965.         $this->services['App\\Controller\\Admin\\Members\\MemberController'] = $instance = new \App\Controller\Admin\Members\MemberController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  966.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Members\\MemberController'$this));
  967.         return $instance;
  968.     }
  969.     /**
  970.      * Gets the public 'App\Controller\Admin\Members\RoleController' shared autowired service.
  971.      *
  972.      * @return \App\Controller\Admin\Members\RoleController
  973.      */
  974.     protected function getRoleController2Service()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  977.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Members/RoleController.php';
  978.         $this->services['App\\Controller\\Admin\\Members\\RoleController'] = $instance = new \App\Controller\Admin\Members\RoleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  979.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Members\\RoleController'$this));
  980.         return $instance;
  981.     }
  982.     /**
  983.      * Gets the public 'App\Controller\Admin\Permissions\PermissionController' shared autowired service.
  984.      *
  985.      * @return \App\Controller\Admin\Permissions\PermissionController
  986.      */
  987.     protected function getPermissionControllerService()
  988.     {
  989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  990.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Permissions/PermissionController.php';
  991.         $this->services['App\\Controller\\Admin\\Permissions\\PermissionController'] = $instance = new \App\Controller\Admin\Permissions\PermissionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  992.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Permissions\\PermissionController'$this));
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'App\Controller\Admin\Settings\EmailTemplateController' shared autowired service.
  997.      *
  998.      * @return \App\Controller\Admin\Settings\EmailTemplateController
  999.      */
  1000.     protected function getEmailTemplateControllerService()
  1001.     {
  1002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1003.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Settings/EmailTemplateController.php';
  1004.         $this->services['App\\Controller\\Admin\\Settings\\EmailTemplateController'] = $instance = new \App\Controller\Admin\Settings\EmailTemplateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1005.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Settings\\EmailTemplateController'$this));
  1006.         return $instance;
  1007.     }
  1008.     /**
  1009.      * Gets the public 'App\Controller\Admin\Settings\LanguageController' shared autowired service.
  1010.      *
  1011.      * @return \App\Controller\Admin\Settings\LanguageController
  1012.      */
  1013.     protected function getLanguageControllerService()
  1014.     {
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1016.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Settings/LanguageController.php';
  1017.         $this->services['App\\Controller\\Admin\\Settings\\LanguageController'] = $instance = new \App\Controller\Admin\Settings\LanguageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  1018.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Settings\\LanguageController'$this));
  1019.         return $instance;
  1020.     }
  1021.     /**
  1022.      * Gets the public 'App\Controller\Admin\Settings\OpenGraphController' shared autowired service.
  1023.      *
  1024.      * @return \App\Controller\Admin\Settings\OpenGraphController
  1025.      */
  1026.     protected function getOpenGraphControllerService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1029.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Settings/OpenGraphController.php';
  1030.         $this->services['App\\Controller\\Admin\\Settings\\OpenGraphController'] = $instance = new \App\Controller\Admin\Settings\OpenGraphController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  1031.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Settings\\OpenGraphController'$this));
  1032.         return $instance;
  1033.     }
  1034.     /**
  1035.      * Gets the public 'App\Controller\Admin\Settings\PhraseController' shared autowired service.
  1036.      *
  1037.      * @return \App\Controller\Admin\Settings\PhraseController
  1038.      */
  1039.     protected function getPhraseControllerService()
  1040.     {
  1041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1042.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Settings/PhraseController.php';
  1043.         $this->services['App\\Controller\\Admin\\Settings\\PhraseController'] = $instance = new \App\Controller\Admin\Settings\PhraseController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  1044.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Settings\\PhraseController'$this));
  1045.         return $instance;
  1046.     }
  1047.     /**
  1048.      * Gets the public 'App\Controller\Admin\Settings\SettingsController' shared autowired service.
  1049.      *
  1050.      * @return \App\Controller\Admin\Settings\SettingsController
  1051.      */
  1052.     protected function getSettingsControllerService()
  1053.     {
  1054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1055.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Settings/SettingsController.php';
  1056.         $this->services['App\\Controller\\Admin\\Settings\\SettingsController'] = $instance = new \App\Controller\Admin\Settings\SettingsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  1057.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Settings\\SettingsController'$this));
  1058.         return $instance;
  1059.     }
  1060.     /**
  1061.      * Gets the public 'App\Controller\Admin\Settings\ToolController' shared autowired service.
  1062.      *
  1063.      * @return \App\Controller\Admin\Settings\ToolController
  1064.      */
  1065.     protected function getToolControllerService()
  1066.     {
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1068.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Settings/ToolController.php';
  1069.         $this->services['App\\Controller\\Admin\\Settings\\ToolController'] = $instance = new \App\Controller\Admin\Settings\ToolController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  1070.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Settings\\ToolController'$this));
  1071.         return $instance;
  1072.     }
  1073.     /**
  1074.      * Gets the public 'App\Controller\Admin\Users\UserController' shared autowired service.
  1075.      *
  1076.      * @return \App\Controller\Admin\Users\UserController
  1077.      */
  1078.     protected function getUserControllerService()
  1079.     {
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1081.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Users/UserController.php';
  1082.         $this->services['App\\Controller\\Admin\\Users\\UserController'] = $instance = new \App\Controller\Admin\Users\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1083.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\Users\\UserController'$this));
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public 'App\Controller\Frontend\PageController' shared autowired service.
  1088.      *
  1089.      * @return \App\Controller\Frontend\PageController
  1090.      */
  1091.     protected function getPageControllerService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1094.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/PageController.php';
  1095.         $this->services['App\\Controller\\Frontend\\PageController'] = $instance = new \App\Controller\Frontend\PageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\Content\\ContentHelper'] ?? $this->getContentHelperService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  1096.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Frontend\\PageController'$this));
  1097.         return $instance;
  1098.     }
  1099.     /**
  1100.      * Gets the public 'App\Controller\Frontend\QuoteController' shared autowired service.
  1101.      *
  1102.      * @return \App\Controller\Frontend\QuoteController
  1103.      */
  1104.     protected function getQuoteControllerService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1107.         include_once \dirname(__DIR__4).'/src/Controller/Frontend/QuoteController.php';
  1108.         $this->services['App\\Controller\\Frontend\\QuoteController'] = $instance = new \App\Controller\Frontend\QuoteController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helpers\\Content\\ContentHelper'] ?? $this->getContentHelperService()), ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService()), ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  1109.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Frontend\\QuoteController'$this));
  1110.         return $instance;
  1111.     }
  1112.     /**
  1113.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1114.      *
  1115.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1116.      */
  1117.     protected function getProfilerControllerService()
  1118.     {
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  1120.         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()));
  1121.     }
  1122.     /**
  1123.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1124.      *
  1125.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1126.      */
  1127.     protected function getRedirectControllerService()
  1128.     {
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1130.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1131.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1132.     }
  1133.     /**
  1134.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1135.      *
  1136.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1137.      */
  1138.     protected function getTemplateControllerService()
  1139.     {
  1140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1141.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1142.     }
  1143.     /**
  1144.      * Gets the public 'cache.app' shared service.
  1145.      *
  1146.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1147.      */
  1148.     protected function getCache_AppService()
  1149.     {
  1150.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8gTkzX15Nl'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1151.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1152.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1153.     }
  1154.     /**
  1155.      * Gets the public 'cache.app_clearer' shared service.
  1156.      *
  1157.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1158.      */
  1159.     protected function getCache_AppClearerService()
  1160.     {
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1163.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1164.     }
  1165.     /**
  1166.      * Gets the public 'cache.global_clearer' shared service.
  1167.      *
  1168.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1169.      */
  1170.     protected function getCache_GlobalClearerService()
  1171.     {
  1172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1174.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1175.     }
  1176.     /**
  1177.      * Gets the public 'cache.system' shared service.
  1178.      *
  1179.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1180.      */
  1181.     protected function getCache_SystemService()
  1182.     {
  1183.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sIGzthJv9M'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1184.     }
  1185.     /**
  1186.      * Gets the public 'cache.system_clearer' shared service.
  1187.      *
  1188.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1189.      */
  1190.     protected function getCache_SystemClearerService()
  1191.     {
  1192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1194.         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())]);
  1195.     }
  1196.     /**
  1197.      * Gets the public 'cache.validator_expression_language' shared service.
  1198.      *
  1199.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1200.      */
  1201.     protected function getCache_ValidatorExpressionLanguageService()
  1202.     {
  1203.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bEQDVJKlAh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1204.     }
  1205.     /**
  1206.      * Gets the public 'cache_warmer' shared service.
  1207.      *
  1208.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1209.      */
  1210.     protected function getCacheWarmerService()
  1211.     {
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1214.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1215.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1216.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1217.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1218.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1219.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1220.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1221.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1222.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1223.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1224.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1225.     }
  1226.     /**
  1227.      * Gets the public 'console.command_loader' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1230.      */
  1231.     protected function getConsole_CommandLoaderService()
  1232.     {
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1235.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1236.             'App\\Command\\GenerateImageSitemapCommand' => ['privates''.App\\Command\\GenerateImageSitemapCommand.lazy''getGenerateImageSitemapCommand_LazyService'false],
  1237.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1238.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1239.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1240.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1241.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1242.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1243.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1244.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1245.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1246.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1247.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1248.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1249.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1250.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1251.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1252.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1253.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1254.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1255.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1256.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1257.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1258.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1259.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1260.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1261.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1262.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1263.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1264.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1265.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1266.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1267.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1268.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1269.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1270.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1271.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1272.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1273.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1274.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1275.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1276.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1277.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1278.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1279.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1280.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1281.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1282.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1283.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1284.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1285.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1286.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1287.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1288.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1289.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1290.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1291.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1292.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1293.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1294.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1295.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1296.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1297.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1298.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1299.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1300.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1301.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1302.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1303.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1304.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1305.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1306.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1307.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1308.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1309.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1310.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1311.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1312.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1313.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1314.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1315.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1316.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1317.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1318.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1319.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1320.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1321.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1322.         ], [
  1323.             'App\\Command\\GenerateImageSitemapCommand' => '?',
  1324.             'console.command.about' => '?',
  1325.             'console.command.assets_install' => '?',
  1326.             'console.command.cache_clear' => '?',
  1327.             'console.command.cache_pool_clear' => '?',
  1328.             'console.command.cache_pool_prune' => '?',
  1329.             'console.command.cache_pool_delete' => '?',
  1330.             'console.command.cache_pool_list' => '?',
  1331.             'console.command.cache_warmup' => '?',
  1332.             'console.command.config_debug' => '?',
  1333.             'console.command.config_dump_reference' => '?',
  1334.             'console.command.container_debug' => '?',
  1335.             'console.command.container_lint' => '?',
  1336.             'console.command.debug_autowiring' => '?',
  1337.             'console.command.dotenv_debug' => '?',
  1338.             'console.command.event_dispatcher_debug' => '?',
  1339.             'console.command.router_debug' => '?',
  1340.             'console.command.router_match' => '?',
  1341.             'console.command.translation_debug' => '?',
  1342.             'console.command.translation_extract' => '?',
  1343.             'console.command.validator_debug' => '?',
  1344.             'console.command.translation_pull' => '?',
  1345.             'console.command.translation_push' => '?',
  1346.             'console.command.xliff_lint' => '?',
  1347.             'console.command.yaml_lint' => '?',
  1348.             'console.command.form_debug' => '?',
  1349.             'console.command.secrets_set' => '?',
  1350.             'console.command.secrets_remove' => '?',
  1351.             'console.command.secrets_generate_key' => '?',
  1352.             'console.command.secrets_list' => '?',
  1353.             'console.command.secrets_decrypt_to_local' => '?',
  1354.             'console.command.secrets_encrypt_from_local' => '?',
  1355.             'twig.command.debug' => '?',
  1356.             'twig.command.lint' => '?',
  1357.             'var_dumper.command.server_dump' => '?',
  1358.             'monolog.command.server_log' => '?',
  1359.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1360.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1361.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1362.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1363.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1364.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1365.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1366.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1367.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1368.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1369.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1370.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1371.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1372.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1373.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1374.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1375.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1376.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1377.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1378.             'security.command.debug_firewall' => '?',
  1379.             'security.command.user_password_encoder' => '?',
  1380.             'security.command.user_password_hash' => '?',
  1381.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1382.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1383.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1384.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1385.             'maker.auto_command.make_auth' => '?',
  1386.             'maker.auto_command.make_command' => '?',
  1387.             'maker.auto_command.make_twig_component' => '?',
  1388.             'maker.auto_command.make_controller' => '?',
  1389.             'maker.auto_command.make_crud' => '?',
  1390.             'maker.auto_command.make_docker_database' => '?',
  1391.             'maker.auto_command.make_entity' => '?',
  1392.             'maker.auto_command.make_fixtures' => '?',
  1393.             'maker.auto_command.make_form' => '?',
  1394.             'maker.auto_command.make_message' => '?',
  1395.             'maker.auto_command.make_messenger_middleware' => '?',
  1396.             'maker.auto_command.make_registration_form' => '?',
  1397.             'maker.auto_command.make_reset_password' => '?',
  1398.             'maker.auto_command.make_serializer_encoder' => '?',
  1399.             'maker.auto_command.make_serializer_normalizer' => '?',
  1400.             'maker.auto_command.make_subscriber' => '?',
  1401.             'maker.auto_command.make_twig_extension' => '?',
  1402.             'maker.auto_command.make_test' => '?',
  1403.             'maker.auto_command.make_validator' => '?',
  1404.             'maker.auto_command.make_voter' => '?',
  1405.             'maker.auto_command.make_user' => '?',
  1406.             'maker.auto_command.make_migration' => '?',
  1407.             'maker.auto_command.make_stimulus_controller' => '?',
  1408.             'maker.auto_command.make_security_form_login' => '?',
  1409.         ]), ['app:generate-image-sitemap' => 'App\\Command\\GenerateImageSitemapCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1410.     }
  1411.     /**
  1412.      * Gets the public 'container.env_var_processors_locator' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1415.      */
  1416.     protected function getContainer_EnvVarProcessorsLocatorService()
  1417.     {
  1418.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1419.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1420.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1421.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1422.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1423.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1424.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1425.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1426.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1427.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1428.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1429.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1430.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1431.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1432.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1433.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1434.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1435.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1436.         ], [
  1437.             'base64' => '?',
  1438.             'bool' => '?',
  1439.             'const' => '?',
  1440.             'csv' => '?',
  1441.             'default' => '?',
  1442.             'file' => '?',
  1443.             'float' => '?',
  1444.             'int' => '?',
  1445.             'json' => '?',
  1446.             'key' => '?',
  1447.             'not' => '?',
  1448.             'query_string' => '?',
  1449.             'require' => '?',
  1450.             'resolve' => '?',
  1451.             'string' => '?',
  1452.             'trim' => '?',
  1453.             'url' => '?',
  1454.         ]);
  1455.     }
  1456.     /**
  1457.      * Gets the public 'data_collector.dump' shared service.
  1458.      *
  1459.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1460.      */
  1461.     protected function getDataCollector_DumpService()
  1462.     {
  1463.         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()));
  1464.     }
  1465.     /**
  1466.      * Gets the public 'doctrine' shared service.
  1467.      *
  1468.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1469.      */
  1470.     protected function getDoctrineService()
  1471.     {
  1472.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1473.     }
  1474.     /**
  1475.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1476.      *
  1477.      * @return \Doctrine\DBAL\Connection
  1478.      */
  1479.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1480.     {
  1481.         $a = new \Doctrine\DBAL\Configuration();
  1482.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1483.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1484.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1486.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1487.         $c->setConnectionName('default');
  1488.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1489.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1490.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1491.     }
  1492.     /**
  1493.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1494.      *
  1495.      * @return \Doctrine\ORM\EntityManager
  1496.      */
  1497.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1498.     {
  1499.         if ($lazyLoad) {
  1500.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1501.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1502.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1503.                     $proxy->setProxyInitializer(null);
  1504.                     return true;
  1505.                 });
  1506.             });
  1507.         }
  1508.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1527.         $a = new \Doctrine\ORM\Configuration();
  1528.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1529.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1530.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1531.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1532.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1533.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1534.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1535.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1536.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1537.         ], [
  1538.             'doctrine.ulid_generator' => '?',
  1539.             'doctrine.uuid_generator' => '?',
  1540.         ])));
  1541.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1542.         $a->setProxyNamespace('Proxies');
  1543.         $a->setAutoGenerateProxyClasses(true);
  1544.         $a->setSchemaIgnoreClasses([]);
  1545.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1546.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1547.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1548.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1549.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1550.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1551.         $a->setLazyGhostObjectEnabled(false);
  1552.         $a->setIdentityGenerationPreferences([]);
  1553.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1554.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1555.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'error_controller' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1562.      */
  1563.     protected function getErrorControllerService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1570.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1571.         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)));
  1572.     }
  1573.     /**
  1574.      * Gets the public 'event_dispatcher' shared service.
  1575.      *
  1576.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1577.      */
  1578.     protected function getEventDispatcherService()
  1579.     {
  1580.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1581.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1582.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1583.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1584.         $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())));
  1585.         $instance->addListener('kernel.controller', [=> function () {
  1586.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1587.         }, => 'onKernelController'], 0);
  1588.         $instance->addListener('kernel.request', [=> function () {
  1589.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1590.         }, => 'onKernelRequest'], 0);
  1591.         $instance->addListener('kernel.response', [=> function () {
  1592.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1593.         }, => 'onKernelResponse'], 0);
  1594.         $instance->addListener('kernel.response', [=> function () {
  1595.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1596.         }, => 'onKernelResponse'], -1024);
  1597.         $instance->addListener('kernel.request', [=> function () {
  1598.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1599.         }, => 'setDefaultLocale'], 100);
  1600.         $instance->addListener('kernel.request', [=> function () {
  1601.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1602.         }, => 'onKernelRequest'], 16);
  1603.         $instance->addListener('kernel.finish_request', [=> function () {
  1604.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1605.         }, => 'onKernelFinishRequest'], 0);
  1606.         $instance->addListener('kernel.request', [=> function () {
  1607.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1608.         }, => 'onKernelRequest'], 256);
  1609.         $instance->addListener('kernel.response', [=> function () {
  1610.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1611.         }, => 'onResponse'], -255);
  1612.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1613.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1614.         }, => 'onControllerArguments'], 0);
  1615.         $instance->addListener('kernel.exception', [=> function () {
  1616.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1617.         }, => 'logKernelException'], 0);
  1618.         $instance->addListener('kernel.exception', [=> function () {
  1619.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1620.         }, => 'onKernelException'], -128);
  1621.         $instance->addListener('kernel.response', [=> function () {
  1622.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1623.         }, => 'removeCspHeader'], -128);
  1624.         $instance->addListener('kernel.request', [=> function () {
  1625.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1626.         }, => 'onKernelRequest'], 15);
  1627.         $instance->addListener('kernel.finish_request', [=> function () {
  1628.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1629.         }, => 'onKernelFinishRequest'], -15);
  1630.         $instance->addListener('console.error', [=> function () {
  1631.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1632.         }, => 'onConsoleError'], -128);
  1633.         $instance->addListener('console.terminate', [=> function () {
  1634.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1635.         }, => 'onConsoleTerminate'], -128);
  1636.         $instance->addListener('console.error', [=> function () {
  1637.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1638.         }, => 'onConsoleError'], 0);
  1639.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1640.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1641.         }, => 'onMessage'], -255);
  1642.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1643.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1644.         }, => 'onMessage'], -255);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1647.         }, => 'configure'], 2048);
  1648.         $instance->addListener('console.command', [=> function () {
  1649.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1650.         }, => 'configure'], 2048);
  1651.         $instance->addListener('kernel.request', [=> function () {
  1652.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1653.         }, => 'onKernelRequest'], 32);
  1654.         $instance->addListener('kernel.finish_request', [=> function () {
  1655.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1656.         }, => 'onKernelFinishRequest'], 0);
  1657.         $instance->addListener('kernel.exception', [=> function () {
  1658.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1659.         }, => 'onKernelException'], -64);
  1660.         $instance->addListener('kernel.response', [=> function () {
  1661.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1662.         }, => 'onKernelResponse'], 0);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1665.         }, => 'onKernelRequest'], 128);
  1666.         $instance->addListener('kernel.response', [=> function () {
  1667.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1668.         }, => 'onKernelResponse'], -1000);
  1669.         $instance->addListener('kernel.finish_request', [=> function () {
  1670.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1671.         }, => 'onFinishRequest'], 0);
  1672.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1673.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1674.         }, => 'onNotification'], -255);
  1675.         $instance->addListener('kernel.response', [=> function () {
  1676.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1677.         }, => 'onKernelResponse'], -100);
  1678.         $instance->addListener('kernel.exception', [=> function () {
  1679.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1680.         }, => 'onKernelException'], 0);
  1681.         $instance->addListener('kernel.terminate', [=> function () {
  1682.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1683.         }, => 'onKernelTerminate'], -1024);
  1684.         $instance->addListener('kernel.controller', [=> function () {
  1685.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1686.         }, => 'onKernelController'], 0);
  1687.         $instance->addListener('kernel.response', [=> function () {
  1688.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1689.         }, => 'onKernelResponse'], 0);
  1690.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1691.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1692.         }, => 'onMessage'], 0);
  1693.         $instance->addListener('kernel.response', [=> function () {
  1694.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1695.         }, => 'onKernelResponse'], -128);
  1696.         $instance->addListener('console.command', [=> function () {
  1697.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1698.         }, => 'onCommand'], 255);
  1699.         $instance->addListener('console.terminate', [=> function () {
  1700.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1701.         }, => 'onTerminate'], -255);
  1702.         $instance->addListener('console.command', [=> function () {
  1703.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1704.         }, => 'configure'], 1024);
  1705.         $instance->addListener('kernel.controller', [=> function () {
  1706.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1707.         }, => 'onKernelController'], 0);
  1708.         $instance->addListener('kernel.controller', [=> function () {
  1709.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1710.         }, => 'onKernelController'], 0);
  1711.         $instance->addListener('kernel.controller', [=> function () {
  1712.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1713.         }, => 'onKernelController'], -128);
  1714.         $instance->addListener('kernel.view', [=> function () {
  1715.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1716.         }, => 'onKernelView'], 0);
  1717.         $instance->addListener('kernel.controller', [=> function () {
  1718.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1719.         }, => 'onKernelController'], 0);
  1720.         $instance->addListener('kernel.response', [=> function () {
  1721.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1722.         }, => 'onKernelResponse'], 0);
  1723.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1724.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1725.         }, => 'onKernelControllerArguments'], 0);
  1726.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1727.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1728.         }, => 'onKernelControllerArguments'], 0);
  1729.         $instance->addListener('kernel.response', [=> function () {
  1730.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1731.         }, => 'onKernelResponse'], 0);
  1732.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1733.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1734.         }, => 'onVoterVote'], 0);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1737.         }, => 'configureLogoutUrlGenerator'], 8);
  1738.         $instance->addListener('kernel.request', [=> function () {
  1739.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1740.         }, => 'onKernelRequest'], 8);
  1741.         $instance->addListener('kernel.finish_request', [=> function () {
  1742.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1743.         }, => 'onKernelFinishRequest'], 0);
  1744.         $instance->addListener('console.error', [=> function () {
  1745.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1746.         }, => 'onConsoleError'], 0);
  1747.         $instance->addListener('console.terminate', [=> function () {
  1748.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1749.         }, => 'onConsoleTerminate'], 0);
  1750.         $instance->addListener('knp_pager.before', [=> function () {
  1751.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1752.         }, => 'before'], 0);
  1753.         $instance->addListener('knp_pager.pagination', [=> function () {
  1754.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1755.         }, => 'pagination'], 0);
  1756.         $instance->addListener('knp_pager.before', [=> function () {
  1757.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1758.         }, => 'before'], 1);
  1759.         $instance->addListener('knp_pager.before', [=> function () {
  1760.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1761.         }, => 'before'], 1);
  1762.         $instance->addListener('knp_pager.pagination', [=> function () {
  1763.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1764.         }, => 'pagination'], 1);
  1765.         $instance->addListener('kernel.exception', [=> function () {
  1766.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1767.         }, => 'onException'], 0);
  1768.         $instance->addListener('kernel.terminate', [=> function () {
  1769.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1770.         }, => 'onTerminate'], 0);
  1771.         $instance->addListener('console.error', [=> function () {
  1772.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1773.         }, => 'onException'], 0);
  1774.         $instance->addListener('console.terminate', [=> function () {
  1775.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1776.         }, => 'onTerminate'], 0);
  1777.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1778.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1779.         }, => 'onLogout'], 0);
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the public 'http_kernel' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1786.      */
  1787.     protected function getHttpKernelService()
  1788.     {
  1789.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1790.         if (isset($this->services['http_kernel'])) {
  1791.             return $this->services['http_kernel'];
  1792.         }
  1793.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1794.         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 () {
  1795.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1796.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1797.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1798.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1799.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1800.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1801.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1802.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1803.         }, 8)), $b));
  1804.     }
  1805.     /**
  1806.      * Gets the public 'knp_paginator' shared service.
  1807.      *
  1808.      * @return \Knp\Component\Pager\Paginator
  1809.      */
  1810.     protected function getKnpPaginatorService($lazyLoad true)
  1811.     {
  1812.         if ($lazyLoad) {
  1813.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1814.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1815.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1816.                     $proxy->setProxyInitializer(null);
  1817.                     return true;
  1818.                 });
  1819.             });
  1820.         }
  1821.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1822.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1823.         return $instance;
  1824.     }
  1825.     /**
  1826.      * Gets the public 'request_stack' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1829.      */
  1830.     protected function getRequestStackService()
  1831.     {
  1832.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1833.     }
  1834.     /**
  1835.      * Gets the public 'router' shared service.
  1836.      *
  1837.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1838.      */
  1839.     protected function getRouterService()
  1840.     {
  1841.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1842.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1843.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1844.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1845.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1846.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1847.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1848.         ], [
  1849.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1850.         ]))->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'en');
  1851.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1852.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the public 'routing.loader' shared service.
  1857.      *
  1858.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1859.      */
  1860.     protected function getRouting_LoaderService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1870.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1886.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1887.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1888.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1889.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1890.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1891.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1892.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1893.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1894.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1895.             'kernel' => ['services''kernel''getKernelService'false],
  1896.         ], [
  1897.             'kernel' => 'App\\Kernel',
  1898.         ]), 'dev'));
  1899.         $a->addLoader($c);
  1900.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1901.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1902.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1903.     }
  1904.     /**
  1905.      * Gets the public 'services_resetter' shared service.
  1906.      *
  1907.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1908.      */
  1909.     protected function getServicesResetterService()
  1910.     {
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1912.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1913.             if (isset($this->services['cache.app'])) {
  1914.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1915.             }
  1916.             if (isset($this->services['cache.system'])) {
  1917.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1918.             }
  1919.             if (isset($this->privates['cache.validator'])) {
  1920.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1921.             }
  1922.             if (isset($this->privates['cache.serializer'])) {
  1923.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1924.             }
  1925.             if (isset($this->privates['cache.annotations'])) {
  1926.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1927.             }
  1928.             if (isset($this->privates['cache.property_info'])) {
  1929.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1930.             }
  1931.             if (isset($this->privates['.debug.http_client'])) {
  1932.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1933.             }
  1934.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1935.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1936.             }
  1937.             if (isset($this->privates['debug.stopwatch'])) {
  1938.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1939.             }
  1940.             if (isset($this->services['event_dispatcher'])) {
  1941.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1942.             }
  1943.             if (isset($this->privates['session_listener'])) {
  1944.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1945.             }
  1946.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1947.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1948.             }
  1949.             if (isset($this->services['cache.validator_expression_language'])) {
  1950.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1951.             }
  1952.             if (isset($this->services['.container.private.profiler'])) {
  1953.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1954.             }
  1955.             if (isset($this->services['.container.private.validator'])) {
  1956.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1957.             }
  1958.             if (isset($this->services['.container.private.twig'])) {
  1959.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1960.             }
  1961.             if (isset($this->privates['twig.form.engine'])) {
  1962.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1963.             }
  1964.             if (isset($this->privates['monolog.handler.main'])) {
  1965.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1966.             }
  1967.             if (isset($this->privates['monolog.handler.console'])) {
  1968.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1969.             }
  1970.             if (isset($this->services['doctrine'])) {
  1971.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1972.             }
  1973.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1974.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1975.             }
  1976.             if (isset($this->privates['form.type.entity'])) {
  1977.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1978.             }
  1979.             if (isset($this->services['.container.private.security.token_storage'])) {
  1980.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1981.             }
  1982.             if (isset($this->privates['cache.security_expression_language'])) {
  1983.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1984.             }
  1985.             if (isset($this->privates['debug.security.firewall'])) {
  1986.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1987.             }
  1988.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1989.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1990.             }
  1991.             if (isset($this->privates['.debug.http_client'])) {
  1992.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1993.             }
  1994.         }, function () {
  1995.             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.twig'])) + (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['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (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['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['.debug.http_client']));
  1996.         }), ['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'], 'twig' => [=> 'resetGlobals'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1997.     }
  1998.     /**
  1999.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2000.      *
  2001.      * @return \Swift_Mailer
  2002.      */
  2003.     protected function getSwiftmailer_Mailer_DefaultService()
  2004.     {
  2005.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2006.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2007.     }
  2008.     /**
  2009.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2010.      *
  2011.      * @return \Swift_Plugins_MessageLogger
  2012.      */
  2013.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2014.     {
  2015.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2018.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2019.     }
  2020.     /**
  2021.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2022.      *
  2023.      * @return \Swift_Transport
  2024.      */
  2025.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2031.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  2032.     }
  2033.     /**
  2034.      * Gets the public 'swiftmailer.transport' shared service.
  2035.      *
  2036.      * @return \Swift_Transport_SpoolTransport
  2037.      */
  2038.     protected function getSwiftmailer_TransportService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2049.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  2050.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2051.         return $instance;
  2052.     }
  2053.     /**
  2054.      * Gets the public 'translator' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2057.      */
  2058.     protected function getTranslatorService()
  2059.     {
  2060.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2061.     }
  2062.     /**
  2063.      * Gets the public 'var_dumper.cloner' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2066.      */
  2067.     protected function getVarDumper_ClonerService()
  2068.     {
  2069.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2070.         $instance->setMaxItems(2500);
  2071.         $instance->setMinDepth(1);
  2072.         $instance->setMaxString(-1);
  2073.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2074.         return $instance;
  2075.     }
  2076.     /**
  2077.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2078.      *
  2079.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2080.      */
  2081.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2084.         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()));
  2085.     }
  2086.     /**
  2087.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2088.      *
  2089.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2090.      */
  2091.     protected function getWebProfiler_Controller_ProfilerService()
  2092.     {
  2093.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2094.         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));
  2095.     }
  2096.     /**
  2097.      * Gets the public 'web_profiler.controller.router' shared service.
  2098.      *
  2099.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2100.      */
  2101.     protected function getWebProfiler_Controller_RouterService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2104.         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 () {
  2105.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2106.         }, 1));
  2107.     }
  2108.     /**
  2109.      * Gets the private '.App\Command\GenerateImageSitemapCommand.lazy' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\Console\Command\LazyCommand
  2112.      */
  2113.     protected function getGenerateImageSitemapCommand_LazyService()
  2114.     {
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2117.         return $this->privates['.App\\Command\\GenerateImageSitemapCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:generate-image-sitemap', [], 'Generate an XML image sitemap from all page content'false, function (): \App\Command\GenerateImageSitemapCommand {
  2118.             return ($this->privates['App\\Command\\GenerateImageSitemapCommand'] ?? $this->getGenerateImageSitemapCommandService());
  2119.         });
  2120.     }
  2121.     /**
  2122.      * Gets the private '.console.command.about.lazy' shared service.
  2123.      *
  2124.      * @return \Symfony\Component\Console\Command\LazyCommand
  2125.      */
  2126.     protected function get_Console_Command_About_LazyService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2130.         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 {
  2131.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2132.         });
  2133.     }
  2134.     /**
  2135.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\Console\Command\LazyCommand
  2138.      */
  2139.     protected function get_Console_Command_AssetsInstall_LazyService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2143.         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 {
  2144.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2145.         });
  2146.     }
  2147.     /**
  2148.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2149.      *
  2150.      * @return \Symfony\Component\Console\Command\LazyCommand
  2151.      */
  2152.     protected function get_Console_Command_CacheClear_LazyService()
  2153.     {
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2156.         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 {
  2157.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2158.         });
  2159.     }
  2160.     /**
  2161.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2162.      *
  2163.      * @return \Symfony\Component\Console\Command\LazyCommand
  2164.      */
  2165.     protected function get_Console_Command_CachePoolClear_LazyService()
  2166.     {
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2169.         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 {
  2170.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2171.         });
  2172.     }
  2173.     /**
  2174.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2175.      *
  2176.      * @return \Symfony\Component\Console\Command\LazyCommand
  2177.      */
  2178.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2179.     {
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2182.         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 {
  2183.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2184.         });
  2185.     }
  2186.     /**
  2187.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\Console\Command\LazyCommand
  2190.      */
  2191.     protected function get_Console_Command_CachePoolList_LazyService()
  2192.     {
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2195.         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 {
  2196.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2197.         });
  2198.     }
  2199.     /**
  2200.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2201.      *
  2202.      * @return \Symfony\Component\Console\Command\LazyCommand
  2203.      */
  2204.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2205.     {
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2208.         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 {
  2209.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2210.         });
  2211.     }
  2212.     /**
  2213.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2214.      *
  2215.      * @return \Symfony\Component\Console\Command\LazyCommand
  2216.      */
  2217.     protected function get_Console_Command_CacheWarmup_LazyService()
  2218.     {
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2221.         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 {
  2222.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2223.         });
  2224.     }
  2225.     /**
  2226.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2227.      *
  2228.      * @return \Symfony\Component\Console\Command\LazyCommand
  2229.      */
  2230.     protected function get_Console_Command_ConfigDebug_LazyService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2234.         return $this->privates['.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 {
  2235.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2236.         });
  2237.     }
  2238.     /**
  2239.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\Console\Command\LazyCommand
  2242.      */
  2243.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2244.     {
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2247.         return $this->privates['.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 {
  2248.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2249.         });
  2250.     }
  2251.     /**
  2252.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2253.      *
  2254.      * @return \Symfony\Component\Console\Command\LazyCommand
  2255.      */
  2256.     protected function get_Console_Command_ContainerDebug_LazyService()
  2257.     {
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2260.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2261.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2262.         });
  2263.     }
  2264.     /**
  2265.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2266.      *
  2267.      * @return \Symfony\Component\Console\Command\LazyCommand
  2268.      */
  2269.     protected function get_Console_Command_ContainerLint_LazyService()
  2270.     {
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2273.         return $this->privates['.console.command.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 {
  2274.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2275.         });
  2276.     }
  2277.     /**
  2278.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2279.      *
  2280.      * @return \Symfony\Component\Console\Command\LazyCommand
  2281.      */
  2282.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2286.         return $this->privates['.console.command.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 {
  2287.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2288.         });
  2289.     }
  2290.     /**
  2291.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\Console\Command\LazyCommand
  2294.      */
  2295.     protected function get_Console_Command_DotenvDebug_LazyService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2299.         return $this->privates['.console.command.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 {
  2300.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2301.         });
  2302.     }
  2303.     /**
  2304.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2305.      *
  2306.      * @return \Symfony\Component\Console\Command\LazyCommand
  2307.      */
  2308.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2312.         return $this->privates['.console.command.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 {
  2313.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2314.         });
  2315.     }
  2316.     /**
  2317.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\Console\Command\LazyCommand
  2320.      */
  2321.     protected function get_Console_Command_FormDebug_LazyService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2325.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2326.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2327.         });
  2328.     }
  2329.     /**
  2330.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\Console\Command\LazyCommand
  2333.      */
  2334.     protected function get_Console_Command_RouterDebug_LazyService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2338.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2339.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2340.         });
  2341.     }
  2342.     /**
  2343.      * Gets the private '.console.command.router_match.lazy' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\Console\Command\LazyCommand
  2346.      */
  2347.     protected function get_Console_Command_RouterMatch_LazyService()
  2348.     {
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2351.         return $this->privates['.console.command.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 {
  2352.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2353.         });
  2354.     }
  2355.     /**
  2356.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\Console\Command\LazyCommand
  2359.      */
  2360.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2361.     {
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2364.         return $this->privates['.console.command.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 {
  2365.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2366.         });
  2367.     }
  2368.     /**
  2369.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2370.      *
  2371.      * @return \Symfony\Component\Console\Command\LazyCommand
  2372.      */
  2373.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2377.         return $this->privates['.console.command.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 {
  2378.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2379.         });
  2380.     }
  2381.     /**
  2382.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2383.      *
  2384.      * @return \Symfony\Component\Console\Command\LazyCommand
  2385.      */
  2386.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2390.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2391.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2392.         });
  2393.     }
  2394.     /**
  2395.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Console\Command\LazyCommand
  2398.      */
  2399.     protected function get_Console_Command_SecretsList_LazyService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2403.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2404.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2405.         });
  2406.     }
  2407.     /**
  2408.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2409.      *
  2410.      * @return \Symfony\Component\Console\Command\LazyCommand
  2411.      */
  2412.     protected function get_Console_Command_SecretsRemove_LazyService()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2416.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2417.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2418.         });
  2419.     }
  2420.     /**
  2421.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2422.      *
  2423.      * @return \Symfony\Component\Console\Command\LazyCommand
  2424.      */
  2425.     protected function get_Console_Command_SecretsSet_LazyService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2429.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2430.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2431.         });
  2432.     }
  2433.     /**
  2434.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2435.      *
  2436.      * @return \Symfony\Component\Console\Command\LazyCommand
  2437.      */
  2438.     protected function get_Console_Command_TranslationDebug_LazyService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2442.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2443.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2444.         });
  2445.     }
  2446.     /**
  2447.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\Console\Command\LazyCommand
  2450.      */
  2451.     protected function get_Console_Command_TranslationExtract_LazyService()
  2452.     {
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2455.         return $this->privates['.console.command.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 {
  2456.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2457.         });
  2458.     }
  2459.     /**
  2460.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\Console\Command\LazyCommand
  2463.      */
  2464.     protected function get_Console_Command_TranslationPull_LazyService()
  2465.     {
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2468.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2469.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2470.         });
  2471.     }
  2472.     /**
  2473.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\Console\Command\LazyCommand
  2476.      */
  2477.     protected function get_Console_Command_TranslationPush_LazyService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2481.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2482.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2483.         });
  2484.     }
  2485.     /**
  2486.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\Console\Command\LazyCommand
  2489.      */
  2490.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2494.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2495.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2496.         });
  2497.     }
  2498.     /**
  2499.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Console\Command\LazyCommand
  2502.      */
  2503.     protected function get_Console_Command_XliffLint_LazyService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2507.         return $this->privates['.console.command.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 {
  2508.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2509.         });
  2510.     }
  2511.     /**
  2512.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Console\Command\LazyCommand
  2515.      */
  2516.     protected function get_Console_Command_YamlLint_LazyService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2520.         return $this->privates['.console.command.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 {
  2521.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2522.         });
  2523.     }
  2524.     /**
  2525.      * Gets the private '.debug.http_client' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2528.      */
  2529.     protected function get_Debug_HttpClientService()
  2530.     {
  2531.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2532.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2533.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2534.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2535.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2537.         $a->setLogger($b);
  2538.         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))));
  2539.     }
  2540.     /**
  2541.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2544.      */
  2545.     protected function getLoaderInterfaceService()
  2546.     {
  2547.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": 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".');
  2548.     }
  2549.     /**
  2550.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Console\Command\LazyCommand
  2553.      */
  2554.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2558.         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 {
  2559.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2560.         });
  2561.     }
  2562.     /**
  2563.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Console\Command\LazyCommand
  2566.      */
  2567.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2571.         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 {
  2572.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2573.         });
  2574.     }
  2575.     /**
  2576.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\Console\Command\LazyCommand
  2579.      */
  2580.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2584.         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 {
  2585.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2586.         });
  2587.     }
  2588.     /**
  2589.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Console\Command\LazyCommand
  2592.      */
  2593.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2594.     {
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2597.         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 {
  2598.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2599.         });
  2600.     }
  2601.     /**
  2602.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Console\Command\LazyCommand
  2605.      */
  2606.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2607.     {
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2610.         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 {
  2611.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2612.         });
  2613.     }
  2614.     /**
  2615.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\Console\Command\LazyCommand
  2618.      */
  2619.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2620.     {
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2623.         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 {
  2624.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2625.         });
  2626.     }
  2627.     /**
  2628.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Console\Command\LazyCommand
  2631.      */
  2632.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2636.         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 {
  2637.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2638.         });
  2639.     }
  2640.     /**
  2641.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Console\Command\LazyCommand
  2644.      */
  2645.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2646.     {
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2649.         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 {
  2650.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2651.         });
  2652.     }
  2653.     /**
  2654.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Console\Command\LazyCommand
  2657.      */
  2658.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2659.     {
  2660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2662.         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 {
  2663.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2664.         });
  2665.     }
  2666.     /**
  2667.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\Console\Command\LazyCommand
  2670.      */
  2671.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2675.         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 {
  2676.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2677.         });
  2678.     }
  2679.     /**
  2680.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\Console\Command\LazyCommand
  2683.      */
  2684.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2688.         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 {
  2689.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2690.         });
  2691.     }
  2692.     /**
  2693.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\Console\Command\LazyCommand
  2696.      */
  2697.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2698.     {
  2699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2701.         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 {
  2702.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2703.         });
  2704.     }
  2705.     /**
  2706.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\Console\Command\LazyCommand
  2709.      */
  2710.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2714.         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 {
  2715.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2716.         });
  2717.     }
  2718.     /**
  2719.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\Console\Command\LazyCommand
  2722.      */
  2723.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2724.     {
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2727.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2728.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2729.         });
  2730.     }
  2731.     /**
  2732.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2733.      *
  2734.      * @return \Symfony\Component\Console\Command\LazyCommand
  2735.      */
  2736.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2737.     {
  2738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2740.         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 {
  2741.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2742.         });
  2743.     }
  2744.     /**
  2745.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\Console\Command\LazyCommand
  2748.      */
  2749.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2753.         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 {
  2754.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2755.         });
  2756.     }
  2757.     /**
  2758.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2759.      *
  2760.      * @return \Symfony\Component\Console\Command\LazyCommand
  2761.      */
  2762.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2766.         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 {
  2767.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2768.         });
  2769.     }
  2770.     /**
  2771.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\Console\Command\LazyCommand
  2774.      */
  2775.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2776.     {
  2777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2779.         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 {
  2780.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2781.         });
  2782.     }
  2783.     /**
  2784.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2785.      *
  2786.      * @return \Symfony\Component\Console\Command\LazyCommand
  2787.      */
  2788.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2792.         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 {
  2793.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2794.         });
  2795.     }
  2796.     /**
  2797.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2798.      *
  2799.      * @return \Symfony\Component\Console\Command\LazyCommand
  2800.      */
  2801.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2805.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2806.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2807.         });
  2808.     }
  2809.     /**
  2810.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2811.      *
  2812.      * @return \Symfony\Component\Console\Command\LazyCommand
  2813.      */
  2814.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2818.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2819.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2820.         });
  2821.     }
  2822.     /**
  2823.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\Console\Command\LazyCommand
  2826.      */
  2827.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2831.         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 {
  2832.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2833.         });
  2834.     }
  2835.     /**
  2836.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\Console\Command\LazyCommand
  2839.      */
  2840.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2841.     {
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2844.         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 {
  2845.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2846.         });
  2847.     }
  2848.     /**
  2849.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\Console\Command\LazyCommand
  2852.      */
  2853.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2854.     {
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2857.         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 {
  2858.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2859.         });
  2860.     }
  2861.     /**
  2862.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Console\Command\LazyCommand
  2865.      */
  2866.     protected function get_Monolog_Command_ServerLog_LazyService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2870.         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 {
  2871.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2872.         });
  2873.     }
  2874.     /**
  2875.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\Console\Command\LazyCommand
  2878.      */
  2879.     protected function get_Security_Command_DebugFirewall_LazyService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2883.         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 {
  2884.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2885.         });
  2886.     }
  2887.     /**
  2888.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2889.      *
  2890.      * @return \Symfony\Component\Console\Command\LazyCommand
  2891.      */
  2892.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2896.         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 {
  2897.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2898.         });
  2899.     }
  2900.     /**
  2901.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2902.      *
  2903.      * @return \Symfony\Component\Console\Command\LazyCommand
  2904.      */
  2905.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2906.     {
  2907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2909.         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 {
  2910.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2911.         });
  2912.     }
  2913.     /**
  2914.      * Gets the private '.service_locator..gvWXYV' shared service.
  2915.      *
  2916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2917.      */
  2918.     protected function get_ServiceLocator__GvWXYVService()
  2919.     {
  2920.         return $this->privates['.service_locator..gvWXYV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2921.             'App\\Controller\\Admin\\Admin\\SecurityController::login' => ['privates''.service_locator.GgZBb_p''get_ServiceLocator_GgZBbPService'false],
  2922.             'App\\Controller\\Frontend\\QuoteController::quickQuote' => ['privates''.service_locator.ff7a1x0''get_ServiceLocator_Ff7a1x0Service'false],
  2923.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2924.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2925.             'App\\Controller\\Admin\\Admin\\SecurityController:login' => ['privates''.service_locator.GgZBb_p''get_ServiceLocator_GgZBbPService'false],
  2926.             'App\\Controller\\Frontend\\QuoteController:quickQuote' => ['privates''.service_locator.ff7a1x0''get_ServiceLocator_Ff7a1x0Service'false],
  2927.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2928.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  2929.         ], [
  2930.             'App\\Controller\\Admin\\Admin\\SecurityController::login' => '?',
  2931.             'App\\Controller\\Frontend\\QuoteController::quickQuote' => '?',
  2932.             'kernel::loadRoutes' => '?',
  2933.             'kernel::registerContainerConfiguration' => '?',
  2934.             'App\\Controller\\Admin\\Admin\\SecurityController:login' => '?',
  2935.             'App\\Controller\\Frontend\\QuoteController:quickQuote' => '?',
  2936.             'kernel:loadRoutes' => '?',
  2937.             'kernel:registerContainerConfiguration' => '?',
  2938.         ]);
  2939.     }
  2940.     /**
  2941.      * Gets the private '.service_locator.0b51NTp' shared service.
  2942.      *
  2943.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2944.      */
  2945.     protected function get_ServiceLocator_0b51NTpService()
  2946.     {
  2947.         return $this->privates['.service_locator.0b51NTp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2948.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2949.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  2950.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2951.         ], [
  2952.             'event_dispatcher' => '?',
  2953.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2954.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2955.         ]);
  2956.     }
  2957.     /**
  2958.      * Gets the private '.service_locator.GXLTvxy' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2961.      */
  2962.     protected function get_ServiceLocator_GXLTvxyService()
  2963.     {
  2964.         return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2965.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  2966.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2967.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2968.         ], [
  2969.             'security.firewall.map.context.admin' => '?',
  2970.             'security.firewall.map.context.dev' => '?',
  2971.             'security.firewall.map.context.main' => '?',
  2972.         ]);
  2973.     }
  2974.     /**
  2975.      * Gets the private '.service_locator.GgZBb_p' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2978.      */
  2979.     protected function get_ServiceLocator_GgZBbPService()
  2980.     {
  2981.         return $this->privates['.service_locator.GgZBb_p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2982.             'authUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2983.         ], [
  2984.             'authUtils' => '?',
  2985.         ]);
  2986.     }
  2987.     /**
  2988.      * Gets the private '.service_locator.ff7a1x0' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2991.      */
  2992.     protected function get_ServiceLocator_Ff7a1x0Service()
  2993.     {
  2994.         return $this->privates['.service_locator.ff7a1x0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2995.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2996.         ], [
  2997.             'mailer' => '?',
  2998.         ]);
  2999.     }
  3000.     /**
  3001.      * Gets the private '.service_locator.mx0UMmY' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3004.      */
  3005.     protected function get_ServiceLocator_Mx0UMmYService()
  3006.     {
  3007.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3008.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3009.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3010.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3011.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3012.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3013.             'router' => ['services''router''getRouterService'false],
  3014.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3015.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3016.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3017.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3018.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3019.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3020.         ], [
  3021.             'doctrine' => '?',
  3022.             'form.factory' => '?',
  3023.             'http_kernel' => '?',
  3024.             'parameter_bag' => '?',
  3025.             'request_stack' => '?',
  3026.             'router' => '?',
  3027.             'security.authorization_checker' => '?',
  3028.             'security.csrf.token_manager' => '?',
  3029.             'security.token_storage' => '?',
  3030.             'serializer' => '?',
  3031.             'session' => '.session.deprecated',
  3032.             'twig' => '?',
  3033.         ]);
  3034.     }
  3035.     /**
  3036.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3039.      */
  3040.     protected function get_ServiceLocator_XUrKPVUService()
  3041.     {
  3042.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3043.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": 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".'],
  3044.         ], [
  3045.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3046.         ]);
  3047.     }
  3048.     /**
  3049.      * Gets the private '.session.deprecated' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3052.      */
  3053.     protected function get_Session_DeprecatedService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3057.         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();
  3058.     }
  3059.     /**
  3060.      * Gets the private '.twig.command.debug.lazy' shared service.
  3061.      *
  3062.      * @return \Symfony\Component\Console\Command\LazyCommand
  3063.      */
  3064.     protected function get_Twig_Command_Debug_LazyService()
  3065.     {
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3068.         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 {
  3069.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3070.         });
  3071.     }
  3072.     /**
  3073.      * Gets the private '.twig.command.lint.lazy' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\Console\Command\LazyCommand
  3076.      */
  3077.     protected function get_Twig_Command_Lint_LazyService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3081.         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 {
  3082.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3083.         });
  3084.     }
  3085.     /**
  3086.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3087.      *
  3088.      * @return \Symfony\Component\Console\Command\LazyCommand
  3089.      */
  3090.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3091.     {
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3094.         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 {
  3095.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3096.         });
  3097.     }
  3098.     /**
  3099.      * Gets the private 'App\Command\GenerateImageSitemapCommand' shared autowired service.
  3100.      *
  3101.      * @return \App\Command\GenerateImageSitemapCommand
  3102.      */
  3103.     protected function getGenerateImageSitemapCommandService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3106.         include_once \dirname(__DIR__4).'/src/Command/GenerateImageSitemapCommand.php';
  3107.         $this->privates['App\\Command\\GenerateImageSitemapCommand'] = $instance = new \App\Command\GenerateImageSitemapCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3108.         $instance->setName('app:generate-image-sitemap');
  3109.         $instance->setDescription('Generate an XML image sitemap from all page content');
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the private 'App\Forms\Admin\Administrators\AccountForm' shared autowired service.
  3114.      *
  3115.      * @return \App\Forms\Admin\Administrators\AccountForm
  3116.      */
  3117.     protected function getAccountFormService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3121.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Administrators/AccountForm.php';
  3122.         return $this->privates['App\\Forms\\Admin\\Administrators\\AccountForm'] = new \App\Forms\Admin\Administrators\AccountForm();
  3123.     }
  3124.     /**
  3125.      * Gets the private 'App\Forms\Admin\Administrators\EditAdministratorForm' shared autowired service.
  3126.      *
  3127.      * @return \App\Forms\Admin\Administrators\EditAdministratorForm
  3128.      */
  3129.     protected function getEditAdministratorFormService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3133.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Administrators/EditAdministratorForm.php';
  3134.         return $this->privates['App\\Forms\\Admin\\Administrators\\EditAdministratorForm'] = new \App\Forms\Admin\Administrators\EditAdministratorForm();
  3135.     }
  3136.     /**
  3137.      * Gets the private 'App\Forms\Admin\Content\EditItemForm' shared autowired service.
  3138.      *
  3139.      * @return \App\Forms\Admin\Content\EditItemForm
  3140.      */
  3141.     protected function getEditItemFormService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3145.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Content/EditItemForm.php';
  3146.         return $this->privates['App\\Forms\\Admin\\Content\\EditItemForm'] = new \App\Forms\Admin\Content\EditItemForm();
  3147.     }
  3148.     /**
  3149.      * Gets the private 'App\Forms\Admin\Content\EditMenuForm' shared autowired service.
  3150.      *
  3151.      * @return \App\Forms\Admin\Content\EditMenuForm
  3152.      */
  3153.     protected function getEditMenuFormService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3157.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Content/EditMenuForm.php';
  3158.         return $this->privates['App\\Forms\\Admin\\Content\\EditMenuForm'] = new \App\Forms\Admin\Content\EditMenuForm();
  3159.     }
  3160.     /**
  3161.      * Gets the private 'App\Forms\Admin\Content\EditTypeForm' shared autowired service.
  3162.      *
  3163.      * @return \App\Forms\Admin\Content\EditTypeForm
  3164.      */
  3165.     protected function getEditTypeFormService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3169.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Content/EditTypeForm.php';
  3170.         return $this->privates['App\\Forms\\Admin\\Content\\EditTypeForm'] = new \App\Forms\Admin\Content\EditTypeForm();
  3171.     }
  3172.     /**
  3173.      * Gets the private 'App\Forms\Admin\Courses\EditCourseForm' shared autowired service.
  3174.      *
  3175.      * @return \App\Forms\Admin\Courses\EditCourseForm
  3176.      */
  3177.     protected function getEditCourseFormService()
  3178.     {
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3181.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Courses/EditCourseForm.php';
  3182.         return $this->privates['App\\Forms\\Admin\\Courses\\EditCourseForm'] = new \App\Forms\Admin\Courses\EditCourseForm();
  3183.     }
  3184.     /**
  3185.      * Gets the private 'App\Forms\Admin\Events\EditEventForm' shared autowired service.
  3186.      *
  3187.      * @return \App\Forms\Admin\Events\EditEventForm
  3188.      */
  3189.     protected function getEditEventFormService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3193.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Events/EditEventForm.php';
  3194.         return $this->privates['App\\Forms\\Admin\\Events\\EditEventForm'] = new \App\Forms\Admin\Events\EditEventForm();
  3195.     }
  3196.     /**
  3197.      * Gets the private 'App\Forms\Admin\Marketing\ComposeMarketingEmailForm' shared autowired service.
  3198.      *
  3199.      * @return \App\Forms\Admin\Marketing\ComposeMarketingEmailForm
  3200.      */
  3201.     protected function getComposeMarketingEmailFormService()
  3202.     {
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3205.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Marketing/ComposeMarketingEmailForm.php';
  3206.         return $this->privates['App\\Forms\\Admin\\Marketing\\ComposeMarketingEmailForm'] = new \App\Forms\Admin\Marketing\ComposeMarketingEmailForm();
  3207.     }
  3208.     /**
  3209.      * Gets the private 'App\Forms\Admin\Members\EditGroupForm' shared autowired service.
  3210.      *
  3211.      * @return \App\Forms\Admin\Members\EditGroupForm
  3212.      */
  3213.     protected function getEditGroupFormService()
  3214.     {
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3217.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Members/EditGroupForm.php';
  3218.         return $this->privates['App\\Forms\\Admin\\Members\\EditGroupForm'] = new \App\Forms\Admin\Members\EditGroupForm();
  3219.     }
  3220.     /**
  3221.      * Gets the private 'App\Forms\Admin\Members\EditMemberForm' shared autowired service.
  3222.      *
  3223.      * @return \App\Forms\Admin\Members\EditMemberForm
  3224.      */
  3225.     protected function getEditMemberFormService()
  3226.     {
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3229.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Members/EditMemberForm.php';
  3230.         return $this->privates['App\\Forms\\Admin\\Members\\EditMemberForm'] = new \App\Forms\Admin\Members\EditMemberForm();
  3231.     }
  3232.     /**
  3233.      * Gets the private 'App\Forms\Admin\Members\EditRoleForm' shared autowired service.
  3234.      *
  3235.      * @return \App\Forms\Admin\Members\EditRoleForm
  3236.      */
  3237.     protected function getEditRoleFormService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3241.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Members/EditRoleForm.php';
  3242.         return $this->privates['App\\Forms\\Admin\\Members\\EditRoleForm'] = new \App\Forms\Admin\Members\EditRoleForm();
  3243.     }
  3244.     /**
  3245.      * Gets the private 'App\Forms\Admin\Permissions\EditGroupForm' shared autowired service.
  3246.      *
  3247.      * @return \App\Forms\Admin\Permissions\EditGroupForm
  3248.      */
  3249.     protected function getEditGroupForm2Service()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3253.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Permissions/EditGroupForm.php';
  3254.         return $this->privates['App\\Forms\\Admin\\Permissions\\EditGroupForm'] = new \App\Forms\Admin\Permissions\EditGroupForm();
  3255.     }
  3256.     /**
  3257.      * Gets the private 'App\Forms\Admin\Settings\EditEmailTemplateForm' shared autowired service.
  3258.      *
  3259.      * @return \App\Forms\Admin\Settings\EditEmailTemplateForm
  3260.      */
  3261.     protected function getEditEmailTemplateFormService()
  3262.     {
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3265.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Settings/EditEmailTemplateForm.php';
  3266.         return $this->privates['App\\Forms\\Admin\\Settings\\EditEmailTemplateForm'] = new \App\Forms\Admin\Settings\EditEmailTemplateForm();
  3267.     }
  3268.     /**
  3269.      * Gets the private 'App\Forms\Admin\Settings\EditLanguageForm' shared autowired service.
  3270.      *
  3271.      * @return \App\Forms\Admin\Settings\EditLanguageForm
  3272.      */
  3273.     protected function getEditLanguageFormService()
  3274.     {
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3277.         include_once \dirname(__DIR__4).'/src/Forms/Admin/Settings/EditLanguageForm.php';
  3278.         return $this->privates['App\\Forms\\Admin\\Settings\\EditLanguageForm'] = new \App\Forms\Admin\Settings\EditLanguageForm();
  3279.     }
  3280.     /**
  3281.      * Gets the private 'App\Forms\Frontend\QuoteForm' shared autowired service.
  3282.      *
  3283.      * @return \App\Forms\Frontend\QuoteForm
  3284.      */
  3285.     protected function getQuoteFormService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3289.         include_once \dirname(__DIR__4).'/src/Forms/Frontend/QuoteForm.php';
  3290.         return $this->privates['App\\Forms\\Frontend\\QuoteForm'] = new \App\Forms\Frontend\QuoteForm();
  3291.     }
  3292.     /**
  3293.      * Gets the private 'App\Helpers\Content\ContentHelper' shared autowired service.
  3294.      *
  3295.      * @return \App\Helpers\Content\ContentHelper
  3296.      */
  3297.     protected function getContentHelperService()
  3298.     {
  3299.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3300.         if (isset($this->privates['App\\Helpers\\Content\\ContentHelper'])) {
  3301.             return $this->privates['App\\Helpers\\Content\\ContentHelper'];
  3302.         }
  3303.         $b = ($this->privates['App\\Helpers\\System\\UtilHelper'] ?? $this->getUtilHelperService());
  3304.         if (isset($this->privates['App\\Helpers\\Content\\ContentHelper'])) {
  3305.             return $this->privates['App\\Helpers\\Content\\ContentHelper'];
  3306.         }
  3307.         return $this->privates['App\\Helpers\\Content\\ContentHelper'] = new \App\Helpers\Content\ContentHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a$b, ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()));
  3308.     }
  3309.     /**
  3310.      * Gets the private 'App\Helpers\FileManager\FileHelper' shared autowired service.
  3311.      *
  3312.      * @return \App\Helpers\FileManager\FileHelper
  3313.      */
  3314.     protected function getFileHelperService()
  3315.     {
  3316.         return $this->privates['App\\Helpers\\FileManager\\FileHelper'] = new \App\Helpers\FileManager\FileHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'App\Helpers\System\ConfigHelper' shared autowired service.
  3320.      *
  3321.      * @return \App\Helpers\System\ConfigHelper
  3322.      */
  3323.     protected function getConfigHelperService()
  3324.     {
  3325.         return $this->privates['App\\Helpers\\System\\ConfigHelper'] = new \App\Helpers\System\ConfigHelper($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3326.     }
  3327.     /**
  3328.      * Gets the private 'App\Helpers\System\UtilHelper' shared autowired service.
  3329.      *
  3330.      * @return \App\Helpers\System\UtilHelper
  3331.      */
  3332.     protected function getUtilHelperService()
  3333.     {
  3334.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3335.         if (isset($this->privates['App\\Helpers\\System\\UtilHelper'])) {
  3336.             return $this->privates['App\\Helpers\\System\\UtilHelper'];
  3337.         }
  3338.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3339.         if (isset($this->privates['App\\Helpers\\System\\UtilHelper'])) {
  3340.             return $this->privates['App\\Helpers\\System\\UtilHelper'];
  3341.         }
  3342.         return $this->privates['App\\Helpers\\System\\UtilHelper'] = new \App\Helpers\System\UtilHelper($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['App\\Helpers\\System\\ConfigHelper'] ?? $this->getConfigHelperService()), $b);
  3343.     }
  3344.     /**
  3345.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3346.      *
  3347.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3348.      */
  3349.     protected function getManagerRegistryAwareConnectionProviderService()
  3350.     {
  3351.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3353.         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'));
  3354.     }
  3355.     /**
  3356.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3357.      *
  3358.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3359.      */
  3360.     protected function getRunSqlCommandService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3365.         $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()));
  3366.         $instance->setName('dbal:run-sql');
  3367.         return $instance;
  3368.     }
  3369.     /**
  3370.      * Gets the private 'annotations.cache_adapter' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3373.      */
  3374.     protected function getAnnotations_CacheAdapterService()
  3375.     {
  3376.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3377.     }
  3378.     /**
  3379.      * Gets the private 'annotations.cache_warmer' shared service.
  3380.      *
  3381.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3382.      */
  3383.     protected function getAnnotations_CacheWarmerService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3388.         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);
  3389.     }
  3390.     /**
  3391.      * Gets the private 'annotations.cached_reader' shared service.
  3392.      *
  3393.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3394.      */
  3395.     protected function getAnnotations_CachedReaderService()
  3396.     {
  3397.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3398.     }
  3399.     /**
  3400.      * Gets the private 'annotations.reader' shared service.
  3401.      *
  3402.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3403.      */
  3404.     protected function getAnnotations_ReaderService()
  3405.     {
  3406.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3407.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3408.         $a->registerUniqueLoader('class_exists');
  3409.         $instance->addGlobalIgnoredName('required'$a);
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'cache.annotations' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3416.      */
  3417.     protected function getCache_AnnotationsService()
  3418.     {
  3419.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WpmF1TgLvC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3420.     }
  3421.     /**
  3422.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3423.      *
  3424.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3425.      */
  3426.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3427.     {
  3428.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3429.     }
  3430.     /**
  3431.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3432.      *
  3433.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3434.      */
  3435.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3436.     {
  3437.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3438.     }
  3439.     /**
  3440.      * Gets the private 'cache.property_info' shared service.
  3441.      *
  3442.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3443.      */
  3444.     protected function getCache_PropertyInfoService()
  3445.     {
  3446.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gRh3WnGnal'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3447.     }
  3448.     /**
  3449.      * Gets the private 'cache.security_expression_language' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3452.      */
  3453.     protected function getCache_SecurityExpressionLanguageService()
  3454.     {
  3455.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ROI2du5R+q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3456.     }
  3457.     /**
  3458.      * Gets the private 'cache.serializer' shared service.
  3459.      *
  3460.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3461.      */
  3462.     protected function getCache_SerializerService()
  3463.     {
  3464.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W0FuAAcC7z'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3465.     }
  3466.     /**
  3467.      * Gets the private 'cache.validator' shared service.
  3468.      *
  3469.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3470.      */
  3471.     protected function getCache_ValidatorService()
  3472.     {
  3473.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('C0Cl1jAwTR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3474.     }
  3475.     /**
  3476.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3477.      *
  3478.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3479.      */
  3480.     protected function getCachePoolClearer_CacheWarmerService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3484.         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']);
  3485.     }
  3486.     /**
  3487.      * Gets the private 'config_builder.warmer' shared service.
  3488.      *
  3489.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3490.      */
  3491.     protected function getConfigBuilder_WarmerService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3495.         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()));
  3496.     }
  3497.     /**
  3498.      * Gets the private 'config_cache_factory' shared service.
  3499.      *
  3500.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3501.      */
  3502.     protected function getConfigCacheFactoryService()
  3503.     {
  3504.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3505.             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)));
  3506.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3507.         }, 2));
  3508.     }
  3509.     /**
  3510.      * Gets the private 'console.command.about' shared service.
  3511.      *
  3512.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3513.      */
  3514.     protected function getConsole_Command_AboutService()
  3515.     {
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3518.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3519.         $instance->setName('about');
  3520.         $instance->setDescription('Display information about the current project');
  3521.         return $instance;
  3522.     }
  3523.     /**
  3524.      * Gets the private 'console.command.assets_install' shared service.
  3525.      *
  3526.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3527.      */
  3528.     protected function getConsole_Command_AssetsInstallService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3533.         $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));
  3534.         $instance->setName('assets:install');
  3535.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  3536.         return $instance;
  3537.     }
  3538.     /**
  3539.      * Gets the private 'console.command.cache_clear' shared service.
  3540.      *
  3541.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3542.      */
  3543.     protected function getConsole_Command_CacheClearService()
  3544.     {
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3548.         $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())));
  3549.         $instance->setName('cache:clear');
  3550.         $instance->setDescription('Clear the cache');
  3551.         return $instance;
  3552.     }
  3553.     /**
  3554.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3555.      *
  3556.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3557.      */
  3558.     protected function getConsole_Command_CachePoolClearService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3562.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3563.         $instance->setName('cache:pool:clear');
  3564.         $instance->setDescription('Clear cache pools');
  3565.         return $instance;
  3566.     }
  3567.     /**
  3568.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3569.      *
  3570.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3571.      */
  3572.     protected function getConsole_Command_CachePoolDeleteService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3576.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3577.         $instance->setName('cache:pool:delete');
  3578.         $instance->setDescription('Delete an item from a cache pool');
  3579.         return $instance;
  3580.     }
  3581.     /**
  3582.      * Gets the private 'console.command.cache_pool_list' shared service.
  3583.      *
  3584.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3585.      */
  3586.     protected function getConsole_Command_CachePoolListService()
  3587.     {
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3590.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  3591.         $instance->setName('cache:pool:list');
  3592.         $instance->setDescription('List available cache pools');
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3597.      *
  3598.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3599.      */
  3600.     protected function getConsole_Command_CachePoolPruneService()
  3601.     {
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3604.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3605.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3606.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3607.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3608.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3609.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3610.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3611.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3612.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3613.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3614.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3615.         }, 10));
  3616.         $instance->setName('cache:pool:prune');
  3617.         $instance->setDescription('Prune cache pools');
  3618.         return $instance;
  3619.     }
  3620.     /**
  3621.      * Gets the private 'console.command.cache_warmup' shared service.
  3622.      *
  3623.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3624.      */
  3625.     protected function getConsole_Command_CacheWarmupService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3629.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3630.         $instance->setName('cache:warmup');
  3631.         $instance->setDescription('Warm up an empty cache');
  3632.         return $instance;
  3633.     }
  3634.     /**
  3635.      * Gets the private 'console.command.config_debug' shared service.
  3636.      *
  3637.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3638.      */
  3639.     protected function getConsole_Command_ConfigDebugService()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3646.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3647.         $instance->setName('debug:config');
  3648.         $instance->setDescription('Dump the current configuration for an extension');
  3649.         return $instance;
  3650.     }
  3651.     /**
  3652.      * Gets the private 'console.command.config_dump_reference' shared service.
  3653.      *
  3654.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3655.      */
  3656.     protected function getConsole_Command_ConfigDumpReferenceService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3663.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3664.         $instance->setName('config:dump-reference');
  3665.         $instance->setDescription('Dump the default configuration for an extension');
  3666.         return $instance;
  3667.     }
  3668.     /**
  3669.      * Gets the private 'console.command.container_debug' shared service.
  3670.      *
  3671.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3672.      */
  3673.     protected function getConsole_Command_ContainerDebugService()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3678.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3679.         $instance->setName('debug:container');
  3680.         $instance->setDescription('Display current services for an application');
  3681.         return $instance;
  3682.     }
  3683.     /**
  3684.      * Gets the private 'console.command.container_lint' shared service.
  3685.      *
  3686.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3687.      */
  3688.     protected function getConsole_Command_ContainerLintService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3692.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3693.         $instance->setName('lint:container');
  3694.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3695.         return $instance;
  3696.     }
  3697.     /**
  3698.      * Gets the private 'console.command.debug_autowiring' shared service.
  3699.      *
  3700.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3701.      */
  3702.     protected function getConsole_Command_DebugAutowiringService()
  3703.     {
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3708.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3709.         $instance->setName('debug:autowiring');
  3710.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  3711.         return $instance;
  3712.     }
  3713.     /**
  3714.      * Gets the private 'console.command.dotenv_debug' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3717.      */
  3718.     protected function getConsole_Command_DotenvDebugService()
  3719.     {
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3722.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  3723.         $instance->setName('debug:dotenv');
  3724.         $instance->setDescription('Lists all dotenv files with variables and values');
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3729.      *
  3730.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3731.      */
  3732.     protected function getConsole_Command_EventDispatcherDebugService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3736.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.0b51NTp'] ?? $this->get_ServiceLocator_0b51NTpService()));
  3737.         $instance->setName('debug:event-dispatcher');
  3738.         $instance->setDescription('Display configured listeners for an application');
  3739.         return $instance;
  3740.     }
  3741.     /**
  3742.      * Gets the private 'console.command.form_debug' shared service.
  3743.      *
  3744.      * @return \Symfony\Component\Form\Command\DebugCommand
  3745.      */
  3746.     protected function getConsole_Command_FormDebugService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3750.         $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\\Forms\\Admin\\Administrators'=> 'App\\Forms\\Admin\\Content'=> 'App\\Forms\\Admin\\Courses'=> 'App\\Forms\\Admin\\Events'=> 'App\\Forms\\Admin\\Marketing'=> 'App\\Forms\\Admin\\Members'=> 'App\\Forms\\Admin\\Permissions'=> 'App\\Forms\\Admin\\Settings'=> 'App\\Forms\\Frontend'10 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Forms\\Admin\\Administrators\\AccountForm'=> 'App\\Forms\\Admin\\Administrators\\EditAdministratorForm'=> 'App\\Forms\\Admin\\Content\\EditItemForm'=> 'App\\Forms\\Admin\\Content\\EditMenuForm'=> 'App\\Forms\\Admin\\Content\\EditTypeForm'=> 'App\\Forms\\Admin\\Courses\\EditCourseForm'=> 'App\\Forms\\Admin\\Events\\EditEventForm'=> 'App\\Forms\\Admin\\Marketing\\ComposeMarketingEmailForm'=> 'App\\Forms\\Admin\\Members\\EditGroupForm'=> 'App\\Forms\\Admin\\Members\\EditMemberForm'10 => 'App\\Forms\\Admin\\Members\\EditRoleForm'11 => 'App\\Forms\\Admin\\Permissions\\EditGroupForm'12 => 'App\\Forms\\Admin\\Settings\\EditEmailTemplateForm'13 => 'App\\Forms\\Admin\\Settings\\EditLanguageForm'14 => 'App\\Forms\\Frontend\\QuoteForm'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'17 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'18 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'19 => '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()));
  3751.         $instance->setName('debug:form');
  3752.         $instance->setDescription('Display form type information');
  3753.         return $instance;
  3754.     }
  3755.     /**
  3756.      * Gets the private 'console.command.router_debug' shared service.
  3757.      *
  3758.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3759.      */
  3760.     protected function getConsole_Command_RouterDebugService()
  3761.     {
  3762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3765.         $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()));
  3766.         $instance->setName('debug:router');
  3767.         $instance->setDescription('Display current routes for an application');
  3768.         return $instance;
  3769.     }
  3770.     /**
  3771.      * Gets the private 'console.command.router_match' shared service.
  3772.      *
  3773.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3774.      */
  3775.     protected function getConsole_Command_RouterMatchService()
  3776.     {
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3779.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3780.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3781.         }, 1));
  3782.         $instance->setName('router:match');
  3783.         $instance->setDescription('Help debug routes by simulating a path info match');
  3784.         return $instance;
  3785.     }
  3786.     /**
  3787.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3788.      *
  3789.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3790.      */
  3791.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3792.     {
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3797.         $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')))));
  3798.         $instance->setName('secrets:decrypt-to-local');
  3799.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3800.         return $instance;
  3801.     }
  3802.     /**
  3803.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3804.      *
  3805.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3806.      */
  3807.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3813.         $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')))));
  3814.         $instance->setName('secrets:encrypt-from-local');
  3815.         $instance->setDescription('Encrypt all local secrets to the vault');
  3816.         return $instance;
  3817.     }
  3818.     /**
  3819.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3820.      *
  3821.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3822.      */
  3823.     protected function getConsole_Command_SecretsGenerateKeyService()
  3824.     {
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3829.         $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')))));
  3830.         $instance->setName('secrets:generate-keys');
  3831.         $instance->setDescription('Generate new encryption keys');
  3832.         return $instance;
  3833.     }
  3834.     /**
  3835.      * Gets the private 'console.command.secrets_list' shared service.
  3836.      *
  3837.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3838.      */
  3839.     protected function getConsole_Command_SecretsListService()
  3840.     {
  3841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3845.         $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')))));
  3846.         $instance->setName('secrets:list');
  3847.         $instance->setDescription('List all secrets');
  3848.         return $instance;
  3849.     }
  3850.     /**
  3851.      * Gets the private 'console.command.secrets_remove' shared service.
  3852.      *
  3853.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3854.      */
  3855.     protected function getConsole_Command_SecretsRemoveService()
  3856.     {
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3861.         $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')))));
  3862.         $instance->setName('secrets:remove');
  3863.         $instance->setDescription('Remove a secret from the vault');
  3864.         return $instance;
  3865.     }
  3866.     /**
  3867.      * Gets the private 'console.command.secrets_set' shared service.
  3868.      *
  3869.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3870.      */
  3871.     protected function getConsole_Command_SecretsSetService()
  3872.     {
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3877.         $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')))));
  3878.         $instance->setName('secrets:set');
  3879.         $instance->setDescription('Set a secret in the vault');
  3880.         return $instance;
  3881.     }
  3882.     /**
  3883.      * Gets the private 'console.command.translation_debug' shared service.
  3884.      *
  3885.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3886.      */
  3887.     protected function getConsole_Command_TranslationDebugService()
  3888.     {
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3891.         $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/knplabs/knp-paginator-bundle/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'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  3892.         $instance->setName('debug:translation');
  3893.         $instance->setDescription('Display translation messages information');
  3894.         return $instance;
  3895.     }
  3896.     /**
  3897.      * Gets the private 'console.command.translation_extract' shared service.
  3898.      *
  3899.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3900.      */
  3901.     protected function getConsole_Command_TranslationExtractService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3905.         $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()), 'en', (\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/knplabs/knp-paginator-bundle/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'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  3906.         $instance->setName('translation:extract');
  3907.         $instance->setAliases([=> 'translation:update']);
  3908.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  3909.         return $instance;
  3910.     }
  3911.     /**
  3912.      * Gets the private 'console.command.translation_pull' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  3915.      */
  3916.     protected function getConsole_Command_TranslationPullService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  3921.         $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()), 'en', [], []);
  3922.         $instance->setName('translation:pull');
  3923.         $instance->setDescription('Pull translations from a given provider.');
  3924.         return $instance;
  3925.     }
  3926.     /**
  3927.      * Gets the private 'console.command.translation_push' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  3930.      */
  3931.     protected function getConsole_Command_TranslationPushService()
  3932.     {
  3933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  3936.         $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()), [], []);
  3937.         $instance->setName('translation:push');
  3938.         $instance->setDescription('Push translations to a given provider.');
  3939.         return $instance;
  3940.     }
  3941.     /**
  3942.      * Gets the private 'console.command.validator_debug' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3945.      */
  3946.     protected function getConsole_Command_ValidatorDebugService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3950.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3951.         $instance->setName('debug:validator');
  3952.         $instance->setDescription('Display validation constraints for classes');
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the private 'console.command.xliff_lint' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3959.      */
  3960.     protected function getConsole_Command_XliffLintService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3964.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3965.         $instance->setName('lint:xliff');
  3966.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'console.command.yaml_lint' shared service.
  3971.      *
  3972.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3973.      */
  3974.     protected function getConsole_Command_YamlLintService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3979.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3980.         $instance->setName('lint:yaml');
  3981.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  3982.         return $instance;
  3983.     }
  3984.     /**
  3985.      * Gets the private 'console.error_listener' shared service.
  3986.      *
  3987.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3988.      */
  3989.     protected function getConsole_ErrorListenerService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3992.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3993.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3994.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3996.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3997.     }
  3998.     /**
  3999.      * Gets the private 'container.env_var_processor' shared service.
  4000.      *
  4001.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4002.      */
  4003.     protected function getContainer_EnvVarProcessorService()
  4004.     {
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4007.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4008.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4009.         }, 1));
  4010.     }
  4011.     /**
  4012.      * Gets the private 'container.getenv' shared service.
  4013.      *
  4014.      * @return \Closure
  4015.      */
  4016.     protected function getContainer_GetenvService()
  4017.     {
  4018.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4019.     }
  4020.     /**
  4021.      * Gets the private 'data_collector.form' shared service.
  4022.      *
  4023.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4024.      */
  4025.     protected function getDataCollector_FormService()
  4026.     {
  4027.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4028.     }
  4029.     /**
  4030.      * Gets the private 'data_collector.request' shared service.
  4031.      *
  4032.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4033.      */
  4034.     protected function getDataCollector_RequestService()
  4035.     {
  4036.         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())));
  4037.     }
  4038.     /**
  4039.      * Gets the private 'data_collector.request.session_collector' shared service.
  4040.      *
  4041.      * @return \Closure
  4042.      */
  4043.     protected function getDataCollector_Request_SessionCollectorService()
  4044.     {
  4045.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4046.     }
  4047.     /**
  4048.      * Gets the private 'debug.argument_resolver.default' shared service.
  4049.      *
  4050.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4051.      */
  4052.     protected function getDebug_ArgumentResolver_DefaultService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4057.         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))));
  4058.     }
  4059.     /**
  4060.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4061.      *
  4062.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4063.      */
  4064.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4069.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator..gvWXYV'] ?? $this->get_ServiceLocator__GvWXYVService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4070.     }
  4071.     /**
  4072.      * Gets the private 'debug.argument_resolver.request' shared service.
  4073.      *
  4074.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4075.      */
  4076.     protected function getDebug_ArgumentResolver_RequestService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4081.         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))));
  4082.     }
  4083.     /**
  4084.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4085.      *
  4086.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4087.      */
  4088.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4093.         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))));
  4094.     }
  4095.     /**
  4096.      * Gets the private 'debug.argument_resolver.service' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4099.      */
  4100.     protected function getDebug_ArgumentResolver_ServiceService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4105.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator..gvWXYV'] ?? $this->get_ServiceLocator__GvWXYVService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4106.     }
  4107.     /**
  4108.      * Gets the private 'debug.argument_resolver.session' shared service.
  4109.      *
  4110.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4111.      */
  4112.     protected function getDebug_ArgumentResolver_SessionService()
  4113.     {
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4117.         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))));
  4118.     }
  4119.     /**
  4120.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4121.      *
  4122.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4123.      */
  4124.     protected function getDebug_ArgumentResolver_VariadicService()
  4125.     {
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4129.         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))));
  4130.     }
  4131.     /**
  4132.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4133.      *
  4134.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4135.      */
  4136.     protected function getDebug_DebugHandlersListenerService()
  4137.     {
  4138.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4139.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4140.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4141.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4143.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4144.     }
  4145.     /**
  4146.      * Gets the private 'debug.dump_listener' shared service.
  4147.      *
  4148.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4149.      */
  4150.     protected function getDebug_DumpListenerService()
  4151.     {
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4154.         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()));
  4155.     }
  4156.     /**
  4157.      * Gets the private 'debug.file_link_formatter' shared service.
  4158.      *
  4159.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4160.      */
  4161.     protected function getDebug_FileLinkFormatterService()
  4162.     {
  4163.         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 () {
  4164.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4165.         });
  4166.     }
  4167.     /**
  4168.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4169.      *
  4170.      * @return \string
  4171.      */
  4172.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4173.     {
  4174.         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');
  4175.     }
  4176.     /**
  4177.      * Gets the private 'debug.log_processor' shared service.
  4178.      *
  4179.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4180.      */
  4181.     protected function getDebug_LogProcessorService()
  4182.     {
  4183.         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())));
  4184.     }
  4185.     /**
  4186.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4187.      *
  4188.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4189.      */
  4190.     protected function getDebug_Security_Access_DecisionManagerService()
  4191.     {
  4192.         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 () {
  4193.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4194.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4195.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4196.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4197.     }
  4198.     /**
  4199.      * Gets the private 'debug.security.firewall' shared service.
  4200.      *
  4201.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4202.      */
  4203.     protected function getDebug_Security_FirewallService()
  4204.     {
  4205.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4206.         if (isset($this->privates['debug.security.firewall'])) {
  4207.             return $this->privates['debug.security.firewall'];
  4208.         }
  4209.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4210.         if (isset($this->privates['debug.security.firewall'])) {
  4211.             return $this->privates['debug.security.firewall'];
  4212.         }
  4213.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4214.     }
  4215.     /**
  4216.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4217.      *
  4218.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4219.      */
  4220.     protected function getDebug_Security_UserValueResolverService()
  4221.     {
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4225.         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))));
  4226.     }
  4227.     /**
  4228.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4229.      *
  4230.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4231.      */
  4232.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4238.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4239.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4240.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4241.         }
  4242.         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);
  4243.     }
  4244.     /**
  4245.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4248.      */
  4249.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4255.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4256.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4257.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4258.         }
  4259.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4260.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4261.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4262.         }
  4263.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  4264.     }
  4265.     /**
  4266.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4269.      */
  4270.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4276.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4277.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4278.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4279.         }
  4280.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  4281.     }
  4282.     /**
  4283.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4284.      *
  4285.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4286.      */
  4287.     protected function getDebug_Security_Voter_VoteListenerService()
  4288.     {
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4290.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4291.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4292.             return $this->privates['debug.security.voter.vote_listener'];
  4293.         }
  4294.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4295.     }
  4296.     /**
  4297.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4298.      *
  4299.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  4300.      */
  4301.     protected function getDoctrine_CacheClearMetadataCommandService()
  4302.     {
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4307.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4308.         $instance->setName('doctrine:cache:clear-metadata');
  4309.         return $instance;
  4310.     }
  4311.     /**
  4312.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4313.      *
  4314.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  4315.      */
  4316.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4317.     {
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4322.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4323.         $instance->setName('doctrine:cache:clear-query');
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4328.      *
  4329.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  4330.      */
  4331.     protected function getDoctrine_CacheClearResultCommandService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4337.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4338.         $instance->setName('doctrine:cache:clear-result');
  4339.         return $instance;
  4340.     }
  4341.     /**
  4342.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4343.      *
  4344.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  4345.      */
  4346.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4347.     {
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4352.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4353.         $instance->setName('doctrine:cache:clear-collection-region');
  4354.         return $instance;
  4355.     }
  4356.     /**
  4357.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4358.      *
  4359.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  4360.      */
  4361.     protected function getDoctrine_ClearEntityRegionCommandService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4367.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4368.         $instance->setName('doctrine:cache:clear-entity-region');
  4369.         return $instance;
  4370.     }
  4371.     /**
  4372.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4373.      *
  4374.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  4375.      */
  4376.     protected function getDoctrine_ClearQueryRegionCommandService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4382.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4383.         $instance->setName('doctrine:cache:clear-query-region');
  4384.         return $instance;
  4385.     }
  4386.     /**
  4387.      * Gets the private 'doctrine.database_create_command' shared service.
  4388.      *
  4389.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4390.      */
  4391.     protected function getDoctrine_DatabaseCreateCommandService()
  4392.     {
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  4396.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4397.         $instance->setName('doctrine:database:create');
  4398.         return $instance;
  4399.     }
  4400.     /**
  4401.      * Gets the private 'doctrine.database_drop_command' shared service.
  4402.      *
  4403.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4404.      */
  4405.     protected function getDoctrine_DatabaseDropCommandService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  4410.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4411.         $instance->setName('doctrine:database:drop');
  4412.         return $instance;
  4413.     }
  4414.     /**
  4415.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4416.      *
  4417.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4418.      */
  4419.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4420.     {
  4421.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4422.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  4423.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  4424.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  4425.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  4426.         ], [
  4427.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4428.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4429.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4430.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4431.         ]), [=> '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']]);
  4432.     }
  4433.     /**
  4434.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4435.      *
  4436.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  4437.      */
  4438.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4444.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4445.         $instance->setName('doctrine:ensure-production-settings');
  4446.         return $instance;
  4447.     }
  4448.     /**
  4449.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4450.      *
  4451.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4452.      */
  4453.     protected function getDoctrine_FixturesLoadCommandService()
  4454.     {
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
  4466.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4467.         $a->addFixtures([]);
  4468.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  4469.         $instance->setName('doctrine:fixtures:load');
  4470.         return $instance;
  4471.     }
  4472.     /**
  4473.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4474.      *
  4475.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  4476.      */
  4477.     protected function getDoctrine_MappingConvertCommandService()
  4478.     {
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4483.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4484.         $instance->setName('doctrine:mapping:convert');
  4485.         return $instance;
  4486.     }
  4487.     /**
  4488.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4489.      *
  4490.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4491.      */
  4492.     protected function getDoctrine_MappingImportCommandService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  4497.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4498.         $instance->setName('doctrine:mapping:import');
  4499.         return $instance;
  4500.     }
  4501.     /**
  4502.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4503.      *
  4504.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  4505.      */
  4506.     protected function getDoctrine_MappingInfoCommandService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4512.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4513.         $instance->setName('doctrine:mapping:info');
  4514.         return $instance;
  4515.     }
  4516.     /**
  4517.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4518.      *
  4519.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4520.      */
  4521.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4525.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4526.     }
  4527.     /**
  4528.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4529.      *
  4530.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4531.      */
  4532.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4533.     {
  4534.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  4535.     }
  4536.     /**
  4537.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4538.      *
  4539.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4540.      */
  4541.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4544.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4548.      *
  4549.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4550.      */
  4551.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4554.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4555.     }
  4556.     /**
  4557.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4558.      *
  4559.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4560.      */
  4561.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4562.     {
  4563.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4565.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4566.     }
  4567.     /**
  4568.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4569.      *
  4570.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4571.      */
  4572.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4576.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4577.             return new \EmptyIterator();
  4578.         }, 0));
  4579.     }
  4580.     /**
  4581.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4582.      *
  4583.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4584.      */
  4585.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4589.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4590.     }
  4591.     /**
  4592.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4593.      *
  4594.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4595.      */
  4596.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4597.     {
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4600.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4601.     }
  4602.     /**
  4603.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4604.      *
  4605.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4606.      */
  4607.     protected function getDoctrine_Orm_Validator_UniqueService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4612.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4613.     }
  4614.     /**
  4615.      * Gets the private 'doctrine.query_dql_command' shared service.
  4616.      *
  4617.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4618.      */
  4619.     protected function getDoctrine_QueryDqlCommandService()
  4620.     {
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4625.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4626.         $instance->setName('doctrine:query:dql');
  4627.         return $instance;
  4628.     }
  4629.     /**
  4630.      * Gets the private 'doctrine.query_sql_command' shared service.
  4631.      *
  4632.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4633.      */
  4634.     protected function getDoctrine_QuerySqlCommandService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  4640.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4641.         $instance->setName('doctrine:query:sql');
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the private 'doctrine.schema_create_command' shared service.
  4646.      *
  4647.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4648.      */
  4649.     protected function getDoctrine_SchemaCreateCommandService()
  4650.     {
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4656.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4657.         $instance->setName('doctrine:schema:create');
  4658.         return $instance;
  4659.     }
  4660.     /**
  4661.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4662.      *
  4663.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4664.      */
  4665.     protected function getDoctrine_SchemaDropCommandService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4672.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4673.         $instance->setName('doctrine:schema:drop');
  4674.         return $instance;
  4675.     }
  4676.     /**
  4677.      * Gets the private 'doctrine.schema_update_command' shared service.
  4678.      *
  4679.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4680.      */
  4681.     protected function getDoctrine_SchemaUpdateCommandService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4688.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4689.         $instance->setName('doctrine:schema:update');
  4690.         return $instance;
  4691.     }
  4692.     /**
  4693.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4694.      *
  4695.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4696.      */
  4697.     protected function getDoctrine_SchemaValidateCommandService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4703.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4704.         $instance->setName('doctrine:schema:validate');
  4705.         return $instance;
  4706.     }
  4707.     /**
  4708.      * Gets the private 'doctrine.ulid_generator' shared service.
  4709.      *
  4710.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4711.      */
  4712.     protected function getDoctrine_UlidGeneratorService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4716.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4717.     }
  4718.     /**
  4719.      * Gets the private 'doctrine.uuid_generator' shared service.
  4720.      *
  4721.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4722.      */
  4723.     protected function getDoctrine_UuidGeneratorService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4727.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4728.     }
  4729.     /**
  4730.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4731.      *
  4732.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4733.      */
  4734.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4738.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4739.         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()));
  4740.     }
  4741.     /**
  4742.      * Gets the private 'exception_listener' shared service.
  4743.      *
  4744.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4745.      */
  4746.     protected function getExceptionListenerService()
  4747.     {
  4748.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4749.     }
  4750.     /**
  4751.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4752.      *
  4753.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4754.      */
  4755.     protected function getForm_ChoiceListFactory_CachedService()
  4756.     {
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4761.         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())));
  4762.     }
  4763.     /**
  4764.      * Gets the private 'form.registry' shared service.
  4765.      *
  4766.      * @return \Symfony\Component\Form\FormRegistry
  4767.      */
  4768.     protected function getForm_RegistryService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4777.         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, [
  4778.             'App\\Forms\\Admin\\Administrators\\AccountForm' => ['privates''App\\Forms\\Admin\\Administrators\\AccountForm''getAccountFormService'false],
  4779.             'App\\Forms\\Admin\\Administrators\\EditAdministratorForm' => ['privates''App\\Forms\\Admin\\Administrators\\EditAdministratorForm''getEditAdministratorFormService'false],
  4780.             'App\\Forms\\Admin\\Content\\EditItemForm' => ['privates''App\\Forms\\Admin\\Content\\EditItemForm''getEditItemFormService'false],
  4781.             'App\\Forms\\Admin\\Content\\EditMenuForm' => ['privates''App\\Forms\\Admin\\Content\\EditMenuForm''getEditMenuFormService'false],
  4782.             'App\\Forms\\Admin\\Content\\EditTypeForm' => ['privates''App\\Forms\\Admin\\Content\\EditTypeForm''getEditTypeFormService'false],
  4783.             'App\\Forms\\Admin\\Courses\\EditCourseForm' => ['privates''App\\Forms\\Admin\\Courses\\EditCourseForm''getEditCourseFormService'false],
  4784.             'App\\Forms\\Admin\\Events\\EditEventForm' => ['privates''App\\Forms\\Admin\\Events\\EditEventForm''getEditEventFormService'false],
  4785.             'App\\Forms\\Admin\\Marketing\\ComposeMarketingEmailForm' => ['privates''App\\Forms\\Admin\\Marketing\\ComposeMarketingEmailForm''getComposeMarketingEmailFormService'false],
  4786.             'App\\Forms\\Admin\\Members\\EditGroupForm' => ['privates''App\\Forms\\Admin\\Members\\EditGroupForm''getEditGroupFormService'false],
  4787.             'App\\Forms\\Admin\\Members\\EditMemberForm' => ['privates''App\\Forms\\Admin\\Members\\EditMemberForm''getEditMemberFormService'false],
  4788.             'App\\Forms\\Admin\\Members\\EditRoleForm' => ['privates''App\\Forms\\Admin\\Members\\EditRoleForm''getEditRoleFormService'false],
  4789.             'App\\Forms\\Admin\\Permissions\\EditGroupForm' => ['privates''App\\Forms\\Admin\\Permissions\\EditGroupForm''getEditGroupForm2Service'false],
  4790.             'App\\Forms\\Admin\\Settings\\EditEmailTemplateForm' => ['privates''App\\Forms\\Admin\\Settings\\EditEmailTemplateForm''getEditEmailTemplateFormService'false],
  4791.             'App\\Forms\\Admin\\Settings\\EditLanguageForm' => ['privates''App\\Forms\\Admin\\Settings\\EditLanguageForm''getEditLanguageFormService'false],
  4792.             'App\\Forms\\Frontend\\QuoteForm' => ['privates''App\\Forms\\Frontend\\QuoteForm''getQuoteFormService'false],
  4793.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4794.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4795.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  4796.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  4797.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4798.         ], [
  4799.             'App\\Forms\\Admin\\Administrators\\AccountForm' => '?',
  4800.             'App\\Forms\\Admin\\Administrators\\EditAdministratorForm' => '?',
  4801.             'App\\Forms\\Admin\\Content\\EditItemForm' => '?',
  4802.             'App\\Forms\\Admin\\Content\\EditMenuForm' => '?',
  4803.             'App\\Forms\\Admin\\Content\\EditTypeForm' => '?',
  4804.             'App\\Forms\\Admin\\Courses\\EditCourseForm' => '?',
  4805.             'App\\Forms\\Admin\\Events\\EditEventForm' => '?',
  4806.             'App\\Forms\\Admin\\Marketing\\ComposeMarketingEmailForm' => '?',
  4807.             'App\\Forms\\Admin\\Members\\EditGroupForm' => '?',
  4808.             'App\\Forms\\Admin\\Members\\EditMemberForm' => '?',
  4809.             'App\\Forms\\Admin\\Members\\EditRoleForm' => '?',
  4810.             'App\\Forms\\Admin\\Permissions\\EditGroupForm' => '?',
  4811.             'App\\Forms\\Admin\\Settings\\EditEmailTemplateForm' => '?',
  4812.             'App\\Forms\\Admin\\Settings\\EditLanguageForm' => '?',
  4813.             'App\\Forms\\Frontend\\QuoteForm' => '?',
  4814.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4815.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4816.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4817.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4818.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4819.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4820.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4821.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4822.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4823.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4824.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4825.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4826.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4827.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4828.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4829.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4830.         }, 1)], new RewindableGenerator(function () {
  4831.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4832.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4833.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4834.     }
  4835.     /**
  4836.      * Gets the private 'form.server_params' shared service.
  4837.      *
  4838.      * @return \Symfony\Component\Form\Util\ServerParams
  4839.      */
  4840.     protected function getForm_ServerParamsService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4843.         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())));
  4844.     }
  4845.     /**
  4846.      * Gets the private 'form.type.choice' shared service.
  4847.      *
  4848.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4849.      */
  4850.     protected function getForm_Type_ChoiceService()
  4851.     {
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4855.         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()));
  4856.     }
  4857.     /**
  4858.      * Gets the private 'form.type.color' shared service.
  4859.      *
  4860.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  4861.      */
  4862.     protected function getForm_Type_ColorService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  4867.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  4868.     }
  4869.     /**
  4870.      * Gets the private 'form.type.entity' shared service.
  4871.      *
  4872.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4873.      */
  4874.     protected function getForm_Type_EntityService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4880.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'form.type.form' shared service.
  4884.      *
  4885.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4886.      */
  4887.     protected function getForm_Type_FormService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4893.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4894.     }
  4895.     /**
  4896.      * Gets the private 'form.type_extension.csrf' shared service.
  4897.      *
  4898.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4899.      */
  4900.     protected function getForm_TypeExtension_CsrfService()
  4901.     {
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4905.         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()));
  4906.     }
  4907.     /**
  4908.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4909.      *
  4910.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4911.      */
  4912.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4913.     {
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4917.         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()));
  4918.     }
  4919.     /**
  4920.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4921.      *
  4922.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4923.      */
  4924.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4925.     {
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4931.         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())));
  4932.     }
  4933.     /**
  4934.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4935.      *
  4936.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4937.      */
  4938.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4943.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4944.     }
  4945.     /**
  4946.      * Gets the private 'form.type_extension.form.validator' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4949.      */
  4950.     protected function getForm_TypeExtension_Form_ValidatorService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4956.         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()));
  4957.     }
  4958.     /**
  4959.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4960.      *
  4961.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4962.      */
  4963.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4964.     {
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4968.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4969.     }
  4970.     /**
  4971.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4972.      *
  4973.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4974.      */
  4975.     protected function getForm_TypeGuesser_DoctrineService()
  4976.     {
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4979.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'form.type_guesser.validator' shared service.
  4983.      *
  4984.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4985.      */
  4986.     protected function getForm_TypeGuesser_ValidatorService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4990.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4991.     }
  4992.     /**
  4993.      * Gets the private 'fragment.renderer.inline' shared service.
  4994.      *
  4995.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4996.      */
  4997.     protected function getFragment_Renderer_InlineService()
  4998.     {
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5002.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5003.         if (isset($this->privates['fragment.renderer.inline'])) {
  5004.             return $this->privates['fragment.renderer.inline'];
  5005.         }
  5006.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  5007.         $instance->setFragmentPath('/_fragment');
  5008.         return $instance;
  5009.     }
  5010.     /**
  5011.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5012.      *
  5013.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5014.      */
  5015.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5016.     {
  5017.         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())));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5021.      *
  5022.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5023.      */
  5024.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5025.     {
  5026.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5027.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5028.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5029.         }
  5030.         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);
  5031.     }
  5032.     /**
  5033.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5034.      *
  5035.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5036.      */
  5037.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5038.     {
  5039.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  5040.     }
  5041.     /**
  5042.      * Gets the private 'locale_aware_listener' shared service.
  5043.      *
  5044.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5045.      */
  5046.     protected function getLocaleAwareListenerService()
  5047.     {
  5048.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5049.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5050.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5051.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5052.     }
  5053.     /**
  5054.      * Gets the private 'locale_listener' shared service.
  5055.      *
  5056.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5057.      */
  5058.     protected function getLocaleListenerService()
  5059.     {
  5060.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5061.     }
  5062.     /**
  5063.      * Gets the private 'mailer.mailer' shared service.
  5064.      *
  5065.      * @return \Symfony\Component\Mailer\Mailer
  5066.      */
  5067.     protected function getMailer_MailerService()
  5068.     {
  5069.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5070.         if (isset($this->privates['mailer.mailer'])) {
  5071.             return $this->privates['mailer.mailer'];
  5072.         }
  5073.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5074.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5075.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5076.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5077.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5078.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  5079.     }
  5080.     /**
  5081.      * Gets the private 'mailer.transport_factory.native' shared service.
  5082.      *
  5083.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5084.      */
  5085.     protected function getMailer_TransportFactory_NativeService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5090.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5091.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5092.             return $this->privates['mailer.transport_factory.native'];
  5093.         }
  5094.         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()));
  5095.     }
  5096.     /**
  5097.      * Gets the private 'mailer.transport_factory.null' shared service.
  5098.      *
  5099.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5100.      */
  5101.     protected function getMailer_TransportFactory_NullService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5106.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5107.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5108.             return $this->privates['mailer.transport_factory.null'];
  5109.         }
  5110.         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()));
  5111.     }
  5112.     /**
  5113.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5114.      *
  5115.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5116.      */
  5117.     protected function getMailer_TransportFactory_SendmailService()
  5118.     {
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5122.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5123.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5124.             return $this->privates['mailer.transport_factory.sendmail'];
  5125.         }
  5126.         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()));
  5127.     }
  5128.     /**
  5129.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5130.      *
  5131.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5132.      */
  5133.     protected function getMailer_TransportFactory_SmtpService()
  5134.     {
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5138.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5139.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5140.             return $this->privates['mailer.transport_factory.smtp'];
  5141.         }
  5142.         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()));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5148.      */
  5149.     protected function getMaker_AutoCommand_MakeAuthService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5159.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5160.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5161.         $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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5162.         $instance->setName('make:auth');
  5163.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5164.         return $instance;
  5165.     }
  5166.     /**
  5167.      * Gets the private 'maker.auto_command.make_command' shared service.
  5168.      *
  5169.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5170.      */
  5171.     protected function getMaker_AutoCommand_MakeCommandService()
  5172.     {
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5179.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5180.         $instance->setName('make:command');
  5181.         $instance->setDescription('Creates a new console command class');
  5182.         return $instance;
  5183.     }
  5184.     /**
  5185.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5186.      *
  5187.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5188.      */
  5189.     protected function getMaker_AutoCommand_MakeControllerService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5197.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5198.         $instance->setName('make:controller');
  5199.         $instance->setDescription('Creates a new controller class');
  5200.         return $instance;
  5201.     }
  5202.     /**
  5203.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5204.      *
  5205.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5206.      */
  5207.     protected function getMaker_AutoCommand_MakeCrudService()
  5208.     {
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5215.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5216.         $instance->setName('make:crud');
  5217.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5218.         return $instance;
  5219.     }
  5220.     /**
  5221.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5222.      *
  5223.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5224.      */
  5225.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5233.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5234.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5235.         $instance->setName('make:docker:database');
  5236.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5237.         return $instance;
  5238.     }
  5239.     /**
  5240.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5241.      *
  5242.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5243.      */
  5244.     protected function getMaker_AutoCommand_MakeEntityService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5253.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5254.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5255.         $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, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5256.         $instance->setName('make:entity');
  5257.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5258.         return $instance;
  5259.     }
  5260.     /**
  5261.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5262.      *
  5263.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5264.      */
  5265.     protected function getMaker_AutoCommand_MakeFixturesService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5273.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5274.         $instance->setName('make:fixtures');
  5275.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5276.         return $instance;
  5277.     }
  5278.     /**
  5279.      * Gets the private 'maker.auto_command.make_form' shared service.
  5280.      *
  5281.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5282.      */
  5283.     protected function getMaker_AutoCommand_MakeFormService()
  5284.     {
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5291.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5292.         $instance->setName('make:form');
  5293.         $instance->setDescription('Creates a new form class');
  5294.         return $instance;
  5295.     }
  5296.     /**
  5297.      * Gets the private 'maker.auto_command.make_message' shared service.
  5298.      *
  5299.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5300.      */
  5301.     protected function getMaker_AutoCommand_MakeMessageService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5309.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5310.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5311.         $instance->setName('make:message');
  5312.         $instance->setDescription('Creates a new message and handler');
  5313.         return $instance;
  5314.     }
  5315.     /**
  5316.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5317.      *
  5318.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5319.      */
  5320.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5321.     {
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5328.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5329.         $instance->setName('make:messenger-middleware');
  5330.         $instance->setDescription('Creates a new messenger middleware');
  5331.         return $instance;
  5332.     }
  5333.     /**
  5334.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5335.      *
  5336.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5337.      */
  5338.     protected function getMaker_AutoCommand_MakeMigrationService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5347.         $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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5348.         $instance->setName('make:migration');
  5349.         $instance->setDescription('Creates a new migration based on database changes');
  5350.         return $instance;
  5351.     }
  5352.     /**
  5353.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5354.      *
  5355.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5356.      */
  5357.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5365.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5366.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5367.         $instance->setName('make:registration-form');
  5368.         $instance->setDescription('Creates a new registration form system');
  5369.         return $instance;
  5370.     }
  5371.     /**
  5372.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5373.      *
  5374.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5375.      */
  5376.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5384.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5385.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5386.         $instance->setName('make:reset-password');
  5387.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5388.         return $instance;
  5389.     }
  5390.     /**
  5391.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5392.      *
  5393.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5394.      */
  5395.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5405.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5406.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5407.         $instance->setName('make:security:form-login');
  5408.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  5409.         return $instance;
  5410.     }
  5411.     /**
  5412.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5413.      *
  5414.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5415.      */
  5416.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5424.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5425.         $instance->setName('make:serializer:encoder');
  5426.         $instance->setDescription('Creates a new serializer encoder class');
  5427.         return $instance;
  5428.     }
  5429.     /**
  5430.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5431.      *
  5432.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5433.      */
  5434.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5442.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5443.         $instance->setName('make:serializer:normalizer');
  5444.         $instance->setDescription('Creates a new serializer normalizer class');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5449.      *
  5450.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5451.      */
  5452.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5460.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5461.         $instance->setName('make:stimulus-controller');
  5462.         $instance->setDescription('Creates a new Stimulus controller');
  5463.         return $instance;
  5464.     }
  5465.     /**
  5466.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5467.      *
  5468.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5469.      */
  5470.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5479.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5480.         $instance->setName('make:subscriber');
  5481.         $instance->setDescription('Creates a new event subscriber class');
  5482.         return $instance;
  5483.     }
  5484.     /**
  5485.      * Gets the private 'maker.auto_command.make_test' shared service.
  5486.      *
  5487.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5488.      */
  5489.     protected function getMaker_AutoCommand_MakeTestService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5498.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5499.         $instance->setName('make:test');
  5500.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5501.         $instance->setDescription('Creates a new test class');
  5502.         return $instance;
  5503.     }
  5504.     /**
  5505.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5506.      *
  5507.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5508.      */
  5509.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  5510.     {
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5517.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5518.         $instance->setName('make:twig-component');
  5519.         $instance->setDescription('Creates a twig (or live) component');
  5520.         return $instance;
  5521.     }
  5522.     /**
  5523.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5524.      *
  5525.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5526.      */
  5527.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5535.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5536.         $instance->setName('make:twig-extension');
  5537.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  5538.         return $instance;
  5539.     }
  5540.     /**
  5541.      * Gets the private 'maker.auto_command.make_user' shared service.
  5542.      *
  5543.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5544.      */
  5545.     protected function getMaker_AutoCommand_MakeUserService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5555.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5556.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5557.         $instance->setName('make:user');
  5558.         $instance->setDescription('Creates a new security user class');
  5559.         return $instance;
  5560.     }
  5561.     /**
  5562.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5563.      *
  5564.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5565.      */
  5566.     protected function getMaker_AutoCommand_MakeValidatorService()
  5567.     {
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5574.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5575.         $instance->setName('make:validator');
  5576.         $instance->setDescription('Creates a new validator and constraint class');
  5577.         return $instance;
  5578.     }
  5579.     /**
  5580.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5581.      *
  5582.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5583.      */
  5584.     protected function getMaker_AutoCommand_MakeVoterService()
  5585.     {
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5592.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5593.         $instance->setName('make:voter');
  5594.         $instance->setDescription('Creates a new security voter class');
  5595.         return $instance;
  5596.     }
  5597.     /**
  5598.      * Gets the private 'maker.doctrine_helper' shared service.
  5599.      *
  5600.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5601.      */
  5602.     protected function getMaker_DoctrineHelperService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5605.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5606.     }
  5607.     /**
  5608.      * Gets the private 'maker.entity_class_generator' shared service.
  5609.      *
  5610.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5611.      */
  5612.     protected function getMaker_EntityClassGeneratorService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5615.         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()));
  5616.     }
  5617.     /**
  5618.      * Gets the private 'maker.file_link_formatter' shared service.
  5619.      *
  5620.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  5621.      */
  5622.     protected function getMaker_FileLinkFormatterService()
  5623.     {
  5624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5625.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'maker.file_manager' shared service.
  5629.      *
  5630.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5631.      */
  5632.     protected function getMaker_FileManagerService()
  5633.     {
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5638.         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')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'maker.generator' shared service.
  5642.      *
  5643.      * @return \Symfony\Bundle\MakerBundle\Generator
  5644.      */
  5645.     protected function getMaker_GeneratorService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5649.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  5650.     }
  5651.     /**
  5652.      * Gets the private 'maker.php_compat_util' shared service.
  5653.      *
  5654.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5655.      */
  5656.     protected function getMaker_PhpCompatUtilService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5659.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5660.     }
  5661.     /**
  5662.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5663.      *
  5664.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5665.      */
  5666.     protected function getMaker_Renderer_FormTypeRendererService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5669.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'mime_types' shared service.
  5673.      *
  5674.      * @return \Symfony\Component\Mime\MimeTypes
  5675.      */
  5676.     protected function getMimeTypesService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5681.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5682.         $instance->setDefault($instance);
  5683.         return $instance;
  5684.     }
  5685.     /**
  5686.      * Gets the private 'monolog.command.server_log' shared service.
  5687.      *
  5688.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5689.      */
  5690.     protected function getMonolog_Command_ServerLogService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5694.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5695.         $instance->setName('server:log');
  5696.         $instance->setDescription('Start a log server that displays logs in real time');
  5697.         return $instance;
  5698.     }
  5699.     /**
  5700.      * Gets the private 'monolog.handler.console' shared service.
  5701.      *
  5702.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5703.      */
  5704.     protected function getMonolog_Handler_ConsoleService()
  5705.     {
  5706.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5707.     }
  5708.     /**
  5709.      * Gets the private 'monolog.handler.main' shared service.
  5710.      *
  5711.      * @return \Monolog\Handler\StreamHandler
  5712.      */
  5713.     protected function getMonolog_Handler_MainService()
  5714.     {
  5715.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5716.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5717.         return $instance;
  5718.     }
  5719.     /**
  5720.      * Gets the private 'monolog.logger' shared service.
  5721.      *
  5722.      * @return \Symfony\Bridge\Monolog\Logger
  5723.      */
  5724.     protected function getMonolog_LoggerService()
  5725.     {
  5726.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5727.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5728.         $instance->useMicrosecondTimestamps(true);
  5729.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5730.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5731.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5732.         return $instance;
  5733.     }
  5734.     /**
  5735.      * Gets the private 'monolog.logger.cache' shared service.
  5736.      *
  5737.      * @return \Symfony\Bridge\Monolog\Logger
  5738.      */
  5739.     protected function getMonolog_Logger_CacheService()
  5740.     {
  5741.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5742.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5743.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5744.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5745.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5746.         return $instance;
  5747.     }
  5748.     /**
  5749.      * Gets the private 'monolog.logger.mailer' shared service.
  5750.      *
  5751.      * @return \Symfony\Bridge\Monolog\Logger
  5752.      */
  5753.     protected function getMonolog_Logger_MailerService()
  5754.     {
  5755.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  5756.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5757.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5758.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5759.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5760.         return $instance;
  5761.     }
  5762.     /**
  5763.      * Gets the private 'monolog.logger.request' shared service.
  5764.      *
  5765.      * @return \Symfony\Bridge\Monolog\Logger
  5766.      */
  5767.     protected function getMonolog_Logger_RequestService()
  5768.     {
  5769.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5770.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5771.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5772.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5773.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5774.         return $instance;
  5775.     }
  5776.     /**
  5777.      * Gets the private 'monolog.logger.security' shared service.
  5778.      *
  5779.      * @return \Symfony\Bridge\Monolog\Logger
  5780.      */
  5781.     protected function getMonolog_Logger_SecurityService()
  5782.     {
  5783.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5784.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5785.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5786.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5787.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5788.         return $instance;
  5789.     }
  5790.     /**
  5791.      * Gets the private 'parameter_bag' shared service.
  5792.      *
  5793.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5794.      */
  5795.     protected function getParameterBagService()
  5796.     {
  5797.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5798.     }
  5799.     /**
  5800.      * Gets the private 'profiler_listener' shared service.
  5801.      *
  5802.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5803.      */
  5804.     protected function getProfilerListenerService()
  5805.     {
  5806.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5807.         if (isset($this->privates['profiler_listener'])) {
  5808.             return $this->privates['profiler_listener'];
  5809.         }
  5810.         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);
  5811.     }
  5812.     /**
  5813.      * Gets the private 'property_accessor' shared service.
  5814.      *
  5815.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5816.      */
  5817.     protected function getPropertyAccessorService()
  5818.     {
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5825.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5826.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5827.     }
  5828.     /**
  5829.      * Gets the private 'property_info' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5832.      */
  5833.     protected function getPropertyInfoService()
  5834.     {
  5835.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5836.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5837.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5838.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5839.         }, 3), new RewindableGenerator(function () {
  5840.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5841.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5842.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5843.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5844.         }, 4), new RewindableGenerator(function () {
  5845.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5846.         }, 1), new RewindableGenerator(function () {
  5847.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5848.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5849.         }, 2), new RewindableGenerator(function () {
  5850.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5851.         }, 1));
  5852.     }
  5853.     /**
  5854.      * Gets the private 'property_info.serializer_extractor' shared service.
  5855.      *
  5856.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5857.      */
  5858.     protected function getPropertyInfo_SerializerExtractorService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5861.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5862.     }
  5863.     /**
  5864.      * Gets the private 'router.cache_warmer' shared service.
  5865.      *
  5866.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5867.      */
  5868.     protected function getRouter_CacheWarmerService()
  5869.     {
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5872.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5873.             'router' => ['services''router''getRouterService'false],
  5874.         ], [
  5875.             'router' => '?',
  5876.         ]))->withContext('router.cache_warmer'$this));
  5877.     }
  5878.     /**
  5879.      * Gets the private 'router.expression_language_provider' shared service.
  5880.      *
  5881.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5882.      */
  5883.     protected function getRouter_ExpressionLanguageProviderService()
  5884.     {
  5885.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5886.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5887.         ], [
  5888.             'env' => 'Closure',
  5889.         ]));
  5890.     }
  5891.     /**
  5892.      * Gets the private 'router.request_context' shared service.
  5893.      *
  5894.      * @return \Symfony\Component\Routing\RequestContext
  5895.      */
  5896.     protected function getRouter_RequestContextService()
  5897.     {
  5898.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5899.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5900.         return $instance;
  5901.     }
  5902.     /**
  5903.      * Gets the private 'router_listener' shared service.
  5904.      *
  5905.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5906.      */
  5907.     protected function getRouterListenerService()
  5908.     {
  5909.         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);
  5910.     }
  5911.     /**
  5912.      * Gets the private 'secrets.vault' shared service.
  5913.      *
  5914.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5915.      */
  5916.     protected function getSecrets_VaultService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5922.         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'));
  5923.     }
  5924.     /**
  5925.      * Gets the private 'security.access_listener' shared service.
  5926.      *
  5927.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5928.      */
  5929.     protected function getSecurity_AccessListenerService()
  5930.     {
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5934.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5935.         if (isset($this->privates['security.access_listener'])) {
  5936.             return $this->privates['security.access_listener'];
  5937.         }
  5938.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5939.         if (isset($this->privates['security.access_listener'])) {
  5940.             return $this->privates['security.access_listener'];
  5941.         }
  5942.         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);
  5943.     }
  5944.     /**
  5945.      * Gets the private 'security.access_map' shared service.
  5946.      *
  5947.      * @return \Symfony\Component\Security\Http\AccessMap
  5948.      */
  5949.     protected function getSecurity_AccessMapService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5955.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5956.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account'), [=> 'ROLE_MEMBER'], NULL);
  5957.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/security'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5958.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5959.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  5960.         return $instance;
  5961.     }
  5962.     /**
  5963.      * Gets the private 'security.authentication.form_entry_point.admin' shared service.
  5964.      *
  5965.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  5966.      */
  5967.     protected function getSecurity_Authentication_FormEntryPoint_AdminService()
  5968.     {
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  5971.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5972.         if (isset($this->privates['security.authentication.form_entry_point.admin'])) {
  5973.             return $this->privates['security.authentication.form_entry_point.admin'];
  5974.         }
  5975.         return $this->privates['security.authentication.form_entry_point.admin'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin_security_login'false);
  5976.     }
  5977.     /**
  5978.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  5979.      *
  5980.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5981.      *
  5982.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.
  5983.      */
  5984.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  5985.     {
  5986.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  5987.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5988.         if (isset($this->privates['security.authentication.listener.anonymous.admin'])) {
  5989.             return $this->privates['security.authentication.listener.anonymous.admin'];
  5990.         }
  5991.         return $this->privates['security.authentication.listener.anonymous.admin'] = 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);
  5992.     }
  5993.     /**
  5994.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5995.      *
  5996.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5997.      *
  5998.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  5999.      */
  6000.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6001.     {
  6002.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6003.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6004.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6005.             return $this->privates['security.authentication.listener.anonymous.main'];
  6006.         }
  6007.         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);
  6008.     }
  6009.     /**
  6010.      * Gets the private 'security.authentication.listener.basic.admin' shared service.
  6011.      *
  6012.      * @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
  6013.      *
  6014.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.basic.admin" service is deprecated, use the new authenticator system instead.
  6015.      */
  6016.     protected function getSecurity_Authentication_Listener_Basic_AdminService()
  6017.     {
  6018.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.basic.admin" service is deprecated, use the new authenticator system instead.');
  6019.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6020.         if (isset($this->privates['security.authentication.listener.basic.admin'])) {
  6021.             return $this->privates['security.authentication.listener.basic.admin'];
  6022.         }
  6023.         $b = ($this->privates['security.authentication.form_entry_point.admin'] ?? $this->getSecurity_Authentication_FormEntryPoint_AdminService());
  6024.         if (isset($this->privates['security.authentication.listener.basic.admin'])) {
  6025.             return $this->privates['security.authentication.listener.basic.admin'];
  6026.         }
  6027.         $this->privates['security.authentication.listener.basic.admin'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a'admin'$b, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6028.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6029.         return $instance;
  6030.     }
  6031.     /**
  6032.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  6033.      *
  6034.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6035.      *
  6036.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.admin" service is deprecated, use the new authenticator system instead.
  6037.      */
  6038.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  6039.     {
  6040.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.admin" service is deprecated, use the new authenticator system instead.');
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6046.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6047.         if (isset($this->privates['security.authentication.listener.form.admin'])) {
  6048.             return $this->privates['security.authentication.listener.form.admin'];
  6049.         }
  6050.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6051.         if (isset($this->privates['security.authentication.listener.form.admin'])) {
  6052.             return $this->privates['security.authentication.listener.form.admin'];
  6053.         }
  6054.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6055.         if (isset($this->privates['security.authentication.listener.form.admin'])) {
  6056.             return $this->privates['security.authentication.listener.form.admin'];
  6057.         }
  6058.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6059.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6060.         $e->setOptions(['login_path' => 'admin_security_login''default_target_path' => 'admin_dashboard_index''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  6061.         $e->setFirewallName('admin');
  6062.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6063.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  6064.         $g->setOptions(['login_path' => 'admin_security_login''failure_path' => 'admin_security_login_failure''failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6065.         return $this->privates['security.authentication.listener.form.admin'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'admin'$e$g, ['login_path' => 'admin_security_login''check_path' => 'admin_security_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$cNULL);
  6066.     }
  6067.     /**
  6068.      * Gets the private 'security.authentication.manager' shared service.
  6069.      *
  6070.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6071.      *
  6072.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6073.      */
  6074.     protected function getSecurity_Authentication_ManagerService()
  6075.     {
  6076.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6077.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6078.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  6079.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminService());
  6080.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6081.         }, 3), true);
  6082.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6083.         return $instance;
  6084.     }
  6085.     /**
  6086.      * Gets the private 'security.authentication.provider.anonymous.admin' shared service.
  6087.      *
  6088.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6089.      *
  6090.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.
  6091.      */
  6092.     protected function getSecurity_Authentication_Provider_Anonymous_AdminService()
  6093.     {
  6094.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  6095.         return $this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6096.     }
  6097.     /**
  6098.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6099.      *
  6100.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6101.      *
  6102.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6103.      */
  6104.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6105.     {
  6106.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6107.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6108.     }
  6109.     /**
  6110.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  6111.      *
  6112.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6113.      *
  6114.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.admin" service is deprecated, use the new authenticator system instead.
  6115.      */
  6116.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  6117.     {
  6118.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.admin" service is deprecated, use the new authenticator system instead.');
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6121.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.admin_users'] ?? $this->getSecurity_User_Provider_Concrete_AdminUsersService()), new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), 'admin', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  6122.     }
  6123.     /**
  6124.      * Gets the private 'security.authentication.session_strategy' shared service.
  6125.      *
  6126.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  6127.      */
  6128.     protected function getSecurity_Authentication_SessionStrategyService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6132.         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()));
  6133.     }
  6134.     /**
  6135.      * Gets the private 'security.authentication_utils' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6138.      */
  6139.     protected function getSecurity_AuthenticationUtilsService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6142.         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())));
  6143.     }
  6144.     /**
  6145.      * Gets the private 'security.channel_listener' shared service.
  6146.      *
  6147.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6148.      */
  6149.     protected function getSecurity_ChannelListenerService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6154.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6155.         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());
  6156.     }
  6157.     /**
  6158.      * Gets the private 'security.command.debug_firewall' shared service.
  6159.      *
  6160.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6161.      */
  6162.     protected function getSecurity_Command_DebugFirewallService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6166.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService()), ($this->privates['.service_locator.0b51NTp'] ?? $this->get_ServiceLocator_0b51NTpService()), [], false);
  6167.         $instance->setName('debug:firewall');
  6168.         $instance->setDescription('Display information about your security firewall(s)');
  6169.         return $instance;
  6170.     }
  6171.     /**
  6172.      * Gets the private 'security.command.user_password_encoder' shared service.
  6173.      *
  6174.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6175.      *
  6176.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6177.      */
  6178.     protected function getSecurity_Command_UserPasswordEncoderService()
  6179.     {
  6180.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6181.         $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\\Users\\Administrator'=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  6182.         $instance->setName('security:encode-password');
  6183.         $instance->setDescription('Encode a password');
  6184.         return $instance;
  6185.     }
  6186.     /**
  6187.      * Gets the private 'security.command.user_password_hash' shared service.
  6188.      *
  6189.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6190.      */
  6191.     protected function getSecurity_Command_UserPasswordHashService()
  6192.     {
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6195.         $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\\Users\\Administrator'=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  6196.         $instance->setName('security:hash-password');
  6197.         $instance->setDescription('Hash a user password');
  6198.         return $instance;
  6199.     }
  6200.     /**
  6201.      * Gets the private 'security.context_listener.0' shared service.
  6202.      *
  6203.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6204.      */
  6205.     protected function getSecurity_ContextListener_0Service()
  6206.     {
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6210.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6211.         if (isset($this->privates['security.context_listener.0'])) {
  6212.             return $this->privates['security.context_listener.0'];
  6213.         }
  6214.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6215.             yield => ($this->privates['security.user.provider.concrete.admin_users'] ?? $this->getSecurity_User_Provider_Concrete_AdminUsersService());
  6216.         }, 1), 'admin', ($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']);
  6217.     }
  6218.     /**
  6219.      * Gets the private 'security.context_listener.1' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6222.      */
  6223.     protected function getSecurity_ContextListener_1Service()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6228.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6229.         if (isset($this->privates['security.context_listener.1'])) {
  6230.             return $this->privates['security.context_listener.1'];
  6231.         }
  6232.         return $this->privates['security.context_listener.1'] = 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 () {
  6233.             yield => ($this->privates['security.user.provider.concrete.admin_users'] ?? $this->getSecurity_User_Provider_Concrete_AdminUsersService());
  6234.         }, 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']);
  6235.     }
  6236.     /**
  6237.      * Gets the private 'security.csrf.token_storage' shared service.
  6238.      *
  6239.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6240.      */
  6241.     protected function getSecurity_Csrf_TokenStorageService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6246.         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())));
  6247.     }
  6248.     /**
  6249.      * Gets the private 'security.encoder_factory.generic' shared service.
  6250.      *
  6251.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6252.      *
  6253.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6254.      */
  6255.     protected function getSecurity_EncoderFactory_GenericService()
  6256.     {
  6257.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6258.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Users\\Administrator' => ['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], 'Symfony\\Component\\Security\\Core\\User\\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]]);
  6259.     }
  6260.     /**
  6261.      * Gets the private 'security.event_dispatcher.admin' shared service.
  6262.      *
  6263.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6264.      */
  6265.     protected function getSecurity_EventDispatcher_AdminService()
  6266.     {
  6267.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6269.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  6270.         }, => 'onLogout'], 64);
  6271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6272.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6273.         }, => 'onLogout'], 0);
  6274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6275.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6276.         }, => 'onLogout'], 0);
  6277.         return $instance;
  6278.     }
  6279.     /**
  6280.      * Gets the private 'security.event_dispatcher.main' shared service.
  6281.      *
  6282.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6283.      */
  6284.     protected function getSecurity_EventDispatcher_MainService()
  6285.     {
  6286.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6287.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6288.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6289.         }, => 'onLogout'], 0);
  6290.         return $instance;
  6291.     }
  6292.     /**
  6293.      * Gets the private 'security.firewall.map' shared service.
  6294.      *
  6295.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6296.      */
  6297.     protected function getSecurity_Firewall_MapService()
  6298.     {
  6299.         $a = ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService());
  6300.         if (isset($this->privates['security.firewall.map'])) {
  6301.             return $this->privates['security.firewall.map'];
  6302.         }
  6303.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6304.             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)/')));
  6305.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.UZgEAwa'] ?? ($this->privates['.security.request_matcher.UZgEAwa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin')));
  6306.             yield 'security.firewall.map.context.main' => NULL;
  6307.         }, 3));
  6308.     }
  6309.     /**
  6310.      * Gets the private 'security.firewall.map.context.admin' shared service.
  6311.      *
  6312.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6313.      */
  6314.     protected function getSecurity_Firewall_Map_Context_AdminService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6323.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6324.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6325.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6326.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6327.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6328.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  6329.             yield => ($this->privates['security.authentication.listener.basic.admin'] ?? $this->getSecurity_Authentication_Listener_Basic_AdminService());
  6330.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  6331.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6332.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'admin', ($this->privates['security.authentication.form_entry_point.admin'] ?? $this->getSecurity_Authentication_FormEntryPoint_AdminService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin_security_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.UZgEAwa'truefalse'security.user.provider.concrete.admin_users''admin''security.authentication.form_entry_point.admin'NULLNULL, [=> 'form_login'=> 'http_basic'=> 'anonymous'], NULL));
  6333.     }
  6334.     /**
  6335.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6336.      *
  6337.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6338.      */
  6339.     protected function getSecurity_Firewall_Map_Context_DevService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6343.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6344.             return new \EmptyIterator();
  6345.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6346.     }
  6347.     /**
  6348.      * Gets the private 'security.firewall.map.context.main' shared service.
  6349.      *
  6350.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6351.      */
  6352.     protected function getSecurity_Firewall_Map_Context_MainService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6358.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6359.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6360.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  6361.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6362.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6363.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.admin_users''main'NULLNULLNULL, [=> 'anonymous'], NULL));
  6364.     }
  6365.     /**
  6366.      * Gets the private 'security.http_utils' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\Security\Http\HttpUtils
  6369.      */
  6370.     protected function getSecurity_HttpUtilsService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6373.         $a = ($this->services['router'] ?? $this->getRouterService());
  6374.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6375.     }
  6376.     /**
  6377.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6378.      *
  6379.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6380.      */
  6381.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6382.     {
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6384.         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()));
  6385.     }
  6386.     /**
  6387.      * Gets the private 'security.logout.listener.default.admin' shared service.
  6388.      *
  6389.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6390.      */
  6391.     protected function getSecurity_Logout_Listener_Default_AdminService()
  6392.     {
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6394.         return $this->privates['security.logout.listener.default.admin'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin_security_login');
  6395.     }
  6396.     /**
  6397.      * Gets the private 'security.logout_url_generator' shared service.
  6398.      *
  6399.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6400.      */
  6401.     protected function getSecurity_LogoutUrlGeneratorService()
  6402.     {
  6403.         $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()));
  6404.         $instance->registerListener('admin''admin_security_logout''logout''_csrf_token'NULLNULL);
  6405.         return $instance;
  6406.     }
  6407.     /**
  6408.      * Gets the private 'security.password_hasher_factory' shared service.
  6409.      *
  6410.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6411.      */
  6412.     protected function getSecurity_PasswordHasherFactoryService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6416.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Users\\Administrator' => ['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], 'Symfony\\Component\\Security\\Core\\User\\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]]);
  6417.     }
  6418.     /**
  6419.      * Gets the private 'security.user.provider.concrete.admin_users' shared service.
  6420.      *
  6421.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6422.      */
  6423.     protected function getSecurity_User_Provider_Concrete_AdminUsersService()
  6424.     {
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6428.         return $this->privates['security.user.provider.concrete.admin_users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Users\\Administrator''email'NULL);
  6429.     }
  6430.     /**
  6431.      * Gets the private 'security.validator.user_password' shared service.
  6432.      *
  6433.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6434.      */
  6435.     protected function getSecurity_Validator_UserPasswordService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6440.         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()));
  6441.     }
  6442.     /**
  6443.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6444.      *
  6445.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6446.      */
  6447.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6448.     {
  6449.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6450.     }
  6451.     /**
  6452.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6453.      *
  6454.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6455.      */
  6456.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6457.     {
  6458.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6459.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6460.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6461.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6462.     }
  6463.     /**
  6464.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6465.      *
  6466.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6467.      */
  6468.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6469.     {
  6470.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6471.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6472.             return $this->privates['sensio_framework_extra.security.listener'];
  6473.         }
  6474.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6475.     }
  6476.     /**
  6477.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6478.      *
  6479.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6480.      */
  6481.     protected function getSensioFrameworkExtra_View_ListenerService()
  6482.     {
  6483.         $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))));
  6484.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6485.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6486.         ], [
  6487.             'twig' => '?',
  6488.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6489.         return $instance;
  6490.     }
  6491.     /**
  6492.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6493.      *
  6494.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6495.      */
  6496.     protected function getSerializer_Mapping_CacheWarmerService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6502.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6503.         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'));
  6504.     }
  6505.     /**
  6506.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6507.      *
  6508.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6509.      */
  6510.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6517.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6518.         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()))]));
  6519.     }
  6520.     /**
  6521.      * Gets the private 'session.factory' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6524.      */
  6525.     protected function getSession_FactoryService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  6529.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6530.         if (isset($this->privates['session.factory'])) {
  6531.             return $this->privates['session.factory'];
  6532.         }
  6533.         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']);
  6534.     }
  6535.     /**
  6536.      * Gets the private 'session.storage.factory.service' shared service.
  6537.      *
  6538.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6539.      *
  6540.      * @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.
  6541.      */
  6542.     protected function getSession_Storage_Factory_ServiceService()
  6543.     {
  6544.         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.');
  6545.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6546.     }
  6547.     /**
  6548.      * Gets the private 'session.storage.metadata_bag' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6551.      *
  6552.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6553.      */
  6554.     protected function getSession_Storage_MetadataBagService()
  6555.     {
  6556.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6557.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  6558.     }
  6559.     /**
  6560.      * Gets the private 'session.storage.native' shared service.
  6561.      *
  6562.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6563.      *
  6564.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6565.      */
  6566.     protected function getSession_Storage_NativeService()
  6567.     {
  6568.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6571.         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());
  6572.     }
  6573.     /**
  6574.      * Gets the private 'session_listener' shared service.
  6575.      *
  6576.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6577.      */
  6578.     protected function getSessionListenerService()
  6579.     {
  6580.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6581.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  6582.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6583.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6584.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6585.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6586.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  6587.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6588.         ], [
  6589.             'initialized_session' => '?',
  6590.             'logger' => '?',
  6591.             'request_stack' => '?',
  6592.             'session' => '?',
  6593.             'session_collector' => '?',
  6594.             'session_factory' => '?',
  6595.             'session_storage' => '?',
  6596.         ]), true$this->parameters['session.storage.options']);
  6597.     }
  6598.     /**
  6599.      * Gets the private 'swiftmailer.command.debug' shared service.
  6600.      *
  6601.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  6602.      */
  6603.     protected function getSwiftmailer_Command_DebugService()
  6604.     {
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  6608.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  6609.         $instance->setName('debug:swiftmailer');
  6610.         return $instance;
  6611.     }
  6612.     /**
  6613.      * Gets the private 'swiftmailer.command.new_email' shared service.
  6614.      *
  6615.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  6616.      */
  6617.     protected function getSwiftmailer_Command_NewEmailService()
  6618.     {
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  6622.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  6623.         $instance->setName('swiftmailer:email:send');
  6624.         return $instance;
  6625.     }
  6626.     /**
  6627.      * Gets the private 'swiftmailer.command.send_email' shared service.
  6628.      *
  6629.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  6630.      */
  6631.     protected function getSwiftmailer_Command_SendEmailService()
  6632.     {
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  6636.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  6637.         $instance->setName('swiftmailer:spool:send');
  6638.         return $instance;
  6639.     }
  6640.     /**
  6641.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  6642.      *
  6643.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  6644.      */
  6645.     protected function getSwiftmailer_EmailSender_ListenerService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  6648.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6649.     }
  6650.     /**
  6651.      * Gets the private 'translation.extractor' shared service.
  6652.      *
  6653.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6654.      */
  6655.     protected function getTranslation_ExtractorService()
  6656.     {
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6662.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6663.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6664.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6665.         return $instance;
  6666.     }
  6667.     /**
  6668.      * Gets the private 'translation.loader.csv' shared service.
  6669.      *
  6670.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6671.      */
  6672.     protected function getTranslation_Loader_CsvService()
  6673.     {
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6678.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6679.     }
  6680.     /**
  6681.      * Gets the private 'translation.loader.dat' shared service.
  6682.      *
  6683.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6684.      */
  6685.     protected function getTranslation_Loader_DatService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6690.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6691.     }
  6692.     /**
  6693.      * Gets the private 'translation.loader.ini' shared service.
  6694.      *
  6695.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6696.      */
  6697.     protected function getTranslation_Loader_IniService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6703.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6704.     }
  6705.     /**
  6706.      * Gets the private 'translation.loader.json' shared service.
  6707.      *
  6708.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6709.      */
  6710.     protected function getTranslation_Loader_JsonService()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6716.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6717.     }
  6718.     /**
  6719.      * Gets the private 'translation.loader.mo' shared service.
  6720.      *
  6721.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6722.      */
  6723.     protected function getTranslation_Loader_MoService()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6729.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6730.     }
  6731.     /**
  6732.      * Gets the private 'translation.loader.php' shared service.
  6733.      *
  6734.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6735.      */
  6736.     protected function getTranslation_Loader_PhpService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6742.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6743.     }
  6744.     /**
  6745.      * Gets the private 'translation.loader.po' shared service.
  6746.      *
  6747.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6748.      */
  6749.     protected function getTranslation_Loader_PoService()
  6750.     {
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6755.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6756.     }
  6757.     /**
  6758.      * Gets the private 'translation.loader.qt' shared service.
  6759.      *
  6760.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6761.      */
  6762.     protected function getTranslation_Loader_QtService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6766.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6767.     }
  6768.     /**
  6769.      * Gets the private 'translation.loader.res' shared service.
  6770.      *
  6771.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6772.      */
  6773.     protected function getTranslation_Loader_ResService()
  6774.     {
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6777.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6778.     }
  6779.     /**
  6780.      * Gets the private 'translation.loader.xliff' shared service.
  6781.      *
  6782.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6783.      */
  6784.     protected function getTranslation_Loader_XliffService()
  6785.     {
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6788.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6789.     }
  6790.     /**
  6791.      * Gets the private 'translation.loader.yml' shared service.
  6792.      *
  6793.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6794.      */
  6795.     protected function getTranslation_Loader_YmlService()
  6796.     {
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6801.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6802.     }
  6803.     /**
  6804.      * Gets the private 'translation.provider_collection' shared service.
  6805.      *
  6806.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  6807.      */
  6808.     protected function getTranslation_ProviderCollectionService()
  6809.     {
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  6812.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  6813.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  6814.         }, 1), []))->fromConfig([]);
  6815.     }
  6816.     /**
  6817.      * Gets the private 'translation.reader' shared service.
  6818.      *
  6819.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6820.      */
  6821.     protected function getTranslation_ReaderService()
  6822.     {
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6839.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6840.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6841.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6842.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6843.         $instance->addLoader('yaml'$a);
  6844.         $instance->addLoader('yml'$a);
  6845.         $instance->addLoader('xlf'$b);
  6846.         $instance->addLoader('xliff'$b);
  6847.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6848.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6849.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6850.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6851.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6852.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6853.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6854.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6855.         return $instance;
  6856.     }
  6857.     /**
  6858.      * Gets the private 'translation.warmer' shared service.
  6859.      *
  6860.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6861.      */
  6862.     protected function getTranslation_WarmerService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6866.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6867.             'translator' => ['services''translator''getTranslatorService'false],
  6868.         ], [
  6869.             'translator' => '?',
  6870.         ]))->withContext('translation.warmer'$this));
  6871.     }
  6872.     /**
  6873.      * Gets the private 'translation.writer' shared service.
  6874.      *
  6875.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  6876.      */
  6877.     protected function getTranslation_WriterService()
  6878.     {
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6893.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6894.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6895.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6896.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6897.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6898.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6899.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6900.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6901.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6902.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6903.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6904.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6905.         return $instance;
  6906.     }
  6907.     /**
  6908.      * Gets the private 'translator.default' shared service.
  6909.      *
  6910.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6911.      */
  6912.     protected function getTranslator_DefaultService()
  6913.     {
  6914.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6915.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6916.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6917.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6918.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6919.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6920.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6921.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6922.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6923.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6924.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6925.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6926.         ], [
  6927.             'translation.loader.csv' => '?',
  6928.             'translation.loader.dat' => '?',
  6929.             'translation.loader.ini' => '?',
  6930.             'translation.loader.json' => '?',
  6931.             'translation.loader.mo' => '?',
  6932.             'translation.loader.php' => '?',
  6933.             'translation.loader.po' => '?',
  6934.             'translation.loader.qt' => '?',
  6935.             'translation.loader.res' => '?',
  6936.             'translation.loader.xliff' => '?',
  6937.             'translation.loader.yml' => '?',
  6938.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/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/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-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/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/symfony/swiftmailer-bundle/translations']]], []);
  6939.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6940.         $instance->setFallbackLocales([=> 'en']);
  6941.         return $instance;
  6942.     }
  6943.     /**
  6944.      * Gets the private 'twig.command.debug' shared service.
  6945.      *
  6946.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6947.      */
  6948.     protected function getTwig_Command_DebugService()
  6949.     {
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6952.         $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()));
  6953.         $instance->setName('debug:twig');
  6954.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  6955.         return $instance;
  6956.     }
  6957.     /**
  6958.      * Gets the private 'twig.command.lint' shared service.
  6959.      *
  6960.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6961.      */
  6962.     protected function getTwig_Command_LintService()
  6963.     {
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6967.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6968.         $instance->setName('lint:twig');
  6969.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  6970.         return $instance;
  6971.     }
  6972.     /**
  6973.      * Gets the private 'twig.form.engine' shared service.
  6974.      *
  6975.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6976.      */
  6977.     protected function getTwig_Form_EngineService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6982.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6983.         if (isset($this->privates['twig.form.engine'])) {
  6984.             return $this->privates['twig.form.engine'];
  6985.         }
  6986.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  6987.     }
  6988.     /**
  6989.      * Gets the private 'twig.form.renderer' shared service.
  6990.      *
  6991.      * @return \Symfony\Component\Form\FormRenderer
  6992.      */
  6993.     protected function getTwig_Form_RendererService()
  6994.     {
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6997.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  6998.         if (isset($this->privates['twig.form.renderer'])) {
  6999.             return $this->privates['twig.form.renderer'];
  7000.         }
  7001.         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()));
  7002.     }
  7003.     /**
  7004.      * Gets the private 'twig.mailer.message_listener' shared service.
  7005.      *
  7006.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7007.      */
  7008.     protected function getTwig_Mailer_MessageListenerService()
  7009.     {
  7010.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7013.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7014.         if (isset($this->privates['twig.mailer.message_listener'])) {
  7015.             return $this->privates['twig.mailer.message_listener'];
  7016.         }
  7017.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7018.     }
  7019.     /**
  7020.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7021.      *
  7022.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7023.      */
  7024.     protected function getTwig_Runtime_HttpkernelService()
  7025.     {
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7032.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7033.         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, [
  7034.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7035.         ], [
  7036.             'inline' => '?',
  7037.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7038.     }
  7039.     /**
  7040.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7041.      *
  7042.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7043.      */
  7044.     protected function getTwig_Runtime_SecurityCsrfService()
  7045.     {
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7047.         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()));
  7048.     }
  7049.     /**
  7050.      * Gets the private 'twig.runtime.serializer' shared service.
  7051.      *
  7052.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7053.      */
  7054.     protected function getTwig_Runtime_SerializerService()
  7055.     {
  7056.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7058.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7059.     }
  7060.     /**
  7061.      * Gets the private 'twig.template_cache_warmer' shared service.
  7062.      *
  7063.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7064.      */
  7065.     protected function getTwig_TemplateCacheWarmerService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7070.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7071.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7072.         ], [
  7073.             'twig' => '?',
  7074.         ]))->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')));
  7075.     }
  7076.     /**
  7077.      * Gets the private 'validator.builder' shared service.
  7078.      *
  7079.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7080.      */
  7081.     protected function getValidator_BuilderService()
  7082.     {
  7083.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7084.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7085.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7086.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7087.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7088.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7089.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7090.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7091.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7092.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7093.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7094.         ], [
  7095.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7096.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7097.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7098.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7099.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7100.             'doctrine.orm.validator.unique' => '?',
  7101.             'security.validator.user_password' => '?',
  7102.             'validator.expression' => '?',
  7103.         ])));
  7104.         if ($this->has('translator')) {
  7105.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7106.         }
  7107.         $instance->setTranslationDomain('validators');
  7108.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7109.         $instance->enableAnnotationMapping(true);
  7110.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7111.         $instance->addMethodMapping('loadValidatorMetadata');
  7112.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7113.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7114.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7115.         return $instance;
  7116.     }
  7117.     /**
  7118.      * Gets the private 'validator.email' shared service.
  7119.      *
  7120.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7121.      */
  7122.     protected function getValidator_EmailService()
  7123.     {
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7127.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7128.     }
  7129.     /**
  7130.      * Gets the private 'validator.expression' shared service.
  7131.      *
  7132.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7133.      */
  7134.     protected function getValidator_ExpressionService()
  7135.     {
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7139.         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())));
  7140.     }
  7141.     /**
  7142.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7143.      *
  7144.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7145.      */
  7146.     protected function getValidator_Mapping_CacheWarmerService()
  7147.     {
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7151.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7152.     }
  7153.     /**
  7154.      * Gets the private 'validator.not_compromised_password' shared service.
  7155.      *
  7156.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7157.      */
  7158.     protected function getValidator_NotCompromisedPasswordService()
  7159.     {
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7163.         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);
  7164.     }
  7165.     /**
  7166.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7167.      *
  7168.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7169.      */
  7170.     protected function getVarDumper_Command_ServerDumpService()
  7171.     {
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7178.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7179.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7180.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7181.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7183.         $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()))]);
  7184.         $instance->setName('server:dump');
  7185.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7186.         return $instance;
  7187.     }
  7188.     /**
  7189.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7190.      *
  7191.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7192.      */
  7193.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7194.     {
  7195.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7196.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7197.         return $instance;
  7198.     }
  7199.     /**
  7200.      * Gets the private 'var_dumper.html_dumper' shared service.
  7201.      *
  7202.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7203.      */
  7204.     protected function getVarDumper_HtmlDumperService()
  7205.     {
  7206.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7207.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7208.         return $instance;
  7209.     }
  7210.     /**
  7211.      * Gets the private 'var_dumper.server_connection' shared service.
  7212.      *
  7213.      * @return \Symfony\Component\VarDumper\Server\Connection
  7214.      */
  7215.     protected function getVarDumper_ServerConnectionService()
  7216.     {
  7217.         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()]);
  7218.     }
  7219.     /**
  7220.      * Gets the private 'web_profiler.csp.handler' shared service.
  7221.      *
  7222.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7223.      */
  7224.     protected function getWebProfiler_Csp_HandlerService()
  7225.     {
  7226.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7227.     }
  7228.     /**
  7229.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7230.      *
  7231.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7232.      */
  7233.     protected function getWebProfiler_DebugToolbarService()
  7234.     {
  7235.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7236.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7237.             return $this->privates['web_profiler.debug_toolbar'];
  7238.         }
  7239.         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()));
  7240.     }
  7241.     /**
  7242.      * Gets the public 'cache_clearer' alias.
  7243.      *
  7244.      * @return object The ".container.private.cache_clearer" service.
  7245.      */
  7246.     protected function getCacheClearerService()
  7247.     {
  7248.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7249.         return $this->get('.container.private.cache_clearer');
  7250.     }
  7251.     /**
  7252.      * Gets the public 'filesystem' alias.
  7253.      *
  7254.      * @return object The ".container.private.filesystem" service.
  7255.      */
  7256.     protected function getFilesystemService()
  7257.     {
  7258.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7259.         return $this->get('.container.private.filesystem');
  7260.     }
  7261.     /**
  7262.      * Gets the public 'serializer' alias.
  7263.      *
  7264.      * @return object The ".container.private.serializer" service.
  7265.      */
  7266.     protected function getSerializerService()
  7267.     {
  7268.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7269.         return $this->get('.container.private.serializer');
  7270.     }
  7271.     /**
  7272.      * Gets the public 'security.csrf.token_manager' alias.
  7273.      *
  7274.      * @return object The ".container.private.security.csrf.token_manager" service.
  7275.      */
  7276.     protected function getSecurity_Csrf_TokenManagerService()
  7277.     {
  7278.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7279.         return $this->get('.container.private.security.csrf.token_manager');
  7280.     }
  7281.     /**
  7282.      * Gets the public 'form.factory' alias.
  7283.      *
  7284.      * @return object The ".container.private.form.factory" service.
  7285.      */
  7286.     protected function getForm_FactoryService()
  7287.     {
  7288.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7289.         return $this->get('.container.private.form.factory');
  7290.     }
  7291.     /**
  7292.      * Gets the public 'form.type.file' alias.
  7293.      *
  7294.      * @return object The ".container.private.form.type.file" service.
  7295.      */
  7296.     protected function getForm_Type_FileService()
  7297.     {
  7298.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7299.         return $this->get('.container.private.form.type.file');
  7300.     }
  7301.     /**
  7302.      * Gets the public 'profiler' alias.
  7303.      *
  7304.      * @return object The ".container.private.profiler" service.
  7305.      */
  7306.     protected function getProfilerService()
  7307.     {
  7308.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7309.         return $this->get('.container.private.profiler');
  7310.     }
  7311.     /**
  7312.      * Gets the public 'twig' alias.
  7313.      *
  7314.      * @return object The ".container.private.twig" service.
  7315.      */
  7316.     protected function getTwigService()
  7317.     {
  7318.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7319.         return $this->get('.container.private.twig');
  7320.     }
  7321.     /**
  7322.      * Gets the public 'security.authorization_checker' alias.
  7323.      *
  7324.      * @return object The ".container.private.security.authorization_checker" service.
  7325.      */
  7326.     protected function getSecurity_AuthorizationCheckerService()
  7327.     {
  7328.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7329.         return $this->get('.container.private.security.authorization_checker');
  7330.     }
  7331.     /**
  7332.      * Gets the public 'security.token_storage' alias.
  7333.      *
  7334.      * @return object The ".container.private.security.token_storage" service.
  7335.      */
  7336.     protected function getSecurity_TokenStorageService()
  7337.     {
  7338.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7339.         return $this->get('.container.private.security.token_storage');
  7340.     }
  7341.     /**
  7342.      * Gets the public 'security.password_encoder' alias.
  7343.      *
  7344.      * @return object The ".container.private.security.password_encoder" service.
  7345.      */
  7346.     protected function getSecurity_PasswordEncoderService()
  7347.     {
  7348.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7349.         return $this->get('.container.private.security.password_encoder');
  7350.     }
  7351.     /**
  7352.      * Gets the public 'session' alias.
  7353.      *
  7354.      * @return object The ".container.private.session" service.
  7355.      */
  7356.     protected function getSessionService()
  7357.     {
  7358.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7359.         return $this->get('.container.private.session');
  7360.     }
  7361.     /**
  7362.      * Gets the public 'validator' alias.
  7363.      *
  7364.      * @return object The ".container.private.validator" service.
  7365.      */
  7366.     protected function getValidatorService()
  7367.     {
  7368.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7369.         return $this->get('.container.private.validator');
  7370.     }
  7371.     /**
  7372.      * @return array|bool|float|int|string|\UnitEnum|null
  7373.      */
  7374.     public function getParameter(string $name)
  7375.     {
  7376.         if (isset($this->buildParameters[$name])) {
  7377.             return $this->buildParameters[$name];
  7378.         }
  7379.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7380.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7381.         }
  7382.         if (isset($this->loadedDynamicParameters[$name])) {
  7383.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7384.         }
  7385.         return $this->parameters[$name];
  7386.     }
  7387.     public function hasParameter(string $name): bool
  7388.     {
  7389.         if (isset($this->buildParameters[$name])) {
  7390.             return true;
  7391.         }
  7392.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7393.     }
  7394.     public function setParameter(string $name$value): void
  7395.     {
  7396.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7397.     }
  7398.     public function getParameterBag(): ParameterBagInterface
  7399.     {
  7400.         if (null === $this->parameterBag) {
  7401.             $parameters $this->parameters;
  7402.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7403.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7404.             }
  7405.             foreach ($this->buildParameters as $name => $value) {
  7406.                 $parameters[$name] = $value;
  7407.             }
  7408.             $this->parameterBag = new FrozenParameterBag($parameters);
  7409.         }
  7410.         return $this->parameterBag;
  7411.     }
  7412.     private $loadedDynamicParameters = [
  7413.         'kernel.runtime_environment' => false,
  7414.         'kernel.build_dir' => false,
  7415.         'kernel.cache_dir' => false,
  7416.         'google_recaptcha_site_key' => false,
  7417.         'kernel.secret' => false,
  7418.         'debug.container.dump' => false,
  7419.         'serializer.mapping.cache.file' => false,
  7420.         'validator.mapping.cache.file' => false,
  7421.         'profiler.storage.dsn' => false,
  7422.         'doctrine.orm.proxy_dir' => false,
  7423.         'swiftmailer.spool.default.memory.path' => false,
  7424.     ];
  7425.     private $dynamicParameters = [];
  7426.     private function getDynamicParameter(string $name)
  7427.     {
  7428.         switch ($name) {
  7429.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7430.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7431.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7432.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  7433.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7434.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7435.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7436.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7437.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7438.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7439.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  7440.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7441.         }
  7442.         $this->loadedDynamicParameters[$name] = true;
  7443.         return $this->dynamicParameters[$name] = $value;
  7444.     }
  7445.     protected function getDefaultParameters(): array
  7446.     {
  7447.         return [
  7448.             'kernel.project_dir' => \dirname(__DIR__4),
  7449.             'kernel.environment' => 'dev',
  7450.             'kernel.debug' => true,
  7451.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7452.             'kernel.bundles' => [
  7453.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7454.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7455.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7456.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7457.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7458.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7459.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7460.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7461.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7462.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7463.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  7464.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7465.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7466.             ],
  7467.             'kernel.bundles_metadata' => [
  7468.                 'FrameworkBundle' => [
  7469.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7470.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7471.                 ],
  7472.                 'TwigBundle' => [
  7473.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7474.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7475.                 ],
  7476.                 'TwigExtraBundle' => [
  7477.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7478.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7479.                 ],
  7480.                 'WebProfilerBundle' => [
  7481.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7482.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7483.                 ],
  7484.                 'MonologBundle' => [
  7485.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7486.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7487.                 ],
  7488.                 'DebugBundle' => [
  7489.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7490.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7491.                 ],
  7492.                 'DoctrineBundle' => [
  7493.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7494.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7495.                 ],
  7496.                 'SensioFrameworkExtraBundle' => [
  7497.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7498.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7499.                 ],
  7500.                 'SecurityBundle' => [
  7501.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7502.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7503.                 ],
  7504.                 'MakerBundle' => [
  7505.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7506.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7507.                 ],
  7508.                 'KnpPaginatorBundle' => [
  7509.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  7510.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  7511.                 ],
  7512.                 'DoctrineFixturesBundle' => [
  7513.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7514.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7515.                 ],
  7516.                 'SwiftmailerBundle' => [
  7517.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  7518.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7519.                 ],
  7520.             ],
  7521.             'kernel.charset' => 'UTF-8',
  7522.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7523.             'container.dumper.inline_class_loader' => true,
  7524.             'container.dumper.inline_factories' => true,
  7525.             'event_dispatcher.event_aliases' => [
  7526.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7527.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7528.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7529.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7530.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7531.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7532.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7533.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7534.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7535.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7536.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7537.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7538.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7539.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7540.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7541.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7542.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7543.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7544.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7545.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7546.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7547.             ],
  7548.             'fragment.renderer.hinclude.global_template' => NULL,
  7549.             'fragment.path' => '/_fragment',
  7550.             'kernel.http_method_override' => true,
  7551.             'kernel.trusted_hosts' => [
  7552.             ],
  7553.             'kernel.default_locale' => 'en',
  7554.             'kernel.enabled_locales' => [
  7555.             ],
  7556.             'kernel.error_controller' => 'error_controller',
  7557.             'debug.file_link_format' => NULL,
  7558.             'asset.request_context.base_path' => NULL,
  7559.             'asset.request_context.secure' => NULL,
  7560.             'translator.logging' => false,
  7561.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7562.             'debug.error_handler.throw_at' => -1,
  7563.             'router.request_context.host' => 'localhost',
  7564.             'router.request_context.scheme' => 'http',
  7565.             'router.request_context.base_url' => '',
  7566.             'router.resource' => 'kernel::loadRoutes',
  7567.             'request_listener.http_port' => 80,
  7568.             'request_listener.https_port' => 443,
  7569.             'session.metadata.storage_key' => '_sf2_meta',
  7570.             'session.storage.options' => [
  7571.                 'cache_limiter' => '0',
  7572.                 'cookie_secure' => 'auto',
  7573.                 'cookie_httponly' => true,
  7574.                 'cookie_samesite' => 'lax',
  7575.                 'gc_probability' => 1,
  7576.             ],
  7577.             'session.save_path' => NULL,
  7578.             'session.metadata.update_threshold' => 0,
  7579.             'form.type_extension.csrf.enabled' => true,
  7580.             'form.type_extension.csrf.field_name' => '_token',
  7581.             'validator.translation_domain' => 'validators',
  7582.             'profiler_listener.only_exceptions' => false,
  7583.             'profiler_listener.only_main_requests' => false,
  7584.             'twig.form.resources' => [
  7585.                 => 'form_div_layout.html.twig',
  7586.                 => 'bootstrap_4_layout.html.twig',
  7587.             ],
  7588.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7589.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7590.             'web_profiler.debug_toolbar.mode' => 2,
  7591.             'monolog.use_microseconds' => true,
  7592.             'monolog.swift_mailer.handlers' => [
  7593.             ],
  7594.             'monolog.handlers_to_channels' => [
  7595.                 'monolog.handler.console' => [
  7596.                     'type' => 'exclusive',
  7597.                     'elements' => [
  7598.                         => 'event',
  7599.                         => 'doctrine',
  7600.                         => 'console',
  7601.                     ],
  7602.                 ],
  7603.                 'monolog.handler.main' => [
  7604.                     'type' => 'exclusive',
  7605.                     'elements' => [
  7606.                         => 'event',
  7607.                     ],
  7608.                 ],
  7609.             ],
  7610.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7611.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7612.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7613.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7614.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7615.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7616.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7617.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7618.             'doctrine.entity_managers' => [
  7619.                 'default' => 'doctrine.orm.default_entity_manager',
  7620.             ],
  7621.             'doctrine.default_entity_manager' => 'default',
  7622.             'doctrine.dbal.connection_factory.types' => [
  7623.                 'uuid' => [
  7624.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  7625.                 ],
  7626.             ],
  7627.             'doctrine.connections' => [
  7628.                 'default' => 'doctrine.dbal.default_connection',
  7629.             ],
  7630.             'doctrine.default_connection' => 'default',
  7631.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7632.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7633.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7634.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7635.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7636.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7637.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7638.             'doctrine.orm.cache.memcache_port' => 11211,
  7639.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7640.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7641.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7642.             'doctrine.orm.cache.memcached_port' => 11211,
  7643.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7644.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7645.             'doctrine.orm.cache.redis_host' => 'localhost',
  7646.             'doctrine.orm.cache.redis_port' => 6379,
  7647.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7648.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7649.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7650.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7651.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7652.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7653.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7654.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7655.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7656.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7657.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7658.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7659.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7660.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7661.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7662.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7663.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7664.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7665.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7666.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7667.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7668.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7669.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  7670.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7671.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7672.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7673.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7674.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7675.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7676.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7677.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7678.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7679.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7680.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7681.             'security.role_hierarchy.roles' => [
  7682.             ],
  7683.             'security.access.denied_url' => NULL,
  7684.             'security.authentication.manager.erase_credentials' => true,
  7685.             'security.authentication.session_strategy.strategy' => 'migrate',
  7686.             'security.access.always_authenticate_before_granting' => false,
  7687.             'security.authentication.hide_user_not_found' => true,
  7688.             'security.firewalls' => [
  7689.                 => 'dev',
  7690.                 => 'admin',
  7691.                 => 'main',
  7692.             ],
  7693.             'security.admin._indexed_authenticators' => [
  7694.             ],
  7695.             'security.main._indexed_authenticators' => [
  7696.             ],
  7697.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7698.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7699.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7700.             'knp_paginator.page_range' => 5,
  7701.             'knp_paginator.page_limit' => NULL,
  7702.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7703.             'swiftmailer.mailer.default.spool.enabled' => true,
  7704.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7705.             'swiftmailer.mailer.default.single_address' => NULL,
  7706.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7707.             'swiftmailer.spool.enabled' => true,
  7708.             'swiftmailer.delivery.enabled' => true,
  7709.             'swiftmailer.single_address' => NULL,
  7710.             'swiftmailer.mailers' => [
  7711.                 'default' => 'swiftmailer.mailer.default',
  7712.             ],
  7713.             'swiftmailer.default_mailer' => 'default',
  7714.             'data_collector.templates' => [
  7715.                 'data_collector.request' => [
  7716.                     => 'request',
  7717.                     => '@WebProfiler/Collector/request.html.twig',
  7718.                 ],
  7719.                 'data_collector.time' => [
  7720.                     => 'time',
  7721.                     => '@WebProfiler/Collector/time.html.twig',
  7722.                 ],
  7723.                 'data_collector.memory' => [
  7724.                     => 'memory',
  7725.                     => '@WebProfiler/Collector/memory.html.twig',
  7726.                 ],
  7727.                 'data_collector.validator' => [
  7728.                     => 'validator',
  7729.                     => '@WebProfiler/Collector/validator.html.twig',
  7730.                 ],
  7731.                 'data_collector.ajax' => [
  7732.                     => 'ajax',
  7733.                     => '@WebProfiler/Collector/ajax.html.twig',
  7734.                 ],
  7735.                 'data_collector.form' => [
  7736.                     => 'form',
  7737.                     => '@WebProfiler/Collector/form.html.twig',
  7738.                 ],
  7739.                 'data_collector.exception' => [
  7740.                     => 'exception',
  7741.                     => '@WebProfiler/Collector/exception.html.twig',
  7742.                 ],
  7743.                 'data_collector.logger' => [
  7744.                     => 'logger',
  7745.                     => '@WebProfiler/Collector/logger.html.twig',
  7746.                 ],
  7747.                 'data_collector.events' => [
  7748.                     => 'events',
  7749.                     => '@WebProfiler/Collector/events.html.twig',
  7750.                 ],
  7751.                 'data_collector.router' => [
  7752.                     => 'router',
  7753.                     => '@WebProfiler/Collector/router.html.twig',
  7754.                 ],
  7755.                 'data_collector.cache' => [
  7756.                     => 'cache',
  7757.                     => '@WebProfiler/Collector/cache.html.twig',
  7758.                 ],
  7759.                 'data_collector.translation' => [
  7760.                     => 'translation',
  7761.                     => '@WebProfiler/Collector/translation.html.twig',
  7762.                 ],
  7763.                 'data_collector.security' => [
  7764.                     => 'security',
  7765.                     => '@Security/Collector/security.html.twig',
  7766.                 ],
  7767.                 'data_collector.twig' => [
  7768.                     => 'twig',
  7769.                     => '@WebProfiler/Collector/twig.html.twig',
  7770.                 ],
  7771.                 'data_collector.http_client' => [
  7772.                     => 'http_client',
  7773.                     => '@WebProfiler/Collector/http_client.html.twig',
  7774.                 ],
  7775.                 'data_collector.doctrine' => [
  7776.                     => 'db',
  7777.                     => '@Doctrine/Collector/db.html.twig',
  7778.                 ],
  7779.                 'swiftmailer.data_collector' => [
  7780.                     => 'swiftmailer',
  7781.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7782.                 ],
  7783.                 'data_collector.dump' => [
  7784.                     => 'dump',
  7785.                     => '@Debug/Profiler/dump.html.twig',
  7786.                 ],
  7787.                 'mailer.data_collector' => [
  7788.                     => 'mailer',
  7789.                     => '@WebProfiler/Collector/mailer.html.twig',
  7790.                 ],
  7791.                 'notifier.data_collector' => [
  7792.                     => 'notifier',
  7793.                     => '@WebProfiler/Collector/notifier.html.twig',
  7794.                 ],
  7795.                 'data_collector.config' => [
  7796.                     => 'config',
  7797.                     => '@WebProfiler/Collector/config.html.twig',
  7798.                 ],
  7799.             ],
  7800.             'console.command.ids' => [
  7801.             ],
  7802.         ];
  7803.     }
  7804.     protected function throw($message)
  7805.     {
  7806.         throw new RuntimeException($message);
  7807.     }
  7808. }