var/cache/dev/ContainerEECgsjW/srcApp_KernelDevDebugContainer.php line 1033

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