var/cache/dev/ContainerQtYAAxv/App_KernelDevDebugContainer.php line 4305

Open in your IDE?
  1. <?php
  2. namespace ContainerQtYAAxv;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\InitController' => 'getInitControllerService',
  37.             'App\\Controller\\RiddleController' => 'getRiddleControllerService',
  38.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  39.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.app_clearer' => 'getCache_AppClearerService',
  42.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  43.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  44.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  45.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  46.             'cache.system' => 'getCache_SystemService',
  47.             'cache.system_clearer' => 'getCache_SystemClearerService',
  48.             'cache_clearer' => 'getCacheClearerService',
  49.             'cache_warmer' => 'getCacheWarmerService',
  50.             'console.command_loader' => 'getConsole_CommandLoaderService',
  51.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  52.             'data_collector.dump' => 'getDataCollector_DumpService',
  53.             'doctrine' => 'getDoctrineService',
  54.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  55.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  56.             'error_controller' => 'getErrorControllerService',
  57.             'event_dispatcher' => 'getEventDispatcherService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'form.factory' => 'getForm_FactoryService',
  60.             'form.type.file' => 'getForm_Type_FileService',
  61.             'http_kernel' => 'getHttpKernelService',
  62.             'profiler' => 'getProfilerService',
  63.             'request_stack' => 'getRequestStackService',
  64.             'router' => 'getRouterService',
  65.             'routing.loader' => 'getRouting_LoaderService',
  66.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  69.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  70.             'security.token_storage' => 'getSecurity_TokenStorageService',
  71.             'serializer' => 'getSerializerService',
  72.             'services_resetter' => 'getServicesResetterService',
  73.             'session' => 'getSessionService',
  74.             'translator' => 'getTranslatorService',
  75.             'twig' => 'getTwigService',
  76.             'validator' => 'getValidatorService',
  77.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  78.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  79.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  80.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  81.         ];
  82.         $this->aliases = [
  83.             'database_connection' => 'doctrine.dbal.default_connection',
  84.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  85.         ];
  86.         $this->privates['service_container'] = function () {
  87.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  88.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  89.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  90.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  91.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  92.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  93.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  94.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  95.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  96.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  106.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  129.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  219.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  224.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  257.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  259.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  388.         };
  389.     }
  390.     public function compile(): void
  391.     {
  392.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  393.     }
  394.     public function isCompiled(): bool
  395.     {
  396.         return true;
  397.     }
  398.     public function getRemovedIds(): array
  399.     {
  400.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  401.     }
  402.     /**
  403.      * Gets the public 'App\Controller\InitController' shared autowired service.
  404.      *
  405.      * @return \App\Controller\InitController
  406.      */
  407.     protected function getInitControllerService()
  408.     {
  409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  410.         include_once \dirname(__DIR__4).'/src/Controller/InitController.php';
  411.         $this->services['App\\Controller\\InitController'] = $instance = new \App\Controller\InitController();
  412.         $instance->setContainer(($this->privates['.service_locator.SXie53V'] ?? $this->get_ServiceLocator_SXie53VService())->withContext('App\\Controller\\InitController'$this));
  413.         return $instance;
  414.     }
  415.     /**
  416.      * Gets the public 'App\Controller\RiddleController' shared autowired service.
  417.      *
  418.      * @return \App\Controller\RiddleController
  419.      */
  420.     protected function getRiddleControllerService()
  421.     {
  422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  423.         include_once \dirname(__DIR__4).'/src/Controller/RiddleController.php';
  424.         $this->services['App\\Controller\\RiddleController'] = $instance = new \App\Controller\RiddleController();
  425.         $instance->setContainer(($this->privates['.service_locator.SXie53V'] ?? $this->get_ServiceLocator_SXie53VService())->withContext('App\\Controller\\RiddleController'$this));
  426.         return $instance;
  427.     }
  428.     /**
  429.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  430.      *
  431.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  432.      */
  433.     protected function getRedirectControllerService()
  434.     {
  435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  436.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  437.     }
  438.     /**
  439.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  440.      *
  441.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  442.      */
  443.     protected function getTemplateControllerService()
  444.     {
  445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  446.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  447.     }
  448.     /**
  449.      * Gets the public 'cache.app' shared service.
  450.      *
  451.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  452.      */
  453.     protected function getCache_AppService()
  454.     {
  455.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('WPGyjH6FT4'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  456.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  457.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  458.     }
  459.     /**
  460.      * Gets the public 'cache.app_clearer' shared service.
  461.      *
  462.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  463.      */
  464.     protected function getCache_AppClearerService()
  465.     {
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  468.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  469.     }
  470.     /**
  471.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  472.      *
  473.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  474.      */
  475.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  476.     {
  477.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  478.     }
  479.     /**
  480.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  481.      *
  482.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  483.      */
  484.     protected function getCache_Doctrine_Orm_Default_QueryService()
  485.     {
  486.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  487.     }
  488.     /**
  489.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  490.      *
  491.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  492.      */
  493.     protected function getCache_Doctrine_Orm_Default_ResultService()
  494.     {
  495.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  496.     }
  497.     /**
  498.      * Gets the public 'cache.global_clearer' shared service.
  499.      *
  500.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  501.      */
  502.     protected function getCache_GlobalClearerService()
  503.     {
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  506.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  507.     }
  508.     /**
  509.      * Gets the public 'cache.system' shared service.
  510.      *
  511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  512.      */
  513.     protected function getCache_SystemService()
  514.     {
  515.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g1uN65K3Nf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  516.     }
  517.     /**
  518.      * Gets the public 'cache.system_clearer' shared service.
  519.      *
  520.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  521.      */
  522.     protected function getCache_SystemClearerService()
  523.     {
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  526.         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.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  527.     }
  528.     /**
  529.      * Gets the public 'cache_clearer' shared service.
  530.      *
  531.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  532.      */
  533.     protected function getCacheClearerService()
  534.     {
  535.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  537.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  538.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  539.         }, 1));
  540.     }
  541.     /**
  542.      * Gets the public 'cache_warmer' shared service.
  543.      *
  544.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  545.      */
  546.     protected function getCacheWarmerService()
  547.     {
  548.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  550.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  551.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  552.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  553.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  554.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  555.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  556.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  557.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  558.         }, 7), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  559.     }
  560.     /**
  561.      * Gets the public 'console.command_loader' shared service.
  562.      *
  563.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  564.      */
  565.     protected function getConsole_CommandLoaderService()
  566.     {
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  569.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  570.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  571.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  572.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  573.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  574.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  575.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  576.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  577.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  578.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  579.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  580.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  581.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  582.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  583.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  584.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  585.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  586.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  587.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  588.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  589.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  590.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  591.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  592.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  593.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  594.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  595.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  596.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  597.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  598.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  599.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  600.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  601.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  602.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  603.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  604.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  605.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  606.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  607.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  608.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  609.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  610.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  611.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  612.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  613.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  614.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  615.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  616.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  617.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  618.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  619.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  620.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  621.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  622.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  623.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  624.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  625.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  626.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  627.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  628.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  629.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  630.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  631.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  632.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  633.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  634.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  635.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  636.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  637.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  638.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  639.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  640.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  641.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  642.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  643.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  644.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  645.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  646.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  647.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  648.         ], [
  649.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  650.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  651.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  652.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  653.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  654.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  655.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  656.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  657.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  658.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  659.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  660.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  661.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  662.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  663.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  664.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  665.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  666.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  667.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  668.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  669.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  670.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  671.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  672.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  673.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  674.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  675.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  676.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  677.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  678.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  679.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  680.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  681.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  682.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  683.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  684.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  685.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  686.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  687.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  688.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  689.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  690.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  691.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  692.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  693.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  694.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  695.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  696.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  697.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  698.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  699.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  700.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  701.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  702.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  703.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  704.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  705.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  706.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  707.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  708.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  709.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  710.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  711.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  712.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  713.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  714.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  715.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  716.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  717.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  718.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  719.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  720.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  721.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  722.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  723.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  724.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  725.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  726.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  727.         ]), ['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: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:update' => 'console.command.translation_update''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''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:registration-form' => 'maker.auto_command.make_registration_form''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:unit-test' => 'maker.auto_command.make_unit_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']);
  728.     }
  729.     /**
  730.      * Gets the public 'container.env_var_processors_locator' shared service.
  731.      *
  732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  733.      */
  734.     protected function getContainer_EnvVarProcessorsLocatorService()
  735.     {
  736.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  737.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  738.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  739.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  740.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  741.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  742.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  743.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  744.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  745.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  746.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  747.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  748.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  749.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  750.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  751.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  752.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  753.         ], [
  754.             'base64' => '?',
  755.             'bool' => '?',
  756.             'const' => '?',
  757.             'csv' => '?',
  758.             'default' => '?',
  759.             'file' => '?',
  760.             'float' => '?',
  761.             'int' => '?',
  762.             'json' => '?',
  763.             'key' => '?',
  764.             'query_string' => '?',
  765.             'require' => '?',
  766.             'resolve' => '?',
  767.             'string' => '?',
  768.             'trim' => '?',
  769.             'url' => '?',
  770.         ]);
  771.     }
  772.     /**
  773.      * Gets the public 'data_collector.dump' shared service.
  774.      *
  775.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  776.      */
  777.     protected function getDataCollector_DumpService()
  778.     {
  779.         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()));
  780.     }
  781.     /**
  782.      * Gets the public 'doctrine' shared service.
  783.      *
  784.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  785.      */
  786.     protected function getDoctrineService()
  787.     {
  788.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  789.     }
  790.     /**
  791.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  792.      *
  793.      * @return \Doctrine\DBAL\Connection
  794.      */
  795.     protected function getDoctrine_Dbal_DefaultConnectionService()
  796.     {
  797.         $a = new \Doctrine\DBAL\Configuration();
  798.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  799.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  800.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  801.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  802.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  803.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  804.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  805.         $a->setSQLLogger($b);
  806.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  807.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  808.         ], [
  809.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  810.         ]));
  811.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  812.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  813.     }
  814.     /**
  815.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  816.      *
  817.      * @return \Doctrine\ORM\EntityManager
  818.      */
  819.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  820.     {
  821.         $a = new \Doctrine\ORM\Configuration();
  822.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  823.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  824.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  825.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  826.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  827.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  828.         $a->setMetadataDriverImpl($b);
  829.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  830.         $a->setProxyNamespace('Proxies');
  831.         $a->setAutoGenerateProxyClasses(true);
  832.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  833.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  834.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  835.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  836.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  837.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  838.             'App\\Repository\\AnswerRepository' => ['privates''App\\Repository\\AnswerRepository''getAnswerRepositoryService'false],
  839.             'App\\Repository\\HintRepository' => ['privates''App\\Repository\\HintRepository''getHintRepositoryService'false],
  840.             'App\\Repository\\RiddleRepository' => ['privates''App\\Repository\\RiddleRepository''getRiddleRepositoryService'false],
  841.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  842.             'App\\Repository\\UserStatusRepository' => ['privates''App\\Repository\\UserStatusRepository''getUserStatusRepositoryService'false],
  843.         ], [
  844.             'App\\Repository\\AnswerRepository' => '?',
  845.             'App\\Repository\\HintRepository' => '?',
  846.             'App\\Repository\\RiddleRepository' => '?',
  847.             'App\\Repository\\UserRepository' => '?',
  848.             'App\\Repository\\UserStatusRepository' => '?',
  849.         ])));
  850.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  851.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  852.         return $instance;
  853.     }
  854.     /**
  855.      * Gets the public 'error_controller' shared service.
  856.      *
  857.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  858.      */
  859.     protected function getErrorControllerService()
  860.     {
  861.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  865.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  866.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  867.         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['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($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)));
  868.     }
  869.     /**
  870.      * Gets the public 'event_dispatcher' shared service.
  871.      *
  872.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  873.      */
  874.     protected function getEventDispatcherService()
  875.     {
  876.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  877.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  878.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  879.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  880.         $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())));
  881.         $instance->addListener('kernel.controller', [=> function () {
  882.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  883.         }, => 'onKernelController'], 0);
  884.         $instance->addListener('kernel.response', [=> function () {
  885.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  886.         }, => 'onKernelResponse'], 0);
  887.         $instance->addListener('kernel.response', [=> function () {
  888.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  889.         }, => 'onKernelResponse'], -1024);
  890.         $instance->addListener('kernel.request', [=> function () {
  891.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  892.         }, => 'setDefaultLocale'], 100);
  893.         $instance->addListener('kernel.request', [=> function () {
  894.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  895.         }, => 'onKernelRequest'], 16);
  896.         $instance->addListener('kernel.finish_request', [=> function () {
  897.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  898.         }, => 'onKernelFinishRequest'], 0);
  899.         $instance->addListener('kernel.request', [=> function () {
  900.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  901.         }, => 'onKernelRequest'], 256);
  902.         $instance->addListener('kernel.response', [=> function () {
  903.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  904.         }, => 'onResponse'], -255);
  905.         $instance->addListener('kernel.controller_arguments', [=> function () {
  906.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  907.         }, => 'onControllerArguments'], 0);
  908.         $instance->addListener('kernel.exception', [=> function () {
  909.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  910.         }, => 'logKernelException'], 0);
  911.         $instance->addListener('kernel.exception', [=> function () {
  912.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  913.         }, => 'onKernelException'], -128);
  914.         $instance->addListener('kernel.request', [=> function () {
  915.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  916.         }, => 'onKernelRequest'], 15);
  917.         $instance->addListener('kernel.finish_request', [=> function () {
  918.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  919.         }, => 'onKernelFinishRequest'], -15);
  920.         $instance->addListener('console.error', [=> function () {
  921.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  922.         }, => 'onConsoleError'], -128);
  923.         $instance->addListener('console.terminate', [=> function () {
  924.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  925.         }, => 'onConsoleTerminate'], -128);
  926.         $instance->addListener('console.error', [=> function () {
  927.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  928.         }, => 'onConsoleError'], 0);
  929.         $instance->addListener('kernel.request', [=> function () {
  930.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  931.         }, => 'onKernelRequest'], 128);
  932.         $instance->addListener('kernel.response', [=> function () {
  933.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  934.         }, => 'onKernelResponse'], -1000);
  935.         $instance->addListener('kernel.finish_request', [=> function () {
  936.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  937.         }, => 'onFinishRequest'], 0);
  938.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  939.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  940.         }, => 'onMessage'], -255);
  941.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  942.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  943.         }, => 'onMessage'], -255);
  944.         $instance->addListener('kernel.response', [=> function () {
  945.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  946.         }, => 'onKernelResponse'], -100);
  947.         $instance->addListener('kernel.exception', [=> function () {
  948.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  949.         }, => 'onKernelException'], 0);
  950.         $instance->addListener('kernel.terminate', [=> function () {
  951.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  952.         }, => 'onKernelTerminate'], -1024);
  953.         $instance->addListener('kernel.controller', [=> function () {
  954.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  955.         }, => 'onKernelController'], 0);
  956.         $instance->addListener('kernel.response', [=> function () {
  957.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  958.         }, => 'onKernelResponse'], 0);
  959.         $instance->addListener('kernel.request', [=> function () {
  960.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  961.         }, => 'configure'], 2048);
  962.         $instance->addListener('kernel.request', [=> function () {
  963.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  964.         }, => 'onKernelRequest'], 32);
  965.         $instance->addListener('kernel.finish_request', [=> function () {
  966.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  967.         }, => 'onKernelFinishRequest'], 0);
  968.         $instance->addListener('kernel.exception', [=> function () {
  969.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  970.         }, => 'onKernelException'], -64);
  971.         $instance->addListener('kernel.response', [=> function () {
  972.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  973.         }, => 'onKernelResponse'], 0);
  974.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  975.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  976.         }, => 'onMessage'], 0);
  977.         $instance->addListener('kernel.response', [=> function () {
  978.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  979.         }, => 'onKernelResponse'], -128);
  980.         $instance->addListener('console.command', [=> function () {
  981.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  982.         }, => 'onCommand'], 255);
  983.         $instance->addListener('console.terminate', [=> function () {
  984.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  985.         }, => 'onTerminate'], -255);
  986.         $instance->addListener('console.command', [=> function () {
  987.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  988.         }, => 'configure'], 1024);
  989.         $instance->addListener('kernel.controller', [=> function () {
  990.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  991.         }, => 'onKernelController'], 0);
  992.         $instance->addListener('kernel.controller', [=> function () {
  993.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  994.         }, => 'onKernelController'], 0);
  995.         $instance->addListener('kernel.controller', [=> function () {
  996.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  997.         }, => 'onKernelController'], -128);
  998.         $instance->addListener('kernel.view', [=> function () {
  999.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1000.         }, => 'onKernelView'], 0);
  1001.         $instance->addListener('kernel.controller', [=> function () {
  1002.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1003.         }, => 'onKernelController'], 0);
  1004.         $instance->addListener('kernel.response', [=> function () {
  1005.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1006.         }, => 'onKernelResponse'], 0);
  1007.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1008.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1009.         }, => 'onKernelControllerArguments'], 0);
  1010.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1011.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1012.         }, => 'onKernelControllerArguments'], 0);
  1013.         $instance->addListener('kernel.response', [=> function () {
  1014.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1015.         }, => 'onKernelResponse'], 0);
  1016.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1017.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1018.         }, => 'onVoterVote'], 0);
  1019.         $instance->addListener('kernel.request', [=> function () {
  1020.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1021.         }, => 'configureLogoutUrlGenerator'], 8);
  1022.         $instance->addListener('kernel.request', [=> function () {
  1023.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1024.         }, => 'onKernelRequest'], 8);
  1025.         $instance->addListener('kernel.finish_request', [=> function () {
  1026.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1027.         }, => 'onKernelFinishRequest'], 0);
  1028.         $instance->addListener('console.error', [=> function () {
  1029.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1030.         }, => 'onConsoleError'], 0);
  1031.         $instance->addListener('console.terminate', [=> function () {
  1032.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1033.         }, => 'onConsoleTerminate'], 0);
  1034.         return $instance;
  1035.     }
  1036.     /**
  1037.      * Gets the public 'filesystem' shared service.
  1038.      *
  1039.      * @return \Symfony\Component\Filesystem\Filesystem
  1040.      */
  1041.     protected function getFilesystemService()
  1042.     {
  1043.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1044.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1045.     }
  1046.     /**
  1047.      * Gets the public 'form.factory' shared service.
  1048.      *
  1049.      * @return \Symfony\Component\Form\FormFactory
  1050.      */
  1051.     protected function getForm_FactoryService()
  1052.     {
  1053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1055.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1056.     }
  1057.     /**
  1058.      * Gets the public 'form.type.file' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1061.      */
  1062.     protected function getForm_Type_FileService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1067.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1068.     }
  1069.     /**
  1070.      * Gets the public 'http_kernel' shared service.
  1071.      *
  1072.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1073.      */
  1074.     protected function getHttpKernelService()
  1075.     {
  1076.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1077.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1078.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1079.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1080.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1081.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1082.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1083.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1084.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1085.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1086.         }, 8)), $a));
  1087.     }
  1088.     /**
  1089.      * Gets the public 'profiler' shared service.
  1090.      *
  1091.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1092.      */
  1093.     protected function getProfilerService()
  1094.     {
  1095.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1096.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1097.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1098.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1099.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1100.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1101.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1102.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1103.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1104.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1105.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1106.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1107.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1108.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1109.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1110.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1111.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1112.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1113.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1114.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1115.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1116.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1117.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1118.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1119.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1120.         if ($this->has('kernel')) {
  1121.             $g->setKernel($b);
  1122.         }
  1123.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1124.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1125.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1126.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1127.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1128.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1129.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1130.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1131.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1132.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1133.         $instance->add($d);
  1134.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1135.         $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())));
  1136.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1137.         $instance->add($e);
  1138.         $instance->add($f);
  1139.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1140.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1141.         $instance->add($g);
  1142.         return $instance;
  1143.     }
  1144.     /**
  1145.      * Gets the public 'request_stack' shared service.
  1146.      *
  1147.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1148.      */
  1149.     protected function getRequestStackService()
  1150.     {
  1151.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1152.     }
  1153.     /**
  1154.      * Gets the public 'router' shared service.
  1155.      *
  1156.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1157.      */
  1158.     protected function getRouterService()
  1159.     {
  1160.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1161.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1162.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1163.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1164.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1165.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1166.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1167.         ], [
  1168.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1169.         ]))->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');
  1170.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1171.         return $instance;
  1172.     }
  1173.     /**
  1174.      * Gets the public 'routing.loader' shared service.
  1175.      *
  1176.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1177.      */
  1178.     protected function getRouting_LoaderService()
  1179.     {
  1180.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1182.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1201.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1202.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1203.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1204.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1205.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1206.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1207.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1208.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1209.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1210.             'kernel' => ['services''kernel''getKernelService'false],
  1211.         ], [
  1212.             'kernel' => 'App\\Kernel',
  1213.         ])));
  1214.         $a->addLoader($c);
  1215.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1216.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1217.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  1218.     }
  1219.     /**
  1220.      * Gets the public 'security.authentication_utils' shared service.
  1221.      *
  1222.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1223.      */
  1224.     protected function getSecurity_AuthenticationUtilsService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1227.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1228.     }
  1229.     /**
  1230.      * Gets the public 'security.authorization_checker' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1233.      */
  1234.     protected function getSecurity_AuthorizationCheckerService()
  1235.     {
  1236.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1237.     }
  1238.     /**
  1239.      * Gets the public 'security.csrf.token_manager' shared service.
  1240.      *
  1241.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1242.      */
  1243.     protected function getSecurity_Csrf_TokenManagerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1252.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1253.     }
  1254.     /**
  1255.      * Gets the public 'security.password_encoder' shared service.
  1256.      *
  1257.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1258.      */
  1259.     protected function getSecurity_PasswordEncoderService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  1265.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  1266.     }
  1267.     /**
  1268.      * Gets the public 'security.token_storage' shared service.
  1269.      *
  1270.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1271.      */
  1272.     protected function getSecurity_TokenStorageService()
  1273.     {
  1274.         return $this->services['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, [
  1275.             'session' => ['services''session''getSessionService'false],
  1276.         ], [
  1277.             'session' => '?',
  1278.         ]));
  1279.     }
  1280.     /**
  1281.      * Gets the public 'serializer' shared service.
  1282.      *
  1283.      * @return \Symfony\Component\Serializer\Serializer
  1284.      */
  1285.     protected function getSerializerService()
  1286.     {
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1311.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1317.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1322.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1323.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1324.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1325.     }
  1326.     /**
  1327.      * Gets the public 'services_resetter' shared service.
  1328.      *
  1329.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1330.      */
  1331.     protected function getServicesResetterService()
  1332.     {
  1333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1334.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1335.             if (isset($this->services['cache.app'])) {
  1336.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1337.             }
  1338.             if (isset($this->services['cache.system'])) {
  1339.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1340.             }
  1341.             if (isset($this->privates['cache.validator'])) {
  1342.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1343.             }
  1344.             if (isset($this->privates['cache.serializer'])) {
  1345.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1346.             }
  1347.             if (isset($this->privates['cache.annotations'])) {
  1348.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1349.             }
  1350.             if (isset($this->privates['cache.property_info'])) {
  1351.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1352.             }
  1353.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1354.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1355.             }
  1356.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1357.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1358.             }
  1359.             if (isset($this->services['profiler'])) {
  1360.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1361.             }
  1362.             if (isset($this->services['validator'])) {
  1363.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1364.             }
  1365.             if (isset($this->privates['debug.stopwatch'])) {
  1366.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1367.             }
  1368.             if (isset($this->services['event_dispatcher'])) {
  1369.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1370.             }
  1371.             if (isset($this->privates['monolog.handler.main'])) {
  1372.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1373.             }
  1374.             if (isset($this->privates['monolog.handler.console'])) {
  1375.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1376.             }
  1377.             if (isset($this->services['doctrine'])) {
  1378.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1379.             }
  1380.             if (isset($this->privates['form.type.entity'])) {
  1381.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1382.             }
  1383.             if (isset($this->services['security.token_storage'])) {
  1384.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1385.             }
  1386.             if (isset($this->privates['cache.security_expression_language'])) {
  1387.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1388.             }
  1389.         }, function () {
  1390.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language']));
  1391.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset']]);
  1392.     }
  1393.     /**
  1394.      * Gets the public 'session' shared service.
  1395.      *
  1396.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1397.      */
  1398.     protected function getSessionService()
  1399.     {
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
  1407.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
  1408.     }
  1409.     /**
  1410.      * Gets the public 'translator' shared service.
  1411.      *
  1412.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1413.      */
  1414.     protected function getTranslatorService()
  1415.     {
  1416.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1417.     }
  1418.     /**
  1419.      * Gets the public 'twig' shared service.
  1420.      *
  1421.      * @return \Twig\Environment
  1422.      */
  1423.     protected function getTwigService()
  1424.     {
  1425.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1426.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1427.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1428.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1429.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1430.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1431.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1432.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1433.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1434.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1435.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1436.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1437.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1438.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1439.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1440.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1441.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1442.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1443.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1444.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1445.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1446.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1447.         $f->setEnvironment('dev');
  1448.         $f->setDebug(true);
  1449.         if ($this->has('security.token_storage')) {
  1450.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1451.         }
  1452.         if ($this->has('request_stack')) {
  1453.             $f->setRequestStack($c);
  1454.         }
  1455.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1456.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1457.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1458.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1459.         $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($c''false)), [])));
  1460.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1461.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1462.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1463.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1464.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1465.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1466.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1467.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1468.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1469.         $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())));
  1470.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1471.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1472.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1473.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1474.         $instance->addGlobal('app'$f);
  1475.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1476.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1477.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1478.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1479.         ], [
  1480.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1481.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1482.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1483.         ])));
  1484.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1485.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1486.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1487.         return $instance;
  1488.     }
  1489.     /**
  1490.      * Gets the public 'validator' shared service.
  1491.      *
  1492.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1493.      */
  1494.     protected function getValidatorService()
  1495.     {
  1496.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1497.     }
  1498.     /**
  1499.      * Gets the public 'var_dumper.cloner' shared service.
  1500.      *
  1501.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1502.      */
  1503.     protected function getVarDumper_ClonerService()
  1504.     {
  1505.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1506.         $instance->setMaxItems(2500);
  1507.         $instance->setMinDepth(1);
  1508.         $instance->setMaxString(-1);
  1509.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1510.         return $instance;
  1511.     }
  1512.     /**
  1513.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1514.      *
  1515.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1516.      */
  1517.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1518.     {
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1520.         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['profiler'] ?? $this->getProfilerService()));
  1521.     }
  1522.     /**
  1523.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1524.      *
  1525.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1526.      */
  1527.     protected function getWebProfiler_Controller_ProfilerService()
  1528.     {
  1529.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1530.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1531.     }
  1532.     /**
  1533.      * Gets the public 'web_profiler.controller.router' shared service.
  1534.      *
  1535.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1536.      */
  1537.     protected function getWebProfiler_Controller_RouterService()
  1538.     {
  1539.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1540.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  1541.     }
  1542.     /**
  1543.      * Gets the private '.debug.http_client' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1546.      */
  1547.     protected function get_Debug_HttpClientService()
  1548.     {
  1549.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1550.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1551.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1552.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1553.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1554.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1555.         $a->setLogger($b);
  1556.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1557.     }
  1558.     /**
  1559.      * Gets the private '.service_locator.2k.CZgZ' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1562.      */
  1563.     protected function get_ServiceLocator_2k_CZgZService()
  1564.     {
  1565.         return $this->privates['.service_locator.2k.CZgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1566.             'App\\Controller\\InitController::initAction' => ['privates''.service_locator.ujVooyB''get_ServiceLocator_UjVooyBService'false],
  1567.             'App\\Controller\\RiddleController::helloAction' => ['privates''.service_locator.4XHzUhG''get_ServiceLocator_4XHzUhGService'false],
  1568.             'App\\Controller\\RiddleController::riddleAction' => ['privates''.service_locator.4XHzUhG''get_ServiceLocator_4XHzUhGService'false],
  1569.             'App\\Controller\\RiddleController::statusUpdateAction' => ['privates''.service_locator.4XHzUhG''get_ServiceLocator_4XHzUhGService'false],
  1570.             'App\\Controller\\InitController:initAction' => ['privates''.service_locator.ujVooyB''get_ServiceLocator_UjVooyBService'false],
  1571.             'App\\Controller\\RiddleController:helloAction' => ['privates''.service_locator.4XHzUhG''get_ServiceLocator_4XHzUhGService'false],
  1572.             'App\\Controller\\RiddleController:riddleAction' => ['privates''.service_locator.4XHzUhG''get_ServiceLocator_4XHzUhGService'false],
  1573.             'App\\Controller\\RiddleController:statusUpdateAction' => ['privates''.service_locator.4XHzUhG''get_ServiceLocator_4XHzUhGService'false],
  1574.         ], [
  1575.             'App\\Controller\\InitController::initAction' => '?',
  1576.             'App\\Controller\\RiddleController::helloAction' => '?',
  1577.             'App\\Controller\\RiddleController::riddleAction' => '?',
  1578.             'App\\Controller\\RiddleController::statusUpdateAction' => '?',
  1579.             'App\\Controller\\InitController:initAction' => '?',
  1580.             'App\\Controller\\RiddleController:helloAction' => '?',
  1581.             'App\\Controller\\RiddleController:riddleAction' => '?',
  1582.             'App\\Controller\\RiddleController:statusUpdateAction' => '?',
  1583.         ]);
  1584.     }
  1585.     /**
  1586.      * Gets the private '.service_locator.4XHzUhG' shared service.
  1587.      *
  1588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1589.      */
  1590.     protected function get_ServiceLocator_4XHzUhGService()
  1591.     {
  1592.         return $this->privates['.service_locator.4XHzUhG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1593.             'riddleService' => ['privates''App\\Service\\Riddle''getRiddleService'false],
  1594.         ], [
  1595.             'riddleService' => 'App\\Service\\Riddle',
  1596.         ]);
  1597.     }
  1598.     /**
  1599.      * Gets the private '.service_locator.SXie53V' shared service.
  1600.      *
  1601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1602.      */
  1603.     protected function get_ServiceLocator_SXie53VService()
  1604.     {
  1605.         return $this->privates['.service_locator.SXie53V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1606.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1607.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1608.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1609.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1610.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1611.             'router' => ['services''router''getRouterService'false],
  1612.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1613.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1614.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1615.             'serializer' => ['services''serializer''getSerializerService'false],
  1616.             'session' => ['services''session''getSessionService'false],
  1617.             'twig' => ['services''twig''getTwigService'false],
  1618.         ], [
  1619.             'doctrine' => '?',
  1620.             'form.factory' => '?',
  1621.             'http_kernel' => '?',
  1622.             'parameter_bag' => '?',
  1623.             'request_stack' => '?',
  1624.             'router' => '?',
  1625.             'security.authorization_checker' => '?',
  1626.             'security.csrf.token_manager' => '?',
  1627.             'security.token_storage' => '?',
  1628.             'serializer' => '?',
  1629.             'session' => '?',
  1630.             'twig' => '?',
  1631.         ]);
  1632.     }
  1633.     /**
  1634.      * Gets the private '.service_locator.ujVooyB' shared service.
  1635.      *
  1636.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1637.      */
  1638.     protected function get_ServiceLocator_UjVooyBService()
  1639.     {
  1640.         return $this->privates['.service_locator.ujVooyB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1641.             'initService' => ['privates''App\\Service\\Init''getInitService'false],
  1642.         ], [
  1643.             'initService' => 'App\\Service\\Init',
  1644.         ]);
  1645.     }
  1646.     /**
  1647.      * Gets the private 'App\Form\Type\NameType' shared autowired service.
  1648.      *
  1649.      * @return \App\Form\Type\NameType
  1650.      */
  1651.     protected function getNameTypeService()
  1652.     {
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1655.         include_once \dirname(__DIR__4).'/src/Form/Type/NameType.php';
  1656.         return $this->privates['App\\Form\\Type\\NameType'] = new \App\Form\Type\NameType();
  1657.     }
  1658.     /**
  1659.      * Gets the private 'App\Repository\AnswerRepository' shared autowired service.
  1660.      *
  1661.      * @return \App\Repository\AnswerRepository
  1662.      */
  1663.     protected function getAnswerRepositoryService()
  1664.     {
  1665.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1670.         include_once \dirname(__DIR__4).'/src/Repository/AnswerRepository.php';
  1671.         return $this->privates['App\\Repository\\AnswerRepository'] = new \App\Repository\AnswerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1672.     }
  1673.     /**
  1674.      * Gets the private 'App\Repository\HintRepository' shared autowired service.
  1675.      *
  1676.      * @return \App\Repository\HintRepository
  1677.      */
  1678.     protected function getHintRepositoryService()
  1679.     {
  1680.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1685.         include_once \dirname(__DIR__4).'/src/Repository/HintRepository.php';
  1686.         return $this->privates['App\\Repository\\HintRepository'] = new \App\Repository\HintRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1687.     }
  1688.     /**
  1689.      * Gets the private 'App\Repository\RiddleRepository' shared autowired service.
  1690.      *
  1691.      * @return \App\Repository\RiddleRepository
  1692.      */
  1693.     protected function getRiddleRepositoryService()
  1694.     {
  1695.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1700.         include_once \dirname(__DIR__4).'/src/Repository/RiddleRepository.php';
  1701.         return $this->privates['App\\Repository\\RiddleRepository'] = new \App\Repository\RiddleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1702.     }
  1703.     /**
  1704.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  1705.      *
  1706.      * @return \App\Repository\UserRepository
  1707.      */
  1708.     protected function getUserRepositoryService()
  1709.     {
  1710.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1715.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  1716.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1717.     }
  1718.     /**
  1719.      * Gets the private 'App\Repository\UserStatusRepository' shared autowired service.
  1720.      *
  1721.      * @return \App\Repository\UserStatusRepository
  1722.      */
  1723.     protected function getUserStatusRepositoryService()
  1724.     {
  1725.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1729.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1730.         include_once \dirname(__DIR__4).'/src/Repository/UserStatusRepository.php';
  1731.         return $this->privates['App\\Repository\\UserStatusRepository'] = new \App\Repository\UserStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1732.     }
  1733.     /**
  1734.      * Gets the private 'App\Service\Init' shared autowired service.
  1735.      *
  1736.      * @return \App\Service\Init
  1737.      */
  1738.     protected function getInitService()
  1739.     {
  1740.         include_once \dirname(__DIR__4).'/src/Service/Init.php';
  1741.         return $this->privates['App\\Service\\Init'] = new \App\Service\Init(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1742.     }
  1743.     /**
  1744.      * Gets the private 'App\Service\Riddle' shared autowired service.
  1745.      *
  1746.      * @return \App\Service\Riddle
  1747.      */
  1748.     protected function getRiddleService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/src/Service/Riddle.php';
  1751.         return $this->privates['App\\Service\\Riddle'] = new \App\Service\Riddle(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1752.     }
  1753.     /**
  1754.      * Gets the private 'annotations.cache' shared service.
  1755.      *
  1756.      * @return \Symfony\Component\Cache\DoctrineProvider
  1757.      */
  1758.     protected function getAnnotations_CacheService()
  1759.     {
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1762.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'annotations.cache_warmer' shared service.
  1766.      *
  1767.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  1768.      */
  1769.     protected function getAnnotations_CacheWarmerService()
  1770.     {
  1771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  1774.         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);
  1775.     }
  1776.     /**
  1777.      * Gets the private 'annotations.cached_reader' shared service.
  1778.      *
  1779.      * @return \Doctrine\Common\Annotations\CachedReader
  1780.      */
  1781.     protected function getAnnotations_CachedReaderService()
  1782.     {
  1783.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  1784.     }
  1785.     /**
  1786.      * Gets the private 'annotations.reader' shared service.
  1787.      *
  1788.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1789.      */
  1790.     protected function getAnnotations_ReaderService()
  1791.     {
  1792.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1793.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1794.         $a->registerUniqueLoader('class_exists');
  1795.         $instance->addGlobalIgnoredName('required'$a);
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the private 'cache.annotations' shared service.
  1800.      *
  1801.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1802.      */
  1803.     protected function getCache_AnnotationsService()
  1804.     {
  1805.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('d3Lu5OhOIn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1806.     }
  1807.     /**
  1808.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1809.      *
  1810.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1811.      */
  1812.     protected function getCache_Messenger_RestartWorkersSignalService()
  1813.     {
  1814.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Mk-4Q99COQ'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1815.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1816.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1817.     }
  1818.     /**
  1819.      * Gets the private 'cache.property_info' shared service.
  1820.      *
  1821.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1822.      */
  1823.     protected function getCache_PropertyInfoService()
  1824.     {
  1825.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7b+3H5BBvR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1826.     }
  1827.     /**
  1828.      * Gets the private 'cache.security_expression_language' shared service.
  1829.      *
  1830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1831.      */
  1832.     protected function getCache_SecurityExpressionLanguageService()
  1833.     {
  1834.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('myXWhhc38v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1835.     }
  1836.     /**
  1837.      * Gets the private 'cache.serializer' shared service.
  1838.      *
  1839.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1840.      */
  1841.     protected function getCache_SerializerService()
  1842.     {
  1843.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yr1wZGYb+J'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1844.     }
  1845.     /**
  1846.      * Gets the private 'cache.validator' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1849.      */
  1850.     protected function getCache_ValidatorService()
  1851.     {
  1852.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GlIXgNJ7Ci'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1853.     }
  1854.     /**
  1855.      * Gets the private 'config_cache_factory' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1858.      */
  1859.     protected function getConfigCacheFactoryService()
  1860.     {
  1861.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1862.             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)));
  1863.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1864.         }, 2));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'console.command.about' shared service.
  1868.      *
  1869.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  1870.      */
  1871.     protected function getConsole_Command_AboutService()
  1872.     {
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  1875.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  1876.         $instance->setName('about');
  1877.         return $instance;
  1878.     }
  1879.     /**
  1880.      * Gets the private 'console.command.assets_install' shared service.
  1881.      *
  1882.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  1883.      */
  1884.     protected function getConsole_Command_AssetsInstallService()
  1885.     {
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1889.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  1890.         $instance->setName('assets:install');
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the private 'console.command.cache_clear' shared service.
  1895.      *
  1896.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  1897.      */
  1898.     protected function getConsole_Command_CacheClearService()
  1899.     {
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1903.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1904.         $instance->setName('cache:clear');
  1905.         return $instance;
  1906.     }
  1907.     /**
  1908.      * Gets the private 'console.command.cache_pool_clear' shared service.
  1909.      *
  1910.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  1911.      */
  1912.     protected function getConsole_Command_CachePoolClearService()
  1913.     {
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  1916.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  1917.         $instance->setName('cache:pool:clear');
  1918.         return $instance;
  1919.     }
  1920.     /**
  1921.      * Gets the private 'console.command.cache_pool_delete' shared service.
  1922.      *
  1923.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  1924.      */
  1925.     protected function getConsole_Command_CachePoolDeleteService()
  1926.     {
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  1929.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  1930.         $instance->setName('cache:pool:delete');
  1931.         return $instance;
  1932.     }
  1933.     /**
  1934.      * Gets the private 'console.command.cache_pool_list' shared service.
  1935.      *
  1936.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  1937.      */
  1938.     protected function getConsole_Command_CachePoolListService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  1942.         $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.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language']);
  1943.         $instance->setName('cache:pool:list');
  1944.         return $instance;
  1945.     }
  1946.     /**
  1947.      * Gets the private 'console.command.cache_pool_prune' shared service.
  1948.      *
  1949.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  1950.      */
  1951.     protected function getConsole_Command_CachePoolPruneService()
  1952.     {
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  1955.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  1956.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  1957.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  1958.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  1959.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  1960.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  1961.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  1962.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  1963.             yield 'cache.doctrine.orm.default.metadata' => ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  1964.             yield 'cache.doctrine.orm.default.result' => ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  1965.             yield 'cache.doctrine.orm.default.query' => ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  1966.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  1967.         }, 11));
  1968.         $instance->setName('cache:pool:prune');
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the private 'console.command.cache_warmup' shared service.
  1973.      *
  1974.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  1975.      */
  1976.     protected function getConsole_Command_CacheWarmupService()
  1977.     {
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  1980.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  1981.         $instance->setName('cache:warmup');
  1982.         return $instance;
  1983.     }
  1984.     /**
  1985.      * Gets the private 'console.command.config_debug' shared service.
  1986.      *
  1987.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  1988.      */
  1989.     protected function getConsole_Command_ConfigDebugService()
  1990.     {
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  1995.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  1996.         $instance->setName('debug:config');
  1997.         return $instance;
  1998.     }
  1999.     /**
  2000.      * Gets the private 'console.command.config_dump_reference' shared service.
  2001.      *
  2002.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2003.      */
  2004.     protected function getConsole_Command_ConfigDumpReferenceService()
  2005.     {
  2006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2010.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2011.         $instance->setName('config:dump-reference');
  2012.         return $instance;
  2013.     }
  2014.     /**
  2015.      * Gets the private 'console.command.container_debug' shared service.
  2016.      *
  2017.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2018.      */
  2019.     protected function getConsole_Command_ContainerDebugService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2023.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2024.         $instance->setName('debug:container');
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the private 'console.command.container_lint' shared service.
  2029.      *
  2030.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2031.      */
  2032.     protected function getConsole_Command_ContainerLintService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2036.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2037.         $instance->setName('lint:container');
  2038.         return $instance;
  2039.     }
  2040.     /**
  2041.      * Gets the private 'console.command.debug_autowiring' shared service.
  2042.      *
  2043.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2044.      */
  2045.     protected function getConsole_Command_DebugAutowiringService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2050.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2051.         $instance->setName('debug:autowiring');
  2052.         return $instance;
  2053.     }
  2054.     /**
  2055.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2056.      *
  2057.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2058.      */
  2059.     protected function getConsole_Command_EventDispatcherDebugService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2063.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2064.         $instance->setName('debug:event-dispatcher');
  2065.         return $instance;
  2066.     }
  2067.     /**
  2068.      * Gets the private 'console.command.form_debug' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Form\Command\DebugCommand
  2071.      */
  2072.     protected function getConsole_Command_FormDebugService()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2076.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\Type\\NameType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> '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()));
  2077.         $instance->setName('debug:form');
  2078.         return $instance;
  2079.     }
  2080.     /**
  2081.      * Gets the private 'console.command.router_debug' shared service.
  2082.      *
  2083.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2084.      */
  2085.     protected function getConsole_Command_RouterDebugService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2089.         $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()));
  2090.         $instance->setName('debug:router');
  2091.         return $instance;
  2092.     }
  2093.     /**
  2094.      * Gets the private 'console.command.router_match' shared service.
  2095.      *
  2096.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2097.      */
  2098.     protected function getConsole_Command_RouterMatchService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2102.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2103.         $instance->setName('router:match');
  2104.         return $instance;
  2105.     }
  2106.     /**
  2107.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2108.      *
  2109.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2110.      */
  2111.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2119.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2120.         $instance->setName('secrets:decrypt-to-local');
  2121.         return $instance;
  2122.     }
  2123.     /**
  2124.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2125.      *
  2126.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2127.      */
  2128.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2129.     {
  2130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2136.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2137.         $instance->setName('secrets:encrypt-from-local');
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2142.      *
  2143.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2144.      */
  2145.     protected function getConsole_Command_SecretsGenerateKeyService()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2153.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2154.         $instance->setName('secrets:generate-keys');
  2155.         return $instance;
  2156.     }
  2157.     /**
  2158.      * Gets the private 'console.command.secrets_list' shared service.
  2159.      *
  2160.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2161.      */
  2162.     protected function getConsole_Command_SecretsListService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2170.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2171.         $instance->setName('secrets:list');
  2172.         return $instance;
  2173.     }
  2174.     /**
  2175.      * Gets the private 'console.command.secrets_remove' shared service.
  2176.      *
  2177.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2178.      */
  2179.     protected function getConsole_Command_SecretsRemoveService()
  2180.     {
  2181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2187.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2188.         $instance->setName('secrets:remove');
  2189.         return $instance;
  2190.     }
  2191.     /**
  2192.      * Gets the private 'console.command.secrets_set' shared service.
  2193.      *
  2194.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2195.      */
  2196.     protected function getConsole_Command_SecretsSetService()
  2197.     {
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2204.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2205.         $instance->setName('secrets:set');
  2206.         return $instance;
  2207.     }
  2208.     /**
  2209.      * Gets the private 'console.command.translation_debug' shared service.
  2210.      *
  2211.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2212.      */
  2213.     protected function getConsole_Command_TranslationDebugService()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2217.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2218.         $instance->setName('debug:translation');
  2219.         return $instance;
  2220.     }
  2221.     /**
  2222.      * Gets the private 'console.command.translation_update' shared service.
  2223.      *
  2224.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2225.      */
  2226.     protected function getConsole_Command_TranslationUpdateService()
  2227.     {
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2244.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2245.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2246.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2247.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2248.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2249.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2250.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2251.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2252.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2253.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2254.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2255.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2256.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($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/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/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2257.         $instance->setName('translation:update');
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the private 'console.command.xliff_lint' shared service.
  2262.      *
  2263.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2264.      */
  2265.     protected function getConsole_Command_XliffLintService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2270.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2271.         $instance->setName('lint:xliff');
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the private 'console.command.yaml_lint' shared service.
  2276.      *
  2277.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2278.      */
  2279.     protected function getConsole_Command_YamlLintService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2284.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2285.         $instance->setName('lint:yaml');
  2286.         return $instance;
  2287.     }
  2288.     /**
  2289.      * Gets the private 'console.error_listener' shared service.
  2290.      *
  2291.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2292.      */
  2293.     protected function getConsole_ErrorListenerService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2296.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2297.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2298.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2299.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2300.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2301.     }
  2302.     /**
  2303.      * Gets the private 'container.env_var_processor' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2306.      */
  2307.     protected function getContainer_EnvVarProcessorService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  2311.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2312.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  2313.         }, 1));
  2314.     }
  2315.     /**
  2316.      * Gets the private 'data_collector.form' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2319.      */
  2320.     protected function getDataCollector_FormService()
  2321.     {
  2322.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2323.     }
  2324.     /**
  2325.      * Gets the private 'debug.argument_resolver.default' shared service.
  2326.      *
  2327.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2328.      */
  2329.     protected function getDebug_ArgumentResolver_DefaultService()
  2330.     {
  2331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  2334.         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))));
  2335.     }
  2336.     /**
  2337.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  2338.      *
  2339.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2340.      */
  2341.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  2346.         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.2k.CZgZ'] ?? $this->get_ServiceLocator_2k_CZgZService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2347.     }
  2348.     /**
  2349.      * Gets the private 'debug.argument_resolver.request' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2352.      */
  2353.     protected function getDebug_ArgumentResolver_RequestService()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  2358.         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))));
  2359.     }
  2360.     /**
  2361.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2364.      */
  2365.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  2370.         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))));
  2371.     }
  2372.     /**
  2373.      * Gets the private 'debug.argument_resolver.service' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2376.      */
  2377.     protected function getDebug_ArgumentResolver_ServiceService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  2382.         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.2k.CZgZ'] ?? $this->get_ServiceLocator_2k_CZgZService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2383.     }
  2384.     /**
  2385.      * Gets the private 'debug.argument_resolver.session' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2388.      */
  2389.     protected function getDebug_ArgumentResolver_SessionService()
  2390.     {
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  2394.         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))));
  2395.     }
  2396.     /**
  2397.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2400.      */
  2401.     protected function getDebug_ArgumentResolver_VariadicService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  2406.         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))));
  2407.     }
  2408.     /**
  2409.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2412.      */
  2413.     protected function getDebug_DebugHandlersListenerService()
  2414.     {
  2415.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2416.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2417.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2418.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2419.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2420.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2421.     }
  2422.     /**
  2423.      * Gets the private 'debug.dump_listener' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  2426.      */
  2427.     protected function getDebug_DumpListenerService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  2431.         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()));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'debug.file_link_formatter' shared service.
  2435.      *
  2436.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2437.      */
  2438.     protected function getDebug_FileLinkFormatterService()
  2439.     {
  2440.         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 () {
  2441.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  2442.         });
  2443.     }
  2444.     /**
  2445.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  2446.      *
  2447.      * @return \string
  2448.      */
  2449.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  2450.     {
  2451.         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');
  2452.     }
  2453.     /**
  2454.      * Gets the private 'debug.log_processor' shared service.
  2455.      *
  2456.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2457.      */
  2458.     protected function getDebug_LogProcessorService()
  2459.     {
  2460.         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())));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2464.      *
  2465.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2466.      */
  2467.     protected function getDebug_Security_Access_DecisionManagerService()
  2468.     {
  2469.         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 () {
  2470.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  2471.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  2472.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  2473.         }, 3), 'affirmative'falsetrue));
  2474.     }
  2475.     /**
  2476.      * Gets the private 'debug.security.firewall' shared service.
  2477.      *
  2478.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2479.      */
  2480.     protected function getDebug_Security_FirewallService()
  2481.     {
  2482.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'debug.security.user_value_resolver' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2488.      */
  2489.     protected function getDebug_Security_UserValueResolverService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  2494.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2495.     }
  2496.     /**
  2497.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2500.      */
  2501.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  2502.     {
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  2506.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2512.      */
  2513.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  2518.         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())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2519.     }
  2520.     /**
  2521.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2524.      */
  2525.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  2526.     {
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  2530.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  2534.      *
  2535.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  2536.      */
  2537.     protected function getDebug_Security_Voter_VoteListenerService()
  2538.     {
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  2540.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  2541.     }
  2542.     /**
  2543.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  2544.      *
  2545.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  2546.      */
  2547.     protected function getDoctrine_CacheClearMetadataCommandService()
  2548.     {
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  2552.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  2553.         $instance->setName('doctrine:cache:clear-metadata');
  2554.         return $instance;
  2555.     }
  2556.     /**
  2557.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  2558.      *
  2559.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  2560.      */
  2561.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  2562.     {
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  2566.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  2567.         $instance->setName('doctrine:cache:clear-query');
  2568.         return $instance;
  2569.     }
  2570.     /**
  2571.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  2572.      *
  2573.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  2574.      */
  2575.     protected function getDoctrine_CacheClearResultCommandService()
  2576.     {
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  2580.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  2581.         $instance->setName('doctrine:cache:clear-result');
  2582.         return $instance;
  2583.     }
  2584.     /**
  2585.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  2586.      *
  2587.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  2588.      */
  2589.     protected function getDoctrine_CacheCollectionRegionCommandService()
  2590.     {
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2592.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  2594.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  2595.         $instance->setName('doctrine:cache:clear-collection-region');
  2596.         return $instance;
  2597.     }
  2598.     /**
  2599.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  2600.      *
  2601.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  2602.      */
  2603.     protected function getDoctrine_ClearEntityRegionCommandService()
  2604.     {
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  2608.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  2609.         $instance->setName('doctrine:cache:clear-entity-region');
  2610.         return $instance;
  2611.     }
  2612.     /**
  2613.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  2614.      *
  2615.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  2616.      */
  2617.     protected function getDoctrine_ClearQueryRegionCommandService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  2622.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  2623.         $instance->setName('doctrine:cache:clear-query-region');
  2624.         return $instance;
  2625.     }
  2626.     /**
  2627.      * Gets the private 'doctrine.database_create_command' shared service.
  2628.      *
  2629.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  2630.      */
  2631.     protected function getDoctrine_DatabaseCreateCommandService()
  2632.     {
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2634.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  2636.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2637.         $instance->setName('doctrine:database:create');
  2638.         return $instance;
  2639.     }
  2640.     /**
  2641.      * Gets the private 'doctrine.database_drop_command' shared service.
  2642.      *
  2643.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  2644.      */
  2645.     protected function getDoctrine_DatabaseDropCommandService()
  2646.     {
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  2650.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2651.         $instance->setName('doctrine:database:drop');
  2652.         return $instance;
  2653.     }
  2654.     /**
  2655.      * Gets the private 'doctrine.database_import_command' shared service.
  2656.      *
  2657.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  2658.      */
  2659.     protected function getDoctrine_DatabaseImportCommandService()
  2660.     {
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  2664.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  2665.         $instance->setName('doctrine:database:import');
  2666.         return $instance;
  2667.     }
  2668.     /**
  2669.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  2670.      *
  2671.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  2672.      */
  2673.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  2678.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  2679.         $instance->setName('doctrine:ensure-production-settings');
  2680.         return $instance;
  2681.     }
  2682.     /**
  2683.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  2684.      *
  2685.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  2686.      */
  2687.     protected function getDoctrine_MappingConvertCommandService()
  2688.     {
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  2692.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  2693.         $instance->setName('doctrine:mapping:convert');
  2694.         return $instance;
  2695.     }
  2696.     /**
  2697.      * Gets the private 'doctrine.mapping_import_command' shared service.
  2698.      *
  2699.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  2700.      */
  2701.     protected function getDoctrine_MappingImportCommandService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  2706.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  2707.         $instance->setName('doctrine:mapping:import');
  2708.         return $instance;
  2709.     }
  2710.     /**
  2711.      * Gets the private 'doctrine.mapping_info_command' shared service.
  2712.      *
  2713.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  2714.      */
  2715.     protected function getDoctrine_MappingInfoCommandService()
  2716.     {
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  2720.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  2721.         $instance->setName('doctrine:mapping:info');
  2722.         return $instance;
  2723.     }
  2724.     /**
  2725.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  2726.      *
  2727.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  2728.      */
  2729.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  2730.     {
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  2732.         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()));
  2733.     }
  2734.     /**
  2735.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  2736.      *
  2737.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  2738.      */
  2739.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  2742.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  2743.     }
  2744.     /**
  2745.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  2746.      *
  2747.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  2748.      */
  2749.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  2753.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2754.     }
  2755.     /**
  2756.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  2757.      *
  2758.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  2759.      */
  2760.     protected function getDoctrine_Orm_Validator_UniqueService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  2765.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'doctrine.query_dql_command' shared service.
  2769.      *
  2770.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  2771.      */
  2772.     protected function getDoctrine_QueryDqlCommandService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  2777.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  2778.         $instance->setName('doctrine:query:dql');
  2779.         return $instance;
  2780.     }
  2781.     /**
  2782.      * Gets the private 'doctrine.query_sql_command' shared service.
  2783.      *
  2784.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  2785.      */
  2786.     protected function getDoctrine_QuerySqlCommandService()
  2787.     {
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2789.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2790.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  2791.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  2792.         $instance->setName('doctrine:query:sql');
  2793.         return $instance;
  2794.     }
  2795.     /**
  2796.      * Gets the private 'doctrine.schema_create_command' shared service.
  2797.      *
  2798.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  2799.      */
  2800.     protected function getDoctrine_SchemaCreateCommandService()
  2801.     {
  2802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  2806.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  2807.         $instance->setName('doctrine:schema:create');
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the private 'doctrine.schema_drop_command' shared service.
  2812.      *
  2813.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  2814.      */
  2815.     protected function getDoctrine_SchemaDropCommandService()
  2816.     {
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  2821.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  2822.         $instance->setName('doctrine:schema:drop');
  2823.         return $instance;
  2824.     }
  2825.     /**
  2826.      * Gets the private 'doctrine.schema_update_command' shared service.
  2827.      *
  2828.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  2829.      */
  2830.     protected function getDoctrine_SchemaUpdateCommandService()
  2831.     {
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  2836.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  2837.         $instance->setName('doctrine:schema:update');
  2838.         return $instance;
  2839.     }
  2840.     /**
  2841.      * Gets the private 'doctrine.schema_validate_command' shared service.
  2842.      *
  2843.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  2844.      */
  2845.     protected function getDoctrine_SchemaValidateCommandService()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  2849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  2850.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  2851.         $instance->setName('doctrine:schema:validate');
  2852.         return $instance;
  2853.     }
  2854.     /**
  2855.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  2856.      *
  2857.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  2858.      */
  2859.     protected function getDoctrineMigrations_DiffCommandService()
  2860.     {
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  2865.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  2866.         $instance->setName('doctrine:migrations:diff');
  2867.         return $instance;
  2868.     }
  2869.     /**
  2870.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  2871.      *
  2872.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  2873.      */
  2874.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  2875.     {
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  2880.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  2881.         $instance->setName('doctrine:migrations:dump-schema');
  2882.         return $instance;
  2883.     }
  2884.     /**
  2885.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  2886.      *
  2887.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  2888.      */
  2889.     protected function getDoctrineMigrations_ExecuteCommandService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  2895.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  2896.         $instance->setName('doctrine:migrations:execute');
  2897.         return $instance;
  2898.     }
  2899.     /**
  2900.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  2901.      *
  2902.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  2903.      */
  2904.     protected function getDoctrineMigrations_GenerateCommandService()
  2905.     {
  2906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2907.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  2909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  2910.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  2911.         $instance->setName('doctrine:migrations:generate');
  2912.         return $instance;
  2913.     }
  2914.     /**
  2915.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  2916.      *
  2917.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  2918.      */
  2919.     protected function getDoctrineMigrations_LatestCommandService()
  2920.     {
  2921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  2925.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  2926.         $instance->setName('doctrine:migrations:latest');
  2927.         return $instance;
  2928.     }
  2929.     /**
  2930.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  2931.      *
  2932.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  2933.      */
  2934.     protected function getDoctrineMigrations_MigrateCommandService()
  2935.     {
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  2939.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  2940.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  2941.         $instance->setName('doctrine:migrations:migrate');
  2942.         return $instance;
  2943.     }
  2944.     /**
  2945.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  2946.      *
  2947.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  2948.      */
  2949.     protected function getDoctrineMigrations_RollupCommandService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  2955.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  2956.         $instance->setName('doctrine:migrations:rollup');
  2957.         return $instance;
  2958.     }
  2959.     /**
  2960.      * Gets the private 'doctrine_migrations.status_command' shared service.
  2961.      *
  2962.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  2963.      */
  2964.     protected function getDoctrineMigrations_StatusCommandService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2968.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  2969.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  2970.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  2971.         $instance->setName('doctrine:migrations:status');
  2972.         return $instance;
  2973.     }
  2974.     /**
  2975.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  2976.      *
  2977.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  2978.      */
  2979.     protected function getDoctrineMigrations_UpToDateCommandService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  2985.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  2986.         $instance->setName('doctrine:migrations:up-to-date');
  2987.         return $instance;
  2988.     }
  2989.     /**
  2990.      * Gets the private 'doctrine_migrations.version_command' shared service.
  2991.      *
  2992.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  2993.      */
  2994.     protected function getDoctrineMigrations_VersionCommandService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  3000.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  3001.         $instance->setName('doctrine:migrations:version');
  3002.         return $instance;
  3003.     }
  3004.     /**
  3005.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3006.      *
  3007.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3008.      */
  3009.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3013.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3014.         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()));
  3015.     }
  3016.     /**
  3017.      * Gets the private 'exception_listener' shared service.
  3018.      *
  3019.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3020.      */
  3021.     protected function getExceptionListenerService()
  3022.     {
  3023.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3024.     }
  3025.     /**
  3026.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3027.      *
  3028.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3029.      */
  3030.     protected function getForm_ChoiceListFactory_CachedService()
  3031.     {
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3036.         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())));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'form.registry' shared service.
  3040.      *
  3041.      * @return \Symfony\Component\Form\FormRegistry
  3042.      */
  3043.     protected function getForm_RegistryService()
  3044.     {
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3052.         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, [
  3053.             'App\\Form\\Type\\NameType' => ['privates''App\\Form\\Type\\NameType''getNameTypeService'false],
  3054.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3055.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3056.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3057.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3058.         ], [
  3059.             'App\\Form\\Type\\NameType' => '?',
  3060.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3061.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3062.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3063.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3064.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3065.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3066.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3067.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3068.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3069.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3070.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3071.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3072.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3073.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3074.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3075.         }, 1)], new RewindableGenerator(function () {
  3076.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3077.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3078.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3079.     }
  3080.     /**
  3081.      * Gets the private 'form.server_params' shared service.
  3082.      *
  3083.      * @return \Symfony\Component\Form\Util\ServerParams
  3084.      */
  3085.     protected function getForm_ServerParamsService()
  3086.     {
  3087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3088.         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())));
  3089.     }
  3090.     /**
  3091.      * Gets the private 'form.type.choice' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3094.      */
  3095.     protected function getForm_Type_ChoiceService()
  3096.     {
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3100.         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()));
  3101.     }
  3102.     /**
  3103.      * Gets the private 'form.type.entity' shared service.
  3104.      *
  3105.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3106.      */
  3107.     protected function getForm_Type_EntityService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  3113.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'form.type.form' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3119.      */
  3120.     protected function getForm_Type_FormService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3126.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3127.     }
  3128.     /**
  3129.      * Gets the private 'form.type_extension.csrf' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3132.      */
  3133.     protected function getForm_TypeExtension_CsrfService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3138.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  3139.     }
  3140.     /**
  3141.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3144.      */
  3145.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3150.         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()));
  3151.     }
  3152.     /**
  3153.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3156.      */
  3157.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3164.         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())));
  3165.     }
  3166.     /**
  3167.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3168.      *
  3169.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3170.      */
  3171.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3176.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3177.     }
  3178.     /**
  3179.      * Gets the private 'form.type_extension.form.validator' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3182.      */
  3183.     protected function getForm_TypeExtension_Form_ValidatorService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3189.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3190.     }
  3191.     /**
  3192.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3193.      *
  3194.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3195.      */
  3196.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3201.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3202.     }
  3203.     /**
  3204.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3205.      *
  3206.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3207.      */
  3208.     protected function getForm_TypeGuesser_DoctrineService()
  3209.     {
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3212.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3213.     }
  3214.     /**
  3215.      * Gets the private 'form.type_guesser.validator' shared service.
  3216.      *
  3217.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3218.      */
  3219.     protected function getForm_TypeGuesser_ValidatorService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3223.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3224.     }
  3225.     /**
  3226.      * Gets the private 'fragment.renderer.inline' shared service.
  3227.      *
  3228.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3229.      */
  3230.     protected function getFragment_Renderer_InlineService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3235.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3236.         $instance->setFragmentPath('/_fragment');
  3237.         return $instance;
  3238.     }
  3239.     /**
  3240.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3241.      *
  3242.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3243.      */
  3244.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3245.     {
  3246.         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())));
  3247.     }
  3248.     /**
  3249.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3250.      *
  3251.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3252.      */
  3253.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3254.     {
  3255.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3256.     }
  3257.     /**
  3258.      * Gets the private 'locale_aware_listener' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3261.      */
  3262.     protected function getLocaleAwareListenerService()
  3263.     {
  3264.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3265.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3266.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3267.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3268.     }
  3269.     /**
  3270.      * Gets the private 'locale_listener' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3273.      */
  3274.     protected function getLocaleListenerService()
  3275.     {
  3276.         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()));
  3277.     }
  3278.     /**
  3279.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3280.      *
  3281.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3282.      */
  3283.     protected function getMaker_AutoCommand_MakeAuthService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3291.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3292.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3293.         $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())), $a$b);
  3294.         $instance->setName('make:auth');
  3295.         return $instance;
  3296.     }
  3297.     /**
  3298.      * Gets the private 'maker.auto_command.make_command' shared service.
  3299.      *
  3300.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3301.      */
  3302.     protected function getMaker_AutoCommand_MakeCommandService()
  3303.     {
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3309.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3310.         $instance->setName('make:command');
  3311.         return $instance;
  3312.     }
  3313.     /**
  3314.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3315.      *
  3316.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3317.      */
  3318.     protected function getMaker_AutoCommand_MakeControllerService()
  3319.     {
  3320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3325.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3326.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3327.         $instance->setName('make:controller');
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3332.      *
  3333.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3334.      */
  3335.     protected function getMaker_AutoCommand_MakeCrudService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  3342.         $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()));
  3343.         $instance->setName('make:crud');
  3344.         return $instance;
  3345.     }
  3346.     /**
  3347.      * Gets the private 'maker.auto_command.make_entity' shared service.
  3348.      *
  3349.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3350.      */
  3351.     protected function getMaker_AutoCommand_MakeEntityService()
  3352.     {
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  3359.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3360.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3361.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b), $a$b);
  3362.         $instance->setName('make:entity');
  3363.         return $instance;
  3364.     }
  3365.     /**
  3366.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  3367.      *
  3368.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3369.      */
  3370.     protected function getMaker_AutoCommand_MakeFixturesService()
  3371.     {
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  3377.         $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()));
  3378.         $instance->setName('make:fixtures');
  3379.         return $instance;
  3380.     }
  3381.     /**
  3382.      * Gets the private 'maker.auto_command.make_form' shared service.
  3383.      *
  3384.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3385.      */
  3386.     protected function getMaker_AutoCommand_MakeFormService()
  3387.     {
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  3393.         $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()));
  3394.         $instance->setName('make:form');
  3395.         return $instance;
  3396.     }
  3397.     /**
  3398.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  3399.      *
  3400.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3401.      */
  3402.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  3403.     {
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  3409.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3410.         $instance->setName('make:functional-test');
  3411.         return $instance;
  3412.     }
  3413.     /**
  3414.      * Gets the private 'maker.auto_command.make_migration' shared service.
  3415.      *
  3416.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3417.      */
  3418.     protected function getMaker_AutoCommand_MakeMigrationService()
  3419.     {
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  3426.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3427.         $instance->setName('make:migration');
  3428.         return $instance;
  3429.     }
  3430.     /**
  3431.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  3432.      *
  3433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3434.      */
  3435.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  3436.     {
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  3442.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3443.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3444.         $instance->setName('make:registration-form');
  3445.         return $instance;
  3446.     }
  3447.     /**
  3448.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  3449.      *
  3450.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3451.      */
  3452.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  3459.         $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()));
  3460.         $instance->setName('make:serializer:encoder');
  3461.         return $instance;
  3462.     }
  3463.     /**
  3464.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  3465.      *
  3466.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3467.      */
  3468.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  3475.         $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()));
  3476.         $instance->setName('make:serializer:normalizer');
  3477.         return $instance;
  3478.     }
  3479.     /**
  3480.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  3481.      *
  3482.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3483.      */
  3484.     protected function getMaker_AutoCommand_MakeSubscriberService()
  3485.     {
  3486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  3492.         $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()));
  3493.         $instance->setName('make:subscriber');
  3494.         return $instance;
  3495.     }
  3496.     /**
  3497.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  3498.      *
  3499.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3500.      */
  3501.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  3502.     {
  3503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  3508.         $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()));
  3509.         $instance->setName('make:twig-extension');
  3510.         return $instance;
  3511.     }
  3512.     /**
  3513.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  3514.      *
  3515.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3516.      */
  3517.     protected function getMaker_AutoCommand_MakeUnitTestService()
  3518.     {
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  3524.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3525.         $instance->setName('make:unit-test');
  3526.         return $instance;
  3527.     }
  3528.     /**
  3529.      * Gets the private 'maker.auto_command.make_user' shared service.
  3530.      *
  3531.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3532.      */
  3533.     protected function getMaker_AutoCommand_MakeUserService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3542.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3543.         $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()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3544.         $instance->setName('make:user');
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the private 'maker.auto_command.make_validator' shared service.
  3549.      *
  3550.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3551.      */
  3552.     protected function getMaker_AutoCommand_MakeValidatorService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  3559.         $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()));
  3560.         $instance->setName('make:validator');
  3561.         return $instance;
  3562.     }
  3563.     /**
  3564.      * Gets the private 'maker.auto_command.make_voter' shared service.
  3565.      *
  3566.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3567.      */
  3568.     protected function getMaker_AutoCommand_MakeVoterService()
  3569.     {
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  3575.         $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()));
  3576.         $instance->setName('make:voter');
  3577.         return $instance;
  3578.     }
  3579.     /**
  3580.      * Gets the private 'maker.doctrine_helper' shared service.
  3581.      *
  3582.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  3583.      */
  3584.     protected function getMaker_DoctrineHelperService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  3587.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3588.     }
  3589.     /**
  3590.      * Gets the private 'maker.file_manager' shared service.
  3591.      *
  3592.      * @return \Symfony\Bundle\MakerBundle\FileManager
  3593.      */
  3594.     protected function getMaker_FileManagerService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3600.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  3601.     }
  3602.     /**
  3603.      * Gets the private 'maker.generator' shared service.
  3604.      *
  3605.      * @return \Symfony\Bundle\MakerBundle\Generator
  3606.      */
  3607.     protected function getMaker_GeneratorService()
  3608.     {
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  3610.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  3611.     }
  3612.     /**
  3613.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  3614.      *
  3615.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  3616.      */
  3617.     protected function getMaker_Renderer_FormTypeRendererService()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  3620.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3621.     }
  3622.     /**
  3623.      * Gets the private 'mime_types' shared service.
  3624.      *
  3625.      * @return \Symfony\Component\Mime\MimeTypes
  3626.      */
  3627.     protected function getMimeTypesService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  3632.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3633.         $instance->setDefault($instance);
  3634.         return $instance;
  3635.     }
  3636.     /**
  3637.      * Gets the private 'monolog.handler.console' shared service.
  3638.      *
  3639.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3640.      */
  3641.     protected function getMonolog_Handler_ConsoleService()
  3642.     {
  3643.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3644.     }
  3645.     /**
  3646.      * Gets the private 'monolog.handler.main' shared service.
  3647.      *
  3648.      * @return \Monolog\Handler\StreamHandler
  3649.      */
  3650.     protected function getMonolog_Handler_MainService()
  3651.     {
  3652.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3653.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3654.         return $instance;
  3655.     }
  3656.     /**
  3657.      * Gets the private 'monolog.logger' shared service.
  3658.      *
  3659.      * @return \Symfony\Bridge\Monolog\Logger
  3660.      */
  3661.     protected function getMonolog_LoggerService()
  3662.     {
  3663.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3664.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3665.         $instance->useMicrosecondTimestamps(true);
  3666.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3667.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3668.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3669.         return $instance;
  3670.     }
  3671.     /**
  3672.      * Gets the private 'monolog.logger.cache' shared service.
  3673.      *
  3674.      * @return \Symfony\Bridge\Monolog\Logger
  3675.      */
  3676.     protected function getMonolog_Logger_CacheService()
  3677.     {
  3678.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3679.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3680.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3681.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3682.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3683.         return $instance;
  3684.     }
  3685.     /**
  3686.      * Gets the private 'monolog.logger.request' shared service.
  3687.      *
  3688.      * @return \Symfony\Bridge\Monolog\Logger
  3689.      */
  3690.     protected function getMonolog_Logger_RequestService()
  3691.     {
  3692.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3693.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3694.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3695.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3697.         return $instance;
  3698.     }
  3699.     /**
  3700.      * Gets the private 'monolog.logger.security' shared service.
  3701.      *
  3702.      * @return \Symfony\Bridge\Monolog\Logger
  3703.      */
  3704.     protected function getMonolog_Logger_SecurityService()
  3705.     {
  3706.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3707.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3708.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3709.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3710.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3711.         return $instance;
  3712.     }
  3713.     /**
  3714.      * Gets the private 'parameter_bag' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3717.      */
  3718.     protected function getParameterBagService()
  3719.     {
  3720.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3721.     }
  3722.     /**
  3723.      * Gets the private 'profiler_listener' shared service.
  3724.      *
  3725.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3726.      */
  3727.     protected function getProfilerListenerService()
  3728.     {
  3729.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  3730.     }
  3731.     /**
  3732.      * Gets the private 'property_accessor' shared service.
  3733.      *
  3734.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3735.      */
  3736.     protected function getPropertyAccessorService()
  3737.     {
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  3740.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  3741.     }
  3742.     /**
  3743.      * Gets the private 'property_info' shared service.
  3744.      *
  3745.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3746.      */
  3747.     protected function getPropertyInfoService()
  3748.     {
  3749.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3750.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  3751.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3752.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  3753.         }, 3), new RewindableGenerator(function () {
  3754.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  3755.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3756.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3757.         }, 3), new RewindableGenerator(function () {
  3758.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3759.         }, 1), new RewindableGenerator(function () {
  3760.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  3761.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3762.         }, 2), new RewindableGenerator(function () {
  3763.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3764.         }, 1));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'property_info.serializer_extractor' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  3770.      */
  3771.     protected function getPropertyInfo_SerializerExtractorService()
  3772.     {
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  3774.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  3775.     }
  3776.     /**
  3777.      * Gets the private 'router.cache_warmer' shared service.
  3778.      *
  3779.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  3780.      */
  3781.     protected function getRouter_CacheWarmerService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  3785.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3786.             'router' => ['services''router''getRouterService'false],
  3787.         ], [
  3788.             'router' => '?',
  3789.         ]))->withContext('router.cache_warmer'$this));
  3790.     }
  3791.     /**
  3792.      * Gets the private 'router.request_context' shared service.
  3793.      *
  3794.      * @return \Symfony\Component\Routing\RequestContext
  3795.      */
  3796.     protected function getRouter_RequestContextService()
  3797.     {
  3798.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  3799.     }
  3800.     /**
  3801.      * Gets the private 'router_listener' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3804.      */
  3805.     protected function getRouterListenerService()
  3806.     {
  3807.         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);
  3808.     }
  3809.     /**
  3810.      * Gets the private 'security.access_listener' shared service.
  3811.      *
  3812.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  3813.      */
  3814.     protected function getSecurity_AccessListenerService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  3820.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  3821.     }
  3822.     /**
  3823.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  3824.      *
  3825.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  3826.      */
  3827.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  3828.     {
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  3831.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  3832.     }
  3833.     /**
  3834.      * Gets the private 'security.authentication.manager' shared service.
  3835.      *
  3836.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  3837.      */
  3838.     protected function getSecurity_Authentication_ManagerService()
  3839.     {
  3840.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  3841.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  3842.         }, 1), true);
  3843.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3844.         return $instance;
  3845.     }
  3846.     /**
  3847.      * Gets the private 'security.channel_listener' shared service.
  3848.      *
  3849.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  3850.      */
  3851.     protected function getSecurity_ChannelListenerService()
  3852.     {
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  3859.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  3860.     }
  3861.     /**
  3862.      * Gets the private 'security.command.user_password_encoder' shared service.
  3863.      *
  3864.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  3865.      */
  3866.     protected function getSecurity_Command_UserPasswordEncoderService()
  3867.     {
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  3872.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))), []);
  3873.         $instance->setName('security:encode-password');
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the private 'security.context_listener.0' shared service.
  3878.      *
  3879.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3880.      */
  3881.     protected function getSecurity_ContextListener_0Service()
  3882.     {
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  3885.         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 () {
  3886.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  3887.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  3888.     }
  3889.     /**
  3890.      * Gets the private 'security.firewall.map' shared service.
  3891.      *
  3892.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3893.      */
  3894.     protected function getSecurity_Firewall_MapService()
  3895.     {
  3896.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3897.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3898.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3899.         ], [
  3900.             'security.firewall.map.context.dev' => '?',
  3901.             'security.firewall.map.context.main' => '?',
  3902.         ]), new RewindableGenerator(function () {
  3903.             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)/')));
  3904.             yield 'security.firewall.map.context.main' => NULL;
  3905.         }, 2));
  3906.     }
  3907.     /**
  3908.      * Gets the private 'security.firewall.map.context.dev' shared service.
  3909.      *
  3910.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  3911.      */
  3912.     protected function getSecurity_Firewall_Map_Context_DevService()
  3913.     {
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  3916.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  3917.             return new \EmptyIterator();
  3918.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  3919.     }
  3920.     /**
  3921.      * Gets the private 'security.firewall.map.context.main' shared service.
  3922.      *
  3923.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  3924.      */
  3925.     protected function getSecurity_Firewall_Map_Context_MainService()
  3926.     {
  3927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  3932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  3933.         $a = ($this->services['router'] ?? $this->getRouterService());
  3934.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  3935.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  3936.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3937.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  3938.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  3939.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i'), '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.in_memory''main'NULLNULLNULL, [=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'security.logout_url_generator' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3945.      */
  3946.     protected function getSecurity_LogoutUrlGeneratorService()
  3947.     {
  3948.         return $this->privates['security.logout_url_generator'] = 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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3949.     }
  3950.     /**
  3951.      * Gets the private 'security.validator.user_password' shared service.
  3952.      *
  3953.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  3954.      */
  3955.     protected function getSecurity_Validator_UserPasswordService()
  3956.     {
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  3962.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  3963.     }
  3964.     /**
  3965.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3966.      *
  3967.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3968.      */
  3969.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3970.     {
  3971.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3972.     }
  3973.     /**
  3974.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3975.      *
  3976.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3977.      */
  3978.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3979.     {
  3980.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3981.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3982.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3983.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3984.     }
  3985.     /**
  3986.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3987.      *
  3988.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3989.      */
  3990.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3991.     {
  3992.         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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3993.     }
  3994.     /**
  3995.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3996.      *
  3997.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3998.      */
  3999.     protected function getSensioFrameworkExtra_View_ListenerService()
  4000.     {
  4001.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  4002.     }
  4003.     /**
  4004.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4005.      *
  4006.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4007.      */
  4008.     protected function getSerializer_Mapping_CacheWarmerService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4014.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4015.         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'));
  4016.     }
  4017.     /**
  4018.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4019.      *
  4020.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4021.      */
  4022.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4030.         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()))]), NULL);
  4031.     }
  4032.     /**
  4033.      * Gets the private 'session.storage.native' shared service.
  4034.      *
  4035.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4036.      */
  4037.     protected function getSession_Storage_NativeService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  4043.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  4044.     }
  4045.     /**
  4046.      * Gets the private 'session_listener' shared service.
  4047.      *
  4048.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4049.      */
  4050.     protected function getSessionListenerService()
  4051.     {
  4052.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4053.             'initialized_session' => ['services''session'NULLfalse],
  4054.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4055.             'session' => ['services''session''getSessionService'false],
  4056.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4057.         ], [
  4058.             'initialized_session' => '?',
  4059.             'request_stack' => '?',
  4060.             'session' => '?',
  4061.             'session_storage' => '?',
  4062.         ]));
  4063.     }
  4064.     /**
  4065.      * Gets the private 'translation.extractor' shared service.
  4066.      *
  4067.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  4068.      */
  4069.     protected function getTranslation_ExtractorService()
  4070.     {
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  4076.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  4077.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  4078.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'translation.loader.csv' shared service.
  4083.      *
  4084.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4085.      */
  4086.     protected function getTranslation_Loader_CsvService()
  4087.     {
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4092.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4093.     }
  4094.     /**
  4095.      * Gets the private 'translation.loader.dat' shared service.
  4096.      *
  4097.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4098.      */
  4099.     protected function getTranslation_Loader_DatService()
  4100.     {
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4104.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4105.     }
  4106.     /**
  4107.      * Gets the private 'translation.loader.ini' shared service.
  4108.      *
  4109.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4110.      */
  4111.     protected function getTranslation_Loader_IniService()
  4112.     {
  4113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4117.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4118.     }
  4119.     /**
  4120.      * Gets the private 'translation.loader.json' shared service.
  4121.      *
  4122.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4123.      */
  4124.     protected function getTranslation_Loader_JsonService()
  4125.     {
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4130.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4131.     }
  4132.     /**
  4133.      * Gets the private 'translation.loader.mo' shared service.
  4134.      *
  4135.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4136.      */
  4137.     protected function getTranslation_Loader_MoService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4143.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4144.     }
  4145.     /**
  4146.      * Gets the private 'translation.loader.php' shared service.
  4147.      *
  4148.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4149.      */
  4150.     protected function getTranslation_Loader_PhpService()
  4151.     {
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4156.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4157.     }
  4158.     /**
  4159.      * Gets the private 'translation.loader.po' shared service.
  4160.      *
  4161.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4162.      */
  4163.     protected function getTranslation_Loader_PoService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4169.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4170.     }
  4171.     /**
  4172.      * Gets the private 'translation.loader.qt' shared service.
  4173.      *
  4174.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4175.      */
  4176.     protected function getTranslation_Loader_QtService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4180.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4181.     }
  4182.     /**
  4183.      * Gets the private 'translation.loader.res' shared service.
  4184.      *
  4185.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4186.      */
  4187.     protected function getTranslation_Loader_ResService()
  4188.     {
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4191.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4192.     }
  4193.     /**
  4194.      * Gets the private 'translation.loader.xliff' shared service.
  4195.      *
  4196.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4197.      */
  4198.     protected function getTranslation_Loader_XliffService()
  4199.     {
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4202.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4203.     }
  4204.     /**
  4205.      * Gets the private 'translation.loader.yml' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  4208.      */
  4209.     protected function getTranslation_Loader_YmlService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4215.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  4216.     }
  4217.     /**
  4218.      * Gets the private 'translation.reader' shared service.
  4219.      *
  4220.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  4221.      */
  4222.     protected function getTranslation_ReaderService()
  4223.     {
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4240.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  4241.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4242.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4243.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4244.         $instance->addLoader('yaml'$a);
  4245.         $instance->addLoader('yml'$a);
  4246.         $instance->addLoader('xlf'$b);
  4247.         $instance->addLoader('xliff'$b);
  4248.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4249.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4250.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4251.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4252.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4253.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4254.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4255.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the private 'translation.warmer' shared service.
  4260.      *
  4261.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  4262.      */
  4263.     protected function getTranslation_WarmerService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  4267.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4268.             'translator' => ['services''translator''getTranslatorService'false],
  4269.         ], [
  4270.             'translator' => '?',
  4271.         ]))->withContext('translation.warmer'$this));
  4272.     }
  4273.     /**
  4274.      * Gets the private 'translator.default' shared service.
  4275.      *
  4276.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4277.      */
  4278.     protected function getTranslator_DefaultService()
  4279.     {
  4280.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4281.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  4282.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  4283.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  4284.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  4285.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  4286.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  4287.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  4288.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  4289.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  4290.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  4291.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  4292.         ], [
  4293.             'translation.loader.csv' => '?',
  4294.             'translation.loader.dat' => '?',
  4295.             'translation.loader.ini' => '?',
  4296.             'translation.loader.json' => '?',
  4297.             'translation.loader.mo' => '?',
  4298.             'translation.loader.php' => '?',
  4299.             'translation.loader.po' => '?',
  4300.             'translation.loader.qt' => '?',
  4301.             'translation.loader.res' => '?',
  4302.             'translation.loader.xliff' => '?',
  4303.             'translation.loader.yml' => '?',
  4304.         ]), 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')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], '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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-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')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/src/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations']]]);
  4305.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4306.         $instance->setFallbackLocales([=> 'en']);
  4307.         return $instance;
  4308.     }
  4309.     /**
  4310.      * Gets the private 'twig.command.debug' shared service.
  4311.      *
  4312.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  4313.      */
  4314.     protected function getTwig_Command_DebugService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  4318.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4319.         $instance->setName('debug:twig');
  4320.         return $instance;
  4321.     }
  4322.     /**
  4323.      * Gets the private 'twig.command.lint' shared service.
  4324.      *
  4325.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  4326.      */
  4327.     protected function getTwig_Command_LintService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  4332.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  4333.         $instance->setName('lint:twig');
  4334.         return $instance;
  4335.     }
  4336.     /**
  4337.      * Gets the private 'twig.form.renderer' shared service.
  4338.      *
  4339.      * @return \Symfony\Component\Form\FormRenderer
  4340.      */
  4341.     protected function getTwig_Form_RendererService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  4348.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4349.     }
  4350.     /**
  4351.      * Gets the private 'twig.mailer.message_listener' shared service.
  4352.      *
  4353.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  4354.      */
  4355.     protected function getTwig_Mailer_MessageListenerService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  4360.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  4361.     }
  4362.     /**
  4363.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4364.      *
  4365.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4366.      */
  4367.     protected function getTwig_Runtime_HttpkernelService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4372.         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, [
  4373.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4374.         ], [
  4375.             'inline' => '?',
  4376.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  4377.     }
  4378.     /**
  4379.      * Gets the private 'twig.runtime.security_csrf' shared service.
  4380.      *
  4381.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  4382.      */
  4383.     protected function getTwig_Runtime_SecurityCsrfService()
  4384.     {
  4385.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  4386.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4387.     }
  4388.     /**
  4389.      * Gets the private 'twig.template_cache_warmer' shared service.
  4390.      *
  4391.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  4392.      */
  4393.     protected function getTwig_TemplateCacheWarmerService()
  4394.     {
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  4398.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4399.             'twig' => ['services''twig''getTwigService'false],
  4400.         ], [
  4401.             'twig' => 'Twig\\Environment',
  4402.         ]))->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')));
  4403.     }
  4404.     /**
  4405.      * Gets the private 'validator.builder' shared service.
  4406.      *
  4407.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4408.      */
  4409.     protected function getValidator_BuilderService()
  4410.     {
  4411.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4412.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4413.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4414.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4415.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4416.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  4417.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4418.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  4419.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4420.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4421.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4422.         ], [
  4423.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4424.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4425.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4426.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4427.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4428.             'doctrine.orm.validator.unique' => '?',
  4429.             'security.validator.user_password' => '?',
  4430.             'validator.expression' => '?',
  4431.         ])));
  4432.         if ($this->has('translator')) {
  4433.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4434.         }
  4435.         $instance->setTranslationDomain('validators');
  4436.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4437.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4438.         $instance->addMethodMapping('loadValidatorMetadata');
  4439.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4440.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4441.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4442.         return $instance;
  4443.     }
  4444.     /**
  4445.      * Gets the private 'validator.email' shared service.
  4446.      *
  4447.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  4448.      */
  4449.     protected function getValidator_EmailService()
  4450.     {
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  4454.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  4455.     }
  4456.     /**
  4457.      * Gets the private 'validator.expression' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  4460.      */
  4461.     protected function getValidator_ExpressionService()
  4462.     {
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  4466.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  4467.     }
  4468.     /**
  4469.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  4470.      *
  4471.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  4472.      */
  4473.     protected function getValidator_Mapping_CacheWarmerService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  4478.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  4479.     }
  4480.     /**
  4481.      * Gets the private 'validator.not_compromised_password' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  4484.      */
  4485.     protected function getValidator_NotCompromisedPasswordService()
  4486.     {
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  4490.         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);
  4491.     }
  4492.     /**
  4493.      * Gets the private 'var_dumper.command.server_dump' shared service.
  4494.      *
  4495.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  4496.      */
  4497.     protected function getVarDumper_Command_ServerDumpService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  4505.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  4506.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4507.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4508.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4509.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4510.         $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()))]);
  4511.         $instance->setName('server:dump');
  4512.         return $instance;
  4513.     }
  4514.     /**
  4515.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  4518.      */
  4519.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  4520.     {
  4521.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  4522.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4523.         return $instance;
  4524.     }
  4525.     /**
  4526.      * Gets the private 'var_dumper.html_dumper' shared service.
  4527.      *
  4528.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4529.      */
  4530.     protected function getVarDumper_HtmlDumperService()
  4531.     {
  4532.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4533.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4534.         return $instance;
  4535.     }
  4536.     /**
  4537.      * Gets the private 'var_dumper.server_connection' shared service.
  4538.      *
  4539.      * @return \Symfony\Component\VarDumper\Server\Connection
  4540.      */
  4541.     protected function getVarDumper_ServerConnectionService()
  4542.     {
  4543.         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()]);
  4544.     }
  4545.     /**
  4546.      * Gets the private 'web_profiler.csp.handler' shared service.
  4547.      *
  4548.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4549.      */
  4550.     protected function getWebProfiler_Csp_HandlerService()
  4551.     {
  4552.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4553.     }
  4554.     /**
  4555.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4556.      *
  4557.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4558.      */
  4559.     protected function getWebProfiler_DebugToolbarService()
  4560.     {
  4561.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  4562.     }
  4563.     public function getParameter(string $name)
  4564.     {
  4565.         if (isset($this->buildParameters[$name])) {
  4566.             return $this->buildParameters[$name];
  4567.         }
  4568.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  4569.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4570.         }
  4571.         if (isset($this->loadedDynamicParameters[$name])) {
  4572.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4573.         }
  4574.         return $this->parameters[$name];
  4575.     }
  4576.     public function hasParameter(string $name): bool
  4577.     {
  4578.         if (isset($this->buildParameters[$name])) {
  4579.             return true;
  4580.         }
  4581.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  4582.     }
  4583.     public function setParameter(string $name$value): void
  4584.     {
  4585.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4586.     }
  4587.     public function getParameterBag(): ParameterBagInterface
  4588.     {
  4589.         if (null === $this->parameterBag) {
  4590.             $parameters $this->parameters;
  4591.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4592.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4593.             }
  4594.             foreach ($this->buildParameters as $name => $value) {
  4595.                 $parameters[$name] = $value;
  4596.             }
  4597.             $this->parameterBag = new FrozenParameterBag($parameters);
  4598.         }
  4599.         return $this->parameterBag;
  4600.     }
  4601.     private $loadedDynamicParameters = [
  4602.         'kernel.cache_dir' => false,
  4603.         'kernel.secret' => false,
  4604.         'session.save_path' => false,
  4605.         'validator.mapping.cache.file' => false,
  4606.         'profiler.storage.dsn' => false,
  4607.         'debug.container.dump' => false,
  4608.         'serializer.mapping.cache.file' => false,
  4609.         'doctrine.orm.proxy_dir' => false,
  4610.     ];
  4611.     private $dynamicParameters = [];
  4612.     private function getDynamicParameter(string $name)
  4613.     {
  4614.         switch ($name) {
  4615.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4616.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4617.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4618.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4619.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4620.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4621.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4622.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4623.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4624.         }
  4625.         $this->loadedDynamicParameters[$name] = true;
  4626.         return $this->dynamicParameters[$name] = $value;
  4627.     }
  4628.     protected function getDefaultParameters(): array
  4629.     {
  4630.         return [
  4631.             'kernel.project_dir' => \dirname(__DIR__4),
  4632.             'kernel.environment' => 'dev',
  4633.             'kernel.debug' => true,
  4634.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4635.             'kernel.bundles' => [
  4636.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4637.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4638.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4639.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4640.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4641.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4642.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4643.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4644.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4645.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4646.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4647.             ],
  4648.             'kernel.bundles_metadata' => [
  4649.                 'FrameworkBundle' => [
  4650.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4651.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4652.                 ],
  4653.                 'TwigBundle' => [
  4654.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4655.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4656.                 ],
  4657.                 'TwigExtraBundle' => [
  4658.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  4659.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4660.                 ],
  4661.                 'WebProfilerBundle' => [
  4662.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4663.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4664.                 ],
  4665.                 'MonologBundle' => [
  4666.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4667.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4668.                 ],
  4669.                 'DebugBundle' => [
  4670.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4671.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4672.                 ],
  4673.                 'DoctrineBundle' => [
  4674.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4675.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4676.                 ],
  4677.                 'DoctrineMigrationsBundle' => [
  4678.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4679.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4680.                 ],
  4681.                 'SensioFrameworkExtraBundle' => [
  4682.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4683.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4684.                 ],
  4685.                 'SecurityBundle' => [
  4686.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4687.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4688.                 ],
  4689.                 'MakerBundle' => [
  4690.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4691.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4692.                 ],
  4693.             ],
  4694.             'kernel.charset' => 'UTF-8',
  4695.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4696.             'container.dumper.inline_class_loader' => true,
  4697.             'container.dumper.inline_factories' => true,
  4698.             'fragment.renderer.hinclude.global_template' => '',
  4699.             'fragment.path' => '/_fragment',
  4700.             'kernel.http_method_override' => true,
  4701.             'kernel.trusted_hosts' => [
  4702.             ],
  4703.             'kernel.default_locale' => 'en',
  4704.             'kernel.error_controller' => 'error_controller',
  4705.             'debug.file_link_format' => NULL,
  4706.             'session.metadata.storage_key' => '_sf2_meta',
  4707.             'session.storage.options' => [
  4708.                 'cache_limiter' => '0',
  4709.                 'cookie_secure' => 'auto',
  4710.                 'cookie_httponly' => true,
  4711.                 'cookie_samesite' => 'lax',
  4712.                 'gc_probability' => 1,
  4713.             ],
  4714.             'session.metadata.update_threshold' => 0,
  4715.             'form.type_extension.csrf.enabled' => true,
  4716.             'form.type_extension.csrf.field_name' => '_token',
  4717.             'asset.request_context.base_path' => '',
  4718.             'asset.request_context.secure' => false,
  4719.             'validator.mapping.cache.prefix' => '',
  4720.             'validator.translation_domain' => 'validators',
  4721.             'translator.logging' => false,
  4722.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4723.             'profiler_listener.only_exceptions' => false,
  4724.             'profiler_listener.only_master_requests' => false,
  4725.             'debug.error_handler.throw_at' => -1,
  4726.             'router.request_context.host' => 'localhost',
  4727.             'router.request_context.scheme' => 'http',
  4728.             'router.request_context.base_url' => '',
  4729.             'router.resource' => 'kernel::loadRoutes',
  4730.             'request_listener.http_port' => 80,
  4731.             'request_listener.https_port' => 443,
  4732.             'serializer.mapping.cache.prefix' => '',
  4733.             'twig.form.resources' => [
  4734.                 => 'form_div_layout.html.twig',
  4735.             ],
  4736.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4737.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4738.             'web_profiler.debug_toolbar.mode' => 2,
  4739.             'monolog.use_microseconds' => true,
  4740.             'monolog.swift_mailer.handlers' => [
  4741.             ],
  4742.             'monolog.handlers_to_channels' => [
  4743.                 'monolog.handler.console' => [
  4744.                     'type' => 'exclusive',
  4745.                     'elements' => [
  4746.                         => 'event',
  4747.                         => 'doctrine',
  4748.                         => 'console',
  4749.                     ],
  4750.                 ],
  4751.                 'monolog.handler.main' => [
  4752.                     'type' => 'exclusive',
  4753.                     'elements' => [
  4754.                         => 'event',
  4755.                     ],
  4756.                 ],
  4757.             ],
  4758.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4759.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4760.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4761.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4762.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4763.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4764.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4765.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4766.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4767.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4768.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4769.             'doctrine.entity_managers' => [
  4770.                 'default' => 'doctrine.orm.default_entity_manager',
  4771.             ],
  4772.             'doctrine.default_entity_manager' => 'default',
  4773.             'doctrine.dbal.connection_factory.types' => [
  4774.             ],
  4775.             'doctrine.connections' => [
  4776.                 'default' => 'doctrine.dbal.default_connection',
  4777.             ],
  4778.             'doctrine.default_connection' => 'default',
  4779.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4780.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4781.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4782.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4783.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4784.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4785.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4786.             'doctrine.orm.cache.memcache_port' => 11211,
  4787.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4788.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4789.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4790.             'doctrine.orm.cache.memcached_port' => 11211,
  4791.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4792.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4793.             'doctrine.orm.cache.redis_host' => 'localhost',
  4794.             'doctrine.orm.cache.redis_port' => 6379,
  4795.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4796.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4797.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4798.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4799.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4800.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4801.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4802.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4803.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4804.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4805.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4806.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4807.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4808.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4809.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4810.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4811.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4812.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4813.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4814.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4815.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4816.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4817.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4818.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4819.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4820.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4821.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4822.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4823.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4824.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4825.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4826.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  4827.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  4828.             'doctrine_migrations.table_name' => 'migration_versions',
  4829.             'doctrine_migrations.column_name' => 'version',
  4830.             'doctrine_migrations.column_length' => 14,
  4831.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  4832.             'doctrine_migrations.all_or_nothing' => false,
  4833.             'doctrine_migrations.name' => 'Application Migrations',
  4834.             'doctrine_migrations.custom_template' => NULL,
  4835.             'doctrine_migrations.organize_migrations' => false,
  4836.             'security.role_hierarchy.roles' => [
  4837.             ],
  4838.             'security.access.denied_url' => NULL,
  4839.             'security.authentication.manager.erase_credentials' => true,
  4840.             'security.authentication.session_strategy.strategy' => 'migrate',
  4841.             'security.access.always_authenticate_before_granting' => false,
  4842.             'security.authentication.hide_user_not_found' => true,
  4843.             'data_collector.templates' => [
  4844.                 'data_collector.request' => [
  4845.                     => 'request',
  4846.                     => '@WebProfiler/Collector/request.html.twig',
  4847.                 ],
  4848.                 'data_collector.time' => [
  4849.                     => 'time',
  4850.                     => '@WebProfiler/Collector/time.html.twig',
  4851.                 ],
  4852.                 'data_collector.memory' => [
  4853.                     => 'memory',
  4854.                     => '@WebProfiler/Collector/memory.html.twig',
  4855.                 ],
  4856.                 'data_collector.validator' => [
  4857.                     => 'validator',
  4858.                     => '@WebProfiler/Collector/validator.html.twig',
  4859.                 ],
  4860.                 'data_collector.ajax' => [
  4861.                     => 'ajax',
  4862.                     => '@WebProfiler/Collector/ajax.html.twig',
  4863.                 ],
  4864.                 'data_collector.form' => [
  4865.                     => 'form',
  4866.                     => '@WebProfiler/Collector/form.html.twig',
  4867.                 ],
  4868.                 'data_collector.exception' => [
  4869.                     => 'exception',
  4870.                     => '@WebProfiler/Collector/exception.html.twig',
  4871.                 ],
  4872.                 'data_collector.logger' => [
  4873.                     => 'logger',
  4874.                     => '@WebProfiler/Collector/logger.html.twig',
  4875.                 ],
  4876.                 'data_collector.events' => [
  4877.                     => 'events',
  4878.                     => '@WebProfiler/Collector/events.html.twig',
  4879.                 ],
  4880.                 'data_collector.router' => [
  4881.                     => 'router',
  4882.                     => '@WebProfiler/Collector/router.html.twig',
  4883.                 ],
  4884.                 'data_collector.cache' => [
  4885.                     => 'cache',
  4886.                     => '@WebProfiler/Collector/cache.html.twig',
  4887.                 ],
  4888.                 'data_collector.translation' => [
  4889.                     => 'translation',
  4890.                     => '@WebProfiler/Collector/translation.html.twig',
  4891.                 ],
  4892.                 'data_collector.security' => [
  4893.                     => 'security',
  4894.                     => '@Security/Collector/security.html.twig',
  4895.                 ],
  4896.                 'data_collector.twig' => [
  4897.                     => 'twig',
  4898.                     => '@WebProfiler/Collector/twig.html.twig',
  4899.                 ],
  4900.                 'data_collector.http_client' => [
  4901.                     => 'http_client',
  4902.                     => '@WebProfiler/Collector/http_client.html.twig',
  4903.                 ],
  4904.                 'data_collector.doctrine' => [
  4905.                     => 'db',
  4906.                     => '@Doctrine/Collector/db.html.twig',
  4907.                 ],
  4908.                 'data_collector.dump' => [
  4909.                     => 'dump',
  4910.                     => '@Debug/Profiler/dump.html.twig',
  4911.                 ],
  4912.                 'mailer.data_collector' => [
  4913.                     => 'mailer',
  4914.                     => '@WebProfiler/Collector/mailer.html.twig',
  4915.                 ],
  4916.                 'data_collector.config' => [
  4917.                     => 'config',
  4918.                     => '@WebProfiler/Collector/config.html.twig',
  4919.                 ],
  4920.             ],
  4921.             'console.command.ids' => [
  4922.             ],
  4923.         ];
  4924.     }
  4925. }