var/cache/dev/ContainerOflVbZg/App_KernelDevDebugContainer.php line 992

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