var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php line 587

Open in your IDE?
  1. <?php
  2. namespace ContainerUgpYBxN;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'App\\Controller\\CommentController' => 'getCommentControllerService',
  42.             'App\\Controller\\ConversationController' => 'getConversationControllerService',
  43.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  44.             'App\\Controller\\DocumentController' => 'getDocumentControllerService',
  45.             'App\\Controller\\FolderController' => 'getFolderControllerService',
  46.             'App\\Controller\\MessageController' => 'getMessageControllerService',
  47.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  48.             'App\\Controller\\OtpValidationController' => 'getOtpValidationControllerService',
  49.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  50.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  51.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  52.             'App\\Controller\\UserController' => 'getUserControllerService',
  53.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  54.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  55.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  56.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  57.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  58.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  59.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  60.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  61.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  62.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  63.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  64.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  65.             'Pusher\\Pusher' => 'getPusherService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  68.             'cache.app' => 'getCache_AppService',
  69.             'cache.app_clearer' => 'getCache_AppClearerService',
  70.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  71.             'cache.system' => 'getCache_SystemService',
  72.             'cache.system_clearer' => 'getCache_SystemClearerService',
  73.             'cache_warmer' => 'getCacheWarmerService',
  74.             'console.command_loader' => 'getConsole_CommandLoaderService',
  75.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  76.             'data_collector.dump' => 'getDataCollector_DumpService',
  77.             'doctrine' => 'getDoctrineService',
  78.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  79.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  80.             'error_controller' => 'getErrorControllerService',
  81.             'event_dispatcher' => 'getEventDispatcherService',
  82.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  83.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  84.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  85.             'http_kernel' => 'getHttpKernelService',
  86.             'profiler' => 'getProfilerService',
  87.             'request_stack' => 'getRequestStackService',
  88.             'router' => 'getRouterService',
  89.             'routing.loader' => 'getRouting_LoaderService',
  90.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  91.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  92.             'security.token_storage' => 'getSecurity_TokenStorageService',
  93.             'services_resetter' => 'getServicesResetterService',
  94.             'session' => 'getSessionService',
  95.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  96.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  97.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  98.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  99.             'translator' => 'getTranslatorService',
  100.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  101.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  102.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  103.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  104.             'cache_clearer' => 'getCacheClearerService',
  105.             'filesystem' => 'getFilesystemService',
  106.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  107.             'form.factory' => 'getForm_FactoryService',
  108.             'form.type.file' => 'getForm_Type_FileService',
  109.             'serializer' => 'getSerializerService',
  110.             'twig' => 'getTwigService',
  111.             'validator' => 'getValidatorService',
  112.         ];
  113.         $this->aliases = [
  114.             'database_connection' => 'doctrine.dbal.default_connection',
  115.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  116.             'mailer' => 'swiftmailer.mailer.default',
  117.         ];
  118.         $this->privates['service_container'] = function () {
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  125.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  138.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  154.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  161.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  210.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  265.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  275.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  386.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  402.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/Twig/PusherExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/pusher/pusher-php-server/src/Pusher.php';
  431.             include_once \dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/DependencyInjection/PusherFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  438.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  444.         };
  445.     }
  446.     public function compile(): void
  447.     {
  448.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  449.     }
  450.     public function isCompiled(): bool
  451.     {
  452.         return true;
  453.     }
  454.     public function getRemovedIds(): array
  455.     {
  456.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  457.     }
  458.     /**
  459.      * Gets the public '.container.private.cache_clearer' shared service.
  460.      *
  461.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  462.      */
  463.     protected function get_Container_Private_CacheClearerService()
  464.     {
  465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  467.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  468.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  469.         }, 1));
  470.     }
  471.     /**
  472.      * Gets the public '.container.private.filesystem' shared service.
  473.      *
  474.      * @return \Symfony\Component\Filesystem\Filesystem
  475.      */
  476.     protected function get_Container_Private_FilesystemService()
  477.     {
  478.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  479.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  480.     }
  481.     /**
  482.      * Gets the public '.container.private.form.factory' shared service.
  483.      *
  484.      * @return \Symfony\Component\Form\FormFactory
  485.      */
  486.     protected function get_Container_Private_Form_FactoryService()
  487.     {
  488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  490.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  491.     }
  492.     /**
  493.      * Gets the public '.container.private.form.type.file' shared service.
  494.      *
  495.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  496.      */
  497.     protected function get_Container_Private_Form_Type_FileService()
  498.     {
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  502.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  503.     }
  504.     /**
  505.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  506.      *
  507.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  508.      */
  509.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  510.     {
  511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  515.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = 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())));
  516.     }
  517.     /**
  518.      * Gets the public '.container.private.serializer' shared service.
  519.      *
  520.      * @return \Symfony\Component\Serializer\Serializer
  521.      */
  522.     protected function get_Container_Private_SerializerService()
  523.     {
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  526.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  528.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  529.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  532.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  533.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  534.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  535.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  537.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  541.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  544.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  545.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  546.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  547.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  548.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  552.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  554.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  555.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  559.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  560.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  561.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  562.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  566.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  567.         $b = ($this->privates['serializer.mapping.cache_class_metadata_factory'] ?? $this->getSerializer_Mapping_CacheClassMetadataFactoryService());
  568.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  569.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  570.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  571.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.twig' shared service.
  575.      *
  576.      * @return \Twig\Environment
  577.      */
  578.     protected function get_Container_Private_TwigService()
  579.     {
  580.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  581.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  582.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  583.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  584.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  585.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  586.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  587.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  588.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  589.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  590.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  591.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  592.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  593.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  594.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  595.         $a->addPath((\dirname(__DIR__4).'/templates'));
  596.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  597.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  598.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  599.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  600.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  601.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  602.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  603.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  604.         $f = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  605.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  606.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  607.         $h = new \Symfony\Bridge\Twig\AppVariable();
  608.         $h->setEnvironment('dev');
  609.         $h->setDebug(true);
  610.         if ($this->has('security.token_storage')) {
  611.             $h->setTokenStorage($f);
  612.         }
  613.         if ($this->has('request_stack')) {
  614.             $h->setRequestStack($e);
  615.         }
  616.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  617.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  618.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  619.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  620.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  621.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  622.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  623.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  624.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  625.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  626.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  627.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  628.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  629.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  630.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  631.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  632.         $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())));
  633.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  634.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  635.         $instance->addExtension(new \Lopi\Bundle\PusherBundle\Twig\PusherExtension(\Lopi\Bundle\PusherBundle\DependencyInjection\PusherFactory::create($this->getParameter('lopi_pusher.config'))));
  636.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  637.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  638.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  639.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  640.         ], [
  641.             'webpack_encore.entrypoint_lookup_collection' => '?',
  642.             'webpack_encore.tag_renderer' => '?',
  643.         ])));
  644.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  645.         $instance->addGlobal('app'$h);
  646.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  647.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  648.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  649.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  650.         ], [
  651.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  652.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  653.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  654.         ])));
  655.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  656.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  657.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  658.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  659.         return $instance;
  660.     }
  661.     /**
  662.      * Gets the public '.container.private.validator' shared service.
  663.      *
  664.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  665.      */
  666.     protected function get_Container_Private_ValidatorService()
  667.     {
  668.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  669.         if (isset($this->services['.container.private.validator'])) {
  670.             return $this->services['.container.private.validator'];
  671.         }
  672.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  673.     }
  674.     /**
  675.      * Gets the public 'App\Controller\CommentController' shared autowired service.
  676.      *
  677.      * @return \App\Controller\CommentController
  678.      */
  679.     protected function getCommentControllerService()
  680.     {
  681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  682.         include_once \dirname(__DIR__4).'/src/Controller/CommentController.php';
  683.         $this->services['App\\Controller\\CommentController'] = $instance = new \App\Controller\CommentController();
  684.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\CommentController'$this));
  685.         return $instance;
  686.     }
  687.     /**
  688.      * Gets the public 'App\Controller\ConversationController' shared autowired service.
  689.      *
  690.      * @return \App\Controller\ConversationController
  691.      */
  692.     protected function getConversationControllerService()
  693.     {
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  695.         include_once \dirname(__DIR__4).'/src/Controller/ConversationController.php';
  696.         $this->services['App\\Controller\\ConversationController'] = $instance = new \App\Controller\ConversationController();
  697.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\ConversationController'$this));
  698.         return $instance;
  699.     }
  700.     /**
  701.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  702.      *
  703.      * @return \App\Controller\DefaultController
  704.      */
  705.     protected function getDefaultControllerService()
  706.     {
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  708.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  709.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  710.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\DefaultController'$this));
  711.         return $instance;
  712.     }
  713.     /**
  714.      * Gets the public 'App\Controller\DocumentController' shared autowired service.
  715.      *
  716.      * @return \App\Controller\DocumentController
  717.      */
  718.     protected function getDocumentControllerService()
  719.     {
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  721.         include_once \dirname(__DIR__4).'/src/Controller/DocumentController.php';
  722.         $this->services['App\\Controller\\DocumentController'] = $instance = new \App\Controller\DocumentController();
  723.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\DocumentController'$this));
  724.         return $instance;
  725.     }
  726.     /**
  727.      * Gets the public 'App\Controller\FolderController' shared autowired service.
  728.      *
  729.      * @return \App\Controller\FolderController
  730.      */
  731.     protected function getFolderControllerService()
  732.     {
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  734.         include_once \dirname(__DIR__4).'/src/Controller/FolderController.php';
  735.         $this->services['App\\Controller\\FolderController'] = $instance = new \App\Controller\FolderController();
  736.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\FolderController'$this));
  737.         return $instance;
  738.     }
  739.     /**
  740.      * Gets the public 'App\Controller\MessageController' shared autowired service.
  741.      *
  742.      * @return \App\Controller\MessageController
  743.      */
  744.     protected function getMessageControllerService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  747.         include_once \dirname(__DIR__4).'/src/Controller/MessageController.php';
  748.         $this->services['App\\Controller\\MessageController'] = $instance = new \App\Controller\MessageController();
  749.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\MessageController'$this));
  750.         return $instance;
  751.     }
  752.     /**
  753.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  754.      *
  755.      * @return \App\Controller\NotificationController
  756.      */
  757.     protected function getNotificationControllerService()
  758.     {
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  760.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  761.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController();
  762.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\NotificationController'$this));
  763.         return $instance;
  764.     }
  765.     /**
  766.      * Gets the public 'App\Controller\OtpValidationController' shared autowired service.
  767.      *
  768.      * @return \App\Controller\OtpValidationController
  769.      */
  770.     protected function getOtpValidationControllerService()
  771.     {
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  773.         include_once \dirname(__DIR__4).'/src/Controller/OtpValidationController.php';
  774.         $this->services['App\\Controller\\OtpValidationController'] = $instance = new \App\Controller\OtpValidationController();
  775.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\OtpValidationController'$this));
  776.         return $instance;
  777.     }
  778.     /**
  779.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  780.      *
  781.      * @return \App\Controller\ProfileController
  782.      */
  783.     protected function getProfileControllerService()
  784.     {
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  786.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  787.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  788.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\ProfileController'$this));
  789.         return $instance;
  790.     }
  791.     /**
  792.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  793.      *
  794.      * @return \App\Controller\RegistrationController
  795.      */
  796.     protected function getRegistrationControllerService()
  797.     {
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  799.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  800.         $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController();
  801.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\RegistrationController'$this));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\SecurityController
  808.      */
  809.     protected function getSecurityControllerService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  813.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  814.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\SecurityController'$this));
  815.         return $instance;
  816.     }
  817.     /**
  818.      * Gets the public 'App\Controller\UserController' shared autowired service.
  819.      *
  820.      * @return \App\Controller\UserController
  821.      */
  822.     protected function getUserControllerService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  825.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  826.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  827.         $instance->setContainer(($this->privates['.service_locator.tz4LA4s'] ?? $this->get_ServiceLocator_Tz4LA4sService())->withContext('App\\Controller\\UserController'$this));
  828.         return $instance;
  829.     }
  830.     /**
  831.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  832.      *
  833.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  834.      */
  835.     protected function getProfilerControllerService()
  836.     {
  837.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  838.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  839.     }
  840.     /**
  841.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  842.      *
  843.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  844.      */
  845.     protected function getBlameableEventSubscriberService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  848.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  849.         $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  850.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  851.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  852.         }
  853.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  854.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  855.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  856.         }
  857.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a$bNULL);
  858.     }
  859.     /**
  860.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  861.      *
  862.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  863.      */
  864.     protected function getLoggableEventSubscriberService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  867.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  868.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  869.     }
  870.     /**
  871.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  872.      *
  873.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  874.      */
  875.     protected function getSluggableEventSubscriberService()
  876.     {
  877.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  878.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  879.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  880.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  881.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  882.         }
  883.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  884.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  885.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  886.         }
  887.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  888.     }
  889.     /**
  890.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  891.      *
  892.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  893.      */
  894.     protected function getSoftDeletableEventSubscriberService()
  895.     {
  896.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  897.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  898.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  899.     }
  900.     /**
  901.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  902.      *
  903.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  904.      */
  905.     protected function getTimestampableEventSubscriberService()
  906.     {
  907.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  908.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  909.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  910.     }
  911.     /**
  912.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  913.      *
  914.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  915.      */
  916.     protected function getTranslatableEventSubscriberService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  919.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  920.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  921.     }
  922.     /**
  923.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  924.      *
  925.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  926.      */
  927.     protected function getTreeEventSubscriberService()
  928.     {
  929.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  930.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  931.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  932.     }
  933.     /**
  934.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  935.      *
  936.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  937.      */
  938.     protected function getUuidableEventSubscriberService()
  939.     {
  940.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  941.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  942.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  943.     }
  944.     /**
  945.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  946.      *
  947.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  948.      */
  949.     protected function getLocaleProviderService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  952.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  953.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  954.     }
  955.     /**
  956.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  957.      *
  958.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  959.      */
  960.     protected function getUserProviderService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  963.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  965.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  966.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  967.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  968.         ], [
  969.             'security.authorization_checker' => '?',
  970.             'security.token_storage' => '?',
  971.         ])), NULL);
  972.     }
  973.     /**
  974.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  975.      *
  976.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  977.      */
  978.     protected function getDefaultSluggableRepositoryService()
  979.     {
  980.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  981.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  982.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  983.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  984.         }
  985.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  986.     }
  987.     /**
  988.      * Gets the public 'Pusher\Pusher' shared service.
  989.      *
  990.      * @return \Pusher\Pusher
  991.      */
  992.     protected function getPusherService()
  993.     {
  994.         return $this->services['Pusher\\Pusher'] = new \Pusher\Pusher($this->getEnv('PUSHER_KEY'), $this->getEnv('PUSHER_SECRET'), $this->getEnv('PUSHER_APP_ID'), ['cluster' => $this->getEnv('PUSHER_CLUSTER')]);
  995.     }
  996.     /**
  997.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  998.      *
  999.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1000.      */
  1001.     protected function getRedirectControllerService()
  1002.     {
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1004.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1005.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1006.     }
  1007.     /**
  1008.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1009.      *
  1010.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1011.      */
  1012.     protected function getTemplateControllerService()
  1013.     {
  1014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1015.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1016.     }
  1017.     /**
  1018.      * Gets the public 'cache.app' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1021.      */
  1022.     protected function getCache_AppService()
  1023.     {
  1024.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('64GkTJzY+g'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1025.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1026.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1027.     }
  1028.     /**
  1029.      * Gets the public 'cache.app_clearer' shared service.
  1030.      *
  1031.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1032.      */
  1033.     protected function getCache_AppClearerService()
  1034.     {
  1035.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1037.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1038.     }
  1039.     /**
  1040.      * Gets the public 'cache.global_clearer' shared service.
  1041.      *
  1042.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1043.      */
  1044.     protected function getCache_GlobalClearerService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1048.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1049.     }
  1050.     /**
  1051.      * Gets the public 'cache.system' shared service.
  1052.      *
  1053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1054.      */
  1055.     protected function getCache_SystemService()
  1056.     {
  1057.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fXqMbhWOXG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1058.     }
  1059.     /**
  1060.      * Gets the public 'cache.system_clearer' shared service.
  1061.      *
  1062.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1063.      */
  1064.     protected function getCache_SystemClearerService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1068.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1069.     }
  1070.     /**
  1071.      * Gets the public 'cache_warmer' shared service.
  1072.      *
  1073.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1074.      */
  1075.     protected function getCacheWarmerService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1079.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1080.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1081.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1082.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1083.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1084.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1085.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1086.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1087.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1088.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($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'))));
  1089.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1090.     }
  1091.     /**
  1092.      * Gets the public 'console.command_loader' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1095.      */
  1096.     protected function getConsole_CommandLoaderService()
  1097.     {
  1098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1100.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1101.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1102.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1103.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1104.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1105.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1106.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1107.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1108.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1109.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1110.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1111.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1112.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1113.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1114.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1115.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1116.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1117.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1118.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1119.             'console.command.validator_debug' => ['privates''console.command.validator_debug''getConsole_Command_ValidatorDebugService'false],
  1120.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1121.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1122.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1123.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1124.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1125.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1126.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1127.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1128.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1129.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1130.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1131.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1132.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1133.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1134.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1135.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1136.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1137.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1138.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1139.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1140.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1141.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1142.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1143.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1144.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1145.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1146.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1147.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1148.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1149.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1150.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1151.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1152.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1153.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1154.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1155.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1156.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1157.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1158.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1159.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1160.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1161.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1162.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1163.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1164.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1165.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1166.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1167.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1168.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1169.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1170.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1171.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1172.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1173.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1174.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1175.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1176.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1177.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1178.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1179.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1180.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1181.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1182.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1183.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1184.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1185.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1186.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1187.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1188.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1189.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1190.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1191.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1192.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1193.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1194.         ], [
  1195.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1196.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1197.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1198.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1199.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1200.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1201.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1202.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1203.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1204.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1205.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1206.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1207.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1208.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1209.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1210.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1211.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1212.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1213.             'console.command.validator_debug' => 'Symfony\\Component\\Validator\\Command\\DebugCommand',
  1214.             'console.command.xliff_lint' => 'Symfony\\Component\\Translation\\Command\\XliffLintCommand',
  1215.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1216.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1217.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1218.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1219.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1220.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1221.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1222.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1223.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1224.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1225.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1226.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1227.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1228.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1229.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1230.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1231.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1232.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1233.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1234.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1235.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1236.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1237.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1238.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1239.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1240.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1241.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1242.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1243.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1244.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1245.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1246.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1247.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1248.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1249.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1250.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1251.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1252.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1253.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1254.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1255.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1256.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1257.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1258.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1259.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1260.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1261.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1262.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1263.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1264.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1265.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1266.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1267.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1268.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1269.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1270.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1271.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1272.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1273.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1274.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1275.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1276.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1277.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1278.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1279.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1280.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1281.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1282.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1283.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1284.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1285.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1286.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1287.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1288.         ]), ['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''debug:validator' => 'console.command.validator_debug''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:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''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''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1289.     }
  1290.     /**
  1291.      * Gets the public 'container.env_var_processors_locator' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1294.      */
  1295.     protected function getContainer_EnvVarProcessorsLocatorService()
  1296.     {
  1297.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1298.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1299.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1300.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1301.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1302.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1303.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1304.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1305.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1306.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1307.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1308.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1309.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1310.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1311.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1312.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1313.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1314.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1315.         ], [
  1316.             'base64' => '?',
  1317.             'bool' => '?',
  1318.             'const' => '?',
  1319.             'csv' => '?',
  1320.             'default' => '?',
  1321.             'file' => '?',
  1322.             'float' => '?',
  1323.             'int' => '?',
  1324.             'json' => '?',
  1325.             'key' => '?',
  1326.             'not' => '?',
  1327.             'query_string' => '?',
  1328.             'require' => '?',
  1329.             'resolve' => '?',
  1330.             'string' => '?',
  1331.             'trim' => '?',
  1332.             'url' => '?',
  1333.         ]);
  1334.     }
  1335.     /**
  1336.      * Gets the public 'data_collector.dump' shared service.
  1337.      *
  1338.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1339.      */
  1340.     protected function getDataCollector_DumpService()
  1341.     {
  1342.         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()));
  1343.     }
  1344.     /**
  1345.      * Gets the public 'doctrine' shared service.
  1346.      *
  1347.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1348.      */
  1349.     protected function getDoctrineService()
  1350.     {
  1351.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1352.     }
  1353.     /**
  1354.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1355.      *
  1356.      * @return \Doctrine\DBAL\Connection
  1357.      */
  1358.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1359.     {
  1360.         $a = new \Doctrine\DBAL\Configuration();
  1361.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1362.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1363.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1365.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1366.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''charset' => 'UTF8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1367.             'App\\Listener\\DoctrineListener' => ['privates''App\\Listener\\DoctrineListener''getDoctrineListenerService'false],
  1368.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  1369.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  1370.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  1371.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  1372.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  1373.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  1374.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  1375.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  1376.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1377.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1378.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1379.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1380.         ], [
  1381.             'App\\Listener\\DoctrineListener' => '?',
  1382.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  1383.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  1384.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  1385.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  1386.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  1387.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  1388.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  1389.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  1390.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1391.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1392.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1393.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1394.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'11 => [=> [=> 'preFlush'], => 'App\\Listener\\DoctrineListener'], 12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1395.     }
  1396.     /**
  1397.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1398.      *
  1399.      * @return \Doctrine\ORM\EntityManager
  1400.      */
  1401.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1402.     {
  1403.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1404.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1405.             return $this->services['doctrine.orm.default_entity_manager'];
  1406.         }
  1407.         $b = new \Doctrine\ORM\Configuration();
  1408.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1409.         $c->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1410.         $b->setEntityNamespaces(['App' => 'App\\Entity']);
  1411.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1412.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1413.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1414.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1415.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1416.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1417.         ], [
  1418.             'doctrine.ulid_generator' => '?',
  1419.             'doctrine.uuid_generator' => '?',
  1420.         ])));
  1421.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1422.         $b->setProxyNamespace('Proxies');
  1423.         $b->setAutoGenerateProxyClasses(true);
  1424.         $b->setSchemaIgnoreClasses([]);
  1425.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1426.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1427.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1428.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1429.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1430.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1431.             'App\\Repository\\CommentRepository' => ['privates''App\\Repository\\CommentRepository''getCommentRepositoryService'false],
  1432.             'App\\Repository\\ConversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  1433.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  1434.             'App\\Repository\\FolderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  1435.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1436.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1437.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1438.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1439.         ], [
  1440.             'App\\Repository\\CommentRepository' => '?',
  1441.             'App\\Repository\\ConversationRepository' => '?',
  1442.             'App\\Repository\\DocumentRepository' => '?',
  1443.             'App\\Repository\\FolderRepository' => '?',
  1444.             'App\\Repository\\GroupRepository' => '?',
  1445.             'App\\Repository\\MessageRepository' => '?',
  1446.             'App\\Repository\\NotificationRepository' => '?',
  1447.             'App\\Repository\\UserRepository' => '?',
  1448.         ])));
  1449.         $b->addCustomDatetimeFunction('DATE_FORMAT''App\\Repository\\Dql\\DateFormatFunction');
  1450.         $b->addFilter('filterEnableRows''App\\Repository\\Filters\\EnableRowsFillter');
  1451.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create($a$b);
  1452.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'filterEnableRows'], []))->configure($instance);
  1453.         return $instance;
  1454.     }
  1455.     /**
  1456.      * Gets the public 'error_controller' shared service.
  1457.      *
  1458.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1459.      */
  1460.     protected function getErrorControllerService()
  1461.     {
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1467.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1468.         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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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)));
  1469.     }
  1470.     /**
  1471.      * Gets the public 'event_dispatcher' shared service.
  1472.      *
  1473.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1474.      */
  1475.     protected function getEventDispatcherService()
  1476.     {
  1477.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1478.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1479.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1480.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1481.         $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())));
  1482.         $instance->addListener('kernel.controller', [=> function () {
  1483.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1484.         }, => 'onKernelController'], 0);
  1485.         $instance->addListener('kernel.exception', [=> function () {
  1486.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1487.         }, => 'onKernelException'], 0);
  1488.         $instance->addListener('kernel.exception', [=> function () {
  1489.             return ($this->privates['App\\Listener\\ApiExceptionSubscriber'] ?? ($this->privates['App\\Listener\\ApiExceptionSubscriber'] = new \App\Listener\ApiExceptionSubscriber()));
  1490.         }, => 'onKernelException'], 0);
  1491.         $instance->addListener('kernel.response', [=> function () {
  1492.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1493.         }, => 'onKernelResponse'], 0);
  1494.         $instance->addListener('kernel.response', [=> function () {
  1495.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1496.         }, => 'onKernelResponse'], -1024);
  1497.         $instance->addListener('kernel.request', [=> function () {
  1498.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1499.         }, => 'setDefaultLocale'], 100);
  1500.         $instance->addListener('kernel.request', [=> function () {
  1501.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1502.         }, => 'onKernelRequest'], 16);
  1503.         $instance->addListener('kernel.finish_request', [=> function () {
  1504.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1505.         }, => 'onKernelFinishRequest'], 0);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1508.         }, => 'onKernelRequest'], 256);
  1509.         $instance->addListener('kernel.response', [=> function () {
  1510.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1511.         }, => 'onResponse'], -255);
  1512.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1513.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1514.         }, => 'onControllerArguments'], 0);
  1515.         $instance->addListener('kernel.exception', [=> function () {
  1516.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1517.         }, => 'logKernelException'], 0);
  1518.         $instance->addListener('kernel.exception', [=> function () {
  1519.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1520.         }, => 'onKernelException'], -128);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1523.         }, => 'removeCspHeader'], -128);
  1524.         $instance->addListener('kernel.request', [=> function () {
  1525.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1526.         }, => 'onKernelRequest'], 15);
  1527.         $instance->addListener('kernel.finish_request', [=> function () {
  1528.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1529.         }, => 'onKernelFinishRequest'], -15);
  1530.         $instance->addListener('console.error', [=> function () {
  1531.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1532.         }, => 'onConsoleError'], -128);
  1533.         $instance->addListener('console.terminate', [=> function () {
  1534.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1535.         }, => 'onConsoleTerminate'], -128);
  1536.         $instance->addListener('console.error', [=> function () {
  1537.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1538.         }, => 'onConsoleError'], 0);
  1539.         $instance->addListener('kernel.request', [=> function () {
  1540.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1541.         }, => 'onKernelRequest'], 128);
  1542.         $instance->addListener('kernel.response', [=> function () {
  1543.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1544.         }, => 'onKernelResponse'], -1000);
  1545.         $instance->addListener('kernel.finish_request', [=> function () {
  1546.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1547.         }, => 'onFinishRequest'], 0);
  1548.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1549.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1550.         }, => 'onMessage'], -255);
  1551.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1552.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1553.         }, => 'onNotification'], -255);
  1554.         $instance->addListener('kernel.response', [=> function () {
  1555.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1556.         }, => 'onKernelResponse'], -100);
  1557.         $instance->addListener('kernel.exception', [=> function () {
  1558.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1559.         }, => 'onKernelException'], 0);
  1560.         $instance->addListener('kernel.terminate', [=> function () {
  1561.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1562.         }, => 'onKernelTerminate'], -1024);
  1563.         $instance->addListener('kernel.controller', [=> function () {
  1564.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1565.         }, => 'onKernelController'], 0);
  1566.         $instance->addListener('kernel.response', [=> function () {
  1567.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1568.         }, => 'onKernelResponse'], 0);
  1569.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1570.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1571.         }, => 'onMessage'], -255);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1574.         }, => 'configure'], 2048);
  1575.         $instance->addListener('console.command', [=> function () {
  1576.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1577.         }, => 'configure'], 2048);
  1578.         $instance->addListener('kernel.request', [=> function () {
  1579.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1580.         }, => 'onKernelRequest'], 32);
  1581.         $instance->addListener('kernel.finish_request', [=> function () {
  1582.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1583.         }, => 'onKernelFinishRequest'], 0);
  1584.         $instance->addListener('kernel.exception', [=> function () {
  1585.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1586.         }, => 'onKernelException'], -64);
  1587.         $instance->addListener('kernel.response', [=> function () {
  1588.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1589.         }, => 'onKernelResponse'], 0);
  1590.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1591.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1592.         }, => 'onMessage'], 0);
  1593.         $instance->addListener('kernel.controller', [=> function () {
  1594.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1595.         }, => 'onKernelController'], 0);
  1596.         $instance->addListener('kernel.controller', [=> function () {
  1597.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1598.         }, => 'onKernelController'], 0);
  1599.         $instance->addListener('kernel.controller', [=> function () {
  1600.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1601.         }, => 'onKernelController'], -128);
  1602.         $instance->addListener('kernel.view', [=> function () {
  1603.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1604.         }, => 'onKernelView'], 0);
  1605.         $instance->addListener('kernel.controller', [=> function () {
  1606.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1607.         }, => 'onKernelController'], 0);
  1608.         $instance->addListener('kernel.response', [=> function () {
  1609.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1610.         }, => 'onKernelResponse'], 0);
  1611.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1612.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1613.         }, => 'onKernelControllerArguments'], 0);
  1614.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1615.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1616.         }, => 'onKernelControllerArguments'], 0);
  1617.         $instance->addListener('kernel.response', [=> function () {
  1618.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1619.         }, => 'onKernelResponse'], 0);
  1620.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1621.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1622.         }, => 'onVoterVote'], 0);
  1623.         $instance->addListener('kernel.request', [=> function () {
  1624.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1625.         }, => 'configureLogoutUrlGenerator'], 8);
  1626.         $instance->addListener('kernel.request', [=> function () {
  1627.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1628.         }, => 'onKernelRequest'], 8);
  1629.         $instance->addListener('kernel.finish_request', [=> function () {
  1630.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1631.         }, => 'onKernelFinishRequest'], 0);
  1632.         $instance->addListener('console.command', [=> function () {
  1633.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1634.         }, => 'onCommand'], 255);
  1635.         $instance->addListener('console.terminate', [=> function () {
  1636.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1637.         }, => 'onTerminate'], -255);
  1638.         $instance->addListener('console.command', [=> function () {
  1639.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1640.         }, => 'configure'], 1024);
  1641.         $instance->addListener('console.error', [=> function () {
  1642.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1643.         }, => 'onConsoleError'], 0);
  1644.         $instance->addListener('console.terminate', [=> function () {
  1645.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1646.         }, => 'onConsoleTerminate'], 0);
  1647.         $instance->addListener('kernel.response', [=> function () {
  1648.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1649.         }, => 'onKernelResponse'], -128);
  1650.         $instance->addListener('kernel.exception', [=> function () {
  1651.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1652.         }, => 'onException'], 0);
  1653.         $instance->addListener('kernel.terminate', [=> function () {
  1654.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1655.         }, => 'onTerminate'], 0);
  1656.         $instance->addListener('console.error', [=> function () {
  1657.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1658.         }, => 'onException'], 0);
  1659.         $instance->addListener('console.terminate', [=> function () {
  1660.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1661.         }, => 'onTerminate'], 0);
  1662.         $instance->addListener('kernel.finish_request', [=> function () {
  1663.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1664.         }, => 'resetAssets'], 0);
  1665.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1666.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1667.         }, => 'onLogout'], 0);
  1668.         return $instance;
  1669.     }
  1670.     /**
  1671.      * Gets the public 'fos_js_routing.controller' shared service.
  1672.      *
  1673.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1674.      */
  1675.     protected function getFosJsRouting_ControllerService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1678.         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);
  1679.     }
  1680.     /**
  1681.      * Gets the public 'fos_js_routing.extractor' shared service.
  1682.      *
  1683.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1684.      */
  1685.     protected function getFosJsRouting_ExtractorService()
  1686.     {
  1687.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1689.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1690.     }
  1691.     /**
  1692.      * Gets the public 'fos_js_routing.serializer' shared service.
  1693.      *
  1694.      * @return \Symfony\Component\Serializer\Serializer
  1695.      */
  1696.     protected function getFosJsRouting_SerializerService()
  1697.     {
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1712.         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()]);
  1713.     }
  1714.     /**
  1715.      * Gets the public 'http_kernel' shared service.
  1716.      *
  1717.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1718.      */
  1719.     protected function getHttpKernelService()
  1720.     {
  1721.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1722.         if (isset($this->services['http_kernel'])) {
  1723.             return $this->services['http_kernel'];
  1724.         }
  1725.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1726.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1727.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1728.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1729.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1730.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1731.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1732.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1733.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1734.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1735.         }, 8)), $b));
  1736.     }
  1737.     /**
  1738.      * Gets the public 'profiler' shared service.
  1739.      *
  1740.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1741.      */
  1742.     protected function getProfilerService()
  1743.     {
  1744.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1745.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1746.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1747.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1748.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1749.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1750.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1751.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1752.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1753.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1754.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1755.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1756.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1757.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1758.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1759.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1760.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1761.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1762.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1763.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1764.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1765.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1766.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1767.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1768.         if ($this->has('kernel')) {
  1769.             $g->setKernel($b);
  1770.         }
  1771.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1772.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1773.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1774.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1775.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1776.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1777.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1778.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1779.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1780.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1781.         $instance->add($d);
  1782.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1783.         $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->getSecurity_RoleHierarchyService()), ($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()), false));
  1784.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1785.         $instance->add($e);
  1786.         $instance->add($f);
  1787.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1788.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1789.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1790.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1791.         $instance->add($g);
  1792.         return $instance;
  1793.     }
  1794.     /**
  1795.      * Gets the public 'request_stack' shared service.
  1796.      *
  1797.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1798.      */
  1799.     protected function getRequestStackService()
  1800.     {
  1801.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1802.     }
  1803.     /**
  1804.      * Gets the public 'router' shared service.
  1805.      *
  1806.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1807.      */
  1808.     protected function getRouterService()
  1809.     {
  1810.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1811.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1812.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1813.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1814.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1815.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1816.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1817.         ], [
  1818.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1819.         ]))->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'fr');
  1820.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1821.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1822.         return $instance;
  1823.     }
  1824.     /**
  1825.      * Gets the public 'routing.loader' shared service.
  1826.      *
  1827.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1828.      */
  1829.     protected function getRouting_LoaderService()
  1830.     {
  1831.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1843.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1848.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1850.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1851.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1855.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1856.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1857.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1858.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1859.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1860.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1861.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1862.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1863.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1864.             'kernel' => ['services''kernel''getKernelService'false],
  1865.         ], [
  1866.             'kernel' => 'App\\Kernel',
  1867.         ])));
  1868.         $a->addLoader($c);
  1869.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1870.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1871.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1872.     }
  1873.     /**
  1874.      * Gets the public 'security.authorization_checker' shared service.
  1875.      *
  1876.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1877.      */
  1878.     protected function getSecurity_AuthorizationCheckerService()
  1879.     {
  1880.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  1881.         if (isset($this->services['security.authorization_checker'])) {
  1882.             return $this->services['security.authorization_checker'];
  1883.         }
  1884.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1885.     }
  1886.     /**
  1887.      * Gets the public 'security.password_encoder' shared service.
  1888.      *
  1889.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1890.      */
  1891.     protected function getSecurity_PasswordEncoderService()
  1892.     {
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1895.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1896.     }
  1897.     /**
  1898.      * Gets the public 'security.token_storage' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1901.      */
  1902.     protected function getSecurity_TokenStorageService()
  1903.     {
  1904.         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, [
  1905.             'session' => ['services''session''getSessionService'false],
  1906.         ], [
  1907.             'session' => '?',
  1908.         ]));
  1909.     }
  1910.     /**
  1911.      * Gets the public 'services_resetter' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1914.      */
  1915.     protected function getServicesResetterService()
  1916.     {
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1918.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1919.             if (isset($this->services['cache.app'])) {
  1920.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1921.             }
  1922.             if (isset($this->services['cache.system'])) {
  1923.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1924.             }
  1925.             if (isset($this->privates['cache.validator'])) {
  1926.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1927.             }
  1928.             if (isset($this->privates['cache.serializer'])) {
  1929.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1930.             }
  1931.             if (isset($this->privates['cache.annotations'])) {
  1932.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1933.             }
  1934.             if (isset($this->privates['cache.property_info'])) {
  1935.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1936.             }
  1937.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1938.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1939.             }
  1940.             if (isset($this->services['profiler'])) {
  1941.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1942.             }
  1943.             if (isset($this->services['.container.private.validator'])) {
  1944.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1945.             }
  1946.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1947.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1948.             }
  1949.             if (isset($this->privates['debug.stopwatch'])) {
  1950.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1951.             }
  1952.             if (isset($this->services['event_dispatcher'])) {
  1953.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1954.             }
  1955.             if (isset($this->services['doctrine'])) {
  1956.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1957.             }
  1958.             if (isset($this->privates['form.type.entity'])) {
  1959.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1960.             }
  1961.             if (isset($this->services['security.token_storage'])) {
  1962.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1963.             }
  1964.             if (isset($this->privates['cache.security_expression_language'])) {
  1965.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1966.             }
  1967.             if (isset($this->privates['monolog.handler.main'])) {
  1968.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1969.             }
  1970.             if (isset($this->privates['monolog.handler.console'])) {
  1971.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1972.             }
  1973.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1974.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1975.             }
  1976.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1977.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1978.             }
  1979.             if (isset($this->privates['cache.webpack_encore'])) {
  1980.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1981.             }
  1982.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1983.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1984.             }
  1985.         }, function () {
  1986.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (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['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  1987.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'mailer.message_logger_listener' => [=> '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'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  1988.     }
  1989.     /**
  1990.      * Gets the public 'session' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1993.      */
  1994.     protected function getSessionService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1998.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1999.         if (isset($this->services['session'])) {
  2000.             return $this->services['session'];
  2001.         }
  2002.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()), NULLNULL, [=> $a=> 'onSessionUsage']);
  2003.     }
  2004.     /**
  2005.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2006.      *
  2007.      * @return \Swift_Mailer
  2008.      */
  2009.     protected function getSwiftmailer_Mailer_DefaultService()
  2010.     {
  2011.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2012.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2013.     }
  2014.     /**
  2015.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2016.      *
  2017.      * @return \Swift_Plugins_MessageLogger
  2018.      */
  2019.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2024.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2025.     }
  2026.     /**
  2027.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2028.      *
  2029.      * @return \Swift_Transport
  2030.      */
  2031.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2037.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => NULL'username' => $this->getEnv('MAILER_USER'), 'password' => $this->getEnv('MAILER_PASSWORD'), 'host' => $this->getEnv('MAILER_HOST'), 'port' => $this->getEnv('MAILER_PORT'), 'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => $this->getEnv('MAILER_ENCRYPTION'), 'auth_mode' => $this->getEnv('MAILER_AUTH_MODE'), 'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($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())));
  2038.     }
  2039.     /**
  2040.      * Gets the public 'swiftmailer.transport' shared service.
  2041.      *
  2042.      * @return \Swift_Transport_SpoolTransport
  2043.      */
  2044.     protected function getSwiftmailer_TransportService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2055.         $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());
  2056.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2057.         return $instance;
  2058.     }
  2059.     /**
  2060.      * Gets the public 'translator' shared service.
  2061.      *
  2062.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2063.      */
  2064.     protected function getTranslatorService()
  2065.     {
  2066.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2067.     }
  2068.     /**
  2069.      * Gets the public 'var_dumper.cloner' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2072.      */
  2073.     protected function getVarDumper_ClonerService()
  2074.     {
  2075.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2076.         $instance->setMaxItems(2500);
  2077.         $instance->setMinDepth(1);
  2078.         $instance->setMaxString(-1);
  2079.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2080.         return $instance;
  2081.     }
  2082.     /**
  2083.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2084.      *
  2085.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2086.      */
  2087.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2090.         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()));
  2091.     }
  2092.     /**
  2093.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2094.      *
  2095.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2096.      */
  2097.     protected function getWebProfiler_Controller_ProfilerService()
  2098.     {
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2100.         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['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2101.     }
  2102.     /**
  2103.      * Gets the public 'web_profiler.controller.router' shared service.
  2104.      *
  2105.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2106.      */
  2107.     protected function getWebProfiler_Controller_RouterService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2110.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2111.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2112.         }, 1));
  2113.     }
  2114.     /**
  2115.      * Gets the private '.debug.http_client' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2118.      */
  2119.     protected function get_Debug_HttpClientService()
  2120.     {
  2121.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2122.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2123.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2124.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2125.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2127.         $a->setLogger($b);
  2128.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2129.     }
  2130.     /**
  2131.      * Gets the private '.errored..service_locator.0gRGHLd.App\Entity\User' shared service.
  2132.      *
  2133.      * @return \App\Entity\User
  2134.      */
  2135.     protected function getUserService()
  2136.     {
  2137.         $this->throw('Cannot autowire service ".service_locator.0gRGHLd": it references class "App\\Entity\\User" but no such service exists.');
  2138.     }
  2139.     /**
  2140.      * Gets the private '.errored..service_locator.78GWDRX.App\Entity\Conversation' shared service.
  2141.      *
  2142.      * @return \App\Entity\Conversation
  2143.      */
  2144.     protected function getConversationService()
  2145.     {
  2146.         $this->throw('Cannot autowire service ".service_locator.78GWDRX": it references class "App\\Entity\\Conversation" but no such service exists.');
  2147.     }
  2148.     /**
  2149.      * Gets the private '.errored..service_locator.8dKogNq.App\Entity\Document' shared service.
  2150.      *
  2151.      * @return \App\Entity\Document
  2152.      */
  2153.     protected function getDocumentService()
  2154.     {
  2155.         $this->throw('Cannot autowire service ".service_locator.8dKogNq": it references class "App\\Entity\\Document" but no such service exists.');
  2156.     }
  2157.     /**
  2158.      * Gets the private '.errored..service_locator.BVTEf2d.App\Entity\Notification' shared service.
  2159.      *
  2160.      * @return \App\Entity\Notification
  2161.      */
  2162.     protected function getNotificationService()
  2163.     {
  2164.         $this->throw('Cannot autowire service ".service_locator.BVTEf2d": it references class "App\\Entity\\Notification" but no such service exists.');
  2165.     }
  2166.     /**
  2167.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2170.      */
  2171.     protected function getLoaderInterfaceService()
  2172.     {
  2173.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2174.     }
  2175.     /**
  2176.      * Gets the private '.errored..service_locator.XKuLxI8.App\Entity\Folder' shared service.
  2177.      *
  2178.      * @return \App\Entity\Folder
  2179.      */
  2180.     protected function getFolderService()
  2181.     {
  2182.         $this->throw('Cannot autowire service ".service_locator.XKuLxI8": it references class "App\\Entity\\Folder" but no such service exists.');
  2183.     }
  2184.     /**
  2185.      * Gets the private '.errored..service_locator.bCvwVH4.App\Entity\Folder' shared service.
  2186.      *
  2187.      * @return \App\Entity\Folder
  2188.      */
  2189.     protected function getFolder2Service()
  2190.     {
  2191.         $this->throw('Cannot autowire service ".service_locator.bCvwVH4": it references class "App\\Entity\\Folder" but no such service exists.');
  2192.     }
  2193.     /**
  2194.      * Gets the private '.errored..service_locator.ce.iwhX.App\Entity\Folder' shared service.
  2195.      *
  2196.      * @return \App\Entity\Folder
  2197.      */
  2198.     protected function getFolder3Service()
  2199.     {
  2200.         $this->throw('Cannot autowire service ".service_locator.ce.iwhX": it references class "App\\Entity\\Folder" but no such service exists.');
  2201.     }
  2202.     /**
  2203.      * Gets the private '.errored..service_locator.iGt1O22.App\Entity\Folder' shared service.
  2204.      *
  2205.      * @return \App\Entity\Folder
  2206.      */
  2207.     protected function getFolder4Service()
  2208.     {
  2209.         $this->throw('Cannot autowire service ".service_locator.iGt1O22": it references class "App\\Entity\\Folder" but no such service exists.');
  2210.     }
  2211.     /**
  2212.      * Gets the private '.errored..service_locator.k6cmvEu.App\Entity\Conversation' shared service.
  2213.      *
  2214.      * @return \App\Entity\Conversation
  2215.      */
  2216.     protected function getConversation2Service()
  2217.     {
  2218.         $this->throw('Cannot autowire service ".service_locator.k6cmvEu": it references class "App\\Entity\\Conversation" but no such service exists.');
  2219.     }
  2220.     /**
  2221.      * Gets the private '.errored..service_locator.qcHNQIP.App\Entity\Folder' shared service.
  2222.      *
  2223.      * @return \App\Entity\Folder
  2224.      */
  2225.     protected function getFolder5Service()
  2226.     {
  2227.         $this->throw('Cannot autowire service ".service_locator.qcHNQIP": it references class "App\\Entity\\Folder" but no such service exists.');
  2228.     }
  2229.     /**
  2230.      * Gets the private '.service_locator..Ae5NXw' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2233.      */
  2234.     protected function get_ServiceLocator__Ae5NXwService()
  2235.     {
  2236.         return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2237.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2238.         ], [
  2239.             'userRepository' => 'App\\Repository\\UserRepository',
  2240.         ]);
  2241.     }
  2242.     /**
  2243.      * Gets the private '.service_locator.0gRGHLd' shared service.
  2244.      *
  2245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2246.      */
  2247.     protected function get_ServiceLocator_0gRGHLdService()
  2248.     {
  2249.         return $this->privates['.service_locator.0gRGHLd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2250.             'translator' => ['services''translator''getTranslatorService'false],
  2251.             'user' => ['privates''.errored..service_locator.0gRGHLd.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.0gRGHLd": it references class "App\\Entity\\User" but no such service exists.'],
  2252.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2253.         ], [
  2254.             'translator' => '?',
  2255.             'user' => 'App\\Entity\\User',
  2256.             'userRepository' => 'App\\Repository\\UserRepository',
  2257.         ]);
  2258.     }
  2259.     /**
  2260.      * Gets the private '.service_locator.4KIg8xx' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2263.      */
  2264.     protected function get_ServiceLocator_4KIg8xxService()
  2265.     {
  2266.         return $this->privates['.service_locator.4KIg8xx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2267.             'conversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  2268.             'messageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  2269.             'pusher' => ['services''Pusher\\Pusher''getPusherService'false],
  2270.             'translator' => ['services''translator''getTranslatorService'false],
  2271.         ], [
  2272.             'conversationRepository' => 'App\\Repository\\ConversationRepository',
  2273.             'messageRepository' => 'App\\Repository\\MessageRepository',
  2274.             'pusher' => 'Pusher\\Pusher',
  2275.             'translator' => '?',
  2276.         ]);
  2277.     }
  2278.     /**
  2279.      * Gets the private '.service_locator.6etVjkp' shared service.
  2280.      *
  2281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2282.      */
  2283.     protected function get_ServiceLocator_6etVjkpService()
  2284.     {
  2285.         return $this->privates['.service_locator.6etVjkp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2286.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2287.         ], [
  2288.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  2289.         ]);
  2290.     }
  2291.     /**
  2292.      * Gets the private '.service_locator.78GWDRX' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2295.      */
  2296.     protected function get_ServiceLocator_78GWDRXService()
  2297.     {
  2298.         return $this->privates['.service_locator.78GWDRX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2299.             'conversation' => ['privates''.errored..service_locator.78GWDRX.App\\Entity\\Conversation'NULL'Cannot autowire service ".service_locator.78GWDRX": it references class "App\\Entity\\Conversation" but no such service exists.'],
  2300.             'messageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  2301.             'translator' => ['services''translator''getTranslatorService'false],
  2302.         ], [
  2303.             'conversation' => 'App\\Entity\\Conversation',
  2304.             'messageRepository' => 'App\\Repository\\MessageRepository',
  2305.             'translator' => '?',
  2306.         ]);
  2307.     }
  2308.     /**
  2309.      * Gets the private '.service_locator.8dKogNq' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2312.      */
  2313.     protected function get_ServiceLocator_8dKogNqService()
  2314.     {
  2315.         return $this->privates['.service_locator.8dKogNq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2316.             'document' => ['privates''.errored..service_locator.8dKogNq.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.8dKogNq": it references class "App\\Entity\\Document" but no such service exists.'],
  2317.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2318.             'translator' => ['services''translator''getTranslatorService'false],
  2319.         ], [
  2320.             'document' => 'App\\Entity\\Document',
  2321.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2322.             'translator' => '?',
  2323.         ]);
  2324.     }
  2325.     /**
  2326.      * Gets the private '.service_locator.BVTEf2d' shared service.
  2327.      *
  2328.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2329.      */
  2330.     protected function get_ServiceLocator_BVTEf2dService()
  2331.     {
  2332.         return $this->privates['.service_locator.BVTEf2d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2333.             'notification' => ['privates''.errored..service_locator.BVTEf2d.App\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.BVTEf2d": it references class "App\\Entity\\Notification" but no such service exists.'],
  2334.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2335.             'translator' => ['services''translator''getTranslatorService'false],
  2336.         ], [
  2337.             'notification' => 'App\\Entity\\Notification',
  2338.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  2339.             'translator' => '?',
  2340.         ]);
  2341.     }
  2342.     /**
  2343.      * Gets the private '.service_locator.DZy_8DH' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2346.      */
  2347.     protected function get_ServiceLocator_DZy8DHService()
  2348.     {
  2349.         return $this->privates['.service_locator.DZy_8DH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2350.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2351.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2352.         ], [
  2353.             'mailer' => '?',
  2354.             'userRepository' => 'App\\Repository\\UserRepository',
  2355.         ]);
  2356.     }
  2357.     /**
  2358.      * Gets the private '.service_locator.DfDYBe8' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2361.      */
  2362.     protected function get_ServiceLocator_DfDYBe8Service()
  2363.     {
  2364.         return $this->privates['.service_locator.DfDYBe8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2365.             'authenticator' => ['privates''App\\Security\\AppUserAuthenticator''getAppUserAuthenticatorService'false],
  2366.             'guardHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  2367.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2368.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2369.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2370.             'pusher' => ['services''Pusher\\Pusher''getPusherService'false],
  2371.             'translator' => ['services''translator''getTranslatorService'false],
  2372.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2373.         ], [
  2374.             'authenticator' => 'App\\Security\\AppUserAuthenticator',
  2375.             'guardHandler' => '?',
  2376.             'mailer' => '?',
  2377.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  2378.             'passwordEncoder' => '?',
  2379.             'pusher' => 'Pusher\\Pusher',
  2380.             'translator' => '?',
  2381.             'userRepository' => 'App\\Repository\\UserRepository',
  2382.         ]);
  2383.     }
  2384.     /**
  2385.      * Gets the private '.service_locator.GkNo8KE' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2388.      */
  2389.     protected function get_ServiceLocator_GkNo8KEService()
  2390.     {
  2391.         return $this->privates['.service_locator.GkNo8KE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2392.             'commentRepository' => ['privates''App\\Repository\\CommentRepository''getCommentRepositoryService'false],
  2393.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2394.             'translator' => ['services''translator''getTranslatorService'false],
  2395.         ], [
  2396.             'commentRepository' => 'App\\Repository\\CommentRepository',
  2397.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2398.             'translator' => '?',
  2399.         ]);
  2400.     }
  2401.     /**
  2402.      * Gets the private '.service_locator.I0dx1oz' shared service.
  2403.      *
  2404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2405.      */
  2406.     protected function get_ServiceLocator_I0dx1ozService()
  2407.     {
  2408.         return $this->privates['.service_locator.I0dx1oz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2409.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2410.             'translator' => ['services''translator''getTranslatorService'false],
  2411.             'uploaderHelper' => ['privates''App\\Service\\UploaderHelper''getUploaderHelperService'false],
  2412.         ], [
  2413.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2414.             'translator' => '?',
  2415.             'uploaderHelper' => 'App\\Service\\UploaderHelper',
  2416.         ]);
  2417.     }
  2418.     /**
  2419.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2422.      */
  2423.     protected function get_ServiceLocator_KfbR3DYService()
  2424.     {
  2425.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2426.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  2427.         ], [
  2428.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2429.         ]);
  2430.     }
  2431.     /**
  2432.      * Gets the private '.service_locator.KrTeOq7' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2435.      */
  2436.     protected function get_ServiceLocator_KrTeOq7Service()
  2437.     {
  2438.         return $this->privates['.service_locator.KrTeOq7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2439.             'folderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  2440.             'translator' => ['services''translator''getTranslatorService'false],
  2441.         ], [
  2442.             'folderRepository' => 'App\\Repository\\FolderRepository',
  2443.             'translator' => '?',
  2444.         ]);
  2445.     }
  2446.     /**
  2447.      * Gets the private '.service_locator.Q14JNEz' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2450.      */
  2451.     protected function get_ServiceLocator_Q14JNEzService()
  2452.     {
  2453.         return $this->privates['.service_locator.Q14JNEz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2454.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2455.             'translator' => ['services''translator''getTranslatorService'false],
  2456.         ], [
  2457.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  2458.             'translator' => '?',
  2459.         ]);
  2460.     }
  2461.     /**
  2462.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2465.      */
  2466.     protected function get_ServiceLocator_UDgw6OlService()
  2467.     {
  2468.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2469.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2470.         ], [
  2471.             'authenticationUtils' => '?',
  2472.         ]);
  2473.     }
  2474.     /**
  2475.      * Gets the private '.service_locator.VRiyx_6' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2478.      */
  2479.     protected function get_ServiceLocator_VRiyx6Service()
  2480.     {
  2481.         return $this->privates['.service_locator.VRiyx_6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2482.             'App\\Controller\\CommentController::index' => ['privates''.service_locator.GkNo8KE''get_ServiceLocator_GkNo8KEService'false],
  2483.             'App\\Controller\\CommentController::loadListPage' => ['privates''.service_locator.GkNo8KE''get_ServiceLocator_GkNo8KEService'false],
  2484.             'App\\Controller\\CommentController::store' => ['privates''.service_locator.u023moJ''get_ServiceLocator_U023moJService'false],
  2485.             'App\\Controller\\ConversationController::init' => ['privates''.service_locator.78GWDRX''get_ServiceLocator_78GWDRXService'false],
  2486.             'App\\Controller\\ConversationController::loadContentListPage' => ['privates''.service_locator.78GWDRX''get_ServiceLocator_78GWDRXService'false],
  2487.             'App\\Controller\\ConversationController::show' => ['privates''.service_locator.k6cmvEu''get_ServiceLocator_K6cmvEuService'false],
  2488.             'App\\Controller\\DefaultController::index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  2489.             'App\\Controller\\DocumentController::Store' => ['privates''.service_locator.vwTA03T''get_ServiceLocator_VwTA03TService'false],
  2490.             'App\\Controller\\DocumentController::delete' => ['privates''.service_locator.8dKogNq''get_ServiceLocator_8dKogNqService'false],
  2491.             'App\\Controller\\DocumentController::downloadAction' => ['privates''.service_locator.I0dx1oz''get_ServiceLocator_I0dx1ozService'false],
  2492.             'App\\Controller\\FolderController::Store' => ['privates''.service_locator.KrTeOq7''get_ServiceLocator_KrTeOq7Service'false],
  2493.             'App\\Controller\\FolderController::StoreSubFolder' => ['privates''.service_locator.qcHNQIP''get_ServiceLocator_QcHNQIPService'false],
  2494.             'App\\Controller\\FolderController::delete' => ['privates''.service_locator.ce.iwhX''get_ServiceLocator_Ce_IwhXService'false],
  2495.             'App\\Controller\\FolderController::index' => ['privates''.service_locator.KrTeOq7''get_ServiceLocator_KrTeOq7Service'false],
  2496.             'App\\Controller\\FolderController::loadContentListPage' => ['privates''.service_locator.iGt1O22''get_ServiceLocator_IGt1O22Service'false],
  2497.             'App\\Controller\\FolderController::showContent' => ['privates''.service_locator.bCvwVH4''get_ServiceLocator_BCvwVH4Service'false],
  2498.             'App\\Controller\\FolderController::update' => ['privates''.service_locator.XKuLxI8''get_ServiceLocator_XKuLxI8Service'false],
  2499.             'App\\Controller\\MessageController::store' => ['privates''.service_locator.4KIg8xx''get_ServiceLocator_4KIg8xxService'false],
  2500.             'App\\Controller\\NotificationController::countNotRead' => ['privates''.service_locator.6etVjkp''get_ServiceLocator_6etVjkpService'false],
  2501.             'App\\Controller\\NotificationController::index' => ['privates''.service_locator.Q14JNEz''get_ServiceLocator_Q14JNEzService'false],
  2502.             'App\\Controller\\NotificationController::init' => ['privates''.service_locator.6etVjkp''get_ServiceLocator_6etVjkpService'false],
  2503.             'App\\Controller\\NotificationController::show' => ['privates''.service_locator.BVTEf2d''get_ServiceLocator_BVTEf2dService'false],
  2504.             'App\\Controller\\OtpValidationController::resendOtp' => ['privates''.service_locator.DZy_8DH''get_ServiceLocator_DZy8DHService'false],
  2505.             'App\\Controller\\OtpValidationController::verifyOtp' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  2506.             'App\\Controller\\ProfileController::changePasswordAction' => ['privates''.service_locator.pcsR7qQ''get_ServiceLocator_PcsR7qQService'false],
  2507.             'App\\Controller\\ProfileController::updateInformation' => ['privates''.service_locator.fVbv7du''get_ServiceLocator_FVbv7duService'false],
  2508.             'App\\Controller\\RegistrationController::register' => ['privates''.service_locator.DfDYBe8''get_ServiceLocator_DfDYBe8Service'false],
  2509.             'App\\Controller\\SecurityController::forgotPass' => ['privates''.service_locator.lGXnpJK''get_ServiceLocator_LGXnpJKService'false],
  2510.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2511.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.pcsR7qQ''get_ServiceLocator_PcsR7qQService'false],
  2512.             'App\\Controller\\UserController::delete' => ['privates''.service_locator.0gRGHLd''get_ServiceLocator_0gRGHLdService'false],
  2513.             'App\\Controller\\UserController::index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  2514.             'App\\Controller\\UserController::store' => ['privates''.service_locator.pcsR7qQ''get_ServiceLocator_PcsR7qQService'false],
  2515.             'App\\Controller\\UserController::update' => ['privates''.service_locator.0gRGHLd''get_ServiceLocator_0gRGHLdService'false],
  2516.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2517.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2518.             'App\\Controller\\CommentController:index' => ['privates''.service_locator.GkNo8KE''get_ServiceLocator_GkNo8KEService'false],
  2519.             'App\\Controller\\CommentController:loadListPage' => ['privates''.service_locator.GkNo8KE''get_ServiceLocator_GkNo8KEService'false],
  2520.             'App\\Controller\\CommentController:store' => ['privates''.service_locator.u023moJ''get_ServiceLocator_U023moJService'false],
  2521.             'App\\Controller\\ConversationController:init' => ['privates''.service_locator.78GWDRX''get_ServiceLocator_78GWDRXService'false],
  2522.             'App\\Controller\\ConversationController:loadContentListPage' => ['privates''.service_locator.78GWDRX''get_ServiceLocator_78GWDRXService'false],
  2523.             'App\\Controller\\ConversationController:show' => ['privates''.service_locator.k6cmvEu''get_ServiceLocator_K6cmvEuService'false],
  2524.             'App\\Controller\\DefaultController:index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  2525.             'App\\Controller\\DocumentController:Store' => ['privates''.service_locator.vwTA03T''get_ServiceLocator_VwTA03TService'false],
  2526.             'App\\Controller\\DocumentController:delete' => ['privates''.service_locator.8dKogNq''get_ServiceLocator_8dKogNqService'false],
  2527.             'App\\Controller\\DocumentController:downloadAction' => ['privates''.service_locator.I0dx1oz''get_ServiceLocator_I0dx1ozService'false],
  2528.             'App\\Controller\\FolderController:Store' => ['privates''.service_locator.KrTeOq7''get_ServiceLocator_KrTeOq7Service'false],
  2529.             'App\\Controller\\FolderController:StoreSubFolder' => ['privates''.service_locator.qcHNQIP''get_ServiceLocator_QcHNQIPService'false],
  2530.             'App\\Controller\\FolderController:delete' => ['privates''.service_locator.ce.iwhX''get_ServiceLocator_Ce_IwhXService'false],
  2531.             'App\\Controller\\FolderController:index' => ['privates''.service_locator.KrTeOq7''get_ServiceLocator_KrTeOq7Service'false],
  2532.             'App\\Controller\\FolderController:loadContentListPage' => ['privates''.service_locator.iGt1O22''get_ServiceLocator_IGt1O22Service'false],
  2533.             'App\\Controller\\FolderController:showContent' => ['privates''.service_locator.bCvwVH4''get_ServiceLocator_BCvwVH4Service'false],
  2534.             'App\\Controller\\FolderController:update' => ['privates''.service_locator.XKuLxI8''get_ServiceLocator_XKuLxI8Service'false],
  2535.             'App\\Controller\\MessageController:store' => ['privates''.service_locator.4KIg8xx''get_ServiceLocator_4KIg8xxService'false],
  2536.             'App\\Controller\\NotificationController:countNotRead' => ['privates''.service_locator.6etVjkp''get_ServiceLocator_6etVjkpService'false],
  2537.             'App\\Controller\\NotificationController:index' => ['privates''.service_locator.Q14JNEz''get_ServiceLocator_Q14JNEzService'false],
  2538.             'App\\Controller\\NotificationController:init' => ['privates''.service_locator.6etVjkp''get_ServiceLocator_6etVjkpService'false],
  2539.             'App\\Controller\\NotificationController:show' => ['privates''.service_locator.BVTEf2d''get_ServiceLocator_BVTEf2dService'false],
  2540.             'App\\Controller\\OtpValidationController:resendOtp' => ['privates''.service_locator.DZy_8DH''get_ServiceLocator_DZy8DHService'false],
  2541.             'App\\Controller\\OtpValidationController:verifyOtp' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  2542.             'App\\Controller\\ProfileController:changePasswordAction' => ['privates''.service_locator.pcsR7qQ''get_ServiceLocator_PcsR7qQService'false],
  2543.             'App\\Controller\\ProfileController:updateInformation' => ['privates''.service_locator.fVbv7du''get_ServiceLocator_FVbv7duService'false],
  2544.             'App\\Controller\\RegistrationController:register' => ['privates''.service_locator.DfDYBe8''get_ServiceLocator_DfDYBe8Service'false],
  2545.             'App\\Controller\\SecurityController:forgotPass' => ['privates''.service_locator.lGXnpJK''get_ServiceLocator_LGXnpJKService'false],
  2546.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  2547.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.pcsR7qQ''get_ServiceLocator_PcsR7qQService'false],
  2548.             'App\\Controller\\UserController:delete' => ['privates''.service_locator.0gRGHLd''get_ServiceLocator_0gRGHLdService'false],
  2549.             'App\\Controller\\UserController:index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  2550.             'App\\Controller\\UserController:store' => ['privates''.service_locator.pcsR7qQ''get_ServiceLocator_PcsR7qQService'false],
  2551.             'App\\Controller\\UserController:update' => ['privates''.service_locator.0gRGHLd''get_ServiceLocator_0gRGHLdService'false],
  2552.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2553.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  2554.         ], [
  2555.             'App\\Controller\\CommentController::index' => '?',
  2556.             'App\\Controller\\CommentController::loadListPage' => '?',
  2557.             'App\\Controller\\CommentController::store' => '?',
  2558.             'App\\Controller\\ConversationController::init' => '?',
  2559.             'App\\Controller\\ConversationController::loadContentListPage' => '?',
  2560.             'App\\Controller\\ConversationController::show' => '?',
  2561.             'App\\Controller\\DefaultController::index' => '?',
  2562.             'App\\Controller\\DocumentController::Store' => '?',
  2563.             'App\\Controller\\DocumentController::delete' => '?',
  2564.             'App\\Controller\\DocumentController::downloadAction' => '?',
  2565.             'App\\Controller\\FolderController::Store' => '?',
  2566.             'App\\Controller\\FolderController::StoreSubFolder' => '?',
  2567.             'App\\Controller\\FolderController::delete' => '?',
  2568.             'App\\Controller\\FolderController::index' => '?',
  2569.             'App\\Controller\\FolderController::loadContentListPage' => '?',
  2570.             'App\\Controller\\FolderController::showContent' => '?',
  2571.             'App\\Controller\\FolderController::update' => '?',
  2572.             'App\\Controller\\MessageController::store' => '?',
  2573.             'App\\Controller\\NotificationController::countNotRead' => '?',
  2574.             'App\\Controller\\NotificationController::index' => '?',
  2575.             'App\\Controller\\NotificationController::init' => '?',
  2576.             'App\\Controller\\NotificationController::show' => '?',
  2577.             'App\\Controller\\OtpValidationController::resendOtp' => '?',
  2578.             'App\\Controller\\OtpValidationController::verifyOtp' => '?',
  2579.             'App\\Controller\\ProfileController::changePasswordAction' => '?',
  2580.             'App\\Controller\\ProfileController::updateInformation' => '?',
  2581.             'App\\Controller\\RegistrationController::register' => '?',
  2582.             'App\\Controller\\SecurityController::forgotPass' => '?',
  2583.             'App\\Controller\\SecurityController::login' => '?',
  2584.             'App\\Controller\\SecurityController::resetPassword' => '?',
  2585.             'App\\Controller\\UserController::delete' => '?',
  2586.             'App\\Controller\\UserController::index' => '?',
  2587.             'App\\Controller\\UserController::store' => '?',
  2588.             'App\\Controller\\UserController::update' => '?',
  2589.             'kernel::loadRoutes' => '?',
  2590.             'kernel::registerContainerConfiguration' => '?',
  2591.             'App\\Controller\\CommentController:index' => '?',
  2592.             'App\\Controller\\CommentController:loadListPage' => '?',
  2593.             'App\\Controller\\CommentController:store' => '?',
  2594.             'App\\Controller\\ConversationController:init' => '?',
  2595.             'App\\Controller\\ConversationController:loadContentListPage' => '?',
  2596.             'App\\Controller\\ConversationController:show' => '?',
  2597.             'App\\Controller\\DefaultController:index' => '?',
  2598.             'App\\Controller\\DocumentController:Store' => '?',
  2599.             'App\\Controller\\DocumentController:delete' => '?',
  2600.             'App\\Controller\\DocumentController:downloadAction' => '?',
  2601.             'App\\Controller\\FolderController:Store' => '?',
  2602.             'App\\Controller\\FolderController:StoreSubFolder' => '?',
  2603.             'App\\Controller\\FolderController:delete' => '?',
  2604.             'App\\Controller\\FolderController:index' => '?',
  2605.             'App\\Controller\\FolderController:loadContentListPage' => '?',
  2606.             'App\\Controller\\FolderController:showContent' => '?',
  2607.             'App\\Controller\\FolderController:update' => '?',
  2608.             'App\\Controller\\MessageController:store' => '?',
  2609.             'App\\Controller\\NotificationController:countNotRead' => '?',
  2610.             'App\\Controller\\NotificationController:index' => '?',
  2611.             'App\\Controller\\NotificationController:init' => '?',
  2612.             'App\\Controller\\NotificationController:show' => '?',
  2613.             'App\\Controller\\OtpValidationController:resendOtp' => '?',
  2614.             'App\\Controller\\OtpValidationController:verifyOtp' => '?',
  2615.             'App\\Controller\\ProfileController:changePasswordAction' => '?',
  2616.             'App\\Controller\\ProfileController:updateInformation' => '?',
  2617.             'App\\Controller\\RegistrationController:register' => '?',
  2618.             'App\\Controller\\SecurityController:forgotPass' => '?',
  2619.             'App\\Controller\\SecurityController:login' => '?',
  2620.             'App\\Controller\\SecurityController:resetPassword' => '?',
  2621.             'App\\Controller\\UserController:delete' => '?',
  2622.             'App\\Controller\\UserController:index' => '?',
  2623.             'App\\Controller\\UserController:store' => '?',
  2624.             'App\\Controller\\UserController:update' => '?',
  2625.             'kernel:loadRoutes' => '?',
  2626.             'kernel:registerContainerConfiguration' => '?',
  2627.         ]);
  2628.     }
  2629.     /**
  2630.      * Gets the private '.service_locator.XKuLxI8' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2633.      */
  2634.     protected function get_ServiceLocator_XKuLxI8Service()
  2635.     {
  2636.         return $this->privates['.service_locator.XKuLxI8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2637.             'folder' => ['privates''.errored..service_locator.XKuLxI8.App\\Entity\\Folder'NULL'Cannot autowire service ".service_locator.XKuLxI8": it references class "App\\Entity\\Folder" but no such service exists.'],
  2638.             'folderHelper' => ['privates''App\\Service\\FolderHelper''getFolderHelperService'false],
  2639.             'folderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  2640.             'translator' => ['services''translator''getTranslatorService'false],
  2641.         ], [
  2642.             'folder' => 'App\\Entity\\Folder',
  2643.             'folderHelper' => 'App\\Service\\FolderHelper',
  2644.             'folderRepository' => 'App\\Repository\\FolderRepository',
  2645.             'translator' => '?',
  2646.         ]);
  2647.     }
  2648.     /**
  2649.      * Gets the private '.service_locator.bCvwVH4' shared service.
  2650.      *
  2651.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2652.      */
  2653.     protected function get_ServiceLocator_BCvwVH4Service()
  2654.     {
  2655.         return $this->privates['.service_locator.bCvwVH4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2656.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2657.             'folder' => ['privates''.errored..service_locator.bCvwVH4.App\\Entity\\Folder'NULL'Cannot autowire service ".service_locator.bCvwVH4": it references class "App\\Entity\\Folder" but no such service exists.'],
  2658.             'folderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  2659.             'translator' => ['services''translator''getTranslatorService'false],
  2660.         ], [
  2661.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2662.             'folder' => 'App\\Entity\\Folder',
  2663.             'folderRepository' => 'App\\Repository\\FolderRepository',
  2664.             'translator' => '?',
  2665.         ]);
  2666.     }
  2667.     /**
  2668.      * Gets the private '.service_locator.ce.iwhX' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2671.      */
  2672.     protected function get_ServiceLocator_Ce_IwhXService()
  2673.     {
  2674.         return $this->privates['.service_locator.ce.iwhX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2675.             'folder' => ['privates''.errored..service_locator.ce.iwhX.App\\Entity\\Folder'NULL'Cannot autowire service ".service_locator.ce.iwhX": it references class "App\\Entity\\Folder" but no such service exists.'],
  2676.             'folderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  2677.             'translator' => ['services''translator''getTranslatorService'false],
  2678.         ], [
  2679.             'folder' => 'App\\Entity\\Folder',
  2680.             'folderRepository' => 'App\\Repository\\FolderRepository',
  2681.             'translator' => '?',
  2682.         ]);
  2683.     }
  2684.     /**
  2685.      * Gets the private '.service_locator.fVbv7du' shared service.
  2686.      *
  2687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2688.      */
  2689.     protected function get_ServiceLocator_FVbv7duService()
  2690.     {
  2691.         return $this->privates['.service_locator.fVbv7du'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2692.             'translator' => ['services''translator''getTranslatorService'false],
  2693.             'uploaderHelper' => ['privates''App\\Service\\UploaderHelper''getUploaderHelperService'false],
  2694.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2695.         ], [
  2696.             'translator' => '?',
  2697.             'uploaderHelper' => 'App\\Service\\UploaderHelper',
  2698.             'userRepository' => 'App\\Repository\\UserRepository',
  2699.         ]);
  2700.     }
  2701.     /**
  2702.      * Gets the private '.service_locator.iGt1O22' shared service.
  2703.      *
  2704.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2705.      */
  2706.     protected function get_ServiceLocator_IGt1O22Service()
  2707.     {
  2708.         return $this->privates['.service_locator.iGt1O22'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2709.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2710.             'folder' => ['privates''.errored..service_locator.iGt1O22.App\\Entity\\Folder'NULL'Cannot autowire service ".service_locator.iGt1O22": it references class "App\\Entity\\Folder" but no such service exists.'],
  2711.             'translator' => ['services''translator''getTranslatorService'false],
  2712.         ], [
  2713.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2714.             'folder' => 'App\\Entity\\Folder',
  2715.             'translator' => '?',
  2716.         ]);
  2717.     }
  2718.     /**
  2719.      * Gets the private '.service_locator.k6cmvEu' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2722.      */
  2723.     protected function get_ServiceLocator_K6cmvEuService()
  2724.     {
  2725.         return $this->privates['.service_locator.k6cmvEu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2726.             'conversation' => ['privates''.errored..service_locator.k6cmvEu.App\\Entity\\Conversation'NULL'Cannot autowire service ".service_locator.k6cmvEu": it references class "App\\Entity\\Conversation" but no such service exists.'],
  2727.             'translator' => ['services''translator''getTranslatorService'false],
  2728.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2729.         ], [
  2730.             'conversation' => 'App\\Entity\\Conversation',
  2731.             'translator' => '?',
  2732.             'userRepository' => 'App\\Repository\\UserRepository',
  2733.         ]);
  2734.     }
  2735.     /**
  2736.      * Gets the private '.service_locator.lGXnpJK' shared service.
  2737.      *
  2738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2739.      */
  2740.     protected function get_ServiceLocator_LGXnpJKService()
  2741.     {
  2742.         return $this->privates['.service_locator.lGXnpJK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2743.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2744.             'tokenGenerator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  2745.             'translator' => ['services''translator''getTranslatorService'false],
  2746.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2747.         ], [
  2748.             'mailer' => '?',
  2749.             'tokenGenerator' => '?',
  2750.             'translator' => '?',
  2751.             'userRepository' => 'App\\Repository\\UserRepository',
  2752.         ]);
  2753.     }
  2754.     /**
  2755.      * Gets the private '.service_locator.pcsR7qQ' shared service.
  2756.      *
  2757.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2758.      */
  2759.     protected function get_ServiceLocator_PcsR7qQService()
  2760.     {
  2761.         return $this->privates['.service_locator.pcsR7qQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2762.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2763.             'translator' => ['services''translator''getTranslatorService'false],
  2764.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2765.         ], [
  2766.             'passwordEncoder' => '?',
  2767.             'translator' => '?',
  2768.             'userRepository' => 'App\\Repository\\UserRepository',
  2769.         ]);
  2770.     }
  2771.     /**
  2772.      * Gets the private '.service_locator.qcHNQIP' shared service.
  2773.      *
  2774.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2775.      */
  2776.     protected function get_ServiceLocator_QcHNQIPService()
  2777.     {
  2778.         return $this->privates['.service_locator.qcHNQIP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2779.             'folderHelper' => ['privates''App\\Service\\FolderHelper''getFolderHelperService'false],
  2780.             'folderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  2781.             'parent' => ['privates''.errored..service_locator.qcHNQIP.App\\Entity\\Folder'NULL'Cannot autowire service ".service_locator.qcHNQIP": it references class "App\\Entity\\Folder" but no such service exists.'],
  2782.             'translator' => ['services''translator''getTranslatorService'false],
  2783.         ], [
  2784.             'folderHelper' => 'App\\Service\\FolderHelper',
  2785.             'folderRepository' => 'App\\Repository\\FolderRepository',
  2786.             'parent' => 'App\\Entity\\Folder',
  2787.             'translator' => '?',
  2788.         ]);
  2789.     }
  2790.     /**
  2791.      * Gets the private '.service_locator.tz4LA4s' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2794.      */
  2795.     protected function get_ServiceLocator_Tz4LA4sService()
  2796.     {
  2797.         return $this->privates['.service_locator.tz4LA4s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2798.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2799.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2800.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2801.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2802.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2803.             'router' => ['services''router''getRouterService'false],
  2804.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2805.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2806.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2807.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2808.             'session' => ['services''session''getSessionService'false],
  2809.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2810.         ], [
  2811.             'doctrine' => '?',
  2812.             'form.factory' => '?',
  2813.             'http_kernel' => '?',
  2814.             'parameter_bag' => '?',
  2815.             'request_stack' => '?',
  2816.             'router' => '?',
  2817.             'security.authorization_checker' => '?',
  2818.             'security.csrf.token_manager' => '?',
  2819.             'security.token_storage' => '?',
  2820.             'serializer' => '?',
  2821.             'session' => '?',
  2822.             'twig' => '?',
  2823.         ]);
  2824.     }
  2825.     /**
  2826.      * Gets the private '.service_locator.u023moJ' shared service.
  2827.      *
  2828.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2829.      */
  2830.     protected function get_ServiceLocator_U023moJService()
  2831.     {
  2832.         return $this->privates['.service_locator.u023moJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2833.             'commentRepository' => ['privates''App\\Repository\\CommentRepository''getCommentRepositoryService'false],
  2834.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2835.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2836.             'pusher' => ['services''Pusher\\Pusher''getPusherService'false],
  2837.             'translator' => ['services''translator''getTranslatorService'false],
  2838.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2839.         ], [
  2840.             'commentRepository' => 'App\\Repository\\CommentRepository',
  2841.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2842.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  2843.             'pusher' => 'Pusher\\Pusher',
  2844.             'translator' => '?',
  2845.             'userRepository' => 'App\\Repository\\UserRepository',
  2846.         ]);
  2847.     }
  2848.     /**
  2849.      * Gets the private '.service_locator.vwTA03T' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2852.      */
  2853.     protected function get_ServiceLocator_VwTA03TService()
  2854.     {
  2855.         return $this->privates['.service_locator.vwTA03T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2856.             'documentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2857.             'folderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'false],
  2858.             'notificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2859.             'pusher' => ['services''Pusher\\Pusher''getPusherService'false],
  2860.             'translator' => ['services''translator''getTranslatorService'false],
  2861.             'uploaderHelper' => ['privates''App\\Service\\UploaderHelper''getUploaderHelperService'false],
  2862.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2863.         ], [
  2864.             'documentRepository' => 'App\\Repository\\DocumentRepository',
  2865.             'folderRepository' => 'App\\Repository\\FolderRepository',
  2866.             'notificationRepository' => 'App\\Repository\\NotificationRepository',
  2867.             'pusher' => 'Pusher\\Pusher',
  2868.             'translator' => '?',
  2869.             'uploaderHelper' => 'App\\Service\\UploaderHelper',
  2870.             'userRepository' => 'App\\Repository\\UserRepository',
  2871.         ]);
  2872.     }
  2873.     /**
  2874.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  2875.      *
  2876.      * @return \App\Form\ChangePasswordFormType
  2877.      */
  2878.     protected function getChangePasswordFormTypeService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2882.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  2883.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  2884.     }
  2885.     /**
  2886.      * Gets the private 'App\Form\CommentFormType' shared autowired service.
  2887.      *
  2888.      * @return \App\Form\CommentFormType
  2889.      */
  2890.     protected function getCommentFormTypeService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2894.         include_once \dirname(__DIR__4).'/src/Form/CommentFormType.php';
  2895.         return $this->privates['App\\Form\\CommentFormType'] = new \App\Form\CommentFormType();
  2896.     }
  2897.     /**
  2898.      * Gets the private 'App\Form\DocumentFormType' shared autowired service.
  2899.      *
  2900.      * @return \App\Form\DocumentFormType
  2901.      */
  2902.     protected function getDocumentFormTypeService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2906.         include_once \dirname(__DIR__4).'/src/Form/DocumentFormType.php';
  2907.         return $this->privates['App\\Form\\DocumentFormType'] = new \App\Form\DocumentFormType();
  2908.     }
  2909.     /**
  2910.      * Gets the private 'App\Form\FolderFormEditType' shared autowired service.
  2911.      *
  2912.      * @return \App\Form\FolderFormEditType
  2913.      */
  2914.     protected function getFolderFormEditTypeService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2918.         include_once \dirname(__DIR__4).'/src/Form/FolderFormEditType.php';
  2919.         return $this->privates['App\\Form\\FolderFormEditType'] = new \App\Form\FolderFormEditType();
  2920.     }
  2921.     /**
  2922.      * Gets the private 'App\Form\FolderFormType' shared autowired service.
  2923.      *
  2924.      * @return \App\Form\FolderFormType
  2925.      */
  2926.     protected function getFolderFormTypeService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2930.         include_once \dirname(__DIR__4).'/src/Form/FolderFormType.php';
  2931.         return $this->privates['App\\Form\\FolderFormType'] = new \App\Form\FolderFormType();
  2932.     }
  2933.     /**
  2934.      * Gets the private 'App\Form\MessageFormType' shared autowired service.
  2935.      *
  2936.      * @return \App\Form\MessageFormType
  2937.      */
  2938.     protected function getMessageFormTypeService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2942.         include_once \dirname(__DIR__4).'/src/Form/MessageFormType.php';
  2943.         return $this->privates['App\\Form\\MessageFormType'] = new \App\Form\MessageFormType();
  2944.     }
  2945.     /**
  2946.      * Gets the private 'App\Form\NewPasswordFormType' shared autowired service.
  2947.      *
  2948.      * @return \App\Form\NewPasswordFormType
  2949.      */
  2950.     protected function getNewPasswordFormTypeService()
  2951.     {
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2954.         include_once \dirname(__DIR__4).'/src/Form/NewPasswordFormType.php';
  2955.         return $this->privates['App\\Form\\NewPasswordFormType'] = new \App\Form\NewPasswordFormType();
  2956.     }
  2957.     /**
  2958.      * Gets the private 'App\Form\ProfileInformationFormType' shared autowired service.
  2959.      *
  2960.      * @return \App\Form\ProfileInformationFormType
  2961.      */
  2962.     protected function getProfileInformationFormTypeService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2966.         include_once \dirname(__DIR__4).'/src/Form/ProfileInformationFormType.php';
  2967.         return $this->privates['App\\Form\\ProfileInformationFormType'] = new \App\Form\ProfileInformationFormType();
  2968.     }
  2969.     /**
  2970.      * Gets the private 'App\Form\RegistrationFormType' shared autowired service.
  2971.      *
  2972.      * @return \App\Form\RegistrationFormType
  2973.      */
  2974.     protected function getRegistrationFormTypeService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2978.         include_once \dirname(__DIR__4).'/src/Form/RegistrationFormType.php';
  2979.         return $this->privates['App\\Form\\RegistrationFormType'] = new \App\Form\RegistrationFormType();
  2980.     }
  2981.     /**
  2982.      * Gets the private 'App\Form\ResetPassType' shared autowired service.
  2983.      *
  2984.      * @return \App\Form\ResetPassType
  2985.      */
  2986.     protected function getResetPassTypeService()
  2987.     {
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2990.         include_once \dirname(__DIR__4).'/src/Form/ResetPassType.php';
  2991.         return $this->privates['App\\Form\\ResetPassType'] = new \App\Form\ResetPassType();
  2992.     }
  2993.     /**
  2994.      * Gets the private 'App\Form\SubFolderFormType' shared autowired service.
  2995.      *
  2996.      * @return \App\Form\SubFolderFormType
  2997.      */
  2998.     protected function getSubFolderFormTypeService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3002.         include_once \dirname(__DIR__4).'/src/Form/SubFolderFormType.php';
  3003.         return $this->privates['App\\Form\\SubFolderFormType'] = new \App\Form\SubFolderFormType();
  3004.     }
  3005.     /**
  3006.      * Gets the private 'App\Form\UserFormEditType' shared autowired service.
  3007.      *
  3008.      * @return \App\Form\UserFormEditType
  3009.      */
  3010.     protected function getUserFormEditTypeService()
  3011.     {
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3014.         include_once \dirname(__DIR__4).'/src/Form/UserFormEditType.php';
  3015.         return $this->privates['App\\Form\\UserFormEditType'] = new \App\Form\UserFormEditType();
  3016.     }
  3017.     /**
  3018.      * Gets the private 'App\Form\UserFormType' shared autowired service.
  3019.      *
  3020.      * @return \App\Form\UserFormType
  3021.      */
  3022.     protected function getUserFormTypeService()
  3023.     {
  3024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3026.         include_once \dirname(__DIR__4).'/src/Form/UserFormType.php';
  3027.         return $this->privates['App\\Form\\UserFormType'] = new \App\Form\UserFormType();
  3028.     }
  3029.     /**
  3030.      * Gets the private 'App\Listener\DoctrineListener' shared autowired service.
  3031.      *
  3032.      * @return \App\Listener\DoctrineListener
  3033.      */
  3034.     protected function getDoctrineListenerService()
  3035.     {
  3036.         include_once \dirname(__DIR__4).'/src/Listener/DoctrineListener.php';
  3037.         return $this->privates['App\\Listener\\DoctrineListener'] = new \App\Listener\DoctrineListener();
  3038.     }
  3039.     /**
  3040.      * Gets the private 'App\Repository\CommentRepository' shared autowired service.
  3041.      *
  3042.      * @return \App\Repository\CommentRepository
  3043.      */
  3044.     protected function getCommentRepositoryService()
  3045.     {
  3046.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3049.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3050.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3051.         include_once \dirname(__DIR__4).'/src/Repository/CommentRepository.php';
  3052.         return $this->privates['App\\Repository\\CommentRepository'] = new \App\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3053.     }
  3054.     /**
  3055.      * Gets the private 'App\Repository\ConversationRepository' shared autowired service.
  3056.      *
  3057.      * @return \App\Repository\ConversationRepository
  3058.      */
  3059.     protected function getConversationRepositoryService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3066.         include_once \dirname(__DIR__4).'/src/Repository/ConversationRepository.php';
  3067.         return $this->privates['App\\Repository\\ConversationRepository'] = new \App\Repository\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3068.     }
  3069.     /**
  3070.      * Gets the private 'App\Repository\DocumentRepository' shared autowired service.
  3071.      *
  3072.      * @return \App\Repository\DocumentRepository
  3073.      */
  3074.     protected function getDocumentRepositoryService()
  3075.     {
  3076.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3077.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3081.         include_once \dirname(__DIR__4).'/src/Repository/DocumentRepository.php';
  3082.         return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3083.     }
  3084.     /**
  3085.      * Gets the private 'App\Repository\FolderRepository' shared autowired service.
  3086.      *
  3087.      * @return \App\Repository\FolderRepository
  3088.      */
  3089.     protected function getFolderRepositoryService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3096.         include_once \dirname(__DIR__4).'/src/Repository/FolderRepository.php';
  3097.         return $this->privates['App\\Repository\\FolderRepository'] = new \App\Repository\FolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3098.     }
  3099.     /**
  3100.      * Gets the private 'App\Repository\GroupRepository' shared autowired service.
  3101.      *
  3102.      * @return \App\Repository\GroupRepository
  3103.      */
  3104.     protected function getGroupRepositoryService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3111.         include_once \dirname(__DIR__4).'/src/Repository/GroupRepository.php';
  3112.         return $this->privates['App\\Repository\\GroupRepository'] = new \App\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3113.     }
  3114.     /**
  3115.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  3116.      *
  3117.      * @return \App\Repository\MessageRepository
  3118.      */
  3119.     protected function getMessageRepositoryService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3126.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  3127.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3128.     }
  3129.     /**
  3130.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  3131.      *
  3132.      * @return \App\Repository\NotificationRepository
  3133.      */
  3134.     protected function getNotificationRepositoryService()
  3135.     {
  3136.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3140.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3141.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  3142.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3143.     }
  3144.     /**
  3145.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3146.      *
  3147.      * @return \App\Repository\UserRepository
  3148.      */
  3149.     protected function getUserRepositoryService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3157.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3158.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3159.     }
  3160.     /**
  3161.      * Gets the private 'App\Security\AppUserAuthenticator' shared autowired service.
  3162.      *
  3163.      * @return \App\Security\AppUserAuthenticator
  3164.      */
  3165.     protected function getAppUserAuthenticatorService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3173.         include_once \dirname(__DIR__4).'/src/Security/AppUserAuthenticator.php';
  3174.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3175.         if (isset($this->privates['App\\Security\\AppUserAuthenticator'])) {
  3176.             return $this->privates['App\\Security\\AppUserAuthenticator'];
  3177.         }
  3178.         return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3179.     }
  3180.     /**
  3181.      * Gets the private 'App\Service\FolderHelper' shared autowired service.
  3182.      *
  3183.      * @return \App\Service\FolderHelper
  3184.      */
  3185.     protected function getFolderHelperService()
  3186.     {
  3187.         include_once \dirname(__DIR__4).'/src/Service/FolderHelper.php';
  3188.         return $this->privates['App\\Service\\FolderHelper'] = new \App\Service\FolderHelper();
  3189.     }
  3190.     /**
  3191.      * Gets the private 'App\Service\UploaderHelper' shared autowired service.
  3192.      *
  3193.      * @return \App\Service\UploaderHelper
  3194.      */
  3195.     protected function getUploaderHelperService()
  3196.     {
  3197.         include_once \dirname(__DIR__4).'/src/Service/UploaderHelper.php';
  3198.         return $this->privates['App\\Service\\UploaderHelper'] = new \App\Service\UploaderHelper((\dirname(__DIR__4).'/public/assets/media'), (\dirname(__DIR__4).'/data/documents/'));
  3199.     }
  3200.     /**
  3201.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3202.      *
  3203.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3204.      */
  3205.     protected function getManagerRegistryAwareConnectionProviderService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3209.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3210.     }
  3211.     /**
  3212.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3213.      *
  3214.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3215.      */
  3216.     protected function getRunSqlCommandService()
  3217.     {
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3220.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3221.         $instance->setName('dbal:run-sql');
  3222.         return $instance;
  3223.     }
  3224.     /**
  3225.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3226.      *
  3227.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3228.      */
  3229.     protected function getResetAssetsEventListenerService()
  3230.     {
  3231.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3232.     }
  3233.     /**
  3234.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  3235.      *
  3236.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  3237.      */
  3238.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  3239.     {
  3240.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php';
  3244.         return $this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] = new \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator(new \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getMetadataFactory()), [=> 'id'=> 'locale'=> 'translatable']);
  3245.     }
  3246.     /**
  3247.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  3248.      *
  3249.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  3250.      */
  3251.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  3252.     {
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  3257.         return $this->privates['a2lix_auto_form.form.type.auto_form_type'] = new \A2lix\AutoFormBundle\Form\Type\AutoFormType(new \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  3261.      *
  3262.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  3263.      */
  3264.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  3265.     {
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  3269.         return $this->privates['a2lix_translation_form.form.type.translated_entity_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3270.     }
  3271.     /**
  3272.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  3273.      *
  3274.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  3275.      */
  3276.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  3277.     {
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  3284.         return $this->privates['a2lix_translation_form.form.type.translations_forms_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener(), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'fr'$this->parameters['a2lix_translation_form.required_locales']))));
  3285.     }
  3286.     /**
  3287.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  3288.      *
  3289.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  3290.      */
  3291.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  3292.     {
  3293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3295.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  3298.         return $this->privates['a2lix_translation_form.form.type.translations_locales_selector_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType(($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'fr'$this->parameters['a2lix_translation_form.required_locales']))));
  3299.     }
  3300.     /**
  3301.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  3302.      *
  3303.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  3304.      */
  3305.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  3313.         return $this->privates['a2lix_translation_form.form.type.translations_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'fr'$this->parameters['a2lix_translation_form.required_locales']))));
  3314.     }
  3315.     /**
  3316.      * Gets the private 'annotations.cache_adapter' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3319.      */
  3320.     protected function getAnnotations_CacheAdapterService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  3324.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3325.     }
  3326.     /**
  3327.      * Gets the private 'annotations.cache_warmer' shared service.
  3328.      *
  3329.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3330.      */
  3331.     protected function getAnnotations_CacheWarmerService()
  3332.     {
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3336.         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);
  3337.     }
  3338.     /**
  3339.      * Gets the private 'annotations.cached_reader' shared service.
  3340.      *
  3341.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3342.      */
  3343.     protected function getAnnotations_CachedReaderService()
  3344.     {
  3345.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3346.     }
  3347.     /**
  3348.      * Gets the private 'annotations.reader' shared service.
  3349.      *
  3350.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3351.      */
  3352.     protected function getAnnotations_ReaderService()
  3353.     {
  3354.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3355.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3356.         $a->registerUniqueLoader('class_exists');
  3357.         $instance->addGlobalIgnoredName('required'$a);
  3358.         return $instance;
  3359.     }
  3360.     /**
  3361.      * Gets the private 'assets.packages' shared service.
  3362.      *
  3363.      * @return \Symfony\Component\Asset\Packages
  3364.      */
  3365.     protected function getAssets_PackagesService()
  3366.     {
  3367.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3368.         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())), $a->getBaseUrl(), $a->isSecure())), []);
  3369.     }
  3370.     /**
  3371.      * Gets the private 'cache.annotations' shared service.
  3372.      *
  3373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3374.      */
  3375.     protected function getCache_AnnotationsService()
  3376.     {
  3377.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZSvq7HfC2L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3378.     }
  3379.     /**
  3380.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3381.      *
  3382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3383.      */
  3384.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3385.     {
  3386.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3387.     }
  3388.     /**
  3389.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3390.      *
  3391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3392.      */
  3393.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3394.     {
  3395.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3396.     }
  3397.     /**
  3398.      * Gets the private 'cache.property_info' shared service.
  3399.      *
  3400.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3401.      */
  3402.     protected function getCache_PropertyInfoService()
  3403.     {
  3404.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ue0jBE2Dtd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3405.     }
  3406.     /**
  3407.      * Gets the private 'cache.security_expression_language' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3410.      */
  3411.     protected function getCache_SecurityExpressionLanguageService()
  3412.     {
  3413.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ey6ieNSrYh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3414.     }
  3415.     /**
  3416.      * Gets the private 'cache.serializer' shared service.
  3417.      *
  3418.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3419.      */
  3420.     protected function getCache_SerializerService()
  3421.     {
  3422.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ivlvMIZCMJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3423.     }
  3424.     /**
  3425.      * Gets the private 'cache.validator' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3428.      */
  3429.     protected function getCache_ValidatorService()
  3430.     {
  3431.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pyCu4-OCbP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3432.     }
  3433.     /**
  3434.      * Gets the private 'cache.webpack_encore' shared service.
  3435.      *
  3436.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3437.      */
  3438.     protected function getCache_WebpackEncoreService()
  3439.     {
  3440.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W2nEqQkj2K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3441.     }
  3442.     /**
  3443.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3444.      *
  3445.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3446.      */
  3447.     protected function getCachePoolClearer_CacheWarmerService()
  3448.     {
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3451.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  3452.     }
  3453.     /**
  3454.      * Gets the private 'config_cache_factory' shared service.
  3455.      *
  3456.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3457.      */
  3458.     protected function getConfigCacheFactoryService()
  3459.     {
  3460.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3461.             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)));
  3462.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3463.         }, 2));
  3464.     }
  3465.     /**
  3466.      * Gets the private 'console.command.about' shared service.
  3467.      *
  3468.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3469.      */
  3470.     protected function getConsole_Command_AboutService()
  3471.     {
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3474.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3475.         $instance->setName('about');
  3476.         return $instance;
  3477.     }
  3478.     /**
  3479.      * Gets the private 'console.command.assets_install' shared service.
  3480.      *
  3481.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3482.      */
  3483.     protected function getConsole_Command_AssetsInstallService()
  3484.     {
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3488.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3489.         $instance->setName('assets:install');
  3490.         return $instance;
  3491.     }
  3492.     /**
  3493.      * Gets the private 'console.command.cache_clear' shared service.
  3494.      *
  3495.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3496.      */
  3497.     protected function getConsole_Command_CacheClearService()
  3498.     {
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3502.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3503.         $instance->setName('cache:clear');
  3504.         return $instance;
  3505.     }
  3506.     /**
  3507.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3508.      *
  3509.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3510.      */
  3511.     protected function getConsole_Command_CachePoolClearService()
  3512.     {
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3515.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  3516.         $instance->setName('cache:pool:clear');
  3517.         return $instance;
  3518.     }
  3519.     /**
  3520.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3521.      *
  3522.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3523.      */
  3524.     protected function getConsole_Command_CachePoolDeleteService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3528.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  3529.         $instance->setName('cache:pool:delete');
  3530.         return $instance;
  3531.     }
  3532.     /**
  3533.      * Gets the private 'console.command.cache_pool_list' shared service.
  3534.      *
  3535.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3536.      */
  3537.     protected function getConsole_Command_CachePoolListService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3541.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'=> 'cache.webpack_encore']);
  3542.         $instance->setName('cache:pool:list');
  3543.         return $instance;
  3544.     }
  3545.     /**
  3546.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3547.      *
  3548.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3549.      */
  3550.     protected function getConsole_Command_CachePoolPruneService()
  3551.     {
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3554.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3555.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3556.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3557.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3558.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3559.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3560.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3561.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3562.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3563.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3564.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3565.         }, 10));
  3566.         $instance->setName('cache:pool:prune');
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'console.command.cache_warmup' shared service.
  3571.      *
  3572.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3573.      */
  3574.     protected function getConsole_Command_CacheWarmupService()
  3575.     {
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3578.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3579.         $instance->setName('cache:warmup');
  3580.         return $instance;
  3581.     }
  3582.     /**
  3583.      * Gets the private 'console.command.config_debug' shared service.
  3584.      *
  3585.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3586.      */
  3587.     protected function getConsole_Command_ConfigDebugService()
  3588.     {
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3594.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3595.         $instance->setName('debug:config');
  3596.         return $instance;
  3597.     }
  3598.     /**
  3599.      * Gets the private 'console.command.config_dump_reference' shared service.
  3600.      *
  3601.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3602.      */
  3603.     protected function getConsole_Command_ConfigDumpReferenceService()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3610.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3611.         $instance->setName('config:dump-reference');
  3612.         return $instance;
  3613.     }
  3614.     /**
  3615.      * Gets the private 'console.command.container_debug' shared service.
  3616.      *
  3617.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3618.      */
  3619.     protected function getConsole_Command_ContainerDebugService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3624.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3625.         $instance->setName('debug:container');
  3626.         return $instance;
  3627.     }
  3628.     /**
  3629.      * Gets the private 'console.command.container_lint' shared service.
  3630.      *
  3631.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3632.      */
  3633.     protected function getConsole_Command_ContainerLintService()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3637.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3638.         $instance->setName('lint:container');
  3639.         return $instance;
  3640.     }
  3641.     /**
  3642.      * Gets the private 'console.command.debug_autowiring' shared service.
  3643.      *
  3644.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3645.      */
  3646.     protected function getConsole_Command_DebugAutowiringService()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3652.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3653.         $instance->setName('debug:autowiring');
  3654.         return $instance;
  3655.     }
  3656.     /**
  3657.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3658.      *
  3659.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3660.      */
  3661.     protected function getConsole_Command_EventDispatcherDebugService()
  3662.     {
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3665.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3666.         $instance->setName('debug:event-dispatcher');
  3667.         return $instance;
  3668.     }
  3669.     /**
  3670.      * Gets the private 'console.command.form_debug' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\Form\Command\DebugCommand
  3673.      */
  3674.     protected function getConsole_Command_FormDebugService()
  3675.     {
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3678.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'A2lix\\AutoFormBundle\\Form\\Type'=> 'A2lix\\TranslationFormBundle\\Form\\Type'], [=> 'App\\Form\\ChangePasswordFormType'=> 'App\\Form\\CommentFormType'=> 'App\\Form\\DocumentFormType'=> 'App\\Form\\FolderFormEditType'=> 'App\\Form\\FolderFormType'=> 'App\\Form\\MessageFormType'=> 'App\\Form\\NewPasswordFormType'=> 'App\\Form\\ProfileInformationFormType'=> 'App\\Form\\RegistrationFormType'=> 'App\\Form\\ResetPassType'10 => 'App\\Form\\SubFolderFormType'11 => 'App\\Form\\UserFormEditType'12 => 'App\\Form\\UserFormType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'17 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'18 => 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType'19 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType'20 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType'21 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType'22 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType'], [=> '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()));
  3679.         $instance->setName('debug:form');
  3680.         return $instance;
  3681.     }
  3682.     /**
  3683.      * Gets the private 'console.command.router_debug' shared service.
  3684.      *
  3685.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3686.      */
  3687.     protected function getConsole_Command_RouterDebugService()
  3688.     {
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3692.         $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()));
  3693.         $instance->setName('debug:router');
  3694.         return $instance;
  3695.     }
  3696.     /**
  3697.      * Gets the private 'console.command.router_match' shared service.
  3698.      *
  3699.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3700.      */
  3701.     protected function getConsole_Command_RouterMatchService()
  3702.     {
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3705.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3706.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3707.         }, 1));
  3708.         $instance->setName('router:match');
  3709.         return $instance;
  3710.     }
  3711.     /**
  3712.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3713.      *
  3714.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3715.      */
  3716.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3717.     {
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3722.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3723.         $instance->setName('secrets:decrypt-to-local');
  3724.         return $instance;
  3725.     }
  3726.     /**
  3727.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3728.      *
  3729.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3730.      */
  3731.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3737.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3738.         $instance->setName('secrets:encrypt-from-local');
  3739.         return $instance;
  3740.     }
  3741.     /**
  3742.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3743.      *
  3744.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3745.      */
  3746.     protected function getConsole_Command_SecretsGenerateKeyService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3752.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3753.         $instance->setName('secrets:generate-keys');
  3754.         return $instance;
  3755.     }
  3756.     /**
  3757.      * Gets the private 'console.command.secrets_list' shared service.
  3758.      *
  3759.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3760.      */
  3761.     protected function getConsole_Command_SecretsListService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3767.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3768.         $instance->setName('secrets:list');
  3769.         return $instance;
  3770.     }
  3771.     /**
  3772.      * Gets the private 'console.command.secrets_remove' shared service.
  3773.      *
  3774.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3775.      */
  3776.     protected function getConsole_Command_SecretsRemoveService()
  3777.     {
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3782.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3783.         $instance->setName('secrets:remove');
  3784.         return $instance;
  3785.     }
  3786.     /**
  3787.      * Gets the private 'console.command.secrets_set' shared service.
  3788.      *
  3789.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3790.      */
  3791.     protected function getConsole_Command_SecretsSetService()
  3792.     {
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3797.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3798.         $instance->setName('secrets:set');
  3799.         return $instance;
  3800.     }
  3801.     /**
  3802.      * Gets the private 'console.command.translation_debug' shared service.
  3803.      *
  3804.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3805.      */
  3806.     protected function getConsole_Command_TranslationDebugService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3810.         $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).'/src/Security/AppUserAuthenticator.php'), => (\dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 15 => (\dirname(__DIR__4).'/src/Controller/CommentController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/ConversationController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/DocumentController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/FolderController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/MessageController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/NotificationController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/ProfileController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/SecurityController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/UserController.php'), 24 => (\dirname(__DIR__4).'/src/Controller/RegistrationController.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')]);
  3811.         $instance->setName('debug:translation');
  3812.         return $instance;
  3813.     }
  3814.     /**
  3815.      * Gets the private 'console.command.translation_update' shared service.
  3816.      *
  3817.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3818.      */
  3819.     protected function getConsole_Command_TranslationUpdateService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3837.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3838.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3839.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3840.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3841.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3842.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3843.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3844.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3845.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3846.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3847.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3848.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3849.         $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()), 'fr', (\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).'/src/Security/AppUserAuthenticator.php'), => (\dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 15 => (\dirname(__DIR__4).'/src/Controller/CommentController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/ConversationController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/DocumentController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/FolderController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/MessageController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/NotificationController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/ProfileController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/SecurityController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/UserController.php'), 24 => (\dirname(__DIR__4).'/src/Controller/RegistrationController.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')]);
  3850.         $instance->setName('translation:update');
  3851.         return $instance;
  3852.     }
  3853.     /**
  3854.      * Gets the private 'console.command.validator_debug' shared service.
  3855.      *
  3856.      * @return \Symfony\Component\Validator\Command\DebugCommand
  3857.      */
  3858.     protected function getConsole_Command_ValidatorDebugService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  3862.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3863.         $instance->setName('debug:validator');
  3864.         return $instance;
  3865.     }
  3866.     /**
  3867.      * Gets the private 'console.command.xliff_lint' shared service.
  3868.      *
  3869.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  3870.      */
  3871.     protected function getConsole_Command_XliffLintService()
  3872.     {
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3875.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  3876.         $instance->setName('lint:xliff');
  3877.         return $instance;
  3878.     }
  3879.     /**
  3880.      * Gets the private 'console.command.yaml_lint' shared service.
  3881.      *
  3882.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3883.      */
  3884.     protected function getConsole_Command_YamlLintService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3889.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3890.         $instance->setName('lint:yaml');
  3891.         return $instance;
  3892.     }
  3893.     /**
  3894.      * Gets the private 'console.error_listener' shared service.
  3895.      *
  3896.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3897.      */
  3898.     protected function getConsole_ErrorListenerService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3901.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3902.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3903.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3904.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3905.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3906.     }
  3907.     /**
  3908.      * Gets the private 'container.env_var_processor' shared service.
  3909.      *
  3910.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3911.      */
  3912.     protected function getContainer_EnvVarProcessorService()
  3913.     {
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3916.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3917.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  3918.         }, 1));
  3919.     }
  3920.     /**
  3921.      * Gets the private 'container.getenv' shared service.
  3922.      *
  3923.      * @return \Closure
  3924.      */
  3925.     protected function getContainer_GetenvService()
  3926.     {
  3927.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  3928.     }
  3929.     /**
  3930.      * Gets the private 'data_collector.form' shared service.
  3931.      *
  3932.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3933.      */
  3934.     protected function getDataCollector_FormService()
  3935.     {
  3936.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3937.     }
  3938.     /**
  3939.      * Gets the private 'data_collector.request' shared service.
  3940.      *
  3941.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3942.      */
  3943.     protected function getDataCollector_RequestService()
  3944.     {
  3945.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3946.     }
  3947.     /**
  3948.      * Gets the private 'data_collector.request.session_collector' shared service.
  3949.      *
  3950.      * @return \Closure
  3951.      */
  3952.     protected function getDataCollector_Request_SessionCollectorService()
  3953.     {
  3954.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  3955.     }
  3956.     /**
  3957.      * Gets the private 'debug.argument_resolver.default' shared service.
  3958.      *
  3959.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3960.      */
  3961.     protected function getDebug_ArgumentResolver_DefaultService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3966.         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))));
  3967.     }
  3968.     /**
  3969.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3970.      *
  3971.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3972.      */
  3973.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3974.     {
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3978.         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.VRiyx_6'] ?? $this->get_ServiceLocator_VRiyx6Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3979.     }
  3980.     /**
  3981.      * Gets the private 'debug.argument_resolver.request' shared service.
  3982.      *
  3983.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3984.      */
  3985.     protected function getDebug_ArgumentResolver_RequestService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3990.         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))));
  3991.     }
  3992.     /**
  3993.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3994.      *
  3995.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3996.      */
  3997.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4002.         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))));
  4003.     }
  4004.     /**
  4005.      * Gets the private 'debug.argument_resolver.service' shared service.
  4006.      *
  4007.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4008.      */
  4009.     protected function getDebug_ArgumentResolver_ServiceService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4014.         $a = ($this->privates['.service_locator.VRiyx_6'] ?? $this->get_ServiceLocator_VRiyx6Service());
  4015.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4016.             return $this->privates['debug.argument_resolver.service'];
  4017.         }
  4018.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4019.     }
  4020.     /**
  4021.      * Gets the private 'debug.argument_resolver.session' shared service.
  4022.      *
  4023.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4024.      */
  4025.     protected function getDebug_ArgumentResolver_SessionService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4030.         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))));
  4031.     }
  4032.     /**
  4033.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4034.      *
  4035.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4036.      */
  4037.     protected function getDebug_ArgumentResolver_VariadicService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4042.         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))));
  4043.     }
  4044.     /**
  4045.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4046.      *
  4047.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4048.      */
  4049.     protected function getDebug_DebugHandlersListenerService()
  4050.     {
  4051.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4052.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4053.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4054.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4056.         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()), trueNULL);
  4057.     }
  4058.     /**
  4059.      * Gets the private 'debug.dump_listener' shared service.
  4060.      *
  4061.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4062.      */
  4063.     protected function getDebug_DumpListenerService()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4067.         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()));
  4068.     }
  4069.     /**
  4070.      * Gets the private 'debug.file_link_formatter' shared service.
  4071.      *
  4072.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4073.      */
  4074.     protected function getDebug_FileLinkFormatterService()
  4075.     {
  4076.         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 () {
  4077.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4078.         });
  4079.     }
  4080.     /**
  4081.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4082.      *
  4083.      * @return \string
  4084.      */
  4085.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4086.     {
  4087.         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');
  4088.     }
  4089.     /**
  4090.      * Gets the private 'debug.log_processor' shared service.
  4091.      *
  4092.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4093.      */
  4094.     protected function getDebug_LogProcessorService()
  4095.     {
  4096.         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())));
  4097.     }
  4098.     /**
  4099.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4100.      *
  4101.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4102.      */
  4103.     protected function getDebug_Security_Access_DecisionManagerService()
  4104.     {
  4105.         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 () {
  4106.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4107.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4108.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4109.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'] ?? $this->getConversationVoterService());
  4110.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'] ?? $this->getFolderVoterService());
  4111.         }, 5), 'unanimous'falsetrue));
  4112.     }
  4113.     /**
  4114.      * Gets the private 'debug.security.firewall' shared service.
  4115.      *
  4116.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4117.      */
  4118.     protected function getDebug_Security_FirewallService()
  4119.     {
  4120.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4121.         if (isset($this->privates['debug.security.firewall'])) {
  4122.             return $this->privates['debug.security.firewall'];
  4123.         }
  4124.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4125.         if (isset($this->privates['debug.security.firewall'])) {
  4126.             return $this->privates['debug.security.firewall'];
  4127.         }
  4128.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4129.     }
  4130.     /**
  4131.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4132.      *
  4133.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4134.      */
  4135.     protected function getDebug_Security_UserValueResolverService()
  4136.     {
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4140.         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))));
  4141.     }
  4142.     /**
  4143.      * Gets the private 'debug.security.voter.App\Security\Voter\ConversationVoter' shared service.
  4144.      *
  4145.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4146.      */
  4147.     protected function getConversationVoterService()
  4148.     {
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4153.         include_once \dirname(__DIR__4).'/src/Security/Voter/ConversationVoter.php';
  4154.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4155.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'])) {
  4156.             return $this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'];
  4157.         }
  4158.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4159.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'])) {
  4160.             return $this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'];
  4161.         }
  4162.         return $this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\ConversationVoter($a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())), $b);
  4163.     }
  4164.     /**
  4165.      * Gets the private 'debug.security.voter.App\Security\Voter\FolderVoter' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4168.      */
  4169.     protected function getFolderVoterService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4175.         include_once \dirname(__DIR__4).'/src/Security/Voter/FolderVoter.php';
  4176.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4177.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'])) {
  4178.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'];
  4179.         }
  4180.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4181.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'])) {
  4182.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'];
  4183.         }
  4184.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FolderVoter($a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())), $b);
  4185.     }
  4186.     /**
  4187.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4188.      *
  4189.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4190.      */
  4191.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4192.     {
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4197.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4198.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4199.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4200.         }
  4201.         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()))), $a);
  4202.     }
  4203.     /**
  4204.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4205.      *
  4206.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4207.      */
  4208.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4209.     {
  4210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4214.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4215.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4216.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4217.         }
  4218.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4219.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4220.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4221.         }
  4222.         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())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  4223.     }
  4224.     /**
  4225.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4226.      *
  4227.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4228.      */
  4229.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4236.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4237.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  4238.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  4239.         }
  4240.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  4241.     }
  4242.     /**
  4243.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4244.      *
  4245.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4246.      */
  4247.     protected function getDebug_Security_Voter_VoteListenerService()
  4248.     {
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4250.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4251.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4252.             return $this->privates['debug.security.voter.vote_listener'];
  4253.         }
  4254.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4255.     }
  4256.     /**
  4257.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4258.      *
  4259.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4260.      */
  4261.     protected function getDoctrine_CacheClearMetadataCommandService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4269.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4270.         $instance->setName('doctrine:cache:clear-metadata');
  4271.         return $instance;
  4272.     }
  4273.     /**
  4274.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4275.      *
  4276.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4277.      */
  4278.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4279.     {
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4286.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4287.         $instance->setName('doctrine:cache:clear-query');
  4288.         return $instance;
  4289.     }
  4290.     /**
  4291.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4292.      *
  4293.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4294.      */
  4295.     protected function getDoctrine_CacheClearResultCommandService()
  4296.     {
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4303.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4304.         $instance->setName('doctrine:cache:clear-result');
  4305.         return $instance;
  4306.     }
  4307.     /**
  4308.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4309.      *
  4310.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4311.      */
  4312.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4313.     {
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4320.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4321.         $instance->setName('doctrine:cache:clear-collection-region');
  4322.         return $instance;
  4323.     }
  4324.     /**
  4325.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4326.      *
  4327.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4328.      */
  4329.     protected function getDoctrine_ClearEntityRegionCommandService()
  4330.     {
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4337.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4338.         $instance->setName('doctrine:cache:clear-entity-region');
  4339.         return $instance;
  4340.     }
  4341.     /**
  4342.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4343.      *
  4344.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4345.      */
  4346.     protected function getDoctrine_ClearQueryRegionCommandService()
  4347.     {
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4354.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4355.         $instance->setName('doctrine:cache:clear-query-region');
  4356.         return $instance;
  4357.     }
  4358.     /**
  4359.      * Gets the private 'doctrine.database_create_command' shared service.
  4360.      *
  4361.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4362.      */
  4363.     protected function getDoctrine_DatabaseCreateCommandService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4368.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4369.         $instance->setName('doctrine:database:create');
  4370.         return $instance;
  4371.     }
  4372.     /**
  4373.      * Gets the private 'doctrine.database_drop_command' shared service.
  4374.      *
  4375.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4376.      */
  4377.     protected function getDoctrine_DatabaseDropCommandService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4382.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4383.         $instance->setName('doctrine:database:drop');
  4384.         return $instance;
  4385.     }
  4386.     /**
  4387.      * Gets the private 'doctrine.database_import_command' shared service.
  4388.      *
  4389.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4390.      */
  4391.     protected function getDoctrine_DatabaseImportCommandService()
  4392.     {
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4396.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4397.         $instance->setName('doctrine:database:import');
  4398.         return $instance;
  4399.     }
  4400.     /**
  4401.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4402.      *
  4403.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4404.      */
  4405.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4413.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4414.         $instance->setName('doctrine:ensure-production-settings');
  4415.         return $instance;
  4416.     }
  4417.     /**
  4418.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  4419.      *
  4420.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  4421.      */
  4422.     protected function getDoctrine_FixturesLoadCommandService()
  4423.     {
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  4433.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4435.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4436.         include_once \dirname(__DIR__4).'/src/DataFixtures/ConversationFixtures.php';
  4437.         include_once \dirname(__DIR__4).'/src/DataFixtures/FolderFixtures.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/DependentFixtureInterface.php';
  4439.         include_once \dirname(__DIR__4).'/src/DataFixtures/GroupFixtures.php';
  4440.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  4443.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  4444.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\ConversationFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\FolderFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\GroupFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), 'groups' => []]]);
  4445.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  4446.         $instance->setName('doctrine:fixtures:load');
  4447.         return $instance;
  4448.     }
  4449.     /**
  4450.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4451.      *
  4452.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4453.      */
  4454.     protected function getDoctrine_MappingConvertCommandService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4462.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4463.         $instance->setName('doctrine:mapping:convert');
  4464.         return $instance;
  4465.     }
  4466.     /**
  4467.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4468.      *
  4469.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4470.      */
  4471.     protected function getDoctrine_MappingImportCommandService()
  4472.     {
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4476.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4477.         $instance->setName('doctrine:mapping:import');
  4478.         return $instance;
  4479.     }
  4480.     /**
  4481.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4482.      *
  4483.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4484.      */
  4485.     protected function getDoctrine_MappingInfoCommandService()
  4486.     {
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4489.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4490.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4493.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4494.         $instance->setName('doctrine:mapping:info');
  4495.         return $instance;
  4496.     }
  4497.     /**
  4498.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4499.      *
  4500.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4501.      */
  4502.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4503.     {
  4504.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4506.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4507.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4508.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4509.         }
  4510.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4511.     }
  4512.     /**
  4513.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4514.      *
  4515.      * @return \Doctrine\Migrations\DependencyFactory
  4516.      */
  4517.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4518.     {
  4519.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4527.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4528.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4529.         $a->setAllOrNothing(false);
  4530.         $a->setCheckDatabasePlatform(true);
  4531.         $a->setTransactional(true);
  4532.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4533.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4534.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4535.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4536.         });
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4541.      *
  4542.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4543.      */
  4544.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4548.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4549.     }
  4550.     /**
  4551.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4552.      *
  4553.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4554.      */
  4555.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4556.     {
  4557.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  4558.     }
  4559.     /**
  4560.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4561.      *
  4562.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4563.      */
  4564.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4567.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4568.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  4569.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  4570.         }
  4571.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  4572.     }
  4573.     /**
  4574.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4575.      *
  4576.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4577.      */
  4578.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4579.     {
  4580.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4581.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4582.     }
  4583.     /**
  4584.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4585.      *
  4586.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4587.      */
  4588.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4589.     {
  4590.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4592.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4593.     }
  4594.     /**
  4595.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4596.      *
  4597.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4598.      */
  4599.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4600.     {
  4601.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4603.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4604.             return new \EmptyIterator();
  4605.         }, 0));
  4606.     }
  4607.     /**
  4608.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4609.      *
  4610.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4611.      */
  4612.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4613.     {
  4614.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4616.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4617.     }
  4618.     /**
  4619.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4620.      *
  4621.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4622.      */
  4623.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4627.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4628.     }
  4629.     /**
  4630.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4631.      *
  4632.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4633.      */
  4634.     protected function getDoctrine_Orm_Validator_UniqueService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4639.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4640.     }
  4641.     /**
  4642.      * Gets the private 'doctrine.query_dql_command' shared service.
  4643.      *
  4644.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4645.      */
  4646.     protected function getDoctrine_QueryDqlCommandService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4654.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4655.         $instance->setName('doctrine:query:dql');
  4656.         return $instance;
  4657.     }
  4658.     /**
  4659.      * Gets the private 'doctrine.query_sql_command' shared service.
  4660.      *
  4661.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4662.      */
  4663.     protected function getDoctrine_QuerySqlCommandService()
  4664.     {
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4668.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4669.         $instance->setName('doctrine:query:sql');
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'doctrine.schema_create_command' shared service.
  4674.      *
  4675.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4676.      */
  4677.     protected function getDoctrine_SchemaCreateCommandService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4686.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4687.         $instance->setName('doctrine:schema:create');
  4688.         return $instance;
  4689.     }
  4690.     /**
  4691.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4692.      *
  4693.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4694.      */
  4695.     protected function getDoctrine_SchemaDropCommandService()
  4696.     {
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4704.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4705.         $instance->setName('doctrine:schema:drop');
  4706.         return $instance;
  4707.     }
  4708.     /**
  4709.      * Gets the private 'doctrine.schema_update_command' shared service.
  4710.      *
  4711.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4712.      */
  4713.     protected function getDoctrine_SchemaUpdateCommandService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4722.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4723.         $instance->setName('doctrine:schema:update');
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4728.      *
  4729.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4730.      */
  4731.     protected function getDoctrine_SchemaValidateCommandService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4739.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4740.         $instance->setName('doctrine:schema:validate');
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the private 'doctrine.ulid_generator' shared service.
  4745.      *
  4746.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4747.      */
  4748.     protected function getDoctrine_UlidGeneratorService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4752.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4753.     }
  4754.     /**
  4755.      * Gets the private 'doctrine.uuid_generator' shared service.
  4756.      *
  4757.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4758.      */
  4759.     protected function getDoctrine_UuidGeneratorService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4763.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4764.     }
  4765.     /**
  4766.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4767.      *
  4768.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4769.      */
  4770.     protected function getDoctrineMigrations_CurrentCommandService()
  4771.     {
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4775.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4776.         $instance->setName('doctrine:migrations:current');
  4777.         return $instance;
  4778.     }
  4779.     /**
  4780.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4781.      *
  4782.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4783.      */
  4784.     protected function getDoctrineMigrations_DiffCommandService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4789.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4790.         $instance->setName('doctrine:migrations:diff');
  4791.         return $instance;
  4792.     }
  4793.     /**
  4794.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4795.      *
  4796.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4797.      */
  4798.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4803.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4804.         $instance->setName('doctrine:migrations:dump-schema');
  4805.         return $instance;
  4806.     }
  4807.     /**
  4808.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4809.      *
  4810.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4811.      */
  4812.     protected function getDoctrineMigrations_ExecuteCommandService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4817.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4818.         $instance->setName('doctrine:migrations:execute');
  4819.         return $instance;
  4820.     }
  4821.     /**
  4822.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4823.      *
  4824.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4825.      */
  4826.     protected function getDoctrineMigrations_GenerateCommandService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4831.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4832.         $instance->setName('doctrine:migrations:generate');
  4833.         return $instance;
  4834.     }
  4835.     /**
  4836.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4837.      *
  4838.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4839.      */
  4840.     protected function getDoctrineMigrations_LatestCommandService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4845.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4846.         $instance->setName('doctrine:migrations:latest');
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4851.      *
  4852.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4853.      */
  4854.     protected function getDoctrineMigrations_MigrateCommandService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4859.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4860.         $instance->setName('doctrine:migrations:migrate');
  4861.         return $instance;
  4862.     }
  4863.     /**
  4864.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4865.      *
  4866.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4867.      */
  4868.     protected function getDoctrineMigrations_RollupCommandService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4873.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4874.         $instance->setName('doctrine:migrations:rollup');
  4875.         return $instance;
  4876.     }
  4877.     /**
  4878.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4879.      *
  4880.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4881.      */
  4882.     protected function getDoctrineMigrations_StatusCommandService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4887.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4888.         $instance->setName('doctrine:migrations:status');
  4889.         return $instance;
  4890.     }
  4891.     /**
  4892.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4893.      *
  4894.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4895.      */
  4896.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4901.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4902.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4903.         return $instance;
  4904.     }
  4905.     /**
  4906.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4907.      *
  4908.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4909.      */
  4910.     protected function getDoctrineMigrations_UpToDateCommandService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4915.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4916.         $instance->setName('doctrine:migrations:up-to-date');
  4917.         return $instance;
  4918.     }
  4919.     /**
  4920.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4921.      *
  4922.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4923.      */
  4924.     protected function getDoctrineMigrations_VersionCommandService()
  4925.     {
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4929.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4930.         $instance->setName('doctrine:migrations:version');
  4931.         return $instance;
  4932.     }
  4933.     /**
  4934.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4935.      *
  4936.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4937.      */
  4938.     protected function getDoctrineMigrations_VersionsCommandService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4943.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4944.         $instance->setName('doctrine:migrations:list');
  4945.         return $instance;
  4946.     }
  4947.     /**
  4948.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4949.      *
  4950.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4951.      */
  4952.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4953.     {
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4956.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4957.         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()));
  4958.     }
  4959.     /**
  4960.      * Gets the private 'exception_listener' shared service.
  4961.      *
  4962.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4963.      */
  4964.     protected function getExceptionListenerService()
  4965.     {
  4966.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4967.     }
  4968.     /**
  4969.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4970.      *
  4971.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4972.      */
  4973.     protected function getForm_ChoiceListFactory_CachedService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4979.         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())));
  4980.     }
  4981.     /**
  4982.      * Gets the private 'form.registry' shared service.
  4983.      *
  4984.      * @return \Symfony\Component\Form\FormRegistry
  4985.      */
  4986.     protected function getForm_RegistryService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4995.         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, [
  4996.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  4997.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  4998.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  4999.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  5000.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  5001.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  5002.             'App\\Form\\CommentFormType' => ['privates''App\\Form\\CommentFormType''getCommentFormTypeService'false],
  5003.             'App\\Form\\DocumentFormType' => ['privates''App\\Form\\DocumentFormType''getDocumentFormTypeService'false],
  5004.             'App\\Form\\FolderFormEditType' => ['privates''App\\Form\\FolderFormEditType''getFolderFormEditTypeService'false],
  5005.             'App\\Form\\FolderFormType' => ['privates''App\\Form\\FolderFormType''getFolderFormTypeService'false],
  5006.             'App\\Form\\MessageFormType' => ['privates''App\\Form\\MessageFormType''getMessageFormTypeService'false],
  5007.             'App\\Form\\NewPasswordFormType' => ['privates''App\\Form\\NewPasswordFormType''getNewPasswordFormTypeService'false],
  5008.             'App\\Form\\ProfileInformationFormType' => ['privates''App\\Form\\ProfileInformationFormType''getProfileInformationFormTypeService'false],
  5009.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'false],
  5010.             'App\\Form\\ResetPassType' => ['privates''App\\Form\\ResetPassType''getResetPassTypeService'false],
  5011.             'App\\Form\\SubFolderFormType' => ['privates''App\\Form\\SubFolderFormType''getSubFolderFormTypeService'false],
  5012.             'App\\Form\\UserFormEditType' => ['privates''App\\Form\\UserFormEditType''getUserFormEditTypeService'false],
  5013.             'App\\Form\\UserFormType' => ['privates''App\\Form\\UserFormType''getUserFormTypeService'false],
  5014.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5015.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5016.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5017.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5018.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5019.         ], [
  5020.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  5021.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  5022.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  5023.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  5024.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  5025.             'App\\Form\\ChangePasswordFormType' => '?',
  5026.             'App\\Form\\CommentFormType' => '?',
  5027.             'App\\Form\\DocumentFormType' => '?',
  5028.             'App\\Form\\FolderFormEditType' => '?',
  5029.             'App\\Form\\FolderFormType' => '?',
  5030.             'App\\Form\\MessageFormType' => '?',
  5031.             'App\\Form\\NewPasswordFormType' => '?',
  5032.             'App\\Form\\ProfileInformationFormType' => '?',
  5033.             'App\\Form\\RegistrationFormType' => '?',
  5034.             'App\\Form\\ResetPassType' => '?',
  5035.             'App\\Form\\SubFolderFormType' => '?',
  5036.             'App\\Form\\UserFormEditType' => '?',
  5037.             'App\\Form\\UserFormType' => '?',
  5038.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5039.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5040.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5041.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5042.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5043.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5044.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5045.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5046.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5047.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5048.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5049.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5050.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5051.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5052.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5053.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5054.         }, 1)], new RewindableGenerator(function () {
  5055.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5056.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5057.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'form.server_params' shared service.
  5061.      *
  5062.      * @return \Symfony\Component\Form\Util\ServerParams
  5063.      */
  5064.     protected function getForm_ServerParamsService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5067.         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())));
  5068.     }
  5069.     /**
  5070.      * Gets the private 'form.type.choice' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5073.      */
  5074.     protected function getForm_Type_ChoiceService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5079.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'form.type.color' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5085.      */
  5086.     protected function getForm_Type_ColorService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5091.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5092.     }
  5093.     /**
  5094.      * Gets the private 'form.type.entity' shared service.
  5095.      *
  5096.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5097.      */
  5098.     protected function getForm_Type_EntityService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5104.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5105.     }
  5106.     /**
  5107.      * Gets the private 'form.type.form' shared service.
  5108.      *
  5109.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5110.      */
  5111.     protected function getForm_Type_FormService()
  5112.     {
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5117.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5118.     }
  5119.     /**
  5120.      * Gets the private 'form.type_extension.csrf' shared service.
  5121.      *
  5122.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5123.      */
  5124.     protected function getForm_TypeExtension_CsrfService()
  5125.     {
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5129.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5130.     }
  5131.     /**
  5132.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5133.      *
  5134.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5135.      */
  5136.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5141.         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()));
  5142.     }
  5143.     /**
  5144.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5145.      *
  5146.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5147.      */
  5148.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5155.         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())));
  5156.     }
  5157.     /**
  5158.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5159.      *
  5160.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5161.      */
  5162.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5167.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5168.     }
  5169.     /**
  5170.      * Gets the private 'form.type_extension.form.validator' shared service.
  5171.      *
  5172.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5173.      */
  5174.     protected function getForm_TypeExtension_Form_ValidatorService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5180.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5181.     }
  5182.     /**
  5183.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5184.      *
  5185.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5186.      */
  5187.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5192.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5193.     }
  5194.     /**
  5195.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5196.      *
  5197.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5198.      */
  5199.     protected function getForm_TypeGuesser_DoctrineService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5203.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5204.     }
  5205.     /**
  5206.      * Gets the private 'form.type_guesser.validator' shared service.
  5207.      *
  5208.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5209.      */
  5210.     protected function getForm_TypeGuesser_ValidatorService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5214.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5215.     }
  5216.     /**
  5217.      * Gets the private 'fos_js_routing.dump_command' shared service.
  5218.      *
  5219.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  5220.      */
  5221.     protected function getFosJsRouting_DumpCommandService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  5225.         $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);
  5226.         $instance->setName('fos:js-routing:dump');
  5227.         return $instance;
  5228.     }
  5229.     /**
  5230.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  5231.      *
  5232.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  5233.      */
  5234.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  5238.         $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()));
  5239.         $instance->setName('fos:js-routing:debug');
  5240.         return $instance;
  5241.     }
  5242.     /**
  5243.      * Gets the private 'fragment.renderer.inline' shared service.
  5244.      *
  5245.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5246.      */
  5247.     protected function getFragment_Renderer_InlineService()
  5248.     {
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5252.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5253.         if (isset($this->privates['fragment.renderer.inline'])) {
  5254.             return $this->privates['fragment.renderer.inline'];
  5255.         }
  5256.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5257.         if (isset($this->privates['fragment.renderer.inline'])) {
  5258.             return $this->privates['fragment.renderer.inline'];
  5259.         }
  5260.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5261.         $instance->setFragmentPath('/_fragment');
  5262.         return $instance;
  5263.     }
  5264.     /**
  5265.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5266.      *
  5267.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5268.      */
  5269.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5270.     {
  5271.         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())));
  5272.     }
  5273.     /**
  5274.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5275.      *
  5276.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5277.      */
  5278.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5279.     {
  5280.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  5281.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5282.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5283.         }
  5284.         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()), $a);
  5285.     }
  5286.     /**
  5287.      * Gets the private 'locale_aware_listener' shared service.
  5288.      *
  5289.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5290.      */
  5291.     protected function getLocaleAwareListenerService()
  5292.     {
  5293.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5294.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  5295.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5296.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5297.     }
  5298.     /**
  5299.      * Gets the private 'locale_listener' shared service.
  5300.      *
  5301.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5302.      */
  5303.     protected function getLocaleListenerService()
  5304.     {
  5305.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  5306.     }
  5307.     /**
  5308.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5309.      *
  5310.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5311.      */
  5312.     protected function getMaker_AutoCommand_MakeAuthService()
  5313.     {
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5321.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5322.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5323.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  5324.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5325.         $instance->setName('make:auth');
  5326.         return $instance;
  5327.     }
  5328.     /**
  5329.      * Gets the private 'maker.auto_command.make_command' shared service.
  5330.      *
  5331.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5332.      */
  5333.     protected function getMaker_AutoCommand_MakeCommandService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5340.         $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()));
  5341.         $instance->setDescription('Creates a new console command class');
  5342.         $instance->setName('make:command');
  5343.         return $instance;
  5344.     }
  5345.     /**
  5346.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5347.      *
  5348.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5349.      */
  5350.     protected function getMaker_AutoCommand_MakeControllerService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5357.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5358.         $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()));
  5359.         $instance->setDescription('Creates a new controller class');
  5360.         $instance->setName('make:controller');
  5361.         return $instance;
  5362.     }
  5363.     /**
  5364.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5365.      *
  5366.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5367.      */
  5368.     protected function getMaker_AutoCommand_MakeCrudService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5375.         $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()));
  5376.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5377.         $instance->setName('make:crud');
  5378.         return $instance;
  5379.     }
  5380.     /**
  5381.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5382.      *
  5383.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5384.      */
  5385.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5392.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5393.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5394.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5395.         $instance->setName('make:docker:database');
  5396.         return $instance;
  5397.     }
  5398.     /**
  5399.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5400.      *
  5401.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5402.      */
  5403.     protected function getMaker_AutoCommand_MakeEntityService()
  5404.     {
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5411.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5412.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5413.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  5414.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5415.         $instance->setName('make:entity');
  5416.         return $instance;
  5417.     }
  5418.     /**
  5419.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5420.      *
  5421.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5422.      */
  5423.     protected function getMaker_AutoCommand_MakeFixturesService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5430.         $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()));
  5431.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5432.         $instance->setName('make:fixtures');
  5433.         return $instance;
  5434.     }
  5435.     /**
  5436.      * Gets the private 'maker.auto_command.make_form' shared service.
  5437.      *
  5438.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5439.      */
  5440.     protected function getMaker_AutoCommand_MakeFormService()
  5441.     {
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5447.         $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()));
  5448.         $instance->setDescription('Creates a new form class');
  5449.         $instance->setName('make:form');
  5450.         return $instance;
  5451.     }
  5452.     /**
  5453.      * Gets the private 'maker.auto_command.make_message' shared service.
  5454.      *
  5455.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5456.      */
  5457.     protected function getMaker_AutoCommand_MakeMessageService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5464.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5465.         $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()));
  5466.         $instance->setDescription('Creates a new message and handler');
  5467.         $instance->setName('make:message');
  5468.         return $instance;
  5469.     }
  5470.     /**
  5471.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5472.      *
  5473.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5474.      */
  5475.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5482.         $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()));
  5483.         $instance->setDescription('Creates a new messenger middleware');
  5484.         $instance->setName('make:messenger-middleware');
  5485.         return $instance;
  5486.     }
  5487.     /**
  5488.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5489.      *
  5490.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5491.      */
  5492.     protected function getMaker_AutoCommand_MakeMigrationService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5500.         $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()));
  5501.         $instance->setDescription('Creates a new migration based on database changes');
  5502.         $instance->setName('make:migration');
  5503.         return $instance;
  5504.     }
  5505.     /**
  5506.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5507.      *
  5508.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5509.      */
  5510.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5517.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5518.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5519.         $instance->setDescription('Creates a new registration form system');
  5520.         $instance->setName('make:registration-form');
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5525.      *
  5526.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5527.      */
  5528.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5535.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5536.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5537.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5538.         $instance->setName('make:reset-password');
  5539.         return $instance;
  5540.     }
  5541.     /**
  5542.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5543.      *
  5544.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5545.      */
  5546.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5553.         $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()));
  5554.         $instance->setDescription('Creates a new serializer encoder class');
  5555.         $instance->setName('make:serializer:encoder');
  5556.         return $instance;
  5557.     }
  5558.     /**
  5559.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5560.      *
  5561.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5562.      */
  5563.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5564.     {
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5570.         $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()));
  5571.         $instance->setDescription('Creates a new serializer normalizer class');
  5572.         $instance->setName('make:serializer:normalizer');
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5577.      *
  5578.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5579.      */
  5580.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5588.         $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()));
  5589.         $instance->setDescription('Creates a new event subscriber class');
  5590.         $instance->setName('make:subscriber');
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the private 'maker.auto_command.make_test' shared service.
  5595.      *
  5596.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5597.      */
  5598.     protected function getMaker_AutoCommand_MakeTestService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5606.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5607.         $instance->setDescription('Creates a new test class');
  5608.         $instance->setName('make:test');
  5609.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5610.         return $instance;
  5611.     }
  5612.     /**
  5613.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5614.      *
  5615.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5616.      */
  5617.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5624.         $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()));
  5625.         $instance->setDescription('Creates a new Twig extension class');
  5626.         $instance->setName('make:twig-extension');
  5627.         return $instance;
  5628.     }
  5629.     /**
  5630.      * Gets the private 'maker.auto_command.make_user' shared service.
  5631.      *
  5632.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5633.      */
  5634.     protected function getMaker_AutoCommand_MakeUserService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5643.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5644.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5645.         $instance->setDescription('Creates a new security user class');
  5646.         $instance->setName('make:user');
  5647.         return $instance;
  5648.     }
  5649.     /**
  5650.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5651.      *
  5652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5653.      */
  5654.     protected function getMaker_AutoCommand_MakeValidatorService()
  5655.     {
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5661.         $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()));
  5662.         $instance->setDescription('Creates a new validator and constraint class');
  5663.         $instance->setName('make:validator');
  5664.         return $instance;
  5665.     }
  5666.     /**
  5667.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5668.      *
  5669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5670.      */
  5671.     protected function getMaker_AutoCommand_MakeVoterService()
  5672.     {
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5678.         $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()));
  5679.         $instance->setDescription('Creates a new security voter class');
  5680.         $instance->setName('make:voter');
  5681.         return $instance;
  5682.     }
  5683.     /**
  5684.      * Gets the private 'maker.doctrine_helper' shared service.
  5685.      *
  5686.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5687.      */
  5688.     protected function getMaker_DoctrineHelperService()
  5689.     {
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5691.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5692.     }
  5693.     /**
  5694.      * Gets the private 'maker.entity_class_generator' shared service.
  5695.      *
  5696.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5697.      */
  5698.     protected function getMaker_EntityClassGeneratorService()
  5699.     {
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5701.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  5702.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5703.         return $instance;
  5704.     }
  5705.     /**
  5706.      * Gets the private 'maker.file_manager' shared service.
  5707.      *
  5708.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5709.      */
  5710.     protected function getMaker_FileManagerService()
  5711.     {
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5717.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5718.     }
  5719.     /**
  5720.      * Gets the private 'maker.generator' shared service.
  5721.      *
  5722.      * @return \Symfony\Bundle\MakerBundle\Generator
  5723.      */
  5724.     protected function getMaker_GeneratorService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5728.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5729.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  5730.     }
  5731.     /**
  5732.      * Gets the private 'maker.php_compat_util' shared service.
  5733.      *
  5734.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5735.      */
  5736.     protected function getMaker_PhpCompatUtilService()
  5737.     {
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5739.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5740.     }
  5741.     /**
  5742.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5743.      *
  5744.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5745.      */
  5746.     protected function getMaker_Renderer_FormTypeRendererService()
  5747.     {
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5749.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5750.     }
  5751.     /**
  5752.      * Gets the private 'mime_types' shared service.
  5753.      *
  5754.      * @return \Symfony\Component\Mime\MimeTypes
  5755.      */
  5756.     protected function getMimeTypesService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5761.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5762.         $instance->setDefault($instance);
  5763.         return $instance;
  5764.     }
  5765.     /**
  5766.      * Gets the private 'monolog.command.server_log' shared service.
  5767.      *
  5768.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5769.      */
  5770.     protected function getMonolog_Command_ServerLogService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5774.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5775.         $instance->setName('server:log');
  5776.         return $instance;
  5777.     }
  5778.     /**
  5779.      * Gets the private 'monolog.handler.console' shared service.
  5780.      *
  5781.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5782.      */
  5783.     protected function getMonolog_Handler_ConsoleService()
  5784.     {
  5785.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5786.     }
  5787.     /**
  5788.      * Gets the private 'monolog.handler.main' shared service.
  5789.      *
  5790.      * @return \Monolog\Handler\StreamHandler
  5791.      */
  5792.     protected function getMonolog_Handler_MainService()
  5793.     {
  5794.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  5795.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5796.         return $instance;
  5797.     }
  5798.     /**
  5799.      * Gets the private 'monolog.logger' shared service.
  5800.      *
  5801.      * @return \Symfony\Bridge\Monolog\Logger
  5802.      */
  5803.     protected function getMonolog_LoggerService()
  5804.     {
  5805.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5806.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5807.         $instance->useMicrosecondTimestamps(true);
  5808.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5809.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5810.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5811.         return $instance;
  5812.     }
  5813.     /**
  5814.      * Gets the private 'monolog.logger.cache' shared service.
  5815.      *
  5816.      * @return \Symfony\Bridge\Monolog\Logger
  5817.      */
  5818.     protected function getMonolog_Logger_CacheService()
  5819.     {
  5820.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5821.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5822.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5823.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5824.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5825.         return $instance;
  5826.     }
  5827.     /**
  5828.      * Gets the private 'monolog.logger.request' shared service.
  5829.      *
  5830.      * @return \Symfony\Bridge\Monolog\Logger
  5831.      */
  5832.     protected function getMonolog_Logger_RequestService()
  5833.     {
  5834.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5835.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5836.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5837.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5838.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5839.         return $instance;
  5840.     }
  5841.     /**
  5842.      * Gets the private 'monolog.logger.security' shared service.
  5843.      *
  5844.      * @return \Symfony\Bridge\Monolog\Logger
  5845.      */
  5846.     protected function getMonolog_Logger_SecurityService()
  5847.     {
  5848.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5849.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5850.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5851.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5852.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5853.         return $instance;
  5854.     }
  5855.     /**
  5856.      * Gets the private 'parameter_bag' shared service.
  5857.      *
  5858.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5859.      */
  5860.     protected function getParameterBagService()
  5861.     {
  5862.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5863.     }
  5864.     /**
  5865.      * Gets the private 'profiler_listener' shared service.
  5866.      *
  5867.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5868.      */
  5869.     protected function getProfilerListenerService()
  5870.     {
  5871.         $a = ($this->services['profiler'] ?? $this->getProfilerService());
  5872.         if (isset($this->privates['profiler_listener'])) {
  5873.             return $this->privates['profiler_listener'];
  5874.         }
  5875.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5876.     }
  5877.     /**
  5878.      * Gets the private 'property_accessor' shared service.
  5879.      *
  5880.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5881.      */
  5882.     protected function getPropertyAccessorService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  5890.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5891.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true$a$a);
  5892.     }
  5893.     /**
  5894.      * Gets the private 'property_info' shared service.
  5895.      *
  5896.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5897.      */
  5898.     protected function getPropertyInfoService()
  5899.     {
  5900.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5901.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5902.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5903.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5904.         }, 3), new RewindableGenerator(function () {
  5905.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5906.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5907.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5908.         }, 3), new RewindableGenerator(function () {
  5909.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5910.         }, 1), new RewindableGenerator(function () {
  5911.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5912.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5913.         }, 2), new RewindableGenerator(function () {
  5914.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5915.         }, 1));
  5916.     }
  5917.     /**
  5918.      * Gets the private 'property_info.serializer_extractor' shared service.
  5919.      *
  5920.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5921.      */
  5922.     protected function getPropertyInfo_SerializerExtractorService()
  5923.     {
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5925.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.cache_class_metadata_factory'] ?? $this->getSerializer_Mapping_CacheClassMetadataFactoryService()));
  5926.     }
  5927.     /**
  5928.      * Gets the private 'router.cache_warmer' shared service.
  5929.      *
  5930.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5931.      */
  5932.     protected function getRouter_CacheWarmerService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5936.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5937.             'router' => ['services''router''getRouterService'false],
  5938.         ], [
  5939.             'router' => '?',
  5940.         ]))->withContext('router.cache_warmer'$this));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'router.expression_language_provider' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5946.      */
  5947.     protected function getRouter_ExpressionLanguageProviderService()
  5948.     {
  5949.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5950.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  5951.         ], [
  5952.             'env' => 'Closure',
  5953.         ]));
  5954.     }
  5955.     /**
  5956.      * Gets the private 'router.request_context' shared service.
  5957.      *
  5958.      * @return \Symfony\Component\Routing\RequestContext
  5959.      */
  5960.     protected function getRouter_RequestContextService()
  5961.     {
  5962.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5963.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5964.         return $instance;
  5965.     }
  5966.     /**
  5967.      * Gets the private 'router_listener' shared service.
  5968.      *
  5969.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5970.      */
  5971.     protected function getRouterListenerService()
  5972.     {
  5973.         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);
  5974.     }
  5975.     /**
  5976.      * Gets the private 'secrets.vault' shared service.
  5977.      *
  5978.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  5979.      */
  5980.     protected function getSecrets_VaultService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  5987.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  5988.     }
  5989.     /**
  5990.      * Gets the private 'security.access_listener' shared service.
  5991.      *
  5992.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5993.      */
  5994.     protected function getSecurity_AccessListenerService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5999.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6000.         if (isset($this->privates['security.access_listener'])) {
  6001.             return $this->privates['security.access_listener'];
  6002.         }
  6003.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6004.         if (isset($this->privates['security.access_listener'])) {
  6005.             return $this->privates['security.access_listener'];
  6006.         }
  6007.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  6008.     }
  6009.     /**
  6010.      * Gets the private 'security.access_map' shared service.
  6011.      *
  6012.      * @return \Symfony\Component\Security\Http\AccessMap
  6013.      */
  6014.     protected function getSecurity_AccessMapService()
  6015.     {
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6020.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6021.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6022.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6023.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('forgotPass'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6024.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('reset_pass'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6025.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6026.         return $instance;
  6027.     }
  6028.     /**
  6029.      * Gets the private 'security.authentication.guard_handler' shared service.
  6030.      *
  6031.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6032.      */
  6033.     protected function getSecurity_Authentication_GuardHandlerService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6038.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6039.         if (isset($this->privates['security.authentication.guard_handler'])) {
  6040.             return $this->privates['security.authentication.guard_handler'];
  6041.         }
  6042.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, []);
  6043.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  6044.         return $instance;
  6045.     }
  6046.     /**
  6047.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6048.      *
  6049.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6050.      */
  6051.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6056.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6057.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6058.             return $this->privates['security.authentication.listener.anonymous.main'];
  6059.         }
  6060.         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()), $a);
  6061.     }
  6062.     /**
  6063.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6064.      *
  6065.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6066.      */
  6067.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  6072.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6073.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6074.             return $this->privates['security.authentication.listener.guard.main'];
  6075.         }
  6076.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6077.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6078.             return $this->privates['security.authentication.listener.guard.main'];
  6079.         }
  6080.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  6081.             yield => ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  6082.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  6083.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6084.         return $instance;
  6085.     }
  6086.     /**
  6087.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  6088.      *
  6089.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  6090.      */
  6091.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  6092.     {
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6098.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6099.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6100.             return $this->privates['security.authentication.listener.rememberme.main'];
  6101.         }
  6102.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6103.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6104.             return $this->privates['security.authentication.listener.rememberme.main'];
  6105.         }
  6106.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $btrue, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  6107.     }
  6108.     /**
  6109.      * Gets the private 'security.authentication.manager' shared service.
  6110.      *
  6111.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6112.      */
  6113.     protected function getSecurity_Authentication_ManagerService()
  6114.     {
  6115.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6116.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6117.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  6118.             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'))));
  6119.         }, 3), true);
  6120.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  6125.      *
  6126.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6127.      */
  6128.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6134.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6135.             yield => ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  6136.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  6137.     }
  6138.     /**
  6139.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  6140.      *
  6141.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  6142.      */
  6143.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  6144.     {
  6145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6149.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  6150.     }
  6151.     /**
  6152.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  6153.      *
  6154.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  6155.      */
  6156.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  6162.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  6163.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6164.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6165.     }
  6166.     /**
  6167.      * Gets the private 'security.authentication_utils' shared service.
  6168.      *
  6169.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6170.      */
  6171.     protected function getSecurity_AuthenticationUtilsService()
  6172.     {
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6174.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6175.     }
  6176.     /**
  6177.      * Gets the private 'security.channel_listener' shared service.
  6178.      *
  6179.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6180.      */
  6181.     protected function getSecurity_ChannelListenerService()
  6182.     {
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  6188.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6189.         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($a->getHttpPort(), $a->getHttpsPort()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6190.     }
  6191.     /**
  6192.      * Gets the private 'security.command.user_password_encoder' shared service.
  6193.      *
  6194.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6195.      */
  6196.     protected function getSecurity_Command_UserPasswordEncoderService()
  6197.     {
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  6200.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  6201.         $instance->setName('security:encode-password');
  6202.         return $instance;
  6203.     }
  6204.     /**
  6205.      * Gets the private 'security.context_listener.0' shared service.
  6206.      *
  6207.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6208.      */
  6209.     protected function getSecurity_ContextListener_0Service()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6214.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6215.         if (isset($this->privates['security.context_listener.0'])) {
  6216.             return $this->privates['security.context_listener.0'];
  6217.         }
  6218.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  6219.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6220.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  6221.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6222.         return $instance;
  6223.     }
  6224.     /**
  6225.      * Gets the private 'security.csrf.token_generator' shared service.
  6226.      *
  6227.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  6228.      */
  6229.     protected function getSecurity_Csrf_TokenGeneratorService()
  6230.     {
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  6233.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  6234.     }
  6235.     /**
  6236.      * Gets the private 'security.csrf.token_storage' shared service.
  6237.      *
  6238.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6239.      */
  6240.     protected function getSecurity_Csrf_TokenStorageService()
  6241.     {
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6245.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  6246.     }
  6247.     /**
  6248.      * Gets the private 'security.encoder_factory.generic' shared service.
  6249.      *
  6250.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6251.      */
  6252.     protected function getSecurity_EncoderFactory_GenericService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  6256.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  6257.     }
  6258.     /**
  6259.      * Gets the private 'security.firewall.map' shared service.
  6260.      *
  6261.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6262.      */
  6263.     protected function getSecurity_Firewall_MapService()
  6264.     {
  6265.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6266.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  6267.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6268.         ], [
  6269.             'security.firewall.map.context.dev' => '?',
  6270.             'security.firewall.map.context.main' => '?',
  6271.         ]), new RewindableGenerator(function () {
  6272.             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)/')));
  6273.             yield 'security.firewall.map.context.main' => NULL;
  6274.         }, 2));
  6275.     }
  6276.     /**
  6277.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6278.      *
  6279.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6280.      */
  6281.     protected function getSecurity_Firewall_Map_Context_DevService()
  6282.     {
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6285.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6286.             return new \EmptyIterator();
  6287.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  6288.     }
  6289.     /**
  6290.      * Gets the private 'security.firewall.map.context.main' shared service.
  6291.      *
  6292.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6293.      */
  6294.     protected function getSecurity_Firewall_Map_Context_MainService()
  6295.     {
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6304.         $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
  6305.         if (isset($this->privates['security.firewall.map.context.main'])) {
  6306.             return $this->privates['security.firewall.map.context.main'];
  6307.         }
  6308.         $b = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6309.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6310.         $d = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6311.         $d->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6312.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6313.         }, => 'onLogout'], 64);
  6314.         $d->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6315.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6316.         }, => 'onLogout'], 0);
  6317.         $d->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6318.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  6319.         }, => 'onLogout'], 0);
  6320.         $d->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  6321.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6322.         }, => 'onLogout'], 0);
  6323.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6324.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6325.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6326.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6327.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  6328.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6329.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6330.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c$d, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\AppUserAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6331.     }
  6332.     /**
  6333.      * Gets the private 'security.http_utils' shared service.
  6334.      *
  6335.      * @return \Symfony\Component\Security\Http\HttpUtils
  6336.      */
  6337.     protected function getSecurity_HttpUtilsService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6340.         $a = ($this->services['router'] ?? $this->getRouterService());
  6341.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6342.     }
  6343.     /**
  6344.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6345.      *
  6346.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6347.      */
  6348.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6351.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  6352.     }
  6353.     /**
  6354.      * Gets the private 'security.logout.listener.default.main' shared service.
  6355.      *
  6356.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6357.      */
  6358.     protected function getSecurity_Logout_Listener_Default_MainService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6361.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_login');
  6362.     }
  6363.     /**
  6364.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  6365.      *
  6366.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  6367.      */
  6368.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  6371.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6372.     }
  6373.     /**
  6374.      * Gets the private 'security.logout_url_generator' shared service.
  6375.      *
  6376.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6377.      */
  6378.     protected function getSecurity_LogoutUrlGeneratorService()
  6379.     {
  6380.         $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()));
  6381.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  6382.         return $instance;
  6383.     }
  6384.     /**
  6385.      * Gets the private 'security.role_hierarchy' shared service.
  6386.      *
  6387.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6388.      */
  6389.     protected function getSecurity_RoleHierarchyService()
  6390.     {
  6391.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6392.     }
  6393.     /**
  6394.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6395.      *
  6396.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6397.      */
  6398.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6403.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  6404.     }
  6405.     /**
  6406.      * Gets the private 'security.validator.user_password' shared service.
  6407.      *
  6408.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6409.      */
  6410.     protected function getSecurity_Validator_UserPasswordService()
  6411.     {
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6415.         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()));
  6416.     }
  6417.     /**
  6418.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6419.      *
  6420.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6421.      */
  6422.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6423.     {
  6424.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6425.     }
  6426.     /**
  6427.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6428.      *
  6429.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6430.      */
  6431.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6432.     {
  6433.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6434.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6435.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6436.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6437.     }
  6438.     /**
  6439.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6440.      *
  6441.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6442.      */
  6443.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6444.     {
  6445.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  6446.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6447.             return $this->privates['sensio_framework_extra.security.listener'];
  6448.         }
  6449.         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->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6450.     }
  6451.     /**
  6452.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6453.      *
  6454.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6455.      */
  6456.     protected function getSensioFrameworkExtra_View_ListenerService()
  6457.     {
  6458.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  6459.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6460.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6461.         ], [
  6462.             'twig' => '?',
  6463.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6464.         return $instance;
  6465.     }
  6466.     /**
  6467.      * Gets the private 'serializer.mapping.cache_class_metadata_factory' shared service.
  6468.      *
  6469.      * @return \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory
  6470.      */
  6471.     protected function getSerializer_Mapping_CacheClassMetadataFactoryService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/CacheClassMetadataFactory.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  6482.         return $this->privates['serializer.mapping.cache_class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory(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()))])), \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/serialization.php'), ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())));
  6483.     }
  6484.     /**
  6485.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6486.      *
  6487.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6488.      */
  6489.     protected function getSerializer_Mapping_CacheWarmerService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6496.         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'));
  6497.     }
  6498.     /**
  6499.      * Gets the private 'session.storage.native' shared service.
  6500.      *
  6501.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6502.      */
  6503.     protected function getSession_Storage_NativeService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  6509.         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));
  6510.     }
  6511.     /**
  6512.      * Gets the private 'session_listener' shared service.
  6513.      *
  6514.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6515.      */
  6516.     protected function getSessionListenerService()
  6517.     {
  6518.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6519.             'initialized_session' => ['services''session'NULLfalse],
  6520.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6521.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6522.             'session' => ['services''session''getSessionService'false],
  6523.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  6524.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6525.         ], [
  6526.             'initialized_session' => '?',
  6527.             'logger' => '?',
  6528.             'request_stack' => '?',
  6529.             'session' => '?',
  6530.             'session_collector' => '?',
  6531.             'session_storage' => '?',
  6532.         ]), true);
  6533.     }
  6534.     /**
  6535.      * Gets the private 'swiftmailer.command.debug' shared service.
  6536.      *
  6537.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  6538.      */
  6539.     protected function getSwiftmailer_Command_DebugService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  6544.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  6545.         $instance->setName('debug:swiftmailer');
  6546.         return $instance;
  6547.     }
  6548.     /**
  6549.      * Gets the private 'swiftmailer.command.new_email' shared service.
  6550.      *
  6551.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  6552.      */
  6553.     protected function getSwiftmailer_Command_NewEmailService()
  6554.     {
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  6558.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  6559.         $instance->setName('swiftmailer:email:send');
  6560.         return $instance;
  6561.     }
  6562.     /**
  6563.      * Gets the private 'swiftmailer.command.send_email' shared service.
  6564.      *
  6565.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  6566.      */
  6567.     protected function getSwiftmailer_Command_SendEmailService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  6572.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  6573.         $instance->setName('swiftmailer:spool:send');
  6574.         return $instance;
  6575.     }
  6576.     /**
  6577.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  6578.      *
  6579.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  6580.      */
  6581.     protected function getSwiftmailer_EmailSender_ListenerService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  6584.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6585.     }
  6586.     /**
  6587.      * Gets the private 'translation.extractor' shared service.
  6588.      *
  6589.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6590.      */
  6591.     protected function getTranslation_ExtractorService()
  6592.     {
  6593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6598.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6599.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6600.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  6601.         return $instance;
  6602.     }
  6603.     /**
  6604.      * Gets the private 'translation.loader.csv' shared service.
  6605.      *
  6606.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6607.      */
  6608.     protected function getTranslation_Loader_CsvService()
  6609.     {
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6614.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6615.     }
  6616.     /**
  6617.      * Gets the private 'translation.loader.dat' shared service.
  6618.      *
  6619.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6620.      */
  6621.     protected function getTranslation_Loader_DatService()
  6622.     {
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6626.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6627.     }
  6628.     /**
  6629.      * Gets the private 'translation.loader.ini' shared service.
  6630.      *
  6631.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6632.      */
  6633.     protected function getTranslation_Loader_IniService()
  6634.     {
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6639.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6640.     }
  6641.     /**
  6642.      * Gets the private 'translation.loader.json' shared service.
  6643.      *
  6644.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6645.      */
  6646.     protected function getTranslation_Loader_JsonService()
  6647.     {
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6652.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6653.     }
  6654.     /**
  6655.      * Gets the private 'translation.loader.mo' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6658.      */
  6659.     protected function getTranslation_Loader_MoService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6665.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6666.     }
  6667.     /**
  6668.      * Gets the private 'translation.loader.php' shared service.
  6669.      *
  6670.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6671.      */
  6672.     protected function getTranslation_Loader_PhpService()
  6673.     {
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6678.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6679.     }
  6680.     /**
  6681.      * Gets the private 'translation.loader.po' shared service.
  6682.      *
  6683.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6684.      */
  6685.     protected function getTranslation_Loader_PoService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6691.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6692.     }
  6693.     /**
  6694.      * Gets the private 'translation.loader.qt' shared service.
  6695.      *
  6696.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6697.      */
  6698.     protected function getTranslation_Loader_QtService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6702.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6703.     }
  6704.     /**
  6705.      * Gets the private 'translation.loader.res' shared service.
  6706.      *
  6707.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6708.      */
  6709.     protected function getTranslation_Loader_ResService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6713.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6714.     }
  6715.     /**
  6716.      * Gets the private 'translation.loader.xliff' shared service.
  6717.      *
  6718.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6719.      */
  6720.     protected function getTranslation_Loader_XliffService()
  6721.     {
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6724.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6725.     }
  6726.     /**
  6727.      * Gets the private 'translation.loader.yml' shared service.
  6728.      *
  6729.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6730.      */
  6731.     protected function getTranslation_Loader_YmlService()
  6732.     {
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6737.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6738.     }
  6739.     /**
  6740.      * Gets the private 'translation.reader' shared service.
  6741.      *
  6742.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6743.      */
  6744.     protected function getTranslation_ReaderService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6762.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6763.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6764.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6765.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6766.         $instance->addLoader('yaml'$a);
  6767.         $instance->addLoader('yml'$a);
  6768.         $instance->addLoader('xlf'$b);
  6769.         $instance->addLoader('xliff'$b);
  6770.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6771.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6772.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6773.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6774.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6775.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6776.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6777.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6778.         return $instance;
  6779.     }
  6780.     /**
  6781.      * Gets the private 'translation.warmer' shared service.
  6782.      *
  6783.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6784.      */
  6785.     protected function getTranslation_WarmerService()
  6786.     {
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6789.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6790.             'translator' => ['services''translator''getTranslatorService'false],
  6791.         ], [
  6792.             'translator' => '?',
  6793.         ]))->withContext('translation.warmer'$this));
  6794.     }
  6795.     /**
  6796.      * Gets the private 'translator.default' shared service.
  6797.      *
  6798.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6799.      */
  6800.     protected function getTranslator_DefaultService()
  6801.     {
  6802.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6803.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6804.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6805.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6806.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6807.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6808.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6809.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6810.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6811.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6812.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6813.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6814.         ], [
  6815.             'translation.loader.csv' => '?',
  6816.             'translation.loader.dat' => '?',
  6817.             'translation.loader.ini' => '?',
  6818.             'translation.loader.json' => '?',
  6819.             'translation.loader.mo' => '?',
  6820.             'translation.loader.php' => '?',
  6821.             'translation.loader.po' => '?',
  6822.             'translation.loader.qt' => '?',
  6823.             'translation.loader.res' => '?',
  6824.             'translation.loader.xliff' => '?',
  6825.             'translation.loader.yml' => '?',
  6826.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/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/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/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/monolog-bundle/translations'12 => 'vendor/laupifrpar/pusher-bundle/translations'13 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/swiftmailer-bundle/translations'18 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'19 => 'vendor/a2lix/auto-form-bundle/src/translations'20 => 'vendor/a2lix/translation-form-bundle/src/translations'21 => 'vendor/knplabs/doctrine-behaviors/src/translations'22 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  6827.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6828.         $instance->setFallbackLocales([=> 'fr']);
  6829.         return $instance;
  6830.     }
  6831.     /**
  6832.      * Gets the private 'twig.command.debug' shared service.
  6833.      *
  6834.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6835.      */
  6836.     protected function getTwig_Command_DebugService()
  6837.     {
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6840.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6841.         $instance->setName('debug:twig');
  6842.         return $instance;
  6843.     }
  6844.     /**
  6845.      * Gets the private 'twig.command.lint' shared service.
  6846.      *
  6847.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6848.      */
  6849.     protected function getTwig_Command_LintService()
  6850.     {
  6851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6854.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6855.         $instance->setName('lint:twig');
  6856.         return $instance;
  6857.     }
  6858.     /**
  6859.      * Gets the private 'twig.form.renderer' shared service.
  6860.      *
  6861.      * @return \Symfony\Component\Form\FormRenderer
  6862.      */
  6863.     protected function getTwig_Form_RendererService()
  6864.     {
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6870.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6871.         if (isset($this->privates['twig.form.renderer'])) {
  6872.             return $this->privates['twig.form.renderer'];
  6873.         }
  6874.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6875.     }
  6876.     /**
  6877.      * Gets the private 'twig.mailer.message_listener' shared service.
  6878.      *
  6879.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6880.      */
  6881.     protected function getTwig_Mailer_MessageListenerService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6886.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6887.         if (isset($this->privates['twig.mailer.message_listener'])) {
  6888.             return $this->privates['twig.mailer.message_listener'];
  6889.         }
  6890.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  6891.     }
  6892.     /**
  6893.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6894.      *
  6895.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6896.      */
  6897.     protected function getTwig_Runtime_HttpkernelService()
  6898.     {
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6902.         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, [
  6903.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6904.         ], [
  6905.             'inline' => '?',
  6906.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6907.     }
  6908.     /**
  6909.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6910.      *
  6911.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6912.      */
  6913.     protected function getTwig_Runtime_SecurityCsrfService()
  6914.     {
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6916.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6917.     }
  6918.     /**
  6919.      * Gets the private 'twig.template_cache_warmer' shared service.
  6920.      *
  6921.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6922.      */
  6923.     protected function getTwig_TemplateCacheWarmerService()
  6924.     {
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6928.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6929.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6930.         ], [
  6931.             'twig' => '?',
  6932.         ]))->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')));
  6933.     }
  6934.     /**
  6935.      * Gets the private 'validator.builder' shared service.
  6936.      *
  6937.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6938.      */
  6939.     protected function getValidator_BuilderService()
  6940.     {
  6941.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6942.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6943.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6944.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6945.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6946.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6947.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6948.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6949.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6950.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6951.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6952.         ], [
  6953.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6954.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6955.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6956.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6957.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6958.             'doctrine.orm.validator.unique' => '?',
  6959.             'security.validator.user_password' => '?',
  6960.             'validator.expression' => '?',
  6961.         ])));
  6962.         if ($this->has('translator')) {
  6963.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6964.         }
  6965.         $instance->setTranslationDomain('validators');
  6966.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6967.         $instance->enableAnnotationMapping(true);
  6968.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6969.         $instance->addMethodMapping('loadValidatorMetadata');
  6970.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6971.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6972.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6973.         return $instance;
  6974.     }
  6975.     /**
  6976.      * Gets the private 'validator.email' shared service.
  6977.      *
  6978.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6979.      */
  6980.     protected function getValidator_EmailService()
  6981.     {
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6985.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6986.     }
  6987.     /**
  6988.      * Gets the private 'validator.expression' shared service.
  6989.      *
  6990.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6991.      */
  6992.     protected function getValidator_ExpressionService()
  6993.     {
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6997.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6998.     }
  6999.     /**
  7000.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7001.      *
  7002.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7003.      */
  7004.     protected function getValidator_Mapping_CacheWarmerService()
  7005.     {
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7009.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7010.     }
  7011.     /**
  7012.      * Gets the private 'validator.not_compromised_password' shared service.
  7013.      *
  7014.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7015.      */
  7016.     protected function getValidator_NotCompromisedPasswordService()
  7017.     {
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7021.         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);
  7022.     }
  7023.     /**
  7024.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7025.      *
  7026.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7027.      */
  7028.     protected function getVarDumper_Command_ServerDumpService()
  7029.     {
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7036.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7037.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7038.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7039.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7040.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7041.         $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()))]);
  7042.         $instance->setName('server:dump');
  7043.         return $instance;
  7044.     }
  7045.     /**
  7046.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7047.      *
  7048.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7049.      */
  7050.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7051.     {
  7052.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7053.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7054.         return $instance;
  7055.     }
  7056.     /**
  7057.      * Gets the private 'var_dumper.html_dumper' shared service.
  7058.      *
  7059.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7060.      */
  7061.     protected function getVarDumper_HtmlDumperService()
  7062.     {
  7063.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7064.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7065.         return $instance;
  7066.     }
  7067.     /**
  7068.      * Gets the private 'var_dumper.server_connection' shared service.
  7069.      *
  7070.      * @return \Symfony\Component\VarDumper\Server\Connection
  7071.      */
  7072.     protected function getVarDumper_ServerConnectionService()
  7073.     {
  7074.         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()]);
  7075.     }
  7076.     /**
  7077.      * Gets the private 'web_profiler.csp.handler' shared service.
  7078.      *
  7079.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7080.      */
  7081.     protected function getWebProfiler_Csp_HandlerService()
  7082.     {
  7083.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7084.     }
  7085.     /**
  7086.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7087.      *
  7088.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7089.      */
  7090.     protected function getWebProfiler_DebugToolbarService()
  7091.     {
  7092.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7093.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7094.             return $this->privates['web_profiler.debug_toolbar'];
  7095.         }
  7096.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  7097.     }
  7098.     /**
  7099.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7100.      *
  7101.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7102.      */
  7103.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7104.     {
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7108.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  7109.     }
  7110.     /**
  7111.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7112.      *
  7113.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7114.      */
  7115.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7116.     {
  7117.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7118.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7119.         ], [
  7120.             '_default' => '?',
  7121.         ]), '_default');
  7122.     }
  7123.     /**
  7124.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7125.      *
  7126.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7127.      */
  7128.     protected function getWebpackEncore_ExceptionListenerService()
  7129.     {
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7131.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7132.     }
  7133.     /**
  7134.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7135.      *
  7136.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7137.      */
  7138.     protected function getWebpackEncore_TagRendererService()
  7139.     {
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7141.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7142.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  7143.             return $this->privates['webpack_encore.tag_renderer'];
  7144.         }
  7145.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  7146.     }
  7147.     /**
  7148.      * Gets the public 'cache_clearer' alias.
  7149.      *
  7150.      * @return object The ".container.private.cache_clearer" service.
  7151.      */
  7152.     protected function getCacheClearerService()
  7153.     {
  7154.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7155.         return $this->get('.container.private.cache_clearer');
  7156.     }
  7157.     /**
  7158.      * Gets the public 'filesystem' alias.
  7159.      *
  7160.      * @return object The ".container.private.filesystem" service.
  7161.      */
  7162.     protected function getFilesystemService()
  7163.     {
  7164.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7165.         return $this->get('.container.private.filesystem');
  7166.     }
  7167.     /**
  7168.      * Gets the public 'security.csrf.token_manager' alias.
  7169.      *
  7170.      * @return object The ".container.private.security.csrf.token_manager" service.
  7171.      */
  7172.     protected function getSecurity_Csrf_TokenManagerService()
  7173.     {
  7174.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7175.         return $this->get('.container.private.security.csrf.token_manager');
  7176.     }
  7177.     /**
  7178.      * Gets the public 'form.factory' alias.
  7179.      *
  7180.      * @return object The ".container.private.form.factory" service.
  7181.      */
  7182.     protected function getForm_FactoryService()
  7183.     {
  7184.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7185.         return $this->get('.container.private.form.factory');
  7186.     }
  7187.     /**
  7188.      * Gets the public 'form.type.file' alias.
  7189.      *
  7190.      * @return object The ".container.private.form.type.file" service.
  7191.      */
  7192.     protected function getForm_Type_FileService()
  7193.     {
  7194.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7195.         return $this->get('.container.private.form.type.file');
  7196.     }
  7197.     /**
  7198.      * Gets the public 'serializer' alias.
  7199.      *
  7200.      * @return object The ".container.private.serializer" service.
  7201.      */
  7202.     protected function getSerializerService()
  7203.     {
  7204.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7205.         return $this->get('.container.private.serializer');
  7206.     }
  7207.     /**
  7208.      * Gets the public 'twig' alias.
  7209.      *
  7210.      * @return object The ".container.private.twig" service.
  7211.      */
  7212.     protected function getTwigService()
  7213.     {
  7214.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7215.         return $this->get('.container.private.twig');
  7216.     }
  7217.     /**
  7218.      * Gets the public 'validator' alias.
  7219.      *
  7220.      * @return object The ".container.private.validator" service.
  7221.      */
  7222.     protected function getValidatorService()
  7223.     {
  7224.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7225.         return $this->get('.container.private.validator');
  7226.     }
  7227.     /**
  7228.      * @return array|bool|float|int|string|\UnitEnum|null
  7229.      */
  7230.     public function getParameter(string $name)
  7231.     {
  7232.         if (isset($this->buildParameters[$name])) {
  7233.             return $this->buildParameters[$name];
  7234.         }
  7235.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  7236.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7237.         }
  7238.         if (isset($this->loadedDynamicParameters[$name])) {
  7239.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7240.         }
  7241.         return $this->parameters[$name];
  7242.     }
  7243.     public function hasParameter(string $name): bool
  7244.     {
  7245.         if (isset($this->buildParameters[$name])) {
  7246.             return true;
  7247.         }
  7248.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  7249.     }
  7250.     public function setParameter(string $name$value): void
  7251.     {
  7252.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7253.     }
  7254.     public function getParameterBag(): ParameterBagInterface
  7255.     {
  7256.         if (null === $this->parameterBag) {
  7257.             $parameters $this->parameters;
  7258.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7259.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7260.             }
  7261.             foreach ($this->buildParameters as $name => $value) {
  7262.                 $parameters[$name] = $value;
  7263.             }
  7264.             $this->parameterBag = new FrozenParameterBag($parameters);
  7265.         }
  7266.         return $this->parameterBag;
  7267.     }
  7268.     private $loadedDynamicParameters = [
  7269.         'kernel.runtime_environment' => false,
  7270.         'kernel.build_dir' => false,
  7271.         'kernel.cache_dir' => false,
  7272.         'pusherKey' => false,
  7273.         'pusherCluster' => false,
  7274.         'kernel.secret' => false,
  7275.         'session.save_path' => false,
  7276.         'validator.mapping.cache.file' => false,
  7277.         'profiler.storage.dsn' => false,
  7278.         'debug.container.dump' => false,
  7279.         'serializer.mapping.cache.file' => false,
  7280.         'doctrine.orm.proxy_dir' => false,
  7281.         'lopi_pusher.config' => false,
  7282.         'swiftmailer.spool.default.memory.path' => false,
  7283.     ];
  7284.     private $dynamicParameters = [];
  7285.     private function getDynamicParameter(string $name)
  7286.     {
  7287.         switch ($name) {
  7288.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7289.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  7290.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7291.             case 'pusherKey'$value $this->getEnv('PUSHER_KEY'); break;
  7292.             case 'pusherCluster'$value $this->getEnv('PUSHER_CLUSTER'); break;
  7293.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7294.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7295.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7296.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7297.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7298.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7299.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7300.             case 'lopi_pusher.config'$value = [
  7301.                 'key' => $this->getEnv('PUSHER_KEY'),
  7302.                 'secret' => $this->getEnv('PUSHER_SECRET'),
  7303.                 'app_id' => $this->getEnv('PUSHER_APP_ID'),
  7304.                 'cluster' => $this->getEnv('PUSHER_CLUSTER'),
  7305.                 'debug' => false,
  7306.                 'scheme' => 'http',
  7307.                 'host' => 'api.pusherapp.com',
  7308.                 'port' => '80',
  7309.                 'timeout' => '30',
  7310.                 'auth_service_id' => NULL,
  7311.             ]; break;
  7312.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  7313.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7314.         }
  7315.         $this->loadedDynamicParameters[$name] = true;
  7316.         return $this->dynamicParameters[$name] = $value;
  7317.     }
  7318.     protected function getDefaultParameters(): array
  7319.     {
  7320.         return [
  7321.             'kernel.project_dir' => \dirname(__DIR__4),
  7322.             'kernel.environment' => 'dev',
  7323.             'kernel.debug' => true,
  7324.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7325.             'kernel.bundles' => [
  7326.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7327.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7328.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7329.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7330.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7331.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7332.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7333.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7334.                 'LopiPusherBundle' => 'Lopi\\Bundle\\PusherBundle\\LopiPusherBundle',
  7335.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  7336.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7337.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7338.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7339.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7340.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7341.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  7342.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  7343.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  7344.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7345.             ],
  7346.             'kernel.bundles_metadata' => [
  7347.                 'FrameworkBundle' => [
  7348.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7349.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7350.                 ],
  7351.                 'TwigBundle' => [
  7352.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7353.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7354.                 ],
  7355.                 'TwigExtraBundle' => [
  7356.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7357.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7358.                 ],
  7359.                 'SensioFrameworkExtraBundle' => [
  7360.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7361.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7362.                 ],
  7363.                 'DoctrineBundle' => [
  7364.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7365.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7366.                 ],
  7367.                 'DoctrineMigrationsBundle' => [
  7368.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7369.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7370.                 ],
  7371.                 'SecurityBundle' => [
  7372.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7373.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7374.                 ],
  7375.                 'MonologBundle' => [
  7376.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7377.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7378.                 ],
  7379.                 'LopiPusherBundle' => [
  7380.                     'path' => (\dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle'),
  7381.                     'namespace' => 'Lopi\\Bundle\\PusherBundle',
  7382.                 ],
  7383.                 'DoctrineFixturesBundle' => [
  7384.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  7385.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  7386.                 ],
  7387.                 'DebugBundle' => [
  7388.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7389.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7390.                 ],
  7391.                 'MakerBundle' => [
  7392.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7393.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7394.                 ],
  7395.                 'WebProfilerBundle' => [
  7396.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7397.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7398.                 ],
  7399.                 'SwiftmailerBundle' => [
  7400.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  7401.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7402.                 ],
  7403.                 'FOSJsRoutingBundle' => [
  7404.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7405.                     'namespace' => 'FOS\\JsRoutingBundle',
  7406.                 ],
  7407.                 'A2lixAutoFormBundle' => [
  7408.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  7409.                     'namespace' => 'A2lix\\AutoFormBundle',
  7410.                 ],
  7411.                 'A2lixTranslationFormBundle' => [
  7412.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  7413.                     'namespace' => 'A2lix\\TranslationFormBundle',
  7414.                 ],
  7415.                 'DoctrineBehaviorsBundle' => [
  7416.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  7417.                     'namespace' => 'Knp\\DoctrineBehaviors',
  7418.                 ],
  7419.                 'WebpackEncoreBundle' => [
  7420.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  7421.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7422.                 ],
  7423.             ],
  7424.             'kernel.charset' => 'UTF-8',
  7425.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  7426.             'container.dumper.inline_class_loader' => true,
  7427.             'container.dumper.inline_factories' => true,
  7428.             'locale' => 'fr',
  7429.             'app_locales' => 'en|fr',
  7430.             'event_dispatcher.event_aliases' => [
  7431.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7432.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7433.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7434.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7435.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7436.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7437.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7438.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7439.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7440.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7441.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7442.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7443.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7444.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7445.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7446.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7447.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7448.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7449.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7450.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7451.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7452.             ],
  7453.             'fragment.renderer.hinclude.global_template' => NULL,
  7454.             'fragment.path' => '/_fragment',
  7455.             'kernel.http_method_override' => true,
  7456.             'kernel.trusted_hosts' => [
  7457.             ],
  7458.             'kernel.default_locale' => 'fr',
  7459.             'kernel.error_controller' => 'error_controller',
  7460.             'debug.file_link_format' => NULL,
  7461.             'session.metadata.storage_key' => '_sf2_meta',
  7462.             'session.storage.options' => [
  7463.                 'cache_limiter' => '0',
  7464.                 'cookie_secure' => 'auto',
  7465.                 'cookie_httponly' => true,
  7466.                 'cookie_samesite' => 'lax',
  7467.                 'gc_probability' => 1,
  7468.             ],
  7469.             'session.metadata.update_threshold' => 0,
  7470.             'form.type_extension.csrf.enabled' => true,
  7471.             'form.type_extension.csrf.field_name' => '_token',
  7472.             'asset.request_context.base_path' => NULL,
  7473.             'asset.request_context.secure' => NULL,
  7474.             'validator.translation_domain' => 'validators',
  7475.             'translator.logging' => false,
  7476.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7477.             'profiler_listener.only_exceptions' => false,
  7478.             'profiler_listener.only_master_requests' => false,
  7479.             'debug.error_handler.throw_at' => -1,
  7480.             'router.request_context.host' => 'localhost',
  7481.             'router.request_context.scheme' => 'http',
  7482.             'router.request_context.base_url' => '',
  7483.             'router.resource' => 'kernel::loadRoutes',
  7484.             'request_listener.http_port' => 80,
  7485.             'request_listener.https_port' => 443,
  7486.             'twig.form.resources' => [
  7487.                 => 'form_div_layout.html.twig',
  7488.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  7489.             ],
  7490.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7491.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7492.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7493.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7494.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7495.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7496.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7497.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7498.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7499.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7500.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7501.             'doctrine.entity_managers' => [
  7502.                 'default' => 'doctrine.orm.default_entity_manager',
  7503.             ],
  7504.             'doctrine.default_entity_manager' => 'default',
  7505.             'doctrine.dbal.connection_factory.types' => [
  7506.             ],
  7507.             'doctrine.connections' => [
  7508.                 'default' => 'doctrine.dbal.default_connection',
  7509.             ],
  7510.             'doctrine.default_connection' => 'default',
  7511.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7512.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7513.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7514.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7515.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7516.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7517.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7518.             'doctrine.orm.cache.memcache_port' => 11211,
  7519.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7520.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7521.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7522.             'doctrine.orm.cache.memcached_port' => 11211,
  7523.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7524.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7525.             'doctrine.orm.cache.redis_host' => 'localhost',
  7526.             'doctrine.orm.cache.redis_port' => 6379,
  7527.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7528.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7529.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7530.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7531.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7532.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7533.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7534.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7535.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7536.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7537.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7538.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7539.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7540.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7541.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7542.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7543.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7544.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7545.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7546.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7547.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7548.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7549.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7550.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7551.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7552.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7553.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7554.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7555.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7556.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7557.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7558.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7559.             'doctrine.migrations.preferred_em' => NULL,
  7560.             'doctrine.migrations.preferred_connection' => NULL,
  7561.             'security.role_hierarchy.roles' => [
  7562.                 'ROLE_MEMBRE' => [
  7563.                     => 'ROLE_USER',
  7564.                 ],
  7565.                 'ROLE_PILOTE' => [
  7566.                     => 'ROLE_PILOTE',
  7567.                 ],
  7568.                 'ROLE_ADMIN_ASSISTANT' => [
  7569.                     => 'ROLE_ADMIN',
  7570.                 ],
  7571.             ],
  7572.             'security.access.denied_url' => NULL,
  7573.             'security.authentication.manager.erase_credentials' => true,
  7574.             'security.authentication.session_strategy.strategy' => 'migrate',
  7575.             'security.access.always_authenticate_before_granting' => false,
  7576.             'security.authentication.hide_user_not_found' => true,
  7577.             'security.firewalls' => [
  7578.                 => 'dev',
  7579.                 => 'main',
  7580.             ],
  7581.             'security.main._indexed_authenticators' => [
  7582.             ],
  7583.             'monolog.use_microseconds' => true,
  7584.             'monolog.swift_mailer.handlers' => [
  7585.             ],
  7586.             'monolog.handlers_to_channels' => [
  7587.                 'monolog.handler.console' => [
  7588.                     'type' => 'exclusive',
  7589.                     'elements' => [
  7590.                         => 'event',
  7591.                         => 'doctrine',
  7592.                         => 'console',
  7593.                     ],
  7594.                 ],
  7595.                 'monolog.handler.main' => [
  7596.                     'type' => 'exclusive',
  7597.                     'elements' => [
  7598.                         => 'event',
  7599.                     ],
  7600.                 ],
  7601.             ],
  7602.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7603.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7604.             'web_profiler.debug_toolbar.mode' => 2,
  7605.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7606.             'swiftmailer.mailer.default.spool.enabled' => true,
  7607.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7608.             'swiftmailer.mailer.default.single_address' => NULL,
  7609.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7610.             'swiftmailer.spool.enabled' => true,
  7611.             'swiftmailer.delivery.enabled' => true,
  7612.             'swiftmailer.single_address' => NULL,
  7613.             'swiftmailer.mailers' => [
  7614.                 'default' => 'swiftmailer.mailer.default',
  7615.             ],
  7616.             'swiftmailer.default_mailer' => 'default',
  7617.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7618.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7619.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7620.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7621.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7622.             'fos_js_routing.request_context_base_url' => NULL,
  7623.             'fos_js_routing.cache_control' => [
  7624.                 'enabled' => false,
  7625.             ],
  7626.             'a2lix_translation_form.locale_provider' => 'default',
  7627.             'a2lix_translation_form.locales' => [
  7628.                 => 'en',
  7629.                 => 'fr',
  7630.             ],
  7631.             'a2lix_translation_form.required_locales' => [
  7632.                 => 'en',
  7633.             ],
  7634.             'a2lix_translation_form.default_locale' => 'fr',
  7635.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  7636.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  7637.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  7638.             'doctrine_behaviors_blameable_user_entity' => NULL,
  7639.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  7640.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7641.             'data_collector.templates' => [
  7642.                 'data_collector.request' => [
  7643.                     => 'request',
  7644.                     => '@WebProfiler/Collector/request.html.twig',
  7645.                 ],
  7646.                 'data_collector.time' => [
  7647.                     => 'time',
  7648.                     => '@WebProfiler/Collector/time.html.twig',
  7649.                 ],
  7650.                 'data_collector.memory' => [
  7651.                     => 'memory',
  7652.                     => '@WebProfiler/Collector/memory.html.twig',
  7653.                 ],
  7654.                 'data_collector.validator' => [
  7655.                     => 'validator',
  7656.                     => '@WebProfiler/Collector/validator.html.twig',
  7657.                 ],
  7658.                 'data_collector.ajax' => [
  7659.                     => 'ajax',
  7660.                     => '@WebProfiler/Collector/ajax.html.twig',
  7661.                 ],
  7662.                 'data_collector.form' => [
  7663.                     => 'form',
  7664.                     => '@WebProfiler/Collector/form.html.twig',
  7665.                 ],
  7666.                 'data_collector.exception' => [
  7667.                     => 'exception',
  7668.                     => '@WebProfiler/Collector/exception.html.twig',
  7669.                 ],
  7670.                 'data_collector.logger' => [
  7671.                     => 'logger',
  7672.                     => '@WebProfiler/Collector/logger.html.twig',
  7673.                 ],
  7674.                 'data_collector.events' => [
  7675.                     => 'events',
  7676.                     => '@WebProfiler/Collector/events.html.twig',
  7677.                 ],
  7678.                 'data_collector.router' => [
  7679.                     => 'router',
  7680.                     => '@WebProfiler/Collector/router.html.twig',
  7681.                 ],
  7682.                 'data_collector.cache' => [
  7683.                     => 'cache',
  7684.                     => '@WebProfiler/Collector/cache.html.twig',
  7685.                 ],
  7686.                 'data_collector.translation' => [
  7687.                     => 'translation',
  7688.                     => '@WebProfiler/Collector/translation.html.twig',
  7689.                 ],
  7690.                 'data_collector.security' => [
  7691.                     => 'security',
  7692.                     => '@Security/Collector/security.html.twig',
  7693.                 ],
  7694.                 'data_collector.twig' => [
  7695.                     => 'twig',
  7696.                     => '@WebProfiler/Collector/twig.html.twig',
  7697.                 ],
  7698.                 'data_collector.http_client' => [
  7699.                     => 'http_client',
  7700.                     => '@WebProfiler/Collector/http_client.html.twig',
  7701.                 ],
  7702.                 'data_collector.doctrine' => [
  7703.                     => 'db',
  7704.                     => '@Doctrine/Collector/db.html.twig',
  7705.                 ],
  7706.                 'swiftmailer.data_collector' => [
  7707.                     => 'swiftmailer',
  7708.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7709.                 ],
  7710.                 'data_collector.dump' => [
  7711.                     => 'dump',
  7712.                     => '@Debug/Profiler/dump.html.twig',
  7713.                 ],
  7714.                 'mailer.data_collector' => [
  7715.                     => 'mailer',
  7716.                     => '@WebProfiler/Collector/mailer.html.twig',
  7717.                 ],
  7718.                 'notifier.data_collector' => [
  7719.                     => 'notifier',
  7720.                     => '@WebProfiler/Collector/notifier.html.twig',
  7721.                 ],
  7722.                 'data_collector.config' => [
  7723.                     => 'config',
  7724.                     => '@WebProfiler/Collector/config.html.twig',
  7725.                 ],
  7726.             ],
  7727.             'console.command.ids' => [
  7728.             ],
  7729.         ];
  7730.     }
  7731.     protected function throw($message)
  7732.     {
  7733.         throw new RuntimeException($message);
  7734.     }
  7735. }