var/cache/dev/ContainerSca2TmP/App_KernelDevDebugContainer.php line 4807

Open in your IDE?
  1. <?php
  2. namespace ContainerSca2TmP;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\Admin\\Core\\CoreController' => 'getCoreControllerService',
  37.             'App\\Controller\\Admin\\DefaultController' => 'getDefaultControllerService',
  38.             'App\\Controller\\Admin\\Event\\EventController' => 'getEventControllerService',
  39.             'App\\Controller\\Admin\\Event\\ThemeController' => 'getThemeControllerService',
  40.             'App\\Controller\\Admin\\Tools\\ToolController' => 'getToolControllerService',
  41.             'App\\Controller\\Front\\Core\\CoreController' => 'getCoreController2Service',
  42.             'App\\Controller\\Front\\Socket\\FriendsController' => 'getFriendsControllerService',
  43.             'App\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
  44.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.app_clearer' => 'getCache_AppClearerService',
  48.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.system_clearer' => 'getCache_SystemClearerService',
  51.             'cache_clearer' => 'getCacheClearerService',
  52.             'cache_warmer' => 'getCacheWarmerService',
  53.             'console.command_loader' => 'getConsole_CommandLoaderService',
  54.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  55.             'data_collector.dump' => 'getDataCollector_DumpService',
  56.             'doctrine' => 'getDoctrineService',
  57.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  58.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  59.             'error_controller' => 'getErrorControllerService',
  60.             'event_dispatcher' => 'getEventDispatcherService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'form.factory' => 'getForm_FactoryService',
  63.             'form.type.file' => 'getForm_Type_FileService',
  64.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  65.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  66.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  67.             'http_kernel' => 'getHttpKernelService',
  68.             'profiler' => 'getProfilerService',
  69.             'request_stack' => 'getRequestStackService',
  70.             'router' => 'getRouterService',
  71.             'routing.loader' => 'getRouting_LoaderService',
  72.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  73.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  74.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  75.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  76.             'security.token_storage' => 'getSecurity_TokenStorageService',
  77.             'serializer' => 'getSerializerService',
  78.             'services_resetter' => 'getServicesResetterService',
  79.             'session' => 'getSessionService',
  80.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  81.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  82.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  83.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  84.             'translator' => 'getTranslatorService',
  85.             'twig' => 'getTwigService',
  86.             'validator' => 'getValidatorService',
  87.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  88.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  89.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  90.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  91.         ];
  92.         $this->aliases = [
  93.             'database_connection' => 'doctrine.dbal.default_connection',
  94.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  95.             'mailer' => 'swiftmailer.mailer.default',
  96.         ];
  97.         $this->privates['service_container'] = function () {
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  104.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  117.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  140.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  189.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  240.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  242.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  245.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  262.             include_once \dirname(__DIR__4).'/src/Twig/CoreExtension.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  272.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  276.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  277.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  283.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  284.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  286.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  289.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  402.         };
  403.     }
  404.     public function compile(): void
  405.     {
  406.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  407.     }
  408.     public function isCompiled(): bool
  409.     {
  410.         return true;
  411.     }
  412.     public function getRemovedIds(): array
  413.     {
  414.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  415.     }
  416.     /**
  417.      * Gets the public 'App\Controller\Admin\Core\CoreController' shared autowired service.
  418.      *
  419.      * @return \App\Controller\Admin\Core\CoreController
  420.      */
  421.     protected function getCoreControllerService()
  422.     {
  423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  424.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DefaultController.php';
  425.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Core/CoreController.php';
  426.         $this->services['App\\Controller\\Admin\\Core\\CoreController'] = $instance = new \App\Controller\Admin\Core\CoreController();
  427.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Admin\\Core\\CoreController'$this));
  428.         return $instance;
  429.     }
  430.     /**
  431.      * Gets the public 'App\Controller\Admin\DefaultController' shared autowired service.
  432.      *
  433.      * @return \App\Controller\Admin\DefaultController
  434.      */
  435.     protected function getDefaultControllerService()
  436.     {
  437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  438.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DefaultController.php';
  439.         $this->services['App\\Controller\\Admin\\DefaultController'] = $instance = new \App\Controller\Admin\DefaultController();
  440.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Admin\\DefaultController'$this));
  441.         return $instance;
  442.     }
  443.     /**
  444.      * Gets the public 'App\Controller\Admin\Event\EventController' shared autowired service.
  445.      *
  446.      * @return \App\Controller\Admin\Event\EventController
  447.      */
  448.     protected function getEventControllerService()
  449.     {
  450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  451.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DefaultController.php';
  452.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Event/EventController.php';
  453.         $this->services['App\\Controller\\Admin\\Event\\EventController'] = $instance = new \App\Controller\Admin\Event\EventController();
  454.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Admin\\Event\\EventController'$this));
  455.         return $instance;
  456.     }
  457.     /**
  458.      * Gets the public 'App\Controller\Admin\Event\ThemeController' shared autowired service.
  459.      *
  460.      * @return \App\Controller\Admin\Event\ThemeController
  461.      */
  462.     protected function getThemeControllerService()
  463.     {
  464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  465.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DefaultController.php';
  466.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Event/ThemeController.php';
  467.         $this->services['App\\Controller\\Admin\\Event\\ThemeController'] = $instance = new \App\Controller\Admin\Event\ThemeController();
  468.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Admin\\Event\\ThemeController'$this));
  469.         return $instance;
  470.     }
  471.     /**
  472.      * Gets the public 'App\Controller\Admin\Tools\ToolController' shared autowired service.
  473.      *
  474.      * @return \App\Controller\Admin\Tools\ToolController
  475.      */
  476.     protected function getToolControllerService()
  477.     {
  478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  479.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Tools/ToolController.php';
  480.         $this->services['App\\Controller\\Admin\\Tools\\ToolController'] = $instance = new \App\Controller\Admin\Tools\ToolController();
  481.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Admin\\Tools\\ToolController'$this));
  482.         return $instance;
  483.     }
  484.     /**
  485.      * Gets the public 'App\Controller\Front\Core\CoreController' shared autowired service.
  486.      *
  487.      * @return \App\Controller\Front\Core\CoreController
  488.      */
  489.     protected function getCoreController2Service()
  490.     {
  491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  492.         include_once \dirname(__DIR__4).'/src/Controller/Front/Core/CoreController.php';
  493.         $this->services['App\\Controller\\Front\\Core\\CoreController'] = $instance = new \App\Controller\Front\Core\CoreController();
  494.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Front\\Core\\CoreController'$this));
  495.         return $instance;
  496.     }
  497.     /**
  498.      * Gets the public 'App\Controller\Front\Socket\FriendsController' shared autowired service.
  499.      *
  500.      * @return \App\Controller\Front\Socket\FriendsController
  501.      */
  502.     protected function getFriendsControllerService()
  503.     {
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  505.         include_once \dirname(__DIR__4).'/src/Controller/Front/Socket/FriendsController.php';
  506.         $this->services['App\\Controller\\Front\\Socket\\FriendsController'] = $instance = new \App\Controller\Front\Socket\FriendsController();
  507.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Front\\Socket\\FriendsController'$this));
  508.         return $instance;
  509.     }
  510.     /**
  511.      * Gets the public 'App\Controller\Security\SecurityController' shared autowired service.
  512.      *
  513.      * @return \App\Controller\Security\SecurityController
  514.      */
  515.     protected function getSecurityControllerService()
  516.     {
  517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  518.         include_once \dirname(__DIR__4).'/src/Controller/Security/SecurityController.php';
  519.         $this->services['App\\Controller\\Security\\SecurityController'] = $instance = new \App\Controller\Security\SecurityController(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  520.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Security\\SecurityController'$this));
  521.         return $instance;
  522.     }
  523.     /**
  524.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  525.      *
  526.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  527.      */
  528.     protected function getRedirectControllerService()
  529.     {
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  531.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  532.     }
  533.     /**
  534.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  535.      *
  536.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  537.      */
  538.     protected function getTemplateControllerService()
  539.     {
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  541.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  542.     }
  543.     /**
  544.      * Gets the public 'cache.app' shared service.
  545.      *
  546.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  547.      */
  548.     protected function getCache_AppService()
  549.     {
  550.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EPWy81zn3i'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  551.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  552.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  553.     }
  554.     /**
  555.      * Gets the public 'cache.app_clearer' shared service.
  556.      *
  557.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  558.      */
  559.     protected function getCache_AppClearerService()
  560.     {
  561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  563.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService())]);
  564.     }
  565.     /**
  566.      * Gets the public 'cache.global_clearer' shared service.
  567.      *
  568.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  569.      */
  570.     protected function getCache_GlobalClearerService()
  571.     {
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  574.         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()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  575.     }
  576.     /**
  577.      * Gets the public 'cache.system' shared service.
  578.      *
  579.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  580.      */
  581.     protected function getCache_SystemService()
  582.     {
  583.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aClZ6mrEj5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  584.     }
  585.     /**
  586.      * Gets the public 'cache.system_clearer' shared service.
  587.      *
  588.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  589.      */
  590.     protected function getCache_SystemClearerService()
  591.     {
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  594.         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()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  595.     }
  596.     /**
  597.      * Gets the public 'cache_clearer' shared service.
  598.      *
  599.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  600.      */
  601.     protected function getCacheClearerService()
  602.     {
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  605.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  606.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  607.         }, 1));
  608.     }
  609.     /**
  610.      * Gets the public 'cache_warmer' shared service.
  611.      *
  612.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  613.      */
  614.     protected function getCacheWarmerService()
  615.     {
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  618.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  619.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  620.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  621.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  622.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  623.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  624.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  625.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  626.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  627.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  628.     }
  629.     /**
  630.      * Gets the public 'console.command_loader' shared service.
  631.      *
  632.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  633.      */
  634.     protected function getConsole_CommandLoaderService()
  635.     {
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  638.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  639.             'App\\Command\\WebsocketServerCommand' => ['privates''App\\Command\\WebsocketServerCommand''getWebsocketServerCommandService'false],
  640.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  641.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  642.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  643.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  644.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  645.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  646.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  647.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  648.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  649.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  650.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  651.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  652.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  653.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  654.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  655.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  656.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  657.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  658.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  659.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  660.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  661.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  662.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  663.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  664.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  665.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  666.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  667.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  668.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  669.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  670.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  671.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  672.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  673.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  674.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  675.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  676.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  677.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  678.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  679.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  680.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  681.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  682.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  683.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  684.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  685.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  686.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  687.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  688.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  689.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  690.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  691.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  692.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  693.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  694.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  695.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  696.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  697.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  698.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  699.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  700.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  701.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  702.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  703.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  704.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  705.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  706.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  707.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  708.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  709.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  710.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  711.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  712.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  713.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  714.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  715.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  716.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  717.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  718.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  719.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  720.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  721.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  722.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  723.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  724.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  725.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  726.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  727.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  728.         ], [
  729.             'App\\Command\\WebsocketServerCommand' => 'App\\Command\\WebsocketServerCommand',
  730.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  731.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  732.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  733.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  734.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  735.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  736.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  737.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  738.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  739.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  740.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  741.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  742.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  743.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  744.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  745.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  746.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  747.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  748.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  749.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  750.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  751.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  752.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  753.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  754.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  755.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  756.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  757.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  758.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  759.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  760.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  761.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  762.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  763.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  764.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  765.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  766.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  767.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  768.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  769.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  770.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  771.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  772.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  773.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  774.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  775.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  776.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  777.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  778.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  779.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  780.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  781.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  782.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  783.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  784.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  785.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  786.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  787.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  788.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  789.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  790.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  791.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  792.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  793.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  794.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  795.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  796.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  797.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  798.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  799.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  800.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  801.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  802.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  803.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  804.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  805.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  806.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  807.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  808.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  809.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  810.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  811.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  812.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  813.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  814.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  815.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  816.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  817.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  818.         ]), ['run:websocket-server' => 'App\\Command\\WebsocketServerCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make: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:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  819.     }
  820.     /**
  821.      * Gets the public 'container.env_var_processors_locator' shared service.
  822.      *
  823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  824.      */
  825.     protected function getContainer_EnvVarProcessorsLocatorService()
  826.     {
  827.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  828.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  829.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  830.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  831.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  832.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  833.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  834.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  835.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  836.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  837.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  838.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  839.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  840.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  841.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  842.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  843.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  844.         ], [
  845.             'base64' => '?',
  846.             'bool' => '?',
  847.             'const' => '?',
  848.             'csv' => '?',
  849.             'default' => '?',
  850.             'file' => '?',
  851.             'float' => '?',
  852.             'int' => '?',
  853.             'json' => '?',
  854.             'key' => '?',
  855.             'query_string' => '?',
  856.             'require' => '?',
  857.             'resolve' => '?',
  858.             'string' => '?',
  859.             'trim' => '?',
  860.             'url' => '?',
  861.         ]);
  862.     }
  863.     /**
  864.      * Gets the public 'data_collector.dump' shared service.
  865.      *
  866.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  867.      */
  868.     protected function getDataCollector_DumpService()
  869.     {
  870.         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()));
  871.     }
  872.     /**
  873.      * Gets the public 'doctrine' shared service.
  874.      *
  875.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  876.      */
  877.     protected function getDoctrineService()
  878.     {
  879.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  880.     }
  881.     /**
  882.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  883.      *
  884.      * @return \Doctrine\DBAL\Connection
  885.      */
  886.     protected function getDoctrine_Dbal_DefaultConnectionService()
  887.     {
  888.         $a = new \Doctrine\DBAL\Configuration();
  889.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  890.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  891.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  892.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  893.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  894.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  895.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  896.         $a->setSQLLogger($b);
  897.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  898.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  899.         ], [
  900.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  901.         ]));
  902.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  903.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => 'mysql://'.$this->getEnv('string:string:DB_USER').':'.$this->getEnv('string:string:DB_PASSWORD').'@'.$this->getEnv('string:string:DB_HOST').':'.$this->getEnv('string:string:DB_PORT').'/'.$this->getEnv('string:string:DB_NAME').'?serverVersion=5.7''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  904.     }
  905.     /**
  906.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  907.      *
  908.      * @return \Doctrine\ORM\EntityManager
  909.      */
  910.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  911.     {
  912.         $a = new \Doctrine\ORM\Configuration();
  913.         $b = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  914.         $c = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  915.         $c->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  916.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  917.         $a->setMetadataCacheImpl($b);
  918.         $a->setQueryCacheImpl($b);
  919.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService())));
  920.         $a->setMetadataDriverImpl($c);
  921.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  922.         $a->setProxyNamespace('Proxies');
  923.         $a->setAutoGenerateProxyClasses(false);
  924.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  925.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  926.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  927.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  928.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  929.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  930.             'App\\Repository\\Events\\EventsRepository' => ['privates''App\\Repository\\Events\\EventsRepository''getEventsRepositoryService'false],
  931.             'App\\Repository\\Events\\ThemesRepository' => ['privates''App\\Repository\\Events\\ThemesRepository''getThemesRepositoryService'false],
  932.             'App\\Repository\\Location\\CountriesRepository' => ['privates''App\\Repository\\Location\\CountriesRepository''getCountriesRepositoryService'false],
  933.             'App\\Repository\\Medias\\MediasRepository' => ['privates''App\\Repository\\Medias\\MediasRepository''getMediasRepositoryService'false],
  934.             'App\\Repository\\Security\\UserRepository' => ['privates''App\\Repository\\Security\\UserRepository''getUserRepositoryService'false],
  935.             'App\\Repository\\Socket\\MessagesRepository' => ['privates''App\\Repository\\Socket\\MessagesRepository''getMessagesRepositoryService'false],
  936.         ], [
  937.             'App\\Repository\\Events\\EventsRepository' => '?',
  938.             'App\\Repository\\Events\\ThemesRepository' => '?',
  939.             'App\\Repository\\Location\\CountriesRepository' => '?',
  940.             'App\\Repository\\Medias\\MediasRepository' => '?',
  941.             'App\\Repository\\Security\\UserRepository' => '?',
  942.             'App\\Repository\\Socket\\MessagesRepository' => '?',
  943.         ])));
  944.         $this->services['doctrine.orm.default_entity_manager'] = $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  945.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  946.         return $instance;
  947.     }
  948.     /**
  949.      * Gets the public 'error_controller' shared service.
  950.      *
  951.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  952.      */
  953.     protected function getErrorControllerService()
  954.     {
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  956.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  958.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  960.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  961.         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)));
  962.     }
  963.     /**
  964.      * Gets the public 'event_dispatcher' shared service.
  965.      *
  966.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  967.      */
  968.     protected function getEventDispatcherService()
  969.     {
  970.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  971.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  972.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  973.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  974.         $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())));
  975.         $instance->addListener('kernel.controller', [=> function () {
  976.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  977.         }, => 'onKernelController'], 0);
  978.         $instance->addListener('kernel.exception', [=> function () {
  979.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  980.         }, => 'onKernelException'], 0);
  981.         $instance->addListener('kernel.response', [=> function () {
  982.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  983.         }, => 'onKernelResponse'], 0);
  984.         $instance->addListener('kernel.response', [=> function () {
  985.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  986.         }, => 'onKernelResponse'], -1024);
  987.         $instance->addListener('kernel.request', [=> function () {
  988.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  989.         }, => 'setDefaultLocale'], 100);
  990.         $instance->addListener('kernel.request', [=> function () {
  991.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  992.         }, => 'onKernelRequest'], 16);
  993.         $instance->addListener('kernel.finish_request', [=> function () {
  994.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  995.         }, => 'onKernelFinishRequest'], 0);
  996.         $instance->addListener('kernel.request', [=> function () {
  997.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  998.         }, => 'onKernelRequest'], 256);
  999.         $instance->addListener('kernel.response', [=> function () {
  1000.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1001.         }, => 'onResponse'], -255);
  1002.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1003.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1004.         }, => 'onControllerArguments'], 0);
  1005.         $instance->addListener('kernel.exception', [=> function () {
  1006.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1007.         }, => 'logKernelException'], 0);
  1008.         $instance->addListener('kernel.exception', [=> function () {
  1009.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1010.         }, => 'onKernelException'], -128);
  1011.         $instance->addListener('kernel.request', [=> function () {
  1012.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1013.         }, => 'onKernelRequest'], 15);
  1014.         $instance->addListener('kernel.finish_request', [=> function () {
  1015.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1016.         }, => 'onKernelFinishRequest'], -15);
  1017.         $instance->addListener('console.error', [=> function () {
  1018.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1019.         }, => 'onConsoleError'], -128);
  1020.         $instance->addListener('console.terminate', [=> function () {
  1021.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1022.         }, => 'onConsoleTerminate'], -128);
  1023.         $instance->addListener('console.error', [=> function () {
  1024.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1025.         }, => 'onConsoleError'], 0);
  1026.         $instance->addListener('kernel.request', [=> function () {
  1027.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1028.         }, => 'onKernelRequest'], 128);
  1029.         $instance->addListener('kernel.response', [=> function () {
  1030.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1031.         }, => 'onKernelResponse'], -1000);
  1032.         $instance->addListener('kernel.finish_request', [=> function () {
  1033.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1034.         }, => 'onFinishRequest'], 0);
  1035.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1036.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1037.         }, => 'onMessage'], -255);
  1038.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1039.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1040.         }, => 'onMessage'], -255);
  1041.         $instance->addListener('kernel.response', [=> function () {
  1042.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1043.         }, => 'onKernelResponse'], -100);
  1044.         $instance->addListener('kernel.exception', [=> function () {
  1045.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1046.         }, => 'onKernelException'], 0);
  1047.         $instance->addListener('kernel.terminate', [=> function () {
  1048.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1049.         }, => 'onKernelTerminate'], -1024);
  1050.         $instance->addListener('kernel.controller', [=> function () {
  1051.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1052.         }, => 'onKernelController'], 0);
  1053.         $instance->addListener('kernel.response', [=> function () {
  1054.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1055.         }, => 'onKernelResponse'], 0);
  1056.         $instance->addListener('kernel.request', [=> function () {
  1057.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1058.         }, => 'configure'], 2048);
  1059.         $instance->addListener('console.command', [=> function () {
  1060.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1061.         }, => 'configure'], 2048);
  1062.         $instance->addListener('kernel.request', [=> function () {
  1063.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1064.         }, => 'onKernelRequest'], 32);
  1065.         $instance->addListener('kernel.finish_request', [=> function () {
  1066.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1067.         }, => 'onKernelFinishRequest'], 0);
  1068.         $instance->addListener('kernel.exception', [=> function () {
  1069.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1070.         }, => 'onKernelException'], -64);
  1071.         $instance->addListener('kernel.response', [=> function () {
  1072.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1073.         }, => 'onKernelResponse'], 0);
  1074.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1075.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1076.         }, => 'onMessage'], 0);
  1077.         $instance->addListener('kernel.controller', [=> function () {
  1078.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1079.         }, => 'onKernelController'], 0);
  1080.         $instance->addListener('kernel.controller', [=> function () {
  1081.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1082.         }, => 'onKernelController'], 0);
  1083.         $instance->addListener('kernel.controller', [=> function () {
  1084.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1085.         }, => 'onKernelController'], -128);
  1086.         $instance->addListener('kernel.view', [=> function () {
  1087.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1088.         }, => 'onKernelView'], 0);
  1089.         $instance->addListener('kernel.controller', [=> function () {
  1090.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1091.         }, => 'onKernelController'], 0);
  1092.         $instance->addListener('kernel.response', [=> function () {
  1093.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1094.         }, => 'onKernelResponse'], 0);
  1095.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1096.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1097.         }, => 'onKernelControllerArguments'], 0);
  1098.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1099.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1100.         }, => 'onKernelControllerArguments'], 0);
  1101.         $instance->addListener('kernel.response', [=> function () {
  1102.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1103.         }, => 'onKernelResponse'], 0);
  1104.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1105.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1106.         }, => 'onVoterVote'], 0);
  1107.         $instance->addListener('kernel.request', [=> function () {
  1108.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1109.         }, => 'configureLogoutUrlGenerator'], 8);
  1110.         $instance->addListener('kernel.request', [=> function () {
  1111.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1112.         }, => 'onKernelRequest'], 8);
  1113.         $instance->addListener('kernel.finish_request', [=> function () {
  1114.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1115.         }, => 'onKernelFinishRequest'], 0);
  1116.         $instance->addListener('kernel.response', [=> function () {
  1117.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1118.         }, => 'onKernelResponse'], -128);
  1119.         $instance->addListener('console.command', [=> function () {
  1120.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1121.         }, => 'onCommand'], 255);
  1122.         $instance->addListener('console.terminate', [=> function () {
  1123.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1124.         }, => 'onTerminate'], -255);
  1125.         $instance->addListener('console.command', [=> function () {
  1126.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1127.         }, => 'configure'], 1024);
  1128.         $instance->addListener('console.error', [=> function () {
  1129.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1130.         }, => 'onConsoleError'], 0);
  1131.         $instance->addListener('console.terminate', [=> function () {
  1132.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1133.         }, => 'onConsoleTerminate'], 0);
  1134.         $instance->addListener('kernel.exception', [=> function () {
  1135.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1136.         }, => 'onException'], 0);
  1137.         $instance->addListener('kernel.terminate', [=> function () {
  1138.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1139.         }, => 'onTerminate'], 0);
  1140.         $instance->addListener('console.error', [=> function () {
  1141.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1142.         }, => 'onException'], 0);
  1143.         $instance->addListener('console.terminate', [=> function () {
  1144.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1145.         }, => 'onTerminate'], 0);
  1146.         return $instance;
  1147.     }
  1148.     /**
  1149.      * Gets the public 'filesystem' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\Filesystem\Filesystem
  1152.      */
  1153.     protected function getFilesystemService()
  1154.     {
  1155.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1156.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1157.     }
  1158.     /**
  1159.      * Gets the public 'form.factory' shared service.
  1160.      *
  1161.      * @return \Symfony\Component\Form\FormFactory
  1162.      */
  1163.     protected function getForm_FactoryService()
  1164.     {
  1165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1167.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1168.     }
  1169.     /**
  1170.      * Gets the public 'form.type.file' shared service.
  1171.      *
  1172.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1173.      */
  1174.     protected function getForm_Type_FileService()
  1175.     {
  1176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1179.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1180.     }
  1181.     /**
  1182.      * Gets the public 'fos_js_routing.controller' shared service.
  1183.      *
  1184.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1185.      */
  1186.     protected function getFosJsRouting_ControllerService()
  1187.     {
  1188.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1189.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1190.     }
  1191.     /**
  1192.      * Gets the public 'fos_js_routing.extractor' shared service.
  1193.      *
  1194.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1195.      */
  1196.     protected function getFosJsRouting_ExtractorService()
  1197.     {
  1198.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1200.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1201.     }
  1202.     /**
  1203.      * Gets the public 'fos_js_routing.serializer' shared service.
  1204.      *
  1205.      * @return \Symfony\Component\Serializer\Serializer
  1206.      */
  1207.     protected function getFosJsRouting_SerializerService()
  1208.     {
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1223.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  1224.     }
  1225.     /**
  1226.      * Gets the public 'http_kernel' shared service.
  1227.      *
  1228.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1229.      */
  1230.     protected function getHttpKernelService()
  1231.     {
  1232.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1233.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1234.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1235.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1236.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1237.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1238.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1239.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1240.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1241.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1242.         }, 8)), $a));
  1243.     }
  1244.     /**
  1245.      * Gets the public 'profiler' shared service.
  1246.      *
  1247.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1248.      */
  1249.     protected function getProfilerService()
  1250.     {
  1251.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1252.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1253.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1254.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1255.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1256.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1257.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1258.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1259.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1260.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1261.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1262.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1263.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1264.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1265.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1266.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1267.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1268.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1269.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1270.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1271.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1272.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1273.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1274.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1275.         if ($this->has('kernel')) {
  1276.             $g->setKernel($b);
  1277.         }
  1278.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1279.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1280.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1281.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1282.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1283.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1284.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1285.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1286.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1287.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1288.         $instance->add($d);
  1289.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1290.         $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())));
  1291.         $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())));
  1292.         $instance->add($e);
  1293.         $instance->add($f);
  1294.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1295.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1296.         $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()))));
  1297.         $instance->add($g);
  1298.         return $instance;
  1299.     }
  1300.     /**
  1301.      * Gets the public 'request_stack' shared service.
  1302.      *
  1303.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1304.      */
  1305.     protected function getRequestStackService()
  1306.     {
  1307.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1308.     }
  1309.     /**
  1310.      * Gets the public 'router' shared service.
  1311.      *
  1312.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1313.      */
  1314.     protected function getRouterService()
  1315.     {
  1316.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1317.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1318.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1319.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1320.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1321.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1322.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1323.         ], [
  1324.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1325.         ]))->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');
  1326.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1327.         return $instance;
  1328.     }
  1329.     /**
  1330.      * Gets the public 'routing.loader' shared service.
  1331.      *
  1332.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1333.      */
  1334.     protected function getRouting_LoaderService()
  1335.     {
  1336.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1337.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1357.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1358.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1359.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1360.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1361.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1362.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1363.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1364.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1365.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1366.             'kernel' => ['services''kernel''getKernelService'false],
  1367.         ], [
  1368.             'kernel' => 'App\\Kernel',
  1369.         ])));
  1370.         $a->addLoader($c);
  1371.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1372.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1373.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  1374.     }
  1375.     /**
  1376.      * Gets the public 'security.authentication_utils' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1379.      */
  1380.     protected function getSecurity_AuthenticationUtilsService()
  1381.     {
  1382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1383.         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())));
  1384.     }
  1385.     /**
  1386.      * Gets the public 'security.authorization_checker' shared service.
  1387.      *
  1388.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1389.      */
  1390.     protected function getSecurity_AuthorizationCheckerService()
  1391.     {
  1392.         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);
  1393.     }
  1394.     /**
  1395.      * Gets the public 'security.csrf.token_manager' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1398.      */
  1399.     protected function getSecurity_Csrf_TokenManagerService()
  1400.     {
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1405.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1406.     }
  1407.     /**
  1408.      * Gets the public 'security.password_encoder' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1411.      */
  1412.     protected function getSecurity_PasswordEncoderService()
  1413.     {
  1414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1416.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1417.     }
  1418.     /**
  1419.      * Gets the public 'security.token_storage' shared service.
  1420.      *
  1421.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1422.      */
  1423.     protected function getSecurity_TokenStorageService()
  1424.     {
  1425.         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, [
  1426.             'session' => ['services''session''getSessionService'false],
  1427.         ], [
  1428.             'session' => '?',
  1429.         ]));
  1430.     }
  1431.     /**
  1432.      * Gets the public 'serializer' shared service.
  1433.      *
  1434.      * @return \Symfony\Component\Serializer\Serializer
  1435.      */
  1436.     protected function getSerializerService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1473.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1474.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1475.         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()]);
  1476.     }
  1477.     /**
  1478.      * Gets the public 'services_resetter' shared service.
  1479.      *
  1480.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1481.      */
  1482.     protected function getServicesResetterService()
  1483.     {
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1485.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1486.             if (isset($this->services['cache.app'])) {
  1487.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1488.             }
  1489.             if (isset($this->services['cache.system'])) {
  1490.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1491.             }
  1492.             if (isset($this->privates['cache.validator'])) {
  1493.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1494.             }
  1495.             if (isset($this->privates['cache.serializer'])) {
  1496.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1497.             }
  1498.             if (isset($this->privates['cache.annotations'])) {
  1499.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1500.             }
  1501.             if (isset($this->privates['cache.property_info'])) {
  1502.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1503.             }
  1504.             if (isset($this->privates['doctrine.result_cache_pool'])) {
  1505.                 yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  1506.             }
  1507.             if (isset($this->privates['doctrine.system_cache_pool'])) {
  1508.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? null);
  1509.             }
  1510.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1511.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1512.             }
  1513.             if (isset($this->services['profiler'])) {
  1514.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1515.             }
  1516.             if (isset($this->services['validator'])) {
  1517.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1518.             }
  1519.             if (isset($this->privates['debug.stopwatch'])) {
  1520.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1521.             }
  1522.             if (isset($this->services['event_dispatcher'])) {
  1523.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1524.             }
  1525.             if (isset($this->services['doctrine'])) {
  1526.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1527.             }
  1528.             if (isset($this->privates['form.type.entity'])) {
  1529.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1530.             }
  1531.             if (isset($this->services['security.token_storage'])) {
  1532.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1533.             }
  1534.             if (isset($this->privates['cache.security_expression_language'])) {
  1535.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1536.             }
  1537.             if (isset($this->privates['monolog.handler.main'])) {
  1538.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1539.             }
  1540.             if (isset($this->privates['monolog.handler.console'])) {
  1541.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1542.             }
  1543.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1544.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1545.             }
  1546.             if (isset($this->privates['cache.webpack_encore'])) {
  1547.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1548.             }
  1549.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1550.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1551.             }
  1552.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1553.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1554.             }
  1555.         }, function () {
  1556.             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['doctrine.result_cache_pool'])) + (int) (isset($this->privates['doctrine.system_cache_pool'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  1557.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'doctrine.result_cache_pool' => [=> 'reset'], 'doctrine.system_cache_pool' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  1558.     }
  1559.     /**
  1560.      * Gets the public 'session' shared service.
  1561.      *
  1562.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1563.      */
  1564.     protected function getSessionService()
  1565.     {
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1568.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1569.     }
  1570.     /**
  1571.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1572.      *
  1573.      * @return \Swift_Mailer
  1574.      */
  1575.     protected function getSwiftmailer_Mailer_DefaultService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1578.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1579.     }
  1580.     /**
  1581.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1582.      *
  1583.      * @return \Swift_Plugins_MessageLogger
  1584.      */
  1585.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1586.     {
  1587.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1590.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1591.     }
  1592.     /**
  1593.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1594.      *
  1595.      * @return \Swift_Transport
  1596.      */
  1597.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1598.     {
  1599.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1603.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => $this->getEnv('SWIFT_TRANSPORT'), 'url' => NULL'username' => $this->getEnv('SWIFT_USERNAME'), 'password' => $this->getEnv('SWIFT_PASSWORD'), 'host' => $this->getEnv('SWIFT_HOST'), 'port' => $this->getEnv('SWIFT_PORT'), 'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1604.     }
  1605.     /**
  1606.      * Gets the public 'swiftmailer.transport' shared service.
  1607.      *
  1608.      * @return \Swift_Transport_SpoolTransport
  1609.      */
  1610.     protected function getSwiftmailer_TransportService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1619.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1621.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  1622.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1623.         return $instance;
  1624.     }
  1625.     /**
  1626.      * Gets the public 'translator' shared service.
  1627.      *
  1628.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1629.      */
  1630.     protected function getTranslatorService()
  1631.     {
  1632.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1633.     }
  1634.     /**
  1635.      * Gets the public 'twig' shared service.
  1636.      *
  1637.      * @return \Twig\Environment
  1638.      */
  1639.     protected function getTwigService()
  1640.     {
  1641.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1642.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1643.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1644.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1645.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1646.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1647.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1648.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1649.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1650.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1651.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1652.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1653.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1654.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1658.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1659.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1660.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1661.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1662.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1663.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1664.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1665.         $f->setEnvironment('dev');
  1666.         $f->setDebug(true);
  1667.         if ($this->has('security.token_storage')) {
  1668.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1669.         }
  1670.         if ($this->has('request_stack')) {
  1671.             $f->setRequestStack($d);
  1672.         }
  1673.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1674.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1675.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1676.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1677.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1678.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__4), 'UTF-8'));
  1679.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1680.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1681.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1682.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1683.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1684.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1685.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1686.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1687.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1688.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1689.         $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())));
  1690.         $instance->addExtension(new \App\Twig\CoreExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1691.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1692.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1693.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1694.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1695.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1696.         ], [
  1697.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1698.             'webpack_encore.tag_renderer' => '?',
  1699.         ])));
  1700.         $instance->addGlobal('app'$f);
  1701.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1702.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1703.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1704.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1705.         ], [
  1706.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1707.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1708.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1709.         ])));
  1710.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1711.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1712.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1713.         return $instance;
  1714.     }
  1715.     /**
  1716.      * Gets the public 'validator' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1719.      */
  1720.     protected function getValidatorService()
  1721.     {
  1722.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1723.     }
  1724.     /**
  1725.      * Gets the public 'var_dumper.cloner' shared service.
  1726.      *
  1727.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1728.      */
  1729.     protected function getVarDumper_ClonerService()
  1730.     {
  1731.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1732.         $instance->setMaxItems(2500);
  1733.         $instance->setMinDepth(1);
  1734.         $instance->setMaxString(-1);
  1735.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1736.         return $instance;
  1737.     }
  1738.     /**
  1739.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1740.      *
  1741.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1742.      */
  1743.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1744.     {
  1745.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1746.         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()));
  1747.     }
  1748.     /**
  1749.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1750.      *
  1751.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1752.      */
  1753.     protected function getWebProfiler_Controller_ProfilerService()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1756.         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));
  1757.     }
  1758.     /**
  1759.      * Gets the public 'web_profiler.controller.router' shared service.
  1760.      *
  1761.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1762.      */
  1763.     protected function getWebProfiler_Controller_RouterService()
  1764.     {
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1766.         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()));
  1767.     }
  1768.     /**
  1769.      * Gets the private '.debug.http_client' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1772.      */
  1773.     protected function get_Debug_HttpClientService()
  1774.     {
  1775.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1776.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1777.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1778.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1779.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1780.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1781.         $a->setLogger($b);
  1782.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1783.     }
  1784.     /**
  1785.      * Gets the private '.service_locator..zYNw3Q' shared service.
  1786.      *
  1787.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1788.      */
  1789.     protected function get_ServiceLocator__ZYNw3QService()
  1790.     {
  1791.         return $this->privates['.service_locator..zYNw3Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1792.             'kernel' => ['services''kernel''getKernelService'false],
  1793.         ], [
  1794.             'kernel' => '?',
  1795.         ]);
  1796.     }
  1797.     /**
  1798.      * Gets the private '.service_locator.pBXTEwD' shared service.
  1799.      *
  1800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1801.      */
  1802.     protected function get_ServiceLocator_PBXTEwDService()
  1803.     {
  1804.         return $this->privates['.service_locator.pBXTEwD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1805.             'App\\Controller\\Front\\Core\\CoreController::runSocket' => ['privates''.service_locator..zYNw3Q''get_ServiceLocator__ZYNw3QService'false],
  1806.             'App\\Controller\\Security\\SecurityController::login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  1807.             'App\\Controller\\Front\\Core\\CoreController:runSocket' => ['privates''.service_locator..zYNw3Q''get_ServiceLocator__ZYNw3QService'false],
  1808.             'App\\Controller\\Security\\SecurityController:login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  1809.         ], [
  1810.             'App\\Controller\\Front\\Core\\CoreController::runSocket' => '?',
  1811.             'App\\Controller\\Security\\SecurityController::login' => '?',
  1812.             'App\\Controller\\Front\\Core\\CoreController:runSocket' => '?',
  1813.             'App\\Controller\\Security\\SecurityController:login' => '?',
  1814.         ]);
  1815.     }
  1816.     /**
  1817.      * Gets the private '.service_locator.pNNo5z3' shared service.
  1818.      *
  1819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1820.      */
  1821.     protected function get_ServiceLocator_PNNo5z3Service()
  1822.     {
  1823.         return $this->privates['.service_locator.pNNo5z3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1824.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1825.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1826.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1827.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1828.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1829.             'router' => ['services''router''getRouterService'false],
  1830.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1831.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1832.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1833.             'serializer' => ['services''serializer''getSerializerService'false],
  1834.             'session' => ['services''session''getSessionService'false],
  1835.             'twig' => ['services''twig''getTwigService'false],
  1836.         ], [
  1837.             'doctrine' => '?',
  1838.             'form.factory' => '?',
  1839.             'http_kernel' => '?',
  1840.             'parameter_bag' => '?',
  1841.             'request_stack' => '?',
  1842.             'router' => '?',
  1843.             'security.authorization_checker' => '?',
  1844.             'security.csrf.token_manager' => '?',
  1845.             'security.token_storage' => '?',
  1846.             'serializer' => '?',
  1847.             'session' => '?',
  1848.             'twig' => '?',
  1849.         ]);
  1850.     }
  1851.     /**
  1852.      * Gets the private '.service_locator.q6jLs_L' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1855.      */
  1856.     protected function get_ServiceLocator_Q6jLsLService()
  1857.     {
  1858.         return $this->privates['.service_locator.q6jLs_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1859.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  1860.         ], [
  1861.             'authenticationUtils' => '?',
  1862.         ]);
  1863.     }
  1864.     /**
  1865.      * Gets the private 'App\Command\WebsocketServerCommand' shared autowired service.
  1866.      *
  1867.      * @return \App\Command\WebsocketServerCommand
  1868.      */
  1869.     protected function getWebsocketServerCommandService()
  1870.     {
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1872.         include_once \dirname(__DIR__4).'/src/Command/WebsocketServerCommand.php';
  1873.         $this->privates['App\\Command\\WebsocketServerCommand'] = $instance = new \App\Command\WebsocketServerCommand();
  1874.         $instance->setName('run:websocket-server');
  1875.         return $instance;
  1876.     }
  1877.     /**
  1878.      * Gets the private 'App\Form\Admin\EventsType' shared autowired service.
  1879.      *
  1880.      * @return \App\Form\Admin\EventsType
  1881.      */
  1882.     protected function getEventsTypeService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1886.         include_once \dirname(__DIR__4).'/src/Form/Admin/EventsType.php';
  1887.         return $this->privates['App\\Form\\Admin\\EventsType'] = new \App\Form\Admin\EventsType();
  1888.     }
  1889.     /**
  1890.      * Gets the private 'App\Form\Admin\ThemesType' shared autowired service.
  1891.      *
  1892.      * @return \App\Form\Admin\ThemesType
  1893.      */
  1894.     protected function getThemesTypeService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1898.         include_once \dirname(__DIR__4).'/src/Form/Admin/ThemesType.php';
  1899.         return $this->privates['App\\Form\\Admin\\ThemesType'] = new \App\Form\Admin\ThemesType();
  1900.     }
  1901.     /**
  1902.      * Gets the private 'App\Form\Front\FilterType' shared autowired service.
  1903.      *
  1904.      * @return \App\Form\Front\FilterType
  1905.      */
  1906.     protected function getFilterTypeService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1910.         include_once \dirname(__DIR__4).'/src/Form/Front/FilterType.php';
  1911.         return $this->privates['App\\Form\\Front\\FilterType'] = new \App\Form\Front\FilterType();
  1912.     }
  1913.     /**
  1914.      * Gets the private 'App\Form\Front\RegisterType' shared autowired service.
  1915.      *
  1916.      * @return \App\Form\Front\RegisterType
  1917.      */
  1918.     protected function getRegisterTypeService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1922.         include_once \dirname(__DIR__4).'/src/Form/Front/RegisterType.php';
  1923.         return $this->privates['App\\Form\\Front\\RegisterType'] = new \App\Form\Front\RegisterType();
  1924.     }
  1925.     /**
  1926.      * Gets the private 'App\Repository\Events\EventsRepository' shared autowired service.
  1927.      *
  1928.      * @return \App\Repository\Events\EventsRepository
  1929.      */
  1930.     protected function getEventsRepositoryService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1937.         include_once \dirname(__DIR__4).'/src/Repository/Events/EventsRepository.php';
  1938.         return $this->privates['App\\Repository\\Events\\EventsRepository'] = new \App\Repository\Events\EventsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1939.     }
  1940.     /**
  1941.      * Gets the private 'App\Repository\Events\ThemesRepository' shared autowired service.
  1942.      *
  1943.      * @return \App\Repository\Events\ThemesRepository
  1944.      */
  1945.     protected function getThemesRepositoryService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1952.         include_once \dirname(__DIR__4).'/src/Repository/Events/ThemesRepository.php';
  1953.         return $this->privates['App\\Repository\\Events\\ThemesRepository'] = new \App\Repository\Events\ThemesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1954.     }
  1955.     /**
  1956.      * Gets the private 'App\Repository\Location\CountriesRepository' shared autowired service.
  1957.      *
  1958.      * @return \App\Repository\Location\CountriesRepository
  1959.      */
  1960.     protected function getCountriesRepositoryService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1967.         include_once \dirname(__DIR__4).'/src/Repository/Location/CountriesRepository.php';
  1968.         return $this->privates['App\\Repository\\Location\\CountriesRepository'] = new \App\Repository\Location\CountriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1969.     }
  1970.     /**
  1971.      * Gets the private 'App\Repository\Medias\MediasRepository' shared autowired service.
  1972.      *
  1973.      * @return \App\Repository\Medias\MediasRepository
  1974.      */
  1975.     protected function getMediasRepositoryService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1982.         include_once \dirname(__DIR__4).'/src/Repository/Medias/MediasRepository.php';
  1983.         return $this->privates['App\\Repository\\Medias\\MediasRepository'] = new \App\Repository\Medias\MediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1984.     }
  1985.     /**
  1986.      * Gets the private 'App\Repository\Security\UserRepository' shared autowired service.
  1987.      *
  1988.      * @return \App\Repository\Security\UserRepository
  1989.      */
  1990.     protected function getUserRepositoryService()
  1991.     {
  1992.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  1997.         include_once \dirname(__DIR__4).'/src/Repository/Security/UserRepository.php';
  1998.         return $this->privates['App\\Repository\\Security\\UserRepository'] = new \App\Repository\Security\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1999.     }
  2000.     /**
  2001.      * Gets the private 'App\Repository\Socket\MessagesRepository' shared autowired service.
  2002.      *
  2003.      * @return \App\Repository\Socket\MessagesRepository
  2004.      */
  2005.     protected function getMessagesRepositoryService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2012.         include_once \dirname(__DIR__4).'/src/Repository/Socket/MessagesRepository.php';
  2013.         return $this->privates['App\\Repository\\Socket\\MessagesRepository'] = new \App\Repository\Socket\MessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2014.     }
  2015.     /**
  2016.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2017.      *
  2018.      * @return \App\Security\LoginFormAuthenticator
  2019.      */
  2020.     protected function getLoginFormAuthenticatorService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2027.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2028.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->privates['App\\Repository\\Security\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'annotations.cache' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\Cache\DoctrineProvider
  2034.      */
  2035.     protected function getAnnotations_CacheService()
  2036.     {
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2039.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2040.     }
  2041.     /**
  2042.      * Gets the private 'annotations.cache_warmer' shared service.
  2043.      *
  2044.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2045.      */
  2046.     protected function getAnnotations_CacheWarmerService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2051.         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);
  2052.     }
  2053.     /**
  2054.      * Gets the private 'annotations.cached_reader' shared service.
  2055.      *
  2056.      * @return \Doctrine\Common\Annotations\CachedReader
  2057.      */
  2058.     protected function getAnnotations_CachedReaderService()
  2059.     {
  2060.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2061.     }
  2062.     /**
  2063.      * Gets the private 'annotations.reader' shared service.
  2064.      *
  2065.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2066.      */
  2067.     protected function getAnnotations_ReaderService()
  2068.     {
  2069.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2070.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2071.         $a->registerUniqueLoader('class_exists');
  2072.         $instance->addGlobalIgnoredName('required'$a);
  2073.         return $instance;
  2074.     }
  2075.     /**
  2076.      * Gets the private 'assets.packages' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Asset\Packages
  2079.      */
  2080.     protected function getAssets_PackagesService()
  2081.     {
  2082.         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)), []);
  2083.     }
  2084.     /**
  2085.      * Gets the private 'cache.annotations' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2088.      */
  2089.     protected function getCache_AnnotationsService()
  2090.     {
  2091.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rTil9M31Zp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2092.     }
  2093.     /**
  2094.      * Gets the private 'cache.property_info' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2097.      */
  2098.     protected function getCache_PropertyInfoService()
  2099.     {
  2100.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('isqD66FIzz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2101.     }
  2102.     /**
  2103.      * Gets the private 'cache.security_expression_language' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2106.      */
  2107.     protected function getCache_SecurityExpressionLanguageService()
  2108.     {
  2109.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ujz7xdV6z7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2110.     }
  2111.     /**
  2112.      * Gets the private 'cache.serializer' shared service.
  2113.      *
  2114.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2115.      */
  2116.     protected function getCache_SerializerService()
  2117.     {
  2118.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iZIIHsltwq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2119.     }
  2120.     /**
  2121.      * Gets the private 'cache.validator' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2124.      */
  2125.     protected function getCache_ValidatorService()
  2126.     {
  2127.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3DO6H2BsCo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2128.     }
  2129.     /**
  2130.      * Gets the private 'cache.webpack_encore' shared service.
  2131.      *
  2132.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2133.      */
  2134.     protected function getCache_WebpackEncoreService()
  2135.     {
  2136.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dOQ7iVnPnN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2137.     }
  2138.     /**
  2139.      * Gets the private 'config_cache_factory' shared service.
  2140.      *
  2141.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2142.      */
  2143.     protected function getConfigCacheFactoryService()
  2144.     {
  2145.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2146.             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)));
  2147.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2148.         }, 2));
  2149.     }
  2150.     /**
  2151.      * Gets the private 'console.command.about' shared service.
  2152.      *
  2153.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2154.      */
  2155.     protected function getConsole_Command_AboutService()
  2156.     {
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2159.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2160.         $instance->setName('about');
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the private 'console.command.assets_install' shared service.
  2165.      *
  2166.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2167.      */
  2168.     protected function getConsole_Command_AssetsInstallService()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2173.         $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));
  2174.         $instance->setName('assets:install');
  2175.         return $instance;
  2176.     }
  2177.     /**
  2178.      * Gets the private 'console.command.cache_clear' shared service.
  2179.      *
  2180.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2181.      */
  2182.     protected function getConsole_Command_CacheClearService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2187.         $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())));
  2188.         $instance->setName('cache:clear');
  2189.         return $instance;
  2190.     }
  2191.     /**
  2192.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2193.      *
  2194.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2195.      */
  2196.     protected function getConsole_Command_CachePoolClearService()
  2197.     {
  2198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2200.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2201.         $instance->setName('cache:pool:clear');
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2206.      *
  2207.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2208.      */
  2209.     protected function getConsole_Command_CachePoolDeleteService()
  2210.     {
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2213.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2214.         $instance->setName('cache:pool:delete');
  2215.         return $instance;
  2216.     }
  2217.     /**
  2218.      * Gets the private 'console.command.cache_pool_list' shared service.
  2219.      *
  2220.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2221.      */
  2222.     protected function getConsole_Command_CachePoolListService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2226.         $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'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  2227.         $instance->setName('cache:pool:list');
  2228.         return $instance;
  2229.     }
  2230.     /**
  2231.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2232.      *
  2233.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2234.      */
  2235.     protected function getConsole_Command_CachePoolPruneService()
  2236.     {
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2239.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2240.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2241.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2242.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2243.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2244.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2245.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2246.             yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  2247.             yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  2248.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2249.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  2250.         }, 10));
  2251.         $instance->setName('cache:pool:prune');
  2252.         return $instance;
  2253.     }
  2254.     /**
  2255.      * Gets the private 'console.command.cache_warmup' shared service.
  2256.      *
  2257.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2258.      */
  2259.     protected function getConsole_Command_CacheWarmupService()
  2260.     {
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2263.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2264.         $instance->setName('cache:warmup');
  2265.         return $instance;
  2266.     }
  2267.     /**
  2268.      * Gets the private 'console.command.config_debug' shared service.
  2269.      *
  2270.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2271.      */
  2272.     protected function getConsole_Command_ConfigDebugService()
  2273.     {
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2278.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2279.         $instance->setName('debug:config');
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the private 'console.command.config_dump_reference' shared service.
  2284.      *
  2285.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2286.      */
  2287.     protected function getConsole_Command_ConfigDumpReferenceService()
  2288.     {
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2293.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2294.         $instance->setName('config:dump-reference');
  2295.         return $instance;
  2296.     }
  2297.     /**
  2298.      * Gets the private 'console.command.container_debug' shared service.
  2299.      *
  2300.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2301.      */
  2302.     protected function getConsole_Command_ContainerDebugService()
  2303.     {
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2306.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2307.         $instance->setName('debug:container');
  2308.         return $instance;
  2309.     }
  2310.     /**
  2311.      * Gets the private 'console.command.container_lint' shared service.
  2312.      *
  2313.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2314.      */
  2315.     protected function getConsole_Command_ContainerLintService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2319.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2320.         $instance->setName('lint:container');
  2321.         return $instance;
  2322.     }
  2323.     /**
  2324.      * Gets the private 'console.command.debug_autowiring' shared service.
  2325.      *
  2326.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2327.      */
  2328.     protected function getConsole_Command_DebugAutowiringService()
  2329.     {
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2333.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2334.         $instance->setName('debug:autowiring');
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2339.      *
  2340.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2341.      */
  2342.     protected function getConsole_Command_EventDispatcherDebugService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2346.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2347.         $instance->setName('debug:event-dispatcher');
  2348.         return $instance;
  2349.     }
  2350.     /**
  2351.      * Gets the private 'console.command.form_debug' shared service.
  2352.      *
  2353.      * @return \Symfony\Component\Form\Command\DebugCommand
  2354.      */
  2355.     protected function getConsole_Command_FormDebugService()
  2356.     {
  2357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2359.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Admin'=> 'App\\Form\\Front'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\Admin\\EventsType'=> 'App\\Form\\Admin\\ThemesType'=> 'App\\Form\\Front\\FilterType'=> 'App\\Form\\Front\\RegisterType'=> '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()));
  2360.         $instance->setName('debug:form');
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the private 'console.command.router_debug' shared service.
  2365.      *
  2366.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2367.      */
  2368.     protected function getConsole_Command_RouterDebugService()
  2369.     {
  2370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2372.         $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()));
  2373.         $instance->setName('debug:router');
  2374.         return $instance;
  2375.     }
  2376.     /**
  2377.      * Gets the private 'console.command.router_match' shared service.
  2378.      *
  2379.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2380.      */
  2381.     protected function getConsole_Command_RouterMatchService()
  2382.     {
  2383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2385.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2386.         $instance->setName('router:match');
  2387.         return $instance;
  2388.     }
  2389.     /**
  2390.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2391.      *
  2392.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2393.      */
  2394.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2402.         $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')))));
  2403.         $instance->setName('secrets:decrypt-to-local');
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2408.      *
  2409.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2410.      */
  2411.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2419.         $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')))));
  2420.         $instance->setName('secrets:encrypt-from-local');
  2421.         return $instance;
  2422.     }
  2423.     /**
  2424.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2425.      *
  2426.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2427.      */
  2428.     protected function getConsole_Command_SecretsGenerateKeyService()
  2429.     {
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2436.         $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')))));
  2437.         $instance->setName('secrets:generate-keys');
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the private 'console.command.secrets_list' shared service.
  2442.      *
  2443.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2444.      */
  2445.     protected function getConsole_Command_SecretsListService()
  2446.     {
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2453.         $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')))));
  2454.         $instance->setName('secrets:list');
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the private 'console.command.secrets_remove' shared service.
  2459.      *
  2460.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2461.      */
  2462.     protected function getConsole_Command_SecretsRemoveService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2470.         $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')))));
  2471.         $instance->setName('secrets:remove');
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the private 'console.command.secrets_set' shared service.
  2476.      *
  2477.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2478.      */
  2479.     protected function getConsole_Command_SecretsSetService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2487.         $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')))));
  2488.         $instance->setName('secrets:set');
  2489.         return $instance;
  2490.     }
  2491.     /**
  2492.      * Gets the private 'console.command.translation_debug' shared service.
  2493.      *
  2494.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2495.      */
  2496.     protected function getConsole_Command_TranslationDebugService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2500.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2501.         $instance->setName('debug:translation');
  2502.         return $instance;
  2503.     }
  2504.     /**
  2505.      * Gets the private 'console.command.translation_update' shared service.
  2506.      *
  2507.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2508.      */
  2509.     protected function getConsole_Command_TranslationUpdateService()
  2510.     {
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2527.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2528.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2529.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2530.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2531.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2532.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2533.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2534.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2535.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2536.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2537.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2538.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2539.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2540.         $instance->setName('translation:update');
  2541.         return $instance;
  2542.     }
  2543.     /**
  2544.      * Gets the private 'console.command.xliff_lint' shared service.
  2545.      *
  2546.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2547.      */
  2548.     protected function getConsole_Command_XliffLintService()
  2549.     {
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2553.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2554.         $instance->setName('lint:xliff');
  2555.         return $instance;
  2556.     }
  2557.     /**
  2558.      * Gets the private 'console.command.yaml_lint' shared service.
  2559.      *
  2560.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2561.      */
  2562.     protected function getConsole_Command_YamlLintService()
  2563.     {
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2567.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2568.         $instance->setName('lint:yaml');
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the private 'console.error_listener' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2575.      */
  2576.     protected function getConsole_ErrorListenerService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2579.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2580.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2581.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2582.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2583.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2584.     }
  2585.     /**
  2586.      * Gets the private 'container.env_var_processor' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2589.      */
  2590.     protected function getContainer_EnvVarProcessorService()
  2591.     {
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  2594.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2595.             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'))));
  2596.         }, 1));
  2597.     }
  2598.     /**
  2599.      * Gets the private 'data_collector.form' shared service.
  2600.      *
  2601.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2602.      */
  2603.     protected function getDataCollector_FormService()
  2604.     {
  2605.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2606.     }
  2607.     /**
  2608.      * Gets the private 'debug.argument_resolver.default' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2611.      */
  2612.     protected function getDebug_ArgumentResolver_DefaultService()
  2613.     {
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  2617.         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))));
  2618.     }
  2619.     /**
  2620.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2623.      */
  2624.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  2629.         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.pBXTEwD'] ?? $this->get_ServiceLocator_PBXTEwDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2630.     }
  2631.     /**
  2632.      * Gets the private 'debug.argument_resolver.request' shared service.
  2633.      *
  2634.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2635.      */
  2636.     protected function getDebug_ArgumentResolver_RequestService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  2641.         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))));
  2642.     }
  2643.     /**
  2644.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  2645.      *
  2646.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2647.      */
  2648.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  2653.         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))));
  2654.     }
  2655.     /**
  2656.      * Gets the private 'debug.argument_resolver.service' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2659.      */
  2660.     protected function getDebug_ArgumentResolver_ServiceService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  2665.         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.pBXTEwD'] ?? $this->get_ServiceLocator_PBXTEwDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2666.     }
  2667.     /**
  2668.      * Gets the private 'debug.argument_resolver.session' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2671.      */
  2672.     protected function getDebug_ArgumentResolver_SessionService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  2677.         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))));
  2678.     }
  2679.     /**
  2680.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2683.      */
  2684.     protected function getDebug_ArgumentResolver_VariadicService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  2689.         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))));
  2690.     }
  2691.     /**
  2692.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2693.      *
  2694.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2695.      */
  2696.     protected function getDebug_DebugHandlersListenerService()
  2697.     {
  2698.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2699.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2700.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2701.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2702.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2703.         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);
  2704.     }
  2705.     /**
  2706.      * Gets the private 'debug.dump_listener' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  2709.      */
  2710.     protected function getDebug_DumpListenerService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  2714.         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()));
  2715.     }
  2716.     /**
  2717.      * Gets the private 'debug.file_link_formatter' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2720.      */
  2721.     protected function getDebug_FileLinkFormatterService()
  2722.     {
  2723.         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 () {
  2724.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  2725.         });
  2726.     }
  2727.     /**
  2728.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  2729.      *
  2730.      * @return \string
  2731.      */
  2732.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  2733.     {
  2734.         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');
  2735.     }
  2736.     /**
  2737.      * Gets the private 'debug.log_processor' shared service.
  2738.      *
  2739.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2740.      */
  2741.     protected function getDebug_LogProcessorService()
  2742.     {
  2743.         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())));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2747.      *
  2748.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2749.      */
  2750.     protected function getDebug_Security_Access_DecisionManagerService()
  2751.     {
  2752.         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 () {
  2753.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  2754.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  2755.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  2756.         }, 3), 'affirmative'falsetrue));
  2757.     }
  2758.     /**
  2759.      * Gets the private 'debug.security.firewall' shared service.
  2760.      *
  2761.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2762.      */
  2763.     protected function getDebug_Security_FirewallService()
  2764.     {
  2765.         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()));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'debug.security.user_value_resolver' shared service.
  2769.      *
  2770.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2771.      */
  2772.     protected function getDebug_Security_UserValueResolverService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  2777.         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))));
  2778.     }
  2779.     /**
  2780.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2783.      */
  2784.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  2789.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2790.     }
  2791.     /**
  2792.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2795.      */
  2796.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  2797.     {
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  2801.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2802.     }
  2803.     /**
  2804.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  2807.      */
  2808.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  2813.         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()));
  2814.     }
  2815.     /**
  2816.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  2817.      *
  2818.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  2819.      */
  2820.     protected function getDebug_Security_Voter_VoteListenerService()
  2821.     {
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  2823.         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()));
  2824.     }
  2825.     /**
  2826.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  2827.      *
  2828.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  2829.      */
  2830.     protected function getDoctrine_CacheClearMetadataCommandService()
  2831.     {
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  2835.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  2836.         $instance->setName('doctrine:cache:clear-metadata');
  2837.         return $instance;
  2838.     }
  2839.     /**
  2840.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  2841.      *
  2842.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  2843.      */
  2844.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  2845.     {
  2846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  2848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  2849.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  2850.         $instance->setName('doctrine:cache:clear-query');
  2851.         return $instance;
  2852.     }
  2853.     /**
  2854.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  2855.      *
  2856.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  2857.      */
  2858.     protected function getDoctrine_CacheClearResultCommandService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  2863.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  2864.         $instance->setName('doctrine:cache:clear-result');
  2865.         return $instance;
  2866.     }
  2867.     /**
  2868.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  2869.      *
  2870.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  2871.      */
  2872.     protected function getDoctrine_CacheCollectionRegionCommandService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  2877.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  2878.         $instance->setName('doctrine:cache:clear-collection-region');
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  2883.      *
  2884.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  2885.      */
  2886.     protected function getDoctrine_ClearEntityRegionCommandService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  2891.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  2892.         $instance->setName('doctrine:cache:clear-entity-region');
  2893.         return $instance;
  2894.     }
  2895.     /**
  2896.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  2897.      *
  2898.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  2899.      */
  2900.     protected function getDoctrine_ClearQueryRegionCommandService()
  2901.     {
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  2905.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  2906.         $instance->setName('doctrine:cache:clear-query-region');
  2907.         return $instance;
  2908.     }
  2909.     /**
  2910.      * Gets the private 'doctrine.database_create_command' shared service.
  2911.      *
  2912.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  2913.      */
  2914.     protected function getDoctrine_DatabaseCreateCommandService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  2919.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2920.         $instance->setName('doctrine:database:create');
  2921.         return $instance;
  2922.     }
  2923.     /**
  2924.      * Gets the private 'doctrine.database_drop_command' shared service.
  2925.      *
  2926.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  2927.      */
  2928.     protected function getDoctrine_DatabaseDropCommandService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  2933.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2934.         $instance->setName('doctrine:database:drop');
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'doctrine.database_import_command' shared service.
  2939.      *
  2940.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  2941.      */
  2942.     protected function getDoctrine_DatabaseImportCommandService()
  2943.     {
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  2947.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  2948.         $instance->setName('doctrine:database:import');
  2949.         return $instance;
  2950.     }
  2951.     /**
  2952.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  2953.      *
  2954.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  2955.      */
  2956.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  2961.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  2962.         $instance->setName('doctrine:ensure-production-settings');
  2963.         return $instance;
  2964.     }
  2965.     /**
  2966.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  2967.      *
  2968.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  2969.      */
  2970.     protected function getDoctrine_FixturesLoadCommandService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  2983.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  2984.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  2985.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), 'groups' => []]]);
  2986.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2987.         $instance->setName('doctrine:fixtures:load');
  2988.         return $instance;
  2989.     }
  2990.     /**
  2991.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  2992.      *
  2993.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  2994.      */
  2995.     protected function getDoctrine_MappingConvertCommandService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3000.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3001.         $instance->setName('doctrine:mapping:convert');
  3002.         return $instance;
  3003.     }
  3004.     /**
  3005.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3006.      *
  3007.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3008.      */
  3009.     protected function getDoctrine_MappingImportCommandService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3014.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3015.         $instance->setName('doctrine:mapping:import');
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3020.      *
  3021.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3022.      */
  3023.     protected function getDoctrine_MappingInfoCommandService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3028.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3029.         $instance->setName('doctrine:mapping:info');
  3030.         return $instance;
  3031.     }
  3032.     /**
  3033.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3034.      *
  3035.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3036.      */
  3037.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3040.         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()));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3044.      *
  3045.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3046.      */
  3047.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3050.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3051.     }
  3052.     /**
  3053.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3054.      *
  3055.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3056.      */
  3057.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3061.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3062.     }
  3063.     /**
  3064.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3065.      *
  3066.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3067.      */
  3068.     protected function getDoctrine_Orm_Validator_UniqueService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3073.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3074.     }
  3075.     /**
  3076.      * Gets the private 'doctrine.query_dql_command' shared service.
  3077.      *
  3078.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3079.      */
  3080.     protected function getDoctrine_QueryDqlCommandService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3085.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3086.         $instance->setName('doctrine:query:dql');
  3087.         return $instance;
  3088.     }
  3089.     /**
  3090.      * Gets the private 'doctrine.query_sql_command' shared service.
  3091.      *
  3092.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3093.      */
  3094.     protected function getDoctrine_QuerySqlCommandService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3099.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  3100.         $instance->setName('doctrine:query:sql');
  3101.         return $instance;
  3102.     }
  3103.     /**
  3104.      * Gets the private 'doctrine.result_cache_pool' shared service.
  3105.      *
  3106.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3107.      */
  3108.     protected function getDoctrine_ResultCachePoolService()
  3109.     {
  3110.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('IXCm8njWjt'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  3111.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3112.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3113.     }
  3114.     /**
  3115.      * Gets the private 'doctrine.schema_create_command' shared service.
  3116.      *
  3117.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3118.      */
  3119.     protected function getDoctrine_SchemaCreateCommandService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3125.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3126.         $instance->setName('doctrine:schema:create');
  3127.         return $instance;
  3128.     }
  3129.     /**
  3130.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3131.      *
  3132.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3133.      */
  3134.     protected function getDoctrine_SchemaDropCommandService()
  3135.     {
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3140.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3141.         $instance->setName('doctrine:schema:drop');
  3142.         return $instance;
  3143.     }
  3144.     /**
  3145.      * Gets the private 'doctrine.schema_update_command' shared service.
  3146.      *
  3147.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3148.      */
  3149.     protected function getDoctrine_SchemaUpdateCommandService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3155.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3156.         $instance->setName('doctrine:schema:update');
  3157.         return $instance;
  3158.     }
  3159.     /**
  3160.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3161.      *
  3162.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3163.      */
  3164.     protected function getDoctrine_SchemaValidateCommandService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3169.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3170.         $instance->setName('doctrine:schema:validate');
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the private 'doctrine.system_cache_pool' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3177.      */
  3178.     protected function getDoctrine_SystemCachePoolService()
  3179.     {
  3180.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('POZKbbcfsk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3181.     }
  3182.     /**
  3183.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3184.      *
  3185.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  3186.      */
  3187.     protected function getDoctrineMigrations_DiffCommandService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  3193.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  3194.         $instance->setName('doctrine:migrations:diff');
  3195.         return $instance;
  3196.     }
  3197.     /**
  3198.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3199.      *
  3200.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  3201.      */
  3202.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3203.     {
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3205.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  3208.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  3209.         $instance->setName('doctrine:migrations:dump-schema');
  3210.         return $instance;
  3211.     }
  3212.     /**
  3213.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3214.      *
  3215.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  3216.      */
  3217.     protected function getDoctrineMigrations_ExecuteCommandService()
  3218.     {
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  3223.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  3224.         $instance->setName('doctrine:migrations:execute');
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3229.      *
  3230.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  3231.      */
  3232.     protected function getDoctrineMigrations_GenerateCommandService()
  3233.     {
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  3238.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  3239.         $instance->setName('doctrine:migrations:generate');
  3240.         return $instance;
  3241.     }
  3242.     /**
  3243.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3244.      *
  3245.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  3246.      */
  3247.     protected function getDoctrineMigrations_LatestCommandService()
  3248.     {
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  3253.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  3254.         $instance->setName('doctrine:migrations:latest');
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3259.      *
  3260.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  3261.      */
  3262.     protected function getDoctrineMigrations_MigrateCommandService()
  3263.     {
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3266.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  3268.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  3269.         $instance->setName('doctrine:migrations:migrate');
  3270.         return $instance;
  3271.     }
  3272.     /**
  3273.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3274.      *
  3275.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  3276.      */
  3277.     protected function getDoctrineMigrations_RollupCommandService()
  3278.     {
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  3283.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  3284.         $instance->setName('doctrine:migrations:rollup');
  3285.         return $instance;
  3286.     }
  3287.     /**
  3288.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3289.      *
  3290.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  3291.      */
  3292.     protected function getDoctrineMigrations_StatusCommandService()
  3293.     {
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3295.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  3298.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  3299.         $instance->setName('doctrine:migrations:status');
  3300.         return $instance;
  3301.     }
  3302.     /**
  3303.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3304.      *
  3305.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  3306.      */
  3307.     protected function getDoctrineMigrations_UpToDateCommandService()
  3308.     {
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  3313.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  3314.         $instance->setName('doctrine:migrations:up-to-date');
  3315.         return $instance;
  3316.     }
  3317.     /**
  3318.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3319.      *
  3320.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  3321.      */
  3322.     protected function getDoctrineMigrations_VersionCommandService()
  3323.     {
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  3328.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  3329.         $instance->setName('doctrine:migrations:version');
  3330.         return $instance;
  3331.     }
  3332.     /**
  3333.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3334.      *
  3335.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3336.      */
  3337.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3338.     {
  3339.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3340.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3341.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3342.         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()));
  3343.     }
  3344.     /**
  3345.      * Gets the private 'exception_listener' shared service.
  3346.      *
  3347.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3348.      */
  3349.     protected function getExceptionListenerService()
  3350.     {
  3351.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3352.     }
  3353.     /**
  3354.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3357.      */
  3358.     protected function getForm_ChoiceListFactory_CachedService()
  3359.     {
  3360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3364.         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())));
  3365.     }
  3366.     /**
  3367.      * Gets the private 'form.registry' shared service.
  3368.      *
  3369.      * @return \Symfony\Component\Form\FormRegistry
  3370.      */
  3371.     protected function getForm_RegistryService()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3380.         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, [
  3381.             'App\\Form\\Admin\\EventsType' => ['privates''App\\Form\\Admin\\EventsType''getEventsTypeService'false],
  3382.             'App\\Form\\Admin\\ThemesType' => ['privates''App\\Form\\Admin\\ThemesType''getThemesTypeService'false],
  3383.             'App\\Form\\Front\\FilterType' => ['privates''App\\Form\\Front\\FilterType''getFilterTypeService'false],
  3384.             'App\\Form\\Front\\RegisterType' => ['privates''App\\Form\\Front\\RegisterType''getRegisterTypeService'false],
  3385.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3386.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3387.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3388.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3389.         ], [
  3390.             'App\\Form\\Admin\\EventsType' => '?',
  3391.             'App\\Form\\Admin\\ThemesType' => '?',
  3392.             'App\\Form\\Front\\FilterType' => '?',
  3393.             'App\\Form\\Front\\RegisterType' => '?',
  3394.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3395.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3396.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3397.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3398.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3399.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3400.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3401.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3402.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3403.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3404.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3405.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3406.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3407.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3408.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3409.         }, 1)], new RewindableGenerator(function () {
  3410.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3411.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3412.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3413.     }
  3414.     /**
  3415.      * Gets the private 'form.server_params' shared service.
  3416.      *
  3417.      * @return \Symfony\Component\Form\Util\ServerParams
  3418.      */
  3419.     protected function getForm_ServerParamsService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3422.         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())));
  3423.     }
  3424.     /**
  3425.      * Gets the private 'form.type.choice' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3428.      */
  3429.     protected function getForm_Type_ChoiceService()
  3430.     {
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3434.         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()));
  3435.     }
  3436.     /**
  3437.      * Gets the private 'form.type.entity' shared service.
  3438.      *
  3439.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3440.      */
  3441.     protected function getForm_Type_EntityService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  3447.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3448.     }
  3449.     /**
  3450.      * Gets the private 'form.type.form' shared service.
  3451.      *
  3452.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3453.      */
  3454.     protected function getForm_Type_FormService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3460.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3461.     }
  3462.     /**
  3463.      * Gets the private 'form.type_extension.csrf' shared service.
  3464.      *
  3465.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3466.      */
  3467.     protected function getForm_TypeExtension_CsrfService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3472.         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()));
  3473.     }
  3474.     /**
  3475.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3476.      *
  3477.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3478.      */
  3479.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3484.         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()));
  3485.     }
  3486.     /**
  3487.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3488.      *
  3489.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3490.      */
  3491.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3498.         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())));
  3499.     }
  3500.     /**
  3501.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3502.      *
  3503.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3504.      */
  3505.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3506.     {
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3510.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3511.     }
  3512.     /**
  3513.      * Gets the private 'form.type_extension.form.validator' shared service.
  3514.      *
  3515.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3516.      */
  3517.     protected function getForm_TypeExtension_Form_ValidatorService()
  3518.     {
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3523.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3524.     }
  3525.     /**
  3526.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3527.      *
  3528.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3529.      */
  3530.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3531.     {
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3535.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3536.     }
  3537.     /**
  3538.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3539.      *
  3540.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3541.      */
  3542.     protected function getForm_TypeGuesser_DoctrineService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3546.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3547.     }
  3548.     /**
  3549.      * Gets the private 'form.type_guesser.validator' shared service.
  3550.      *
  3551.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3552.      */
  3553.     protected function getForm_TypeGuesser_ValidatorService()
  3554.     {
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3557.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3558.     }
  3559.     /**
  3560.      * Gets the private 'fos_js_routing.dump_command' shared service.
  3561.      *
  3562.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  3563.      */
  3564.     protected function getFosJsRouting_DumpCommandService()
  3565.     {
  3566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  3568.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  3569.         $instance->setName('fos:js-routing:dump');
  3570.         return $instance;
  3571.     }
  3572.     /**
  3573.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  3574.      *
  3575.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  3576.      */
  3577.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  3578.     {
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  3581.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  3582.         $instance->setName('fos:js-routing:debug');
  3583.         return $instance;
  3584.     }
  3585.     /**
  3586.      * Gets the private 'fragment.renderer.inline' shared service.
  3587.      *
  3588.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3589.      */
  3590.     protected function getFragment_Renderer_InlineService()
  3591.     {
  3592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3595.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3596.         $instance->setFragmentPath('/_fragment');
  3597.         return $instance;
  3598.     }
  3599.     /**
  3600.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3601.      *
  3602.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3603.      */
  3604.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3605.     {
  3606.         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())));
  3607.     }
  3608.     /**
  3609.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3610.      *
  3611.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3612.      */
  3613.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3614.     {
  3615.         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()));
  3616.     }
  3617.     /**
  3618.      * Gets the private 'locale_aware_listener' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3621.      */
  3622.     protected function getLocaleAwareListenerService()
  3623.     {
  3624.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3625.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3626.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3627.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3628.     }
  3629.     /**
  3630.      * Gets the private 'locale_listener' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3633.      */
  3634.     protected function getLocaleListenerService()
  3635.     {
  3636.         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()));
  3637.     }
  3638.     /**
  3639.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3640.      *
  3641.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3642.      */
  3643.     protected function getMaker_AutoCommand_MakeAuthService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3651.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3652.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3653.         $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);
  3654.         $instance->setName('make:auth');
  3655.         return $instance;
  3656.     }
  3657.     /**
  3658.      * Gets the private 'maker.auto_command.make_command' shared service.
  3659.      *
  3660.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3661.      */
  3662.     protected function getMaker_AutoCommand_MakeCommandService()
  3663.     {
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3669.         $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()));
  3670.         $instance->setName('make:command');
  3671.         return $instance;
  3672.     }
  3673.     /**
  3674.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3675.      *
  3676.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3677.      */
  3678.     protected function getMaker_AutoCommand_MakeControllerService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3685.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3686.         $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()));
  3687.         $instance->setName('make:controller');
  3688.         return $instance;
  3689.     }
  3690.     /**
  3691.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3692.      *
  3693.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3694.      */
  3695.     protected function getMaker_AutoCommand_MakeCrudService()
  3696.     {
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  3702.         $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()));
  3703.         $instance->setName('make:crud');
  3704.         return $instance;
  3705.     }
  3706.     /**
  3707.      * Gets the private 'maker.auto_command.make_entity' shared service.
  3708.      *
  3709.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3710.      */
  3711.     protected function getMaker_AutoCommand_MakeEntityService()
  3712.     {
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  3719.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3720.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3721.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b), $a$b);
  3722.         $instance->setName('make:entity');
  3723.         return $instance;
  3724.     }
  3725.     /**
  3726.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  3727.      *
  3728.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3729.      */
  3730.     protected function getMaker_AutoCommand_MakeFixturesService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  3737.         $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()));
  3738.         $instance->setName('make:fixtures');
  3739.         return $instance;
  3740.     }
  3741.     /**
  3742.      * Gets the private 'maker.auto_command.make_form' shared service.
  3743.      *
  3744.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3745.      */
  3746.     protected function getMaker_AutoCommand_MakeFormService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  3753.         $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()));
  3754.         $instance->setName('make:form');
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  3759.      *
  3760.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3761.      */
  3762.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  3769.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3770.         $instance->setName('make:functional-test');
  3771.         return $instance;
  3772.     }
  3773.     /**
  3774.      * Gets the private 'maker.auto_command.make_message' shared service.
  3775.      *
  3776.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3777.      */
  3778.     protected function getMaker_AutoCommand_MakeMessageService()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  3785.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3786.         $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()));
  3787.         $instance->setName('make:message');
  3788.         return $instance;
  3789.     }
  3790.     /**
  3791.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  3792.      *
  3793.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3794.      */
  3795.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  3802.         $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()));
  3803.         $instance->setName('make:messenger-middleware');
  3804.         return $instance;
  3805.     }
  3806.     /**
  3807.      * Gets the private 'maker.auto_command.make_migration' shared service.
  3808.      *
  3809.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3810.      */
  3811.     protected function getMaker_AutoCommand_MakeMigrationService()
  3812.     {
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  3819.         $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()));
  3820.         $instance->setName('make:migration');
  3821.         return $instance;
  3822.     }
  3823.     /**
  3824.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  3825.      *
  3826.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3827.      */
  3828.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  3829.     {
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  3835.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3836.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3837.         $instance->setName('make:registration-form');
  3838.         return $instance;
  3839.     }
  3840.     /**
  3841.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  3842.      *
  3843.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3844.      */
  3845.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  3846.     {
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  3852.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3853.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3854.         $instance->setName('make:reset-password');
  3855.         return $instance;
  3856.     }
  3857.     /**
  3858.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  3859.      *
  3860.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3861.      */
  3862.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  3869.         $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()));
  3870.         $instance->setName('make:serializer:encoder');
  3871.         return $instance;
  3872.     }
  3873.     /**
  3874.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  3875.      *
  3876.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3877.      */
  3878.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  3885.         $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()));
  3886.         $instance->setName('make:serializer:normalizer');
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  3891.      *
  3892.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3893.      */
  3894.     protected function getMaker_AutoCommand_MakeSubscriberService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  3902.         $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()));
  3903.         $instance->setName('make:subscriber');
  3904.         return $instance;
  3905.     }
  3906.     /**
  3907.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  3908.      *
  3909.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3910.      */
  3911.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  3912.     {
  3913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  3918.         $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()));
  3919.         $instance->setName('make:twig-extension');
  3920.         return $instance;
  3921.     }
  3922.     /**
  3923.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  3924.      *
  3925.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3926.      */
  3927.     protected function getMaker_AutoCommand_MakeUnitTestService()
  3928.     {
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  3934.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3935.         $instance->setName('make:unit-test');
  3936.         return $instance;
  3937.     }
  3938.     /**
  3939.      * Gets the private 'maker.auto_command.make_user' shared service.
  3940.      *
  3941.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3942.      */
  3943.     protected function getMaker_AutoCommand_MakeUserService()
  3944.     {
  3945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3952.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3953.         $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.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3954.         $instance->setName('make:user');
  3955.         return $instance;
  3956.     }
  3957.     /**
  3958.      * Gets the private 'maker.auto_command.make_validator' shared service.
  3959.      *
  3960.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3961.      */
  3962.     protected function getMaker_AutoCommand_MakeValidatorService()
  3963.     {
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  3969.         $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()));
  3970.         $instance->setName('make:validator');
  3971.         return $instance;
  3972.     }
  3973.     /**
  3974.      * Gets the private 'maker.auto_command.make_voter' shared service.
  3975.      *
  3976.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3977.      */
  3978.     protected function getMaker_AutoCommand_MakeVoterService()
  3979.     {
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  3985.         $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()));
  3986.         $instance->setName('make:voter');
  3987.         return $instance;
  3988.     }
  3989.     /**
  3990.      * Gets the private 'maker.doctrine_helper' shared service.
  3991.      *
  3992.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  3993.      */
  3994.     protected function getMaker_DoctrineHelperService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  3997.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3998.     }
  3999.     /**
  4000.      * Gets the private 'maker.file_manager' shared service.
  4001.      *
  4002.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4003.      */
  4004.     protected function getMaker_FileManagerService()
  4005.     {
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4010.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4011.     }
  4012.     /**
  4013.      * Gets the private 'maker.generator' shared service.
  4014.      *
  4015.      * @return \Symfony\Bundle\MakerBundle\Generator
  4016.      */
  4017.     protected function getMaker_GeneratorService()
  4018.     {
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4020.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  4021.     }
  4022.     /**
  4023.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4024.      *
  4025.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4026.      */
  4027.     protected function getMaker_Renderer_FormTypeRendererService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4030.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4031.     }
  4032.     /**
  4033.      * Gets the private 'mime_types' shared service.
  4034.      *
  4035.      * @return \Symfony\Component\Mime\MimeTypes
  4036.      */
  4037.     protected function getMimeTypesService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4042.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4043.         $instance->setDefault($instance);
  4044.         return $instance;
  4045.     }
  4046.     /**
  4047.      * Gets the private 'monolog.command.server_log' shared service.
  4048.      *
  4049.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4050.      */
  4051.     protected function getMonolog_Command_ServerLogService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4055.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4056.         $instance->setName('server:log');
  4057.         return $instance;
  4058.     }
  4059.     /**
  4060.      * Gets the private 'monolog.handler.console' shared service.
  4061.      *
  4062.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4063.      */
  4064.     protected function getMonolog_Handler_ConsoleService()
  4065.     {
  4066.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4067.     }
  4068.     /**
  4069.      * Gets the private 'monolog.handler.main' shared service.
  4070.      *
  4071.      * @return \Monolog\Handler\StreamHandler
  4072.      */
  4073.     protected function getMonolog_Handler_MainService()
  4074.     {
  4075.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4076.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4077.         return $instance;
  4078.     }
  4079.     /**
  4080.      * Gets the private 'monolog.logger' shared service.
  4081.      *
  4082.      * @return \Symfony\Bridge\Monolog\Logger
  4083.      */
  4084.     protected function getMonolog_LoggerService()
  4085.     {
  4086.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4087.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4088.         $instance->useMicrosecondTimestamps(true);
  4089.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4090.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4091.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4092.         return $instance;
  4093.     }
  4094.     /**
  4095.      * Gets the private 'monolog.logger.cache' shared service.
  4096.      *
  4097.      * @return \Symfony\Bridge\Monolog\Logger
  4098.      */
  4099.     protected function getMonolog_Logger_CacheService()
  4100.     {
  4101.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4102.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4103.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4104.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4105.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4106.         return $instance;
  4107.     }
  4108.     /**
  4109.      * Gets the private 'monolog.logger.request' shared service.
  4110.      *
  4111.      * @return \Symfony\Bridge\Monolog\Logger
  4112.      */
  4113.     protected function getMonolog_Logger_RequestService()
  4114.     {
  4115.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4116.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4117.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4118.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4119.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4120.         return $instance;
  4121.     }
  4122.     /**
  4123.      * Gets the private 'monolog.logger.security' shared service.
  4124.      *
  4125.      * @return \Symfony\Bridge\Monolog\Logger
  4126.      */
  4127.     protected function getMonolog_Logger_SecurityService()
  4128.     {
  4129.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4130.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4131.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4132.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4133.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4134.         return $instance;
  4135.     }
  4136.     /**
  4137.      * Gets the private 'parameter_bag' shared service.
  4138.      *
  4139.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4140.      */
  4141.     protected function getParameterBagService()
  4142.     {
  4143.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4144.     }
  4145.     /**
  4146.      * Gets the private 'profiler_listener' shared service.
  4147.      *
  4148.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4149.      */
  4150.     protected function getProfilerListenerService()
  4151.     {
  4152.         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);
  4153.     }
  4154.     /**
  4155.      * Gets the private 'property_accessor' shared service.
  4156.      *
  4157.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4158.      */
  4159.     protected function getPropertyAccessorService()
  4160.     {
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  4164.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  4165.     }
  4166.     /**
  4167.      * Gets the private 'property_info' shared service.
  4168.      *
  4169.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4170.      */
  4171.     protected function getPropertyInfoService()
  4172.     {
  4173.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4174.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4175.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4176.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4177.         }, 3), new RewindableGenerator(function () {
  4178.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4179.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4180.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4181.         }, 3), new RewindableGenerator(function () {
  4182.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4183.         }, 1), new RewindableGenerator(function () {
  4184.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4185.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4186.         }, 2), new RewindableGenerator(function () {
  4187.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4188.         }, 1));
  4189.     }
  4190.     /**
  4191.      * Gets the private 'property_info.serializer_extractor' shared service.
  4192.      *
  4193.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4194.      */
  4195.     protected function getPropertyInfo_SerializerExtractorService()
  4196.     {
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4198.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4199.     }
  4200.     /**
  4201.      * Gets the private 'router.cache_warmer' shared service.
  4202.      *
  4203.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4204.      */
  4205.     protected function getRouter_CacheWarmerService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4209.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4210.             'router' => ['services''router''getRouterService'false],
  4211.         ], [
  4212.             'router' => '?',
  4213.         ]))->withContext('router.cache_warmer'$this));
  4214.     }
  4215.     /**
  4216.      * Gets the private 'router.request_context' shared service.
  4217.      *
  4218.      * @return \Symfony\Component\Routing\RequestContext
  4219.      */
  4220.     protected function getRouter_RequestContextService()
  4221.     {
  4222.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  4223.     }
  4224.     /**
  4225.      * Gets the private 'router_listener' shared service.
  4226.      *
  4227.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4228.      */
  4229.     protected function getRouterListenerService()
  4230.     {
  4231.         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);
  4232.     }
  4233.     /**
  4234.      * Gets the private 'security.access_listener' shared service.
  4235.      *
  4236.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  4237.      */
  4238.     protected function getSecurity_AccessListenerService()
  4239.     {
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  4242.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4243.     }
  4244.     /**
  4245.      * Gets the private 'security.access_map' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\Security\Http\AccessMap
  4248.      */
  4249.     protected function getSecurity_AccessMapService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  4255.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  4256.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  4257.         return $instance;
  4258.     }
  4259.     /**
  4260.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4261.      *
  4262.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4263.      */
  4264.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4265.     {
  4266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4268.         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()));
  4269.     }
  4270.     /**
  4271.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  4272.      *
  4273.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  4274.      */
  4275.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  4282.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  4283.         $a->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  4284.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  4285.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4286.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4287.     }
  4288.     /**
  4289.      * Gets the private 'security.authentication.manager' shared service.
  4290.      *
  4291.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4292.      */
  4293.     protected function getSecurity_Authentication_ManagerService()
  4294.     {
  4295.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4296.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  4297.             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'))));
  4298.         }, 2), true);
  4299.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  4304.      *
  4305.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  4306.      */
  4307.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  4315.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  4316.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4317.         }, 1), ($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([]))), 'main', new \Symfony\Component\Security\Core\User\UserChecker(), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  4318.     }
  4319.     /**
  4320.      * Gets the private 'security.channel_listener' shared service.
  4321.      *
  4322.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  4323.      */
  4324.     protected function getSecurity_ChannelListenerService()
  4325.     {
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  4330.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4331.     }
  4332.     /**
  4333.      * Gets the private 'security.command.user_password_encoder' shared service.
  4334.      *
  4335.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  4336.      */
  4337.     protected function getSecurity_Command_UserPasswordEncoderService()
  4338.     {
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  4341.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\Security\\User']);
  4342.         $instance->setName('security:encode-password');
  4343.         return $instance;
  4344.     }
  4345.     /**
  4346.      * Gets the private 'security.context_listener.0' shared service.
  4347.      *
  4348.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4349.      */
  4350.     protected function getSecurity_ContextListener_0Service()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  4354.         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 () {
  4355.             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([])));
  4356.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  4357.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  4358.     }
  4359.     /**
  4360.      * Gets the private 'security.csrf.token_storage' shared service.
  4361.      *
  4362.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4363.      */
  4364.     protected function getSecurity_Csrf_TokenStorageService()
  4365.     {
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  4369.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  4370.     }
  4371.     /**
  4372.      * Gets the private 'security.encoder_factory.generic' shared service.
  4373.      *
  4374.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  4375.      */
  4376.     protected function getSecurity_EncoderFactory_GenericService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  4380.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Security\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  4381.     }
  4382.     /**
  4383.      * Gets the private 'security.firewall.map' shared service.
  4384.      *
  4385.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4386.      */
  4387.     protected function getSecurity_Firewall_MapService()
  4388.     {
  4389.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4390.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4391.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4392.         ], [
  4393.             'security.firewall.map.context.dev' => '?',
  4394.             'security.firewall.map.context.main' => '?',
  4395.         ]), new RewindableGenerator(function () {
  4396.             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)/')));
  4397.             yield 'security.firewall.map.context.main' => NULL;
  4398.         }, 2));
  4399.     }
  4400.     /**
  4401.      * Gets the private 'security.firewall.map.context.dev' shared service.
  4402.      *
  4403.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4404.      */
  4405.     protected function getSecurity_Firewall_Map_Context_DevService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4409.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4410.             return new \EmptyIterator();
  4411.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  4412.     }
  4413.     /**
  4414.      * Gets the private 'security.firewall.map.context.main' shared service.
  4415.      *
  4416.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  4417.      */
  4418.     protected function getSecurity_Firewall_Map_Context_MainService()
  4419.     {
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4433.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  4434.         $b = ($this->services['router'] ?? $this->getRouterService());
  4435.         $c = new \Symfony\Component\Security\Http\HttpUtils($b$b'{^https?://%s$}i''{^https://%s$}i');
  4436.         $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  4437.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  4438.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  4439.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  4440.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  4441.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4442.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  4443.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  4444.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  4445.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  4446.     }
  4447.     /**
  4448.      * Gets the private 'security.logout_url_generator' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4451.      */
  4452.     protected function getSecurity_LogoutUrlGeneratorService()
  4453.     {
  4454.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4455.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  4460.      *
  4461.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  4462.      */
  4463.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  4468.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Security\\User''email'NULL);
  4469.     }
  4470.     /**
  4471.      * Gets the private 'security.validator.user_password' shared service.
  4472.      *
  4473.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  4474.      */
  4475.     protected function getSecurity_Validator_UserPasswordService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  4480.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  4481.     }
  4482.     /**
  4483.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4484.      *
  4485.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4486.      */
  4487.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4488.     {
  4489.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4490.     }
  4491.     /**
  4492.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4493.      *
  4494.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4495.      */
  4496.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4497.     {
  4498.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4499.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4500.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4501.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4502.     }
  4503.     /**
  4504.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4505.      *
  4506.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4507.      */
  4508.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4509.     {
  4510.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4511.     }
  4512.     /**
  4513.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4514.      *
  4515.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4516.      */
  4517.     protected function getSensioFrameworkExtra_View_ListenerService()
  4518.     {
  4519.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  4520.     }
  4521.     /**
  4522.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4523.      *
  4524.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4525.      */
  4526.     protected function getSerializer_Mapping_CacheWarmerService()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4533.         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'));
  4534.     }
  4535.     /**
  4536.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4537.      *
  4538.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4539.      */
  4540.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4541.     {
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4548.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  4549.     }
  4550.     /**
  4551.      * Gets the private 'session.storage.native' shared service.
  4552.      *
  4553.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4554.      */
  4555.     protected function getSession_Storage_NativeService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  4561.         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));
  4562.     }
  4563.     /**
  4564.      * Gets the private 'session_listener' shared service.
  4565.      *
  4566.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4567.      */
  4568.     protected function getSessionListenerService()
  4569.     {
  4570.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4571.             'initialized_session' => ['services''session'NULLfalse],
  4572.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4573.             'session' => ['services''session''getSessionService'false],
  4574.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4575.         ], [
  4576.             'initialized_session' => '?',
  4577.             'request_stack' => '?',
  4578.             'session' => '?',
  4579.             'session_storage' => '?',
  4580.         ]));
  4581.     }
  4582.     /**
  4583.      * Gets the private 'swiftmailer.command.debug' shared service.
  4584.      *
  4585.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  4586.      */
  4587.     protected function getSwiftmailer_Command_DebugService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  4592.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  4593.         $instance->setName('debug:swiftmailer');
  4594.         return $instance;
  4595.     }
  4596.     /**
  4597.      * Gets the private 'swiftmailer.command.new_email' shared service.
  4598.      *
  4599.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  4600.      */
  4601.     protected function getSwiftmailer_Command_NewEmailService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  4606.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  4607.         $instance->setName('swiftmailer:email:send');
  4608.         return $instance;
  4609.     }
  4610.     /**
  4611.      * Gets the private 'swiftmailer.command.send_email' shared service.
  4612.      *
  4613.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  4614.      */
  4615.     protected function getSwiftmailer_Command_SendEmailService()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  4620.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  4621.         $instance->setName('swiftmailer:spool:send');
  4622.         return $instance;
  4623.     }
  4624.     /**
  4625.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  4626.      *
  4627.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  4628.      */
  4629.     protected function getSwiftmailer_EmailSender_ListenerService()
  4630.     {
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  4632.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4633.     }
  4634.     /**
  4635.      * Gets the private 'translation.extractor' shared service.
  4636.      *
  4637.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  4638.      */
  4639.     protected function getTranslation_ExtractorService()
  4640.     {
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  4646.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  4647.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  4648.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  4649.         return $instance;
  4650.     }
  4651.     /**
  4652.      * Gets the private 'translation.loader.csv' shared service.
  4653.      *
  4654.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4655.      */
  4656.     protected function getTranslation_Loader_CsvService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4662.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4663.     }
  4664.     /**
  4665.      * Gets the private 'translation.loader.dat' shared service.
  4666.      *
  4667.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4668.      */
  4669.     protected function getTranslation_Loader_DatService()
  4670.     {
  4671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4674.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4675.     }
  4676.     /**
  4677.      * Gets the private 'translation.loader.ini' shared service.
  4678.      *
  4679.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4680.      */
  4681.     protected function getTranslation_Loader_IniService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4687.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4688.     }
  4689.     /**
  4690.      * Gets the private 'translation.loader.json' shared service.
  4691.      *
  4692.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4693.      */
  4694.     protected function getTranslation_Loader_JsonService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4700.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4701.     }
  4702.     /**
  4703.      * Gets the private 'translation.loader.mo' shared service.
  4704.      *
  4705.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4706.      */
  4707.     protected function getTranslation_Loader_MoService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4713.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4714.     }
  4715.     /**
  4716.      * Gets the private 'translation.loader.php' shared service.
  4717.      *
  4718.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4719.      */
  4720.     protected function getTranslation_Loader_PhpService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4726.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4727.     }
  4728.     /**
  4729.      * Gets the private 'translation.loader.po' shared service.
  4730.      *
  4731.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4732.      */
  4733.     protected function getTranslation_Loader_PoService()
  4734.     {
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4739.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4740.     }
  4741.     /**
  4742.      * Gets the private 'translation.loader.qt' shared service.
  4743.      *
  4744.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4745.      */
  4746.     protected function getTranslation_Loader_QtService()
  4747.     {
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4750.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4751.     }
  4752.     /**
  4753.      * Gets the private 'translation.loader.res' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4756.      */
  4757.     protected function getTranslation_Loader_ResService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4761.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4762.     }
  4763.     /**
  4764.      * Gets the private 'translation.loader.xliff' shared service.
  4765.      *
  4766.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4767.      */
  4768.     protected function getTranslation_Loader_XliffService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4772.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4773.     }
  4774.     /**
  4775.      * Gets the private 'translation.loader.yml' shared service.
  4776.      *
  4777.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  4778.      */
  4779.     protected function getTranslation_Loader_YmlService()
  4780.     {
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4785.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  4786.     }
  4787.     /**
  4788.      * Gets the private 'translation.reader' shared service.
  4789.      *
  4790.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  4791.      */
  4792.     protected function getTranslation_ReaderService()
  4793.     {
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4810.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  4811.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4812.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4813.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4814.         $instance->addLoader('yaml'$a);
  4815.         $instance->addLoader('yml'$a);
  4816.         $instance->addLoader('xlf'$b);
  4817.         $instance->addLoader('xliff'$b);
  4818.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4819.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4820.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4821.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4822.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4823.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4824.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4825.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4826.         return $instance;
  4827.     }
  4828.     /**
  4829.      * Gets the private 'translation.warmer' shared service.
  4830.      *
  4831.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  4832.      */
  4833.     protected function getTranslation_WarmerService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  4837.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4838.             'translator' => ['services''translator''getTranslatorService'false],
  4839.         ], [
  4840.             'translator' => '?',
  4841.         ]))->withContext('translation.warmer'$this));
  4842.     }
  4843.     /**
  4844.      * Gets the private 'translator.default' shared service.
  4845.      *
  4846.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4847.      */
  4848.     protected function getTranslator_DefaultService()
  4849.     {
  4850.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4851.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  4852.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  4853.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  4854.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  4855.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  4856.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  4857.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  4858.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  4859.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  4860.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  4861.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  4862.         ], [
  4863.             'translation.loader.csv' => '?',
  4864.             'translation.loader.dat' => '?',
  4865.             'translation.loader.ini' => '?',
  4866.             'translation.loader.json' => '?',
  4867.             'translation.loader.mo' => '?',
  4868.             'translation.loader.php' => '?',
  4869.             'translation.loader.po' => '?',
  4870.             'translation.loader.qt' => '?',
  4871.             'translation.loader.res' => '?',
  4872.             'translation.loader.xliff' => '?',
  4873.             'translation.loader.yml' => '?',
  4874.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/src/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/symfony/webpack-encore-bundle/src/translations'16 => 'vendor/symfony/swiftmailer-bundle/translations'17 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]]);
  4875.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4876.         $instance->setFallbackLocales([=> 'en']);
  4877.         return $instance;
  4878.     }
  4879.     /**
  4880.      * Gets the private 'twig.command.debug' shared service.
  4881.      *
  4882.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  4883.      */
  4884.     protected function getTwig_Command_DebugService()
  4885.     {
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  4888.         $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()));
  4889.         $instance->setName('debug:twig');
  4890.         return $instance;
  4891.     }
  4892.     /**
  4893.      * Gets the private 'twig.command.lint' shared service.
  4894.      *
  4895.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  4896.      */
  4897.     protected function getTwig_Command_LintService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  4902.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  4903.         $instance->setName('lint:twig');
  4904.         return $instance;
  4905.     }
  4906.     /**
  4907.      * Gets the private 'twig.form.renderer' shared service.
  4908.      *
  4909.      * @return \Symfony\Component\Form\FormRenderer
  4910.      */
  4911.     protected function getTwig_Form_RendererService()
  4912.     {
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  4918.         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()));
  4919.     }
  4920.     /**
  4921.      * Gets the private 'twig.mailer.message_listener' shared service.
  4922.      *
  4923.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  4924.      */
  4925.     protected function getTwig_Mailer_MessageListenerService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  4930.         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())));
  4931.     }
  4932.     /**
  4933.      * Gets the private 'twig.runtime.httpkernel' shared service.
  4934.      *
  4935.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  4936.      */
  4937.     protected function getTwig_Runtime_HttpkernelService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4942.         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, [
  4943.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4944.         ], [
  4945.             'inline' => '?',
  4946.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  4947.     }
  4948.     /**
  4949.      * Gets the private 'twig.runtime.security_csrf' shared service.
  4950.      *
  4951.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  4952.      */
  4953.     protected function getTwig_Runtime_SecurityCsrfService()
  4954.     {
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  4956.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4957.     }
  4958.     /**
  4959.      * Gets the private 'twig.template_cache_warmer' shared service.
  4960.      *
  4961.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  4962.      */
  4963.     protected function getTwig_TemplateCacheWarmerService()
  4964.     {
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  4968.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4969.             'twig' => ['services''twig''getTwigService'false],
  4970.         ], [
  4971.             'twig' => 'Twig\\Environment',
  4972.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  4973.     }
  4974.     /**
  4975.      * Gets the private 'validator.builder' shared service.
  4976.      *
  4977.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4978.      */
  4979.     protected function getValidator_BuilderService()
  4980.     {
  4981.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4982.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4983.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4984.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4985.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4986.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  4987.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4988.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  4989.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  4990.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  4991.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  4992.         ], [
  4993.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4994.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4995.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4996.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4997.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4998.             'doctrine.orm.validator.unique' => '?',
  4999.             'security.validator.user_password' => '?',
  5000.             'validator.expression' => '?',
  5001.         ])));
  5002.         if ($this->has('translator')) {
  5003.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5004.         }
  5005.         $instance->setTranslationDomain('validators');
  5006.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5007.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5008.         $instance->addMethodMapping('loadValidatorMetadata');
  5009.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5010.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5011.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5012.         return $instance;
  5013.     }
  5014.     /**
  5015.      * Gets the private 'validator.email' shared service.
  5016.      *
  5017.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5018.      */
  5019.     protected function getValidator_EmailService()
  5020.     {
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5024.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5025.     }
  5026.     /**
  5027.      * Gets the private 'validator.expression' shared service.
  5028.      *
  5029.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5030.      */
  5031.     protected function getValidator_ExpressionService()
  5032.     {
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5036.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  5037.     }
  5038.     /**
  5039.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5040.      *
  5041.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5042.      */
  5043.     protected function getValidator_Mapping_CacheWarmerService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5048.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5049.     }
  5050.     /**
  5051.      * Gets the private 'validator.not_compromised_password' shared service.
  5052.      *
  5053.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5054.      */
  5055.     protected function getValidator_NotCompromisedPasswordService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5060.         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);
  5061.     }
  5062.     /**
  5063.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5064.      *
  5065.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5066.      */
  5067.     protected function getVarDumper_Command_ServerDumpService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5075.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5076.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5077.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5078.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5079.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5080.         $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()))]);
  5081.         $instance->setName('server:dump');
  5082.         return $instance;
  5083.     }
  5084.     /**
  5085.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5086.      *
  5087.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5088.      */
  5089.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5090.     {
  5091.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5092.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5093.         return $instance;
  5094.     }
  5095.     /**
  5096.      * Gets the private 'var_dumper.html_dumper' shared service.
  5097.      *
  5098.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5099.      */
  5100.     protected function getVarDumper_HtmlDumperService()
  5101.     {
  5102.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5103.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5104.         return $instance;
  5105.     }
  5106.     /**
  5107.      * Gets the private 'var_dumper.server_connection' shared service.
  5108.      *
  5109.      * @return \Symfony\Component\VarDumper\Server\Connection
  5110.      */
  5111.     protected function getVarDumper_ServerConnectionService()
  5112.     {
  5113.         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()]);
  5114.     }
  5115.     /**
  5116.      * Gets the private 'web_profiler.csp.handler' shared service.
  5117.      *
  5118.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5119.      */
  5120.     protected function getWebProfiler_Csp_HandlerService()
  5121.     {
  5122.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5123.     }
  5124.     /**
  5125.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5126.      *
  5127.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5128.      */
  5129.     protected function getWebProfiler_DebugToolbarService()
  5130.     {
  5131.         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()));
  5132.     }
  5133.     /**
  5134.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  5135.      *
  5136.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  5137.      */
  5138.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  5143.         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()));
  5144.     }
  5145.     /**
  5146.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  5147.      *
  5148.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  5149.      */
  5150.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  5155.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  5156.     }
  5157.     /**
  5158.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5159.      *
  5160.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5161.      */
  5162.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  5166.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5167.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  5168.         ], [
  5169.             '_default' => '?',
  5170.         ]), '_default');
  5171.     }
  5172.     /**
  5173.      * Gets the private 'webpack_encore.exception_listener' shared service.
  5174.      *
  5175.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  5176.      */
  5177.     protected function getWebpackEncore_ExceptionListenerService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  5180.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5181.     }
  5182.     /**
  5183.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  5184.      *
  5185.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  5186.      */
  5187.     protected function getWebpackEncore_TagRendererService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  5190.         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()), []);
  5191.     }
  5192.     public function getParameter(string $name)
  5193.     {
  5194.         if (isset($this->buildParameters[$name])) {
  5195.             return $this->buildParameters[$name];
  5196.         }
  5197.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  5198.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5199.         }
  5200.         if (isset($this->loadedDynamicParameters[$name])) {
  5201.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5202.         }
  5203.         return $this->parameters[$name];
  5204.     }
  5205.     public function hasParameter(string $name): bool
  5206.     {
  5207.         if (isset($this->buildParameters[$name])) {
  5208.             return true;
  5209.         }
  5210.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  5211.     }
  5212.     public function setParameter(string $name$value): void
  5213.     {
  5214.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5215.     }
  5216.     public function getParameterBag(): ParameterBagInterface
  5217.     {
  5218.         if (null === $this->parameterBag) {
  5219.             $parameters $this->parameters;
  5220.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5221.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5222.             }
  5223.             foreach ($this->buildParameters as $name => $value) {
  5224.                 $parameters[$name] = $value;
  5225.             }
  5226.             $this->parameterBag = new FrozenParameterBag($parameters);
  5227.         }
  5228.         return $this->parameterBag;
  5229.     }
  5230.     private $loadedDynamicParameters = [
  5231.         'kernel.cache_dir' => false,
  5232.         'kernel.secret' => false,
  5233.         'session.save_path' => false,
  5234.         'validator.mapping.cache.file' => false,
  5235.         'profiler.storage.dsn' => false,
  5236.         'debug.container.dump' => false,
  5237.         'serializer.mapping.cache.file' => false,
  5238.         'doctrine.orm.proxy_dir' => false,
  5239.         'swiftmailer.spool.default.memory.path' => false,
  5240.     ];
  5241.     private $dynamicParameters = [];
  5242.     private function getDynamicParameter(string $name)
  5243.     {
  5244.         switch ($name) {
  5245.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5246.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5247.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5248.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5249.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5250.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  5251.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5252.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5253.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5254.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5255.         }
  5256.         $this->loadedDynamicParameters[$name] = true;
  5257.         return $this->dynamicParameters[$name] = $value;
  5258.     }
  5259.     protected function getDefaultParameters(): array
  5260.     {
  5261.         return [
  5262.             'kernel.project_dir' => \dirname(__DIR__4),
  5263.             'kernel.environment' => 'dev',
  5264.             'kernel.debug' => true,
  5265.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5266.             'kernel.bundles' => [
  5267.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5268.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5269.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  5270.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5271.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5272.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5273.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5274.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5275.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5276.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5277.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5278.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5279.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5280.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  5281.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5282.             ],
  5283.             'kernel.bundles_metadata' => [
  5284.                 'FrameworkBundle' => [
  5285.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5286.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5287.                 ],
  5288.                 'TwigBundle' => [
  5289.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5290.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5291.                 ],
  5292.                 'TwigExtraBundle' => [
  5293.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  5294.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  5295.                 ],
  5296.                 'SensioFrameworkExtraBundle' => [
  5297.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5298.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5299.                 ],
  5300.                 'DoctrineBundle' => [
  5301.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5302.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5303.                 ],
  5304.                 'DoctrineMigrationsBundle' => [
  5305.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5306.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5307.                 ],
  5308.                 'SecurityBundle' => [
  5309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5310.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5311.                 ],
  5312.                 'WebProfilerBundle' => [
  5313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5314.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5315.                 ],
  5316.                 'MonologBundle' => [
  5317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5318.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5319.                 ],
  5320.                 'DebugBundle' => [
  5321.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5322.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5323.                 ],
  5324.                 'MakerBundle' => [
  5325.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5326.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5327.                 ],
  5328.                 'WebpackEncoreBundle' => [
  5329.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5330.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5331.                 ],
  5332.                 'SwiftmailerBundle' => [
  5333.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  5334.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5335.                 ],
  5336.                 'FOSJsRoutingBundle' => [
  5337.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  5338.                     'namespace' => 'FOS\\JsRoutingBundle',
  5339.                 ],
  5340.                 'DoctrineFixturesBundle' => [
  5341.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5342.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5343.                 ],
  5344.             ],
  5345.             'kernel.charset' => 'UTF-8',
  5346.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  5347.             'container.dumper.inline_class_loader' => true,
  5348.             'container.dumper.inline_factories' => true,
  5349.             'medias_directory' => (\dirname(__DIR__4).'/public/medias'),
  5350.             'fragment.renderer.hinclude.global_template' => '',
  5351.             'fragment.path' => '/_fragment',
  5352.             'kernel.http_method_override' => true,
  5353.             'kernel.trusted_hosts' => [
  5354.             ],
  5355.             'kernel.default_locale' => 'en',
  5356.             'kernel.error_controller' => 'error_controller',
  5357.             'debug.file_link_format' => NULL,
  5358.             'session.metadata.storage_key' => '_sf2_meta',
  5359.             'session.storage.options' => [
  5360.                 'cache_limiter' => '0',
  5361.                 'cookie_secure' => 'auto',
  5362.                 'cookie_httponly' => true,
  5363.                 'cookie_samesite' => 'lax',
  5364.                 'gc_probability' => 1,
  5365.             ],
  5366.             'session.metadata.update_threshold' => 0,
  5367.             'form.type_extension.csrf.enabled' => true,
  5368.             'form.type_extension.csrf.field_name' => '_token',
  5369.             'asset.request_context.base_path' => '',
  5370.             'asset.request_context.secure' => false,
  5371.             'validator.mapping.cache.prefix' => '',
  5372.             'validator.translation_domain' => 'validators',
  5373.             'translator.logging' => false,
  5374.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5375.             'profiler_listener.only_exceptions' => false,
  5376.             'profiler_listener.only_master_requests' => false,
  5377.             'debug.error_handler.throw_at' => -1,
  5378.             'router.request_context.host' => 'localhost',
  5379.             'router.request_context.scheme' => 'http',
  5380.             'router.request_context.base_url' => '',
  5381.             'router.resource' => 'kernel::loadRoutes',
  5382.             'request_listener.http_port' => 80,
  5383.             'request_listener.https_port' => 443,
  5384.             'serializer.mapping.cache.prefix' => '',
  5385.             'twig.form.resources' => [
  5386.                 => 'form_div_layout.html.twig',
  5387.                 => 'bootstrap_4_layout.html.twig',
  5388.             ],
  5389.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5390.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5391.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5392.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5393.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5394.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5395.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5396.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5397.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5398.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5399.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5400.             'doctrine.entity_managers' => [
  5401.                 'default' => 'doctrine.orm.default_entity_manager',
  5402.             ],
  5403.             'doctrine.default_entity_manager' => 'default',
  5404.             'doctrine.dbal.connection_factory.types' => [
  5405.             ],
  5406.             'doctrine.connections' => [
  5407.                 'default' => 'doctrine.dbal.default_connection',
  5408.             ],
  5409.             'doctrine.default_connection' => 'default',
  5410.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5411.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5412.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5413.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5414.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5415.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5416.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5417.             'doctrine.orm.cache.memcache_port' => 11211,
  5418.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5419.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5420.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5421.             'doctrine.orm.cache.memcached_port' => 11211,
  5422.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5423.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5424.             'doctrine.orm.cache.redis_host' => 'localhost',
  5425.             'doctrine.orm.cache.redis_port' => 6379,
  5426.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5427.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5428.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5429.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5430.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5431.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5432.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5433.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5434.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5435.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5436.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5437.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5438.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5439.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5440.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5441.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5442.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5443.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5444.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5445.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5446.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5447.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5448.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5449.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5450.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5451.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5452.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5453.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5454.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5455.             'doctrine.orm.auto_generate_proxy_classes' => false,
  5456.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5457.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  5458.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  5459.             'doctrine_migrations.table_name' => 'migration_versions',
  5460.             'doctrine_migrations.column_name' => 'version',
  5461.             'doctrine_migrations.column_length' => 14,
  5462.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  5463.             'doctrine_migrations.all_or_nothing' => false,
  5464.             'doctrine_migrations.name' => 'Application Migrations',
  5465.             'doctrine_migrations.custom_template' => NULL,
  5466.             'doctrine_migrations.organize_migrations' => false,
  5467.             'security.role_hierarchy.roles' => [
  5468.             ],
  5469.             'security.access.denied_url' => NULL,
  5470.             'security.authentication.manager.erase_credentials' => true,
  5471.             'security.authentication.session_strategy.strategy' => 'migrate',
  5472.             'security.access.always_authenticate_before_granting' => false,
  5473.             'security.authentication.hide_user_not_found' => true,
  5474.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5475.             'web_profiler.debug_toolbar.mode' => 2,
  5476.             'monolog.use_microseconds' => true,
  5477.             'monolog.swift_mailer.handlers' => [
  5478.             ],
  5479.             'monolog.handlers_to_channels' => [
  5480.                 'monolog.handler.console' => [
  5481.                     'type' => 'exclusive',
  5482.                     'elements' => [
  5483.                         => 'event',
  5484.                         => 'doctrine',
  5485.                         => 'console',
  5486.                     ],
  5487.                 ],
  5488.                 'monolog.handler.main' => [
  5489.                     'type' => 'exclusive',
  5490.                     'elements' => [
  5491.                         => 'event',
  5492.                     ],
  5493.                 ],
  5494.             ],
  5495.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5496.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5497.             'swiftmailer.mailer.default.spool.enabled' => true,
  5498.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5499.             'swiftmailer.mailer.default.single_address' => NULL,
  5500.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5501.             'swiftmailer.spool.enabled' => true,
  5502.             'swiftmailer.delivery.enabled' => true,
  5503.             'swiftmailer.single_address' => NULL,
  5504.             'swiftmailer.mailers' => [
  5505.                 'default' => 'swiftmailer.mailer.default',
  5506.             ],
  5507.             'swiftmailer.default_mailer' => 'default',
  5508.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  5509.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  5510.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  5511.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  5512.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  5513.             'fos_js_routing.request_context_base_url' => NULL,
  5514.             'fos_js_routing.cache_control' => [
  5515.                 'enabled' => false,
  5516.             ],
  5517.             'data_collector.templates' => [
  5518.                 'data_collector.request' => [
  5519.                     => 'request',
  5520.                     => '@WebProfiler/Collector/request.html.twig',
  5521.                 ],
  5522.                 'data_collector.time' => [
  5523.                     => 'time',
  5524.                     => '@WebProfiler/Collector/time.html.twig',
  5525.                 ],
  5526.                 'data_collector.memory' => [
  5527.                     => 'memory',
  5528.                     => '@WebProfiler/Collector/memory.html.twig',
  5529.                 ],
  5530.                 'data_collector.validator' => [
  5531.                     => 'validator',
  5532.                     => '@WebProfiler/Collector/validator.html.twig',
  5533.                 ],
  5534.                 'data_collector.ajax' => [
  5535.                     => 'ajax',
  5536.                     => '@WebProfiler/Collector/ajax.html.twig',
  5537.                 ],
  5538.                 'data_collector.form' => [
  5539.                     => 'form',
  5540.                     => '@WebProfiler/Collector/form.html.twig',
  5541.                 ],
  5542.                 'data_collector.exception' => [
  5543.                     => 'exception',
  5544.                     => '@WebProfiler/Collector/exception.html.twig',
  5545.                 ],
  5546.                 'data_collector.logger' => [
  5547.                     => 'logger',
  5548.                     => '@WebProfiler/Collector/logger.html.twig',
  5549.                 ],
  5550.                 'data_collector.events' => [
  5551.                     => 'events',
  5552.                     => '@WebProfiler/Collector/events.html.twig',
  5553.                 ],
  5554.                 'data_collector.router' => [
  5555.                     => 'router',
  5556.                     => '@WebProfiler/Collector/router.html.twig',
  5557.                 ],
  5558.                 'data_collector.cache' => [
  5559.                     => 'cache',
  5560.                     => '@WebProfiler/Collector/cache.html.twig',
  5561.                 ],
  5562.                 'data_collector.translation' => [
  5563.                     => 'translation',
  5564.                     => '@WebProfiler/Collector/translation.html.twig',
  5565.                 ],
  5566.                 'data_collector.security' => [
  5567.                     => 'security',
  5568.                     => '@Security/Collector/security.html.twig',
  5569.                 ],
  5570.                 'data_collector.twig' => [
  5571.                     => 'twig',
  5572.                     => '@WebProfiler/Collector/twig.html.twig',
  5573.                 ],
  5574.                 'data_collector.http_client' => [
  5575.                     => 'http_client',
  5576.                     => '@WebProfiler/Collector/http_client.html.twig',
  5577.                 ],
  5578.                 'data_collector.doctrine' => [
  5579.                     => 'db',
  5580.                     => '@Doctrine/Collector/db.html.twig',
  5581.                 ],
  5582.                 'swiftmailer.data_collector' => [
  5583.                     => 'swiftmailer',
  5584.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  5585.                 ],
  5586.                 'data_collector.dump' => [
  5587.                     => 'dump',
  5588.                     => '@Debug/Profiler/dump.html.twig',
  5589.                 ],
  5590.                 'mailer.data_collector' => [
  5591.                     => 'mailer',
  5592.                     => '@WebProfiler/Collector/mailer.html.twig',
  5593.                 ],
  5594.                 'data_collector.config' => [
  5595.                     => 'config',
  5596.                     => '@WebProfiler/Collector/config.html.twig',
  5597.                 ],
  5598.             ],
  5599.             'console.command.ids' => [
  5600.             ],
  5601.         ];
  5602.     }
  5603. }