var/cache/dev/ContainerXxFjLbU/srcApp_KernelDevDebugContainer.php line 5206

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