var/cache/dev/Container7EtxUJr/App_KernelDevDebugContainer.php line 1346

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