var/cache/dev/ContainerXP5G5Fn/App_KernelDevDebugContainer.php line 8362

Open in your IDE?
  1. <?php
  2. namespace ContainerXP5G5Fn;
  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.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AccessController' => 'getAccessControllerService',
  47.             'App\\Controller\\AccountConfigurationController' => 'getAccountConfigurationControllerService',
  48.             'App\\Controller\\AccountCreationRequest' => 'getAccountCreationRequestService',
  49.             'App\\Controller\\AdminLoginController' => 'getAdminLoginControllerService',
  50.             'App\\Controller\\Administration\\AbstractAdministrationController' => 'getAbstractAdministrationControllerService',
  51.             'App\\Controller\\Administration\\AccountAdministrationController' => 'getAccountAdministrationControllerService',
  52.             'App\\Controller\\Administration\\AuditLogController' => 'getAuditLogControllerService',
  53.             'App\\Controller\\Administration\\EmailTemplateController' => 'getEmailTemplateControllerService',
  54.             'App\\Controller\\Administration\\InfosController' => 'getInfosControllerService',
  55.             'App\\Controller\\Administration\\LogsController' => 'getLogsControllerService',
  56.             'App\\Controller\\Administration\\UserController' => 'getUserControllerService',
  57.             'App\\Controller\\ContactController' => 'getContactControllerService',
  58.             'App\\Controller\\Customer\\BankDetailController' => 'getBankDetailControllerService',
  59.             'App\\Controller\\Customer\\InstallationController' => 'getInstallationControllerService',
  60.             'App\\Controller\\Customer\\ProfileController' => 'getProfileControllerService',
  61.             'App\\Controller\\Customer\\UpdateProfileController' => 'getUpdateProfileControllerService',
  62.             'App\\Controller\\Customer\\WaterConsumptionMeter' => 'getWaterConsumptionMeterService',
  63.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  64.             'App\\Controller\\FaqController' => 'getFaqControllerService',
  65.             'App\\Controller\\LegalNoticesController' => 'getLegalNoticesControllerService',
  66.             'App\\Controller\\PasswordForgottenController' => 'getPasswordForgottenControllerService',
  67.             'App\\Controller\\PayzenPaymentController' => 'getPayzenPaymentControllerService',
  68.             'App\\Controller\\PrivacyPolicyController' => 'getPrivacyPolicyControllerService',
  69.             'App\\Controller\\ServiceRegulationsController' => 'getServiceRegulationsControllerService',
  70.             'App\\Controller\\Services\\InvoicesController' => 'getInvoicesControllerService',
  71.             'App\\Controller\\Services\\MonthlyPaymentRequestController' => 'getMonthlyPaymentRequestControllerService',
  72.             'App\\Controller\\Services\\SituationModificationRequestController' => 'getSituationModificationRequestControllerService',
  73.             'App\\Controller\\Services\\WaterMeterIndexesController' => 'getWaterMeterIndexesControllerService',
  74.             'App\\Domain\\Customer\\ReleveService' => 'getReleveServiceService',
  75.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  78.             'cache.app' => 'getCache_AppService',
  79.             'cache.app_clearer' => 'getCache_AppClearerService',
  80.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  81.             'cache.system' => 'getCache_SystemService',
  82.             'cache.system_clearer' => 'getCache_SystemClearerService',
  83.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  84.             'cache_warmer' => 'getCacheWarmerService',
  85.             'console.command_loader' => 'getConsole_CommandLoaderService',
  86.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  87.             'data_collector.dump' => 'getDataCollector_DumpService',
  88.             'doctrine' => 'getDoctrineService',
  89.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  90.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  91.             'error_controller' => 'getErrorControllerService',
  92.             'event_dispatcher' => 'getEventDispatcherService',
  93.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService',
  94.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService',
  95.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService',
  96.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService',
  97.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService',
  98.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService',
  99.             'http_kernel' => 'getHttpKernelService',
  100.             'request_stack' => 'getRequestStackService',
  101.             'router' => 'getRouterService',
  102.             'routing.loader' => 'getRouting_LoaderService',
  103.             'services_resetter' => 'getServicesResetterService',
  104.             'translator' => 'getTranslatorService',
  105.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  106.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  107.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  108.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  109.             'cache_clearer' => 'getCacheClearerService',
  110.             'filesystem' => 'getFilesystemService',
  111.             'serializer' => 'getSerializerService',
  112.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  113.             'form.factory' => 'getForm_FactoryService',
  114.             'form.type.file' => 'getForm_Type_FileService',
  115.             'profiler' => 'getProfilerService',
  116.             'twig' => 'getTwigService',
  117.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  118.             'security.token_storage' => 'getSecurity_TokenStorageService',
  119.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  120.             'session' => 'getSessionService',
  121.             'validator' => 'getValidatorService',
  122.         ];
  123.         $this->aliases = [
  124.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  125.             'database_connection' => 'doctrine.dbal.default_connection',
  126.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  127.         ];
  128.         $this->privates['service_container'] = function () {
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  135.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  136.             include_once \dirname(__DIR__4).'/src/Domain/Customer/ConnectedCustomerService.php';
  137.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Email/EmailServiceToCustomer.php';
  138.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Email/EmailServiceToGrandReims.php';
  139.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Email/TemplatedEmailConverter.php';
  140.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/IProvideNotification.php';
  141.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/EmailNotificationTrait.php';
  142.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/AcknowledgmentOfReceipt.php';
  143.             include_once \dirname(__DIR__4).'/src/Domain/Payment/InvoiceService.php';
  144.             include_once \dirname(__DIR__4).'/src/Domain/Encryption/EncryptionTrait.php';
  145.             include_once \dirname(__DIR__4).'/src/Domain/WaterMeter/WaterConsumptionService.php';
  146.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/WaterConsumptionChange.php';
  147.             include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/WaterConsumptionAlert.php';
  148.             include_once \dirname(__DIR__4).'/src/Domain/WaterMeter/WaterPrice.php';
  149.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  150.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  151.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  152.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  154.             include_once \dirname(__DIR__4).'/src/Repository/AccountRepository.php';
  155.             include_once \dirname(__DIR__4).'/src/Repository/EgeeAdresseRepository.php';
  156.             include_once \dirname(__DIR__4).'/src/Repository/EgeeFactureRepository.php';
  157.             include_once \dirname(__DIR__4).'/src/Repository/EgeeInstallationRepository.php';
  158.             include_once \dirname(__DIR__4).'/src/Repository/EgeeProprietaireRepository.php';
  159.             include_once \dirname(__DIR__4).'/src/Repository/EgeeReleveRepository.php';
  160.             include_once \dirname(__DIR__4).'/src/Repository/EgeeSemaineTourneeRepository.php';
  161.             include_once \dirname(__DIR__4).'/src/Repository/PaidInvoiceRepository.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  197.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ApcuAdapter.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  285.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  291.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  295.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  298.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  299.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  402.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  408.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  439.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  440.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  442.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  471.             include_once \dirname(__DIR__4).'/src/Domain/Help/DynamicHelpService.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  482.         };
  483.     }
  484.     public function compile(): void
  485.     {
  486.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  487.     }
  488.     public function isCompiled(): bool
  489.     {
  490.         return true;
  491.     }
  492.     public function getRemovedIds(): array
  493.     {
  494.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  495.     }
  496.     /**
  497.      * Gets the public '.container.private.cache_clearer' shared service.
  498.      *
  499.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  500.      */
  501.     protected function get_Container_Private_CacheClearerService()
  502.     {
  503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  505.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  506.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  507.         }, 1));
  508.     }
  509.     /**
  510.      * Gets the public '.container.private.filesystem' shared service.
  511.      *
  512.      * @return \Symfony\Component\Filesystem\Filesystem
  513.      */
  514.     protected function get_Container_Private_FilesystemService()
  515.     {
  516.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  517.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  518.     }
  519.     /**
  520.      * Gets the public '.container.private.form.factory' shared service.
  521.      *
  522.      * @return \Symfony\Component\Form\FormFactory
  523.      */
  524.     protected function get_Container_Private_Form_FactoryService()
  525.     {
  526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  528.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  529.     }
  530.     /**
  531.      * Gets the public '.container.private.form.type.file' shared service.
  532.      *
  533.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  534.      */
  535.     protected function get_Container_Private_Form_Type_FileService()
  536.     {
  537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  540.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  541.     }
  542.     /**
  543.      * Gets the public '.container.private.profiler' shared service.
  544.      *
  545.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  546.      */
  547.     protected function get_Container_Private_ProfilerService()
  548.     {
  549.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  550.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  551.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  552.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  553.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  554.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  555.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  556.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  557.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  558.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  559.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  560.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  561.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  562.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  563.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  564.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  565.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  566.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  567.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  568.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  569.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  570.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  571.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  572.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  573.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  574.         if ($this->has('kernel')) {
  575.             $g->setKernel($b);
  576.         }
  577.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  578.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  579.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  580.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  581.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  582.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  583.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  584.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  585.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  586.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  587.         $instance->add($d);
  588.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  589.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  590.         $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())));
  591.         $instance->add($e);
  592.         $instance->add($f);
  593.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  594.         $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()))));
  595.         $instance->add($g);
  596.         return $instance;
  597.     }
  598.     /**
  599.      * Gets the public '.container.private.security.authorization_checker' shared service.
  600.      *
  601.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  602.      */
  603.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  604.     {
  605.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  606.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  607.             return $this->services['.container.private.security.authorization_checker'];
  608.         }
  609.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  610.     }
  611.     /**
  612.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  613.      *
  614.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  615.      */
  616.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  617.     {
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  622.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  623.     }
  624.     /**
  625.      * Gets the public '.container.private.security.password_encoder' shared service.
  626.      *
  627.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  628.      *
  629.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  630.      */
  631.     protected function get_Container_Private_Security_PasswordEncoderService()
  632.     {
  633.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  634.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  635.     }
  636.     /**
  637.      * Gets the public '.container.private.security.token_storage' shared service.
  638.      *
  639.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  640.      */
  641.     protected function get_Container_Private_Security_TokenStorageService()
  642.     {
  643.         return $this->services['.container.private.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, [
  644.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  645.         ], [
  646.             'request_stack' => '?',
  647.         ]));
  648.     }
  649.     /**
  650.      * Gets the public '.container.private.serializer' shared service.
  651.      *
  652.      * @return \Symfony\Component\Serializer\Serializer
  653.      */
  654.     protected function get_Container_Private_SerializerService()
  655.     {
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  681.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  683.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  684.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  695.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  696.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  697.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  698.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  699.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  700.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  701.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  702.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  703.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  704.         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\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(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [], $d)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  705.     }
  706.     /**
  707.      * Gets the public '.container.private.session' shared service.
  708.      *
  709.      * @return \Symfony\Component\HttpFoundation\Session\Session
  710.      */
  711.     protected function get_Container_Private_SessionService()
  712.     {
  713.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  714.         if (isset($this->services['.container.private.session'])) {
  715.             return $this->services['.container.private.session'];
  716.         }
  717.         return $this->services['.container.private.session'] = $a->createSession();
  718.     }
  719.     /**
  720.      * Gets the public '.container.private.twig' shared service.
  721.      *
  722.      * @return \Twig\Environment
  723.      */
  724.     protected function get_Container_Private_TwigService()
  725.     {
  726.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  727.         $a->addPath((\dirname(__DIR__4).'/templates'));
  728.         $a->addPath((\dirname(__DIR__3).'/email'));
  729.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  730.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  731.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  732.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  733.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  734.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  735.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  736.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  737.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  738.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  739.         $a->addPath((\dirname(__DIR__4).'/templates'));
  740.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  741.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  742.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  743.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  744.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  745.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  746.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  747.         $e = ($this->services['router'] ?? $this->getRouterService());
  748.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  749.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  750.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  751.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  752.         $i = new \Symfony\Bridge\Twig\AppVariable();
  753.         $i->setEnvironment('dev');
  754.         $i->setDebug(true);
  755.         if ($this->has('.container.private.security.token_storage')) {
  756.             $i->setTokenStorage($g);
  757.         }
  758.         if ($this->has('request_stack')) {
  759.             $i->setRequestStack($f);
  760.         }
  761.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  763.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  764.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  765.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  766.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  767.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  768.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  769.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  770.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  771.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  772.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  773.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  774.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  775.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  776.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  777.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  778.         $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())));
  779.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  780.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  781.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  782.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  783.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  784.         ], [
  785.             'webpack_encore.entrypoint_lookup_collection' => '?',
  786.             'webpack_encore.tag_renderer' => '?',
  787.         ])));
  788.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  789.         $instance->addGlobal('app'$i);
  790.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  791.             'App\\Domain\\Encryption\\EncryptionService' => ['privates''App\\Domain\\Encryption\\EncryptionService''getEncryptionServiceService'false],
  792.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  793.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  794.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  795.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  796.         ], [
  797.             'App\\Domain\\Encryption\\EncryptionService' => '?',
  798.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  799.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  800.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  801.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  802.         ])));
  803.         $instance->addGlobal('connectedCustomer', ($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()));
  804.         $instance->addGlobal('dynamicHelp', new \App\Domain\Help\DynamicHelpService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $this));
  805.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  806.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  807.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  808.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  809.         return $instance;
  810.     }
  811.     /**
  812.      * Gets the public '.container.private.validator' shared service.
  813.      *
  814.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  815.      */
  816.     protected function get_Container_Private_ValidatorService()
  817.     {
  818.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  819.     }
  820.     /**
  821.      * Gets the public 'App\Controller\AccessController' shared autowired service.
  822.      *
  823.      * @return \App\Controller\AccessController
  824.      */
  825.     protected function getAccessControllerService()
  826.     {
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  828.         include_once \dirname(__DIR__4).'/src/Controller/AccessController.php';
  829.         $this->services['App\\Controller\\AccessController'] = $instance = new \App\Controller\AccessController();
  830.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AccessController'$this));
  831.         return $instance;
  832.     }
  833.     /**
  834.      * Gets the public 'App\Controller\AccountConfigurationController' shared autowired service.
  835.      *
  836.      * @return \App\Controller\AccountConfigurationController
  837.      */
  838.     protected function getAccountConfigurationControllerService()
  839.     {
  840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  841.         include_once \dirname(__DIR__4).'/src/Controller/AccountConfigurationController.php';
  842.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/HashingService.php';
  843.         $this->services['App\\Controller\\AccountConfigurationController'] = $instance = new \App\Controller\AccountConfigurationController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['App\\Repository\\AccountRepository'] ?? $this->getAccountRepositoryService()), ($this->privates['App\\Domain\\Encryption\\HashingService'] ?? ($this->privates['App\\Domain\\Encryption\\HashingService'] = new \App\Domain\Encryption\HashingService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  844.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AccountConfigurationController'$this));
  845.         return $instance;
  846.     }
  847.     /**
  848.      * Gets the public 'App\Controller\AccountCreationRequest' shared autowired service.
  849.      *
  850.      * @return \App\Controller\AccountCreationRequest
  851.      */
  852.     protected function getAccountCreationRequestService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  855.         include_once \dirname(__DIR__4).'/src/Controller/AccountCreationRequest.php';
  856.         $this->services['App\\Controller\\AccountCreationRequest'] = $instance = new \App\Controller\AccountCreationRequest(($this->privates['App\\Domain\\WaterMeter\\WaterPrice'] ?? $this->getWaterPriceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  857.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AccountCreationRequest'$this));
  858.         return $instance;
  859.     }
  860.     /**
  861.      * Gets the public 'App\Controller\AdminLoginController' shared autowired service.
  862.      *
  863.      * @return \App\Controller\AdminLoginController
  864.      */
  865.     protected function getAdminLoginControllerService()
  866.     {
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  868.         include_once \dirname(__DIR__4).'/src/Controller/AdminLoginController.php';
  869.         $this->services['App\\Controller\\AdminLoginController'] = $instance = new \App\Controller\AdminLoginController();
  870.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminLoginController'$this));
  871.         return $instance;
  872.     }
  873.     /**
  874.      * Gets the public 'App\Controller\Administration\AbstractAdministrationController' shared autowired service.
  875.      *
  876.      * @return \App\Controller\Administration\AbstractAdministrationController
  877.      */
  878.     protected function getAbstractAdministrationControllerService()
  879.     {
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  881.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AbstractAdministrationController.php';
  882.         $this->services['App\\Controller\\Administration\\AbstractAdministrationController'] = $instance = new \App\Controller\Administration\AbstractAdministrationController();
  883.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\AbstractAdministrationController'$this));
  884.         return $instance;
  885.     }
  886.     /**
  887.      * Gets the public 'App\Controller\Administration\AccountAdministrationController' shared autowired service.
  888.      *
  889.      * @return \App\Controller\Administration\AccountAdministrationController
  890.      */
  891.     protected function getAccountAdministrationControllerService()
  892.     {
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  894.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AccountAdministrationController.php';
  895.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/HashingService.php';
  896.         $this->services['App\\Controller\\Administration\\AccountAdministrationController'] = $instance = new \App\Controller\Administration\AccountAdministrationController(($this->privates['App\\Domain\\Encryption\\HashingService'] ?? ($this->privates['App\\Domain\\Encryption\\HashingService'] = new \App\Domain\Encryption\HashingService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\EgeeClientRepository'] ?? $this->getEgeeClientRepositoryService()));
  897.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\AccountAdministrationController'$this));
  898.         return $instance;
  899.     }
  900.     /**
  901.      * Gets the public 'App\Controller\Administration\AuditLogController' shared autowired service.
  902.      *
  903.      * @return \App\Controller\Administration\AuditLogController
  904.      */
  905.     protected function getAuditLogControllerService()
  906.     {
  907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  908.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AbstractAdministrationController.php';
  909.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AuditLogController.php';
  910.         $this->services['App\\Controller\\Administration\\AuditLogController'] = $instance = new \App\Controller\Administration\AuditLogController();
  911.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\AuditLogController'$this));
  912.         return $instance;
  913.     }
  914.     /**
  915.      * Gets the public 'App\Controller\Administration\EmailTemplateController' shared autowired service.
  916.      *
  917.      * @return \App\Controller\Administration\EmailTemplateController
  918.      */
  919.     protected function getEmailTemplateControllerService()
  920.     {
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  922.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AbstractAdministrationController.php';
  923.         include_once \dirname(__DIR__4).'/src/Controller/Administration/EmailTemplateController.php';
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  925.         $this->services['App\\Controller\\Administration\\EmailTemplateController'] = $instance = new \App\Controller\Administration\EmailTemplateController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  926.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\EmailTemplateController'$this));
  927.         return $instance;
  928.     }
  929.     /**
  930.      * Gets the public 'App\Controller\Administration\InfosController' shared autowired service.
  931.      *
  932.      * @return \App\Controller\Administration\InfosController
  933.      */
  934.     protected function getInfosControllerService()
  935.     {
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  937.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AbstractAdministrationController.php';
  938.         include_once \dirname(__DIR__4).'/src/Controller/Administration/InfosController.php';
  939.         $this->services['App\\Controller\\Administration\\InfosController'] = $instance = new \App\Controller\Administration\InfosController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  940.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\InfosController'$this));
  941.         return $instance;
  942.     }
  943.     /**
  944.      * Gets the public 'App\Controller\Administration\LogsController' shared autowired service.
  945.      *
  946.      * @return \App\Controller\Administration\LogsController
  947.      */
  948.     protected function getLogsControllerService()
  949.     {
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  951.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AbstractAdministrationController.php';
  952.         include_once \dirname(__DIR__4).'/src/Controller/Administration/LogsController.php';
  953.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  954.         $this->services['App\\Controller\\Administration\\LogsController'] = $instance = new \App\Controller\Administration\LogsController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  955.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\LogsController'$this));
  956.         return $instance;
  957.     }
  958.     /**
  959.      * Gets the public 'App\Controller\Administration\UserController' shared autowired service.
  960.      *
  961.      * @return \App\Controller\Administration\UserController
  962.      */
  963.     protected function getUserControllerService()
  964.     {
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  966.         include_once \dirname(__DIR__4).'/src/Controller/Administration/AbstractAdministrationController.php';
  967.         include_once \dirname(__DIR__4).'/src/Controller/Administration/UserController.php';
  968.         $this->services['App\\Controller\\Administration\\UserController'] = $instance = new \App\Controller\Administration\UserController();
  969.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Administration\\UserController'$this));
  970.         return $instance;
  971.     }
  972.     /**
  973.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  974.      *
  975.      * @return \App\Controller\ContactController
  976.      */
  977.     protected function getContactControllerService()
  978.     {
  979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  980.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  981.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  982.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ContactController'$this));
  983.         return $instance;
  984.     }
  985.     /**
  986.      * Gets the public 'App\Controller\Customer\BankDetailController' shared autowired service.
  987.      *
  988.      * @return \App\Controller\Customer\BankDetailController
  989.      */
  990.     protected function getBankDetailControllerService()
  991.     {
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  993.         include_once \dirname(__DIR__4).'/src/Controller/Customer/BankDetailController.php';
  994.         $this->services['App\\Controller\\Customer\\BankDetailController'] = $instance = new \App\Controller\Customer\BankDetailController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['App\\Repository\\EgeeInstallationRepository'] ?? $this->getEgeeInstallationRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  995.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Customer\\BankDetailController'$this));
  996.         return $instance;
  997.     }
  998.     /**
  999.      * Gets the public 'App\Controller\Customer\InstallationController' shared autowired service.
  1000.      *
  1001.      * @return \App\Controller\Customer\InstallationController
  1002.      */
  1003.     protected function getInstallationControllerService()
  1004.     {
  1005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1006.         include_once \dirname(__DIR__4).'/src/Controller/Customer/InstallationController.php';
  1007.         $this->services['App\\Controller\\Customer\\InstallationController'] = $instance = new \App\Controller\Customer\InstallationController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->services['App\\Domain\\Customer\\ReleveService'] ?? $this->getReleveServiceService()));
  1008.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Customer\\InstallationController'$this));
  1009.         return $instance;
  1010.     }
  1011.     /**
  1012.      * Gets the public 'App\Controller\Customer\ProfileController' shared autowired service.
  1013.      *
  1014.      * @return \App\Controller\Customer\ProfileController
  1015.      */
  1016.     protected function getProfileControllerService()
  1017.     {
  1018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1019.         include_once \dirname(__DIR__4).'/src/Controller/Customer/ProfileController.php';
  1020.         $this->services['App\\Controller\\Customer\\ProfileController'] = $instance = new \App\Controller\Customer\ProfileController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['App\\Repository\\EgeeClientRepository'] ?? $this->getEgeeClientRepositoryService()), ($this->privates['App\\Repository\\EgeeAdresseRepository'] ?? $this->getEgeeAdresseRepositoryService()));
  1021.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Customer\\ProfileController'$this));
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the public 'App\Controller\Customer\UpdateProfileController' shared autowired service.
  1026.      *
  1027.      * @return \App\Controller\Customer\UpdateProfileController
  1028.      */
  1029.     protected function getUpdateProfileControllerService()
  1030.     {
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1032.         include_once \dirname(__DIR__4).'/src/Controller/Customer/UpdateProfileController.php';
  1033.         $this->services['App\\Controller\\Customer\\UpdateProfileController'] = $instance = new \App\Controller\Customer\UpdateProfileController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1034.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Customer\\UpdateProfileController'$this));
  1035.         return $instance;
  1036.     }
  1037.     /**
  1038.      * Gets the public 'App\Controller\Customer\WaterConsumptionMeter' shared autowired service.
  1039.      *
  1040.      * @return \App\Controller\Customer\WaterConsumptionMeter
  1041.      */
  1042.     protected function getWaterConsumptionMeterService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1045.         include_once \dirname(__DIR__4).'/src/Controller/Customer/WaterConsumptionMeter.php';
  1046.         $this->services['App\\Controller\\Customer\\WaterConsumptionMeter'] = $instance = new \App\Controller\Customer\WaterConsumptionMeter();
  1047.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Customer\\WaterConsumptionMeter'$this));
  1048.         return $instance;
  1049.     }
  1050.     /**
  1051.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  1052.      *
  1053.      * @return \App\Controller\DashboardController
  1054.      */
  1055.     protected function getDashboardControllerService()
  1056.     {
  1057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1058.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  1059.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['App\\Repository\\EgeeFactureRepository'] ?? $this->getEgeeFactureRepositoryService()), ($this->privates['App\\Repository\\EgeeInstallationRepository'] ?? $this->getEgeeInstallationRepositoryService()), ($this->privates['App\\Repository\\EgeeAdresseRepository'] ?? $this->getEgeeAdresseRepositoryService()), ($this->privates['App\\Domain\\Payment\\InvoiceService'] ?? $this->getInvoiceServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this);
  1060.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController'$this));
  1061.         return $instance;
  1062.     }
  1063.     /**
  1064.      * Gets the public 'App\Controller\FaqController' shared autowired service.
  1065.      *
  1066.      * @return \App\Controller\FaqController
  1067.      */
  1068.     protected function getFaqControllerService()
  1069.     {
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1071.         include_once \dirname(__DIR__4).'/src/Controller/FaqController.php';
  1072.         $this->services['App\\Controller\\FaqController'] = $instance = new \App\Controller\FaqController();
  1073.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FaqController'$this));
  1074.         return $instance;
  1075.     }
  1076.     /**
  1077.      * Gets the public 'App\Controller\LegalNoticesController' shared autowired service.
  1078.      *
  1079.      * @return \App\Controller\LegalNoticesController
  1080.      */
  1081.     protected function getLegalNoticesControllerService()
  1082.     {
  1083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1084.         include_once \dirname(__DIR__4).'/src/Controller/LegalNoticesController.php';
  1085.         $this->services['App\\Controller\\LegalNoticesController'] = $instance = new \App\Controller\LegalNoticesController();
  1086.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LegalNoticesController'$this));
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'App\Controller\PasswordForgottenController' shared autowired service.
  1091.      *
  1092.      * @return \App\Controller\PasswordForgottenController
  1093.      */
  1094.     protected function getPasswordForgottenControllerService()
  1095.     {
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1097.         include_once \dirname(__DIR__4).'/src/Controller/PasswordForgottenController.php';
  1098.         include_once \dirname(__DIR__4).'/src/Domain/Account/AccountPasswordForgottenService.php';
  1099.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/PasswordResetRequest.php';
  1100.         include_once \dirname(__DIR__4).'/src/Domain/Account/AccountPasswordEmailForgottenService.php';
  1101.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/PasswordEmailResetRequest.php';
  1102.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/PasswordEmailChangeResetRequestConfirmation.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1104.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/HashingService.php';
  1105.         $a = ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt()));
  1106.         $b = ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService());
  1107.         $c = ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService());
  1108.         $this->services['App\\Controller\\PasswordForgottenController'] = $instance = new \App\Controller\PasswordForgottenController($this, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \App\Domain\Account\AccountPasswordForgottenService(new \App\Domain\Notification\Message\PasswordResetRequest(), $a$b$c), new \App\Domain\Account\AccountPasswordEmailForgottenService(new \App\Domain\Notification\Message\PasswordEmailResetRequest(), new \App\Domain\Notification\Message\PasswordEmailChangeResetRequestConfirmation(), $a$b$c), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Domain\\Encryption\\HashingService'] ?? ($this->privates['App\\Domain\\Encryption\\HashingService'] = new \App\Domain\Encryption\HashingService())));
  1109.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PasswordForgottenController'$this));
  1110.         return $instance;
  1111.     }
  1112.     /**
  1113.      * Gets the public 'App\Controller\PayzenPaymentController' shared autowired service.
  1114.      *
  1115.      * @return \App\Controller\PayzenPaymentController
  1116.      */
  1117.     protected function getPayzenPaymentControllerService()
  1118.     {
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1120.         include_once \dirname(__DIR__4).'/src/Controller/PayzenPaymentController.php';
  1121.         $this->services['App\\Controller\\PayzenPaymentController'] = $instance = new \App\Controller\PayzenPaymentController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1122.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PayzenPaymentController'$this));
  1123.         return $instance;
  1124.     }
  1125.     /**
  1126.      * Gets the public 'App\Controller\PrivacyPolicyController' shared autowired service.
  1127.      *
  1128.      * @return \App\Controller\PrivacyPolicyController
  1129.      */
  1130.     protected function getPrivacyPolicyControllerService()
  1131.     {
  1132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1133.         include_once \dirname(__DIR__4).'/src/Controller/PrivacyPolicyController.php';
  1134.         $this->services['App\\Controller\\PrivacyPolicyController'] = $instance = new \App\Controller\PrivacyPolicyController();
  1135.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PrivacyPolicyController'$this));
  1136.         return $instance;
  1137.     }
  1138.     /**
  1139.      * Gets the public 'App\Controller\ServiceRegulationsController' shared autowired service.
  1140.      *
  1141.      * @return \App\Controller\ServiceRegulationsController
  1142.      */
  1143.     protected function getServiceRegulationsControllerService()
  1144.     {
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1146.         include_once \dirname(__DIR__4).'/src/Controller/ServiceRegulationsController.php';
  1147.         $this->services['App\\Controller\\ServiceRegulationsController'] = $instance = new \App\Controller\ServiceRegulationsController();
  1148.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ServiceRegulationsController'$this));
  1149.         return $instance;
  1150.     }
  1151.     /**
  1152.      * Gets the public 'App\Controller\Services\InvoicesController' shared autowired service.
  1153.      *
  1154.      * @return \App\Controller\Services\InvoicesController
  1155.      */
  1156.     protected function getInvoicesControllerService()
  1157.     {
  1158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1159.         include_once \dirname(__DIR__4).'/src/Controller/Services/InvoicesController.php';
  1160.         $a = ($this->privates['App\\Repository\\EgeeFactureRepository'] ?? $this->getEgeeFactureRepositoryService());
  1161.         $this->services['App\\Controller\\Services\\InvoicesController'] = $instance = new \App\Controller\Services\InvoicesController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), $a, ($this->privates['App\\Repository\\EgeeReglementRepository'] ?? $this->getEgeeReglementRepositoryService()), $a, ($this->privates['App\\Repository\\PaidInvoiceRepository'] ?? $this->getPaidInvoiceRepositoryService()), ($this->privates['App\\Domain\\Payment\\InvoiceService'] ?? $this->getInvoiceServiceService()), ($this->privates['App\\Domain\\Payment\\PayzenPaymentService'] ?? $this->getPayzenPaymentServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1162.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Services\\InvoicesController'$this));
  1163.         return $instance;
  1164.     }
  1165.     /**
  1166.      * Gets the public 'App\Controller\Services\MonthlyPaymentRequestController' shared autowired service.
  1167.      *
  1168.      * @return \App\Controller\Services\MonthlyPaymentRequestController
  1169.      */
  1170.     protected function getMonthlyPaymentRequestControllerService()
  1171.     {
  1172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1173.         include_once \dirname(__DIR__4).'/src/Controller/Services/MonthlyPaymentRequestController.php';
  1174.         $this->services['App\\Controller\\Services\\MonthlyPaymentRequestController'] = $instance = new \App\Controller\Services\MonthlyPaymentRequestController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1175.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Services\\MonthlyPaymentRequestController'$this));
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'App\Controller\Services\SituationModificationRequestController' shared autowired service.
  1180.      *
  1181.      * @return \App\Controller\Services\SituationModificationRequestController
  1182.      */
  1183.     protected function getSituationModificationRequestControllerService()
  1184.     {
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1186.         include_once \dirname(__DIR__4).'/src/Controller/Services/SituationModificationRequestController.php';
  1187.         $this->services['App\\Controller\\Services\\SituationModificationRequestController'] = $instance = new \App\Controller\Services\SituationModificationRequestController(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['App\\Domain\\WaterMeter\\WaterPrice'] ?? $this->getWaterPriceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1188.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Services\\SituationModificationRequestController'$this));
  1189.         return $instance;
  1190.     }
  1191.     /**
  1192.      * Gets the public 'App\Controller\Services\WaterMeterIndexesController' shared autowired service.
  1193.      *
  1194.      * @return \App\Controller\Services\WaterMeterIndexesController
  1195.      */
  1196.     protected function getWaterMeterIndexesControllerService()
  1197.     {
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1199.         include_once \dirname(__DIR__4).'/src/Controller/Services/WaterMeterIndexesController.php';
  1200.         $this->services['App\\Controller\\Services\\WaterMeterIndexesController'] = $instance = new \App\Controller\Services\WaterMeterIndexesController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), ($this->privates['App\\Repository\\EgeeInstallationRepository'] ?? $this->getEgeeInstallationRepositoryService()), $this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1201.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Services\\WaterMeterIndexesController'$this));
  1202.         return $instance;
  1203.     }
  1204.     /**
  1205.      * Gets the public 'App\Domain\Customer\ReleveService' shared autowired service.
  1206.      *
  1207.      * @return \App\Domain\Customer\ReleveService
  1208.      */
  1209.     protected function getReleveServiceService()
  1210.     {
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1212.         include_once \dirname(__DIR__4).'/src/Domain/Customer/ReleveService.php';
  1213.         $this->services['App\\Domain\\Customer\\ReleveService'] = $instance = new \App\Domain\Customer\ReleveService(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()));
  1214.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Domain\\Customer\\ReleveService'$this));
  1215.         return $instance;
  1216.     }
  1217.     /**
  1218.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1219.      *
  1220.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1221.      */
  1222.     protected function getProfilerControllerService()
  1223.     {
  1224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1225.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1226.     }
  1227.     /**
  1228.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1229.      *
  1230.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1231.      */
  1232.     protected function getRedirectControllerService()
  1233.     {
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1235.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1236.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1237.     }
  1238.     /**
  1239.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1240.      *
  1241.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1242.      */
  1243.     protected function getTemplateControllerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1246.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1247.     }
  1248.     /**
  1249.      * Gets the public 'cache.app' shared service.
  1250.      *
  1251.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1252.      */
  1253.     protected function getCache_AppService()
  1254.     {
  1255.         $a = new \Symfony\Component\Cache\Adapter\ApcuAdapter('ldhQPEXlC7'0$this->getParameter('container.build_id'));
  1256.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1257.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1258.     }
  1259.     /**
  1260.      * Gets the public 'cache.app_clearer' shared service.
  1261.      *
  1262.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1263.      */
  1264.     protected function getCache_AppClearerService()
  1265.     {
  1266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1268.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1269.     }
  1270.     /**
  1271.      * Gets the public 'cache.global_clearer' shared service.
  1272.      *
  1273.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1274.      */
  1275.     protected function getCache_GlobalClearerService()
  1276.     {
  1277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1279.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), '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())]);
  1280.     }
  1281.     /**
  1282.      * Gets the public 'cache.system' shared service.
  1283.      *
  1284.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1285.      */
  1286.     protected function getCache_SystemService()
  1287.     {
  1288.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hINzqomKiB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1289.     }
  1290.     /**
  1291.      * Gets the public 'cache.system_clearer' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1294.      */
  1295.     protected function getCache_SystemClearerService()
  1296.     {
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1299.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1300.     }
  1301.     /**
  1302.      * Gets the public 'cache.validator_expression_language' shared service.
  1303.      *
  1304.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1305.      */
  1306.     protected function getCache_ValidatorExpressionLanguageService()
  1307.     {
  1308.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xz6MXQw8Wk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1309.     }
  1310.     /**
  1311.      * Gets the public 'cache_warmer' shared service.
  1312.      *
  1313.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1314.      */
  1315.     protected function getCacheWarmerService()
  1316.     {
  1317.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1319.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1320.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1321.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1322.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1323.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1324.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1325.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1326.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1327.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1328.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1329.             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'))));
  1330.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1331.     }
  1332.     /**
  1333.      * Gets the public 'console.command_loader' shared service.
  1334.      *
  1335.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1336.      */
  1337.     protected function getConsole_CommandLoaderService()
  1338.     {
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1341.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1342.             'App\\Command\\EgeeImportXmlCommand' => ['privates''App\\Command\\EgeeImportXmlCommand''getEgeeImportXmlCommandService'false],
  1343.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1344.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1345.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1346.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1347.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1348.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1349.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1350.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1351.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1352.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1353.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1354.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1355.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1356.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1357.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1358.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1359.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1360.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1361.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1362.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1363.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1364.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1365.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1366.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1367.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1368.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1369.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1370.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1371.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1372.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1373.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1374.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1375.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1376.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1377.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1378.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1379.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1380.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1381.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1382.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1383.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1384.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1385.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1386.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1387.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1388.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1389.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1390.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1391.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1392.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1393.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1394.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1395.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1396.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1397.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1398.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1399.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1400.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1401.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1402.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1403.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1404.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1405.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1406.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1407.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1408.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1409.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1410.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1411.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1412.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1413.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1414.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1415.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1416.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1417.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1418.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1419.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1420.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1421.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1422.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1423.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1424.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1425.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1426.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1427.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1428.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1429.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1430.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1431.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1432.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1433.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1434.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1435.         ], [
  1436.             'App\\Command\\EgeeImportXmlCommand' => 'App\\Command\\EgeeImportXmlCommand',
  1437.             'console.command.about' => '?',
  1438.             'console.command.assets_install' => '?',
  1439.             'console.command.cache_clear' => '?',
  1440.             'console.command.cache_pool_clear' => '?',
  1441.             'console.command.cache_pool_prune' => '?',
  1442.             'console.command.cache_pool_delete' => '?',
  1443.             'console.command.cache_pool_list' => '?',
  1444.             'console.command.cache_warmup' => '?',
  1445.             'console.command.config_debug' => '?',
  1446.             'console.command.config_dump_reference' => '?',
  1447.             'console.command.container_debug' => '?',
  1448.             'console.command.container_lint' => '?',
  1449.             'console.command.debug_autowiring' => '?',
  1450.             'console.command.dotenv_debug' => '?',
  1451.             'console.command.event_dispatcher_debug' => '?',
  1452.             'console.command.router_debug' => '?',
  1453.             'console.command.router_match' => '?',
  1454.             'console.command.translation_debug' => '?',
  1455.             'console.command.translation_extract' => '?',
  1456.             'console.command.validator_debug' => '?',
  1457.             'console.command.translation_pull' => '?',
  1458.             'console.command.translation_push' => '?',
  1459.             'console.command.xliff_lint' => '?',
  1460.             'console.command.yaml_lint' => '?',
  1461.             'console.command.form_debug' => '?',
  1462.             'console.command.secrets_set' => '?',
  1463.             'console.command.secrets_remove' => '?',
  1464.             'console.command.secrets_generate_key' => '?',
  1465.             'console.command.secrets_list' => '?',
  1466.             'console.command.secrets_decrypt_to_local' => '?',
  1467.             'console.command.secrets_encrypt_from_local' => '?',
  1468.             'twig.command.debug' => '?',
  1469.             'twig.command.lint' => '?',
  1470.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1471.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1472.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1473.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1474.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1475.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1476.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1477.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1478.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1479.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1480.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1481.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1482.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1483.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1484.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1485.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1486.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1487.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1488.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1489.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1490.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1491.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1492.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1493.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1494.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1495.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1496.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1497.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1498.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1499.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1500.             'security.command.debug_firewall' => '?',
  1501.             'security.command.user_password_encoder' => '?',
  1502.             'security.command.user_password_hash' => '?',
  1503.             'var_dumper.command.server_dump' => '?',
  1504.             'monolog.command.server_log' => '?',
  1505.             'maker.auto_command.make_auth' => '?',
  1506.             'maker.auto_command.make_command' => '?',
  1507.             'maker.auto_command.make_twig_component' => '?',
  1508.             'maker.auto_command.make_controller' => '?',
  1509.             'maker.auto_command.make_crud' => '?',
  1510.             'maker.auto_command.make_docker_database' => '?',
  1511.             'maker.auto_command.make_entity' => '?',
  1512.             'maker.auto_command.make_fixtures' => '?',
  1513.             'maker.auto_command.make_form' => '?',
  1514.             'maker.auto_command.make_message' => '?',
  1515.             'maker.auto_command.make_messenger_middleware' => '?',
  1516.             'maker.auto_command.make_registration_form' => '?',
  1517.             'maker.auto_command.make_reset_password' => '?',
  1518.             'maker.auto_command.make_serializer_encoder' => '?',
  1519.             'maker.auto_command.make_serializer_normalizer' => '?',
  1520.             'maker.auto_command.make_subscriber' => '?',
  1521.             'maker.auto_command.make_twig_extension' => '?',
  1522.             'maker.auto_command.make_test' => '?',
  1523.             'maker.auto_command.make_validator' => '?',
  1524.             'maker.auto_command.make_voter' => '?',
  1525.             'maker.auto_command.make_user' => '?',
  1526.             'maker.auto_command.make_migration' => '?',
  1527.             'maker.auto_command.make_stimulus_controller' => '?',
  1528.             'maker.auto_command.make_security_form_login' => '?',
  1529.         ]), ['egee:import-xml' => 'App\\Command\\EgeeImportXmlCommand''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:dotenv' => 'console.command.dotenv_debug''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:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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: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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1530.     }
  1531.     /**
  1532.      * Gets the public 'container.env_var_processors_locator' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1535.      */
  1536.     protected function getContainer_EnvVarProcessorsLocatorService()
  1537.     {
  1538.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1539.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1540.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1541.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1542.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1543.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1544.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1545.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1546.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1547.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1548.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1549.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1550.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1551.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1552.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1553.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1554.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1555.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1556.         ], [
  1557.             'base64' => '?',
  1558.             'bool' => '?',
  1559.             'const' => '?',
  1560.             'csv' => '?',
  1561.             'default' => '?',
  1562.             'file' => '?',
  1563.             'float' => '?',
  1564.             'int' => '?',
  1565.             'json' => '?',
  1566.             'key' => '?',
  1567.             'not' => '?',
  1568.             'query_string' => '?',
  1569.             'require' => '?',
  1570.             'resolve' => '?',
  1571.             'string' => '?',
  1572.             'trim' => '?',
  1573.             'url' => '?',
  1574.         ]);
  1575.     }
  1576.     /**
  1577.      * Gets the public 'data_collector.dump' shared service.
  1578.      *
  1579.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1580.      */
  1581.     protected function getDataCollector_DumpService()
  1582.     {
  1583.         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()));
  1584.     }
  1585.     /**
  1586.      * Gets the public 'doctrine' shared service.
  1587.      *
  1588.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1589.      */
  1590.     protected function getDoctrineService()
  1591.     {
  1592.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1593.     }
  1594.     /**
  1595.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1596.      *
  1597.      * @return \Doctrine\DBAL\Connection
  1598.      */
  1599.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1600.     {
  1601.         $a = new \Doctrine\DBAL\Configuration();
  1602.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1603.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1604.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1605.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1606.         $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()))]));
  1607.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1608.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1609.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1610.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1611.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1612.         ], [
  1613.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1614.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1615.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1616.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1617.         ]), [=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1618.     }
  1619.     /**
  1620.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1621.      *
  1622.      * @return \Doctrine\ORM\EntityManager
  1623.      */
  1624.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1625.     {
  1626.         $a = new \Doctrine\ORM\Configuration();
  1627.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1628.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1629.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1630.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1631.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1632.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1633.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1634.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1635.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1636.         ], [
  1637.             'doctrine.ulid_generator' => '?',
  1638.             'doctrine.uuid_generator' => '?',
  1639.         ])));
  1640.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1641.         $a->setProxyNamespace('Proxies');
  1642.         $a->setAutoGenerateProxyClasses(true);
  1643.         $a->setSchemaIgnoreClasses([]);
  1644.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1645.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1646.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1647.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1648.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1649.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1650.             'App\\Repository\\AccountRepository' => ['privates''App\\Repository\\AccountRepository''getAccountRepositoryService'false],
  1651.             'App\\Repository\\EgeeAbonnementRepository' => ['privates''App\\Repository\\EgeeAbonnementRepository''getEgeeAbonnementRepositoryService'false],
  1652.             'App\\Repository\\EgeeAbonpayeurRepository' => ['privates''App\\Repository\\EgeeAbonpayeurRepository''getEgeeAbonpayeurRepositoryService'false],
  1653.             'App\\Repository\\EgeeAdresseRepository' => ['privates''App\\Repository\\EgeeAdresseRepository''getEgeeAdresseRepositoryService'false],
  1654.             'App\\Repository\\EgeeClientRepository' => ['privates''App\\Repository\\EgeeClientRepository''getEgeeClientRepositoryService'false],
  1655.             'App\\Repository\\EgeeFactureRepository' => ['privates''App\\Repository\\EgeeFactureRepository''getEgeeFactureRepositoryService'false],
  1656.             'App\\Repository\\EgeeInstallationRepository' => ['privates''App\\Repository\\EgeeInstallationRepository''getEgeeInstallationRepositoryService'false],
  1657.             'App\\Repository\\EgeePayeurRepository' => ['privates''App\\Repository\\EgeePayeurRepository''getEgeePayeurRepositoryService'false],
  1658.             'App\\Repository\\EgeePayeurabonRepository' => ['privates''App\\Repository\\EgeePayeurabonRepository''getEgeePayeurabonRepositoryService'false],
  1659.             'App\\Repository\\EgeeProprietaireRepository' => ['privates''App\\Repository\\EgeeProprietaireRepository''getEgeeProprietaireRepositoryService'false],
  1660.             'App\\Repository\\EgeeReglementRepository' => ['privates''App\\Repository\\EgeeReglementRepository''getEgeeReglementRepositoryService'false],
  1661.             'App\\Repository\\EgeeReleveRepository' => ['privates''App\\Repository\\EgeeReleveRepository''getEgeeReleveRepositoryService'false],
  1662.             'App\\Repository\\EgeeSemaineTourneeRepository' => ['privates''App\\Repository\\EgeeSemaineTourneeRepository''getEgeeSemaineTourneeRepositoryService'false],
  1663.             'App\\Repository\\PaidInvoiceRepository' => ['privates''App\\Repository\\PaidInvoiceRepository''getPaidInvoiceRepositoryService'false],
  1664.         ], [
  1665.             'App\\Repository\\AccountRepository' => '?',
  1666.             'App\\Repository\\EgeeAbonnementRepository' => '?',
  1667.             'App\\Repository\\EgeeAbonpayeurRepository' => '?',
  1668.             'App\\Repository\\EgeeAdresseRepository' => '?',
  1669.             'App\\Repository\\EgeeClientRepository' => '?',
  1670.             'App\\Repository\\EgeeFactureRepository' => '?',
  1671.             'App\\Repository\\EgeeInstallationRepository' => '?',
  1672.             'App\\Repository\\EgeePayeurRepository' => '?',
  1673.             'App\\Repository\\EgeePayeurabonRepository' => '?',
  1674.             'App\\Repository\\EgeeProprietaireRepository' => '?',
  1675.             'App\\Repository\\EgeeReglementRepository' => '?',
  1676.             'App\\Repository\\EgeeReleveRepository' => '?',
  1677.             'App\\Repository\\EgeeSemaineTourneeRepository' => '?',
  1678.             'App\\Repository\\PaidInvoiceRepository' => '?',
  1679.         ])));
  1680.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1681.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1682.         return $instance;
  1683.     }
  1684.     /**
  1685.      * Gets the public 'error_controller' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1688.      */
  1689.     protected function getErrorControllerService()
  1690.     {
  1691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1692.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1696.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1697.         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)));
  1698.     }
  1699.     /**
  1700.      * Gets the public 'event_dispatcher' shared service.
  1701.      *
  1702.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1703.      */
  1704.     protected function getEventDispatcherService()
  1705.     {
  1706.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1707.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1708.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1709.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1710.         $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())));
  1711.         $instance->addListener('security.interactive_login', [=> function () {
  1712.             return ($this->privates['App\\EventListener\\AuthenticationListener'] ?? $this->getAuthenticationListenerService());
  1713.         }, => 'onSecurityInteractiveLogin'], 0);
  1714.         $instance->addListener('kernel.controller', [=> function () {
  1715.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1716.         }, => 'onKernelController'], 0);
  1717.         $instance->addListener('kernel.exception', [=> function () {
  1718.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1719.         }, => 'onKernelException'], 0);
  1720.         $instance->addListener('kernel.response', [=> function () {
  1721.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1722.         }, => 'onKernelResponse'], 0);
  1723.         $instance->addListener('kernel.response', [=> function () {
  1724.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1725.         }, => 'onKernelResponse'], -1024);
  1726.         $instance->addListener('kernel.request', [=> function () {
  1727.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1728.         }, => 'setDefaultLocale'], 100);
  1729.         $instance->addListener('kernel.request', [=> function () {
  1730.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1731.         }, => 'onKernelRequest'], 16);
  1732.         $instance->addListener('kernel.finish_request', [=> function () {
  1733.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1734.         }, => 'onKernelFinishRequest'], 0);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1737.         }, => 'onKernelRequest'], 256);
  1738.         $instance->addListener('kernel.response', [=> function () {
  1739.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1740.         }, => 'onResponse'], -255);
  1741.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1742.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1743.         }, => 'onControllerArguments'], 0);
  1744.         $instance->addListener('kernel.exception', [=> function () {
  1745.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1746.         }, => 'logKernelException'], 0);
  1747.         $instance->addListener('kernel.exception', [=> function () {
  1748.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1749.         }, => 'onKernelException'], -128);
  1750.         $instance->addListener('kernel.response', [=> function () {
  1751.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1752.         }, => 'removeCspHeader'], -128);
  1753.         $instance->addListener('kernel.request', [=> function () {
  1754.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1755.         }, => 'onKernelRequest'], 15);
  1756.         $instance->addListener('kernel.finish_request', [=> function () {
  1757.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1758.         }, => 'onKernelFinishRequest'], -15);
  1759.         $instance->addListener('console.error', [=> function () {
  1760.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1761.         }, => 'onConsoleError'], -128);
  1762.         $instance->addListener('console.terminate', [=> function () {
  1763.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1764.         }, => 'onConsoleTerminate'], -128);
  1765.         $instance->addListener('console.error', [=> function () {
  1766.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1767.         }, => 'onConsoleError'], 0);
  1768.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1769.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1770.         }, => 'onMessage'], -255);
  1771.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1772.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1773.         }, => 'onMessage'], -255);
  1774.         $instance->addListener('kernel.request', [=> function () {
  1775.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1776.         }, => 'configure'], 2048);
  1777.         $instance->addListener('console.command', [=> function () {
  1778.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1779.         }, => 'configure'], 2048);
  1780.         $instance->addListener('kernel.request', [=> function () {
  1781.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1782.         }, => 'onKernelRequest'], 32);
  1783.         $instance->addListener('kernel.finish_request', [=> function () {
  1784.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1785.         }, => 'onKernelFinishRequest'], 0);
  1786.         $instance->addListener('kernel.exception', [=> function () {
  1787.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1788.         }, => 'onKernelException'], -64);
  1789.         $instance->addListener('kernel.response', [=> function () {
  1790.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1791.         }, => 'onKernelResponse'], 0);
  1792.         $instance->addListener('kernel.request', [=> function () {
  1793.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1794.         }, => 'onKernelRequest'], 128);
  1795.         $instance->addListener('kernel.response', [=> function () {
  1796.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1797.         }, => 'onKernelResponse'], -1000);
  1798.         $instance->addListener('kernel.finish_request', [=> function () {
  1799.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1800.         }, => 'onFinishRequest'], 0);
  1801.         $instance->addListener('kernel.response', [=> function () {
  1802.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1803.         }, => 'onKernelResponse'], -100);
  1804.         $instance->addListener('kernel.exception', [=> function () {
  1805.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1806.         }, => 'onKernelException'], 0);
  1807.         $instance->addListener('kernel.terminate', [=> function () {
  1808.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1809.         }, => 'onKernelTerminate'], -1024);
  1810.         $instance->addListener('kernel.controller', [=> function () {
  1811.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1812.         }, => 'onKernelController'], 0);
  1813.         $instance->addListener('kernel.response', [=> function () {
  1814.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1815.         }, => 'onKernelResponse'], 0);
  1816.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1817.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1818.         }, => 'onMessage'], 0);
  1819.         $instance->addListener('kernel.controller', [=> function () {
  1820.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1821.         }, => 'onKernelController'], 0);
  1822.         $instance->addListener('kernel.controller', [=> function () {
  1823.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1824.         }, => 'onKernelController'], 0);
  1825.         $instance->addListener('kernel.controller', [=> function () {
  1826.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1827.         }, => 'onKernelController'], -128);
  1828.         $instance->addListener('kernel.view', [=> function () {
  1829.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1830.         }, => 'onKernelView'], 0);
  1831.         $instance->addListener('kernel.controller', [=> function () {
  1832.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1833.         }, => 'onKernelController'], 0);
  1834.         $instance->addListener('kernel.response', [=> function () {
  1835.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1836.         }, => 'onKernelResponse'], 0);
  1837.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1838.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1839.         }, => 'onKernelControllerArguments'], 0);
  1840.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1841.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1842.         }, => 'onKernelControllerArguments'], 0);
  1843.         $instance->addListener('kernel.response', [=> function () {
  1844.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1845.         }, => 'onKernelResponse'], 0);
  1846.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1847.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1848.         }, => 'onVoterVote'], 0);
  1849.         $instance->addListener('kernel.request', [=> function () {
  1850.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1851.         }, => 'configureLogoutUrlGenerator'], 8);
  1852.         $instance->addListener('kernel.request', [=> function () {
  1853.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1854.         }, => 'onKernelRequest'], 8);
  1855.         $instance->addListener('kernel.finish_request', [=> function () {
  1856.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1857.         }, => 'onKernelFinishRequest'], 0);
  1858.         $instance->addListener('kernel.response', [=> function () {
  1859.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1860.         }, => 'onKernelResponse'], -128);
  1861.         $instance->addListener('console.command', [=> function () {
  1862.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1863.         }, => 'onCommand'], 255);
  1864.         $instance->addListener('console.terminate', [=> function () {
  1865.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1866.         }, => 'onTerminate'], -255);
  1867.         $instance->addListener('console.command', [=> function () {
  1868.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1869.         }, => 'configure'], 1024);
  1870.         $instance->addListener('console.error', [=> function () {
  1871.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1872.         }, => 'onConsoleError'], 0);
  1873.         $instance->addListener('console.terminate', [=> function () {
  1874.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1875.         }, => 'onConsoleTerminate'], 0);
  1876.         $instance->addListener('kernel.finish_request', [=> function () {
  1877.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1878.         }, => 'resetAssets'], 0);
  1879.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1880.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1881.         }, => 'onLogout'], 0);
  1882.         return $instance;
  1883.     }
  1884.     /**
  1885.      * Gets the public 'gregwar_captcha.captcha_builder' shared service.
  1886.      *
  1887.      * @return \Gregwar\Captcha\CaptchaBuilder
  1888.      */
  1889.     protected function getGregwarCaptcha_CaptchaBuilderService()
  1890.     {
  1891.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilderInterface.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php';
  1893.         return $this->services['gregwar_captcha.captcha_builder'] = new \Gregwar\Captcha\CaptchaBuilder();
  1894.     }
  1895.     /**
  1896.      * Gets the public 'gregwar_captcha.controller' shared autowired service.
  1897.      *
  1898.      * @return \Gregwar\CaptchaBundle\Controller\CaptchaController
  1899.      */
  1900.     protected function getGregwarCaptcha_ControllerService()
  1901.     {
  1902.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Controller/CaptchaController.php';
  1903.         return $this->services['gregwar_captcha.controller'] = new \Gregwar\CaptchaBundle\Controller\CaptchaController(($this->services['gregwar_captcha.generator'] ?? $this->getGregwarCaptcha_GeneratorService()), $this->parameters['gregwar_captcha.config']);
  1904.     }
  1905.     /**
  1906.      * Gets the public 'gregwar_captcha.generator' shared service.
  1907.      *
  1908.      * @return \Gregwar\CaptchaBundle\Generator\CaptchaGenerator
  1909.      */
  1910.     protected function getGregwarCaptcha_GeneratorService()
  1911.     {
  1912.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Generator/CaptchaGenerator.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilderInterface.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilderInterface.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilder.php';
  1917.         return $this->services['gregwar_captcha.generator'] = new \Gregwar\CaptchaBundle\Generator\CaptchaGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->services['gregwar_captcha.captcha_builder'] ?? ($this->services['gregwar_captcha.captcha_builder'] = new \Gregwar\Captcha\CaptchaBuilder())), ($this->services['gregwar_captcha.phrase_builder'] ?? ($this->services['gregwar_captcha.phrase_builder'] = new \Gregwar\Captcha\PhraseBuilder())), ($this->services['gregwar_captcha.image_file_handler'] ?? $this->getGregwarCaptcha_ImageFileHandlerService()));
  1918.     }
  1919.     /**
  1920.      * Gets the public 'gregwar_captcha.image_file_handler' shared service.
  1921.      *
  1922.      * @return \Gregwar\CaptchaBundle\Generator\ImageFileHandler
  1923.      */
  1924.     protected function getGregwarCaptcha_ImageFileHandlerService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Generator/ImageFileHandler.php';
  1927.         return $this->services['gregwar_captcha.image_file_handler'] = new \Gregwar\CaptchaBundle\Generator\ImageFileHandler('captcha', (\dirname(__DIR__4).'/public'), 10060);
  1928.     }
  1929.     /**
  1930.      * Gets the public 'gregwar_captcha.phrase_builder' shared service.
  1931.      *
  1932.      * @return \Gregwar\Captcha\PhraseBuilder
  1933.      */
  1934.     protected function getGregwarCaptcha_PhraseBuilderService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilderInterface.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilder.php';
  1938.         return $this->services['gregwar_captcha.phrase_builder'] = new \Gregwar\Captcha\PhraseBuilder();
  1939.     }
  1940.     /**
  1941.      * Gets the public 'gregwar_captcha.type' shared service.
  1942.      *
  1943.      * @return \Gregwar\CaptchaBundle\Type\CaptchaType
  1944.      */
  1945.     protected function getGregwarCaptcha_TypeService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Type/CaptchaType.php';
  1950.         return $this->services['gregwar_captcha.type'] = new \Gregwar\CaptchaBundle\Type\CaptchaType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['gregwar_captcha.generator'] ?? $this->getGregwarCaptcha_GeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['gregwar_captcha.config']);
  1951.     }
  1952.     /**
  1953.      * Gets the public 'http_kernel' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1956.      */
  1957.     protected function getHttpKernelService()
  1958.     {
  1959.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1960.         if (isset($this->services['http_kernel'])) {
  1961.             return $this->services['http_kernel'];
  1962.         }
  1963.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1964.         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 () {
  1965.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1966.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1967.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1968.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1969.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1970.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1971.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1972.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1973.         }, 8)), $b));
  1974.     }
  1975.     /**
  1976.      * Gets the public 'request_stack' shared service.
  1977.      *
  1978.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1979.      */
  1980.     protected function getRequestStackService()
  1981.     {
  1982.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1983.     }
  1984.     /**
  1985.      * Gets the public 'router' shared service.
  1986.      *
  1987.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1988.      */
  1989.     protected function getRouterService()
  1990.     {
  1991.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1992.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1993.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1994.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1996.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1997.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1998.         ], [
  1999.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2000.         ]))->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');
  2001.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2002.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2003.         return $instance;
  2004.     }
  2005.     /**
  2006.      * Gets the public 'routing.loader' shared service.
  2007.      *
  2008.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2009.      */
  2010.     protected function getRouting_LoaderService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2036.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2037.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2038.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2039.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2040.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2041.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2042.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2043.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2044.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2045.             'kernel' => ['services''kernel''getKernelService'false],
  2046.         ], [
  2047.             'kernel' => 'App\\Kernel',
  2048.         ]), 'dev'));
  2049.         $a->addLoader($c);
  2050.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2051.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2052.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2053.     }
  2054.     /**
  2055.      * Gets the public 'services_resetter' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2058.      */
  2059.     protected function getServicesResetterService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2062.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2063.             if (isset($this->services['cache.app'])) {
  2064.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2065.             }
  2066.             if (isset($this->services['cache.system'])) {
  2067.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2068.             }
  2069.             if (isset($this->privates['cache.validator'])) {
  2070.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2071.             }
  2072.             if (isset($this->privates['cache.serializer'])) {
  2073.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2074.             }
  2075.             if (isset($this->privates['cache.annotations'])) {
  2076.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2077.             }
  2078.             if (isset($this->privates['cache.property_info'])) {
  2079.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2080.             }
  2081.             if (isset($this->privates['.debug.http_client'])) {
  2082.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2083.             }
  2084.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2085.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2086.             }
  2087.             if (isset($this->privates['debug.stopwatch'])) {
  2088.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2089.             }
  2090.             if (isset($this->services['event_dispatcher'])) {
  2091.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2092.             }
  2093.             if (isset($this->privates['session_listener'])) {
  2094.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2095.             }
  2096.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2097.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2098.             }
  2099.             if (isset($this->services['cache.validator_expression_language'])) {
  2100.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2101.             }
  2102.             if (isset($this->services['.container.private.profiler'])) {
  2103.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2104.             }
  2105.             if (isset($this->services['.container.private.validator'])) {
  2106.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2107.             }
  2108.             if (isset($this->services['.container.private.twig'])) {
  2109.                 yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  2110.             }
  2111.             if (isset($this->privates['twig.form.engine'])) {
  2112.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2113.             }
  2114.             if (isset($this->services['doctrine'])) {
  2115.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2116.             }
  2117.             if (isset($this->privates['form.type.entity'])) {
  2118.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2119.             }
  2120.             if (isset($this->services['.container.private.security.token_storage'])) {
  2121.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2122.             }
  2123.             if (isset($this->privates['cache.security_expression_language'])) {
  2124.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2125.             }
  2126.             if (isset($this->privates['debug.security.firewall'])) {
  2127.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2128.             }
  2129.             if (isset($this->privates['monolog.handler.main'])) {
  2130.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2131.             }
  2132.             if (isset($this->privates['monolog.handler.console'])) {
  2133.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2134.             }
  2135.             if (isset($this->privates['monolog.handler.app'])) {
  2136.                 yield 'monolog.handler.app' => ($this->privates['monolog.handler.app'] ?? null);
  2137.             }
  2138.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2139.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2140.             }
  2141.             if (isset($this->privates['cache.webpack_encore'])) {
  2142.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2143.             }
  2144.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2145.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2146.             }
  2147.             if (isset($this->privates['.debug.http_client'])) {
  2148.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2149.             }
  2150.         }, function () {
  2151.             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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.app'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  2152.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig' => [=> 'resetGlobals'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.app' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2153.     }
  2154.     /**
  2155.      * Gets the public 'translator' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2158.      */
  2159.     protected function getTranslatorService()
  2160.     {
  2161.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2162.     }
  2163.     /**
  2164.      * Gets the public 'var_dumper.cloner' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2167.      */
  2168.     protected function getVarDumper_ClonerService()
  2169.     {
  2170.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2171.         $instance->setMaxItems(2500);
  2172.         $instance->setMinDepth(1);
  2173.         $instance->setMaxString(-1);
  2174.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2175.         return $instance;
  2176.     }
  2177.     /**
  2178.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2179.      *
  2180.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2181.      */
  2182.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2183.     {
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2185.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2186.     }
  2187.     /**
  2188.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2189.      *
  2190.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2191.      */
  2192.     protected function getWebProfiler_Controller_ProfilerService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2195.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($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));
  2196.     }
  2197.     /**
  2198.      * Gets the public 'web_profiler.controller.router' shared service.
  2199.      *
  2200.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2201.      */
  2202.     protected function getWebProfiler_Controller_RouterService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2205.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2206.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2207.         }, 1));
  2208.     }
  2209.     /**
  2210.      * Gets the private '.console.command.about.lazy' shared service.
  2211.      *
  2212.      * @return \Symfony\Component\Console\Command\LazyCommand
  2213.      */
  2214.     protected function get_Console_Command_About_LazyService()
  2215.     {
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2218.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2219.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2220.         });
  2221.     }
  2222.     /**
  2223.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\Console\Command\LazyCommand
  2226.      */
  2227.     protected function get_Console_Command_AssetsInstall_LazyService()
  2228.     {
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2231.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2232.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2233.         });
  2234.     }
  2235.     /**
  2236.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\Console\Command\LazyCommand
  2239.      */
  2240.     protected function get_Console_Command_CacheClear_LazyService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2244.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2245.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2246.         });
  2247.     }
  2248.     /**
  2249.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Console\Command\LazyCommand
  2252.      */
  2253.     protected function get_Console_Command_CachePoolClear_LazyService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2257.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2258.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2259.         });
  2260.     }
  2261.     /**
  2262.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\Console\Command\LazyCommand
  2265.      */
  2266.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2270.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2271.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2272.         });
  2273.     }
  2274.     /**
  2275.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Console\Command\LazyCommand
  2278.      */
  2279.     protected function get_Console_Command_CachePoolList_LazyService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2283.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2284.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2285.         });
  2286.     }
  2287.     /**
  2288.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Console\Command\LazyCommand
  2291.      */
  2292.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2296.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2297.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2298.         });
  2299.     }
  2300.     /**
  2301.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2302.      *
  2303.      * @return \Symfony\Component\Console\Command\LazyCommand
  2304.      */
  2305.     protected function get_Console_Command_CacheWarmup_LazyService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2309.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2310.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2311.         });
  2312.     }
  2313.     /**
  2314.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\Console\Command\LazyCommand
  2317.      */
  2318.     protected function get_Console_Command_ConfigDebug_LazyService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2322.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2323.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2324.         });
  2325.     }
  2326.     /**
  2327.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Console\Command\LazyCommand
  2330.      */
  2331.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2335.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2336.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2337.         });
  2338.     }
  2339.     /**
  2340.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Console\Command\LazyCommand
  2343.      */
  2344.     protected function get_Console_Command_ContainerDebug_LazyService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2348.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2349.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2350.         });
  2351.     }
  2352.     /**
  2353.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\Console\Command\LazyCommand
  2356.      */
  2357.     protected function get_Console_Command_ContainerLint_LazyService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2361.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2362.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2363.         });
  2364.     }
  2365.     /**
  2366.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Console\Command\LazyCommand
  2369.      */
  2370.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2374.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2375.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2376.         });
  2377.     }
  2378.     /**
  2379.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Console\Command\LazyCommand
  2382.      */
  2383.     protected function get_Console_Command_DotenvDebug_LazyService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2387.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2388.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Console\Command\LazyCommand
  2395.      */
  2396.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2400.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2401.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2402.         });
  2403.     }
  2404.     /**
  2405.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\Console\Command\LazyCommand
  2408.      */
  2409.     protected function get_Console_Command_FormDebug_LazyService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2413.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2414.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2415.         });
  2416.     }
  2417.     /**
  2418.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Console\Command\LazyCommand
  2421.      */
  2422.     protected function get_Console_Command_RouterDebug_LazyService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2426.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2427.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2428.         });
  2429.     }
  2430.     /**
  2431.      * Gets the private '.console.command.router_match.lazy' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Console\Command\LazyCommand
  2434.      */
  2435.     protected function get_Console_Command_RouterMatch_LazyService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2439.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2440.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2441.         });
  2442.     }
  2443.     /**
  2444.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\Console\Command\LazyCommand
  2447.      */
  2448.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2452.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2453.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2454.         });
  2455.     }
  2456.     /**
  2457.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2458.      *
  2459.      * @return \Symfony\Component\Console\Command\LazyCommand
  2460.      */
  2461.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2465.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2466.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2467.         });
  2468.     }
  2469.     /**
  2470.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\Console\Command\LazyCommand
  2473.      */
  2474.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2478.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2479.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2480.         });
  2481.     }
  2482.     /**
  2483.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Console\Command\LazyCommand
  2486.      */
  2487.     protected function get_Console_Command_SecretsList_LazyService()
  2488.     {
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2491.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2492.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2493.         });
  2494.     }
  2495.     /**
  2496.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Console\Command\LazyCommand
  2499.      */
  2500.     protected function get_Console_Command_SecretsRemove_LazyService()
  2501.     {
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2504.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2505.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2506.         });
  2507.     }
  2508.     /**
  2509.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Console\Command\LazyCommand
  2512.      */
  2513.     protected function get_Console_Command_SecretsSet_LazyService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2517.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2518.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2519.         });
  2520.     }
  2521.     /**
  2522.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Console\Command\LazyCommand
  2525.      */
  2526.     protected function get_Console_Command_TranslationDebug_LazyService()
  2527.     {
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2530.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2531.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2532.         });
  2533.     }
  2534.     /**
  2535.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Console\Command\LazyCommand
  2538.      */
  2539.     protected function get_Console_Command_TranslationExtract_LazyService()
  2540.     {
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2543.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2544.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2545.         });
  2546.     }
  2547.     /**
  2548.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Console\Command\LazyCommand
  2551.      */
  2552.     protected function get_Console_Command_TranslationPull_LazyService()
  2553.     {
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2556.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2557.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2558.         });
  2559.     }
  2560.     /**
  2561.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Console\Command\LazyCommand
  2564.      */
  2565.     protected function get_Console_Command_TranslationPush_LazyService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2569.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2570.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2571.         });
  2572.     }
  2573.     /**
  2574.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2575.      *
  2576.      * @return \Symfony\Component\Console\Command\LazyCommand
  2577.      */
  2578.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2582.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2583.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2584.         });
  2585.     }
  2586.     /**
  2587.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Console\Command\LazyCommand
  2590.      */
  2591.     protected function get_Console_Command_XliffLint_LazyService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2595.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2596.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2597.         });
  2598.     }
  2599.     /**
  2600.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2601.      *
  2602.      * @return \Symfony\Component\Console\Command\LazyCommand
  2603.      */
  2604.     protected function get_Console_Command_YamlLint_LazyService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2608.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2609.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2610.         });
  2611.     }
  2612.     /**
  2613.      * Gets the private '.debug.http_client' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2616.      */
  2617.     protected function get_Debug_HttpClientService()
  2618.     {
  2619.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_host' => false'verify_peer' => false'headers' => [], 'resolve' => []], 6);
  2620.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2621.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2622.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2623.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2624.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2625.         $a->setLogger($b);
  2626.         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))));
  2627.     }
  2628.     /**
  2629.      * Gets the private '.errored..service_locator.1ecL.XD.App\Entity\Account' shared service.
  2630.      *
  2631.      * @return \App\Entity\Account
  2632.      */
  2633.     protected function getAccountService()
  2634.     {
  2635.         $this->throw('Cannot autowire service ".service_locator.1ecL.XD": it references class "App\\Entity\\Account" but no such service exists.');
  2636.     }
  2637.     /**
  2638.      * Gets the private '.errored..service_locator.BtXcxzQ.App\Entity\Account' shared service.
  2639.      *
  2640.      * @return \App\Entity\Account
  2641.      */
  2642.     protected function getAccount2Service()
  2643.     {
  2644.         $this->throw('Cannot autowire service ".service_locator.BtXcxzQ": it references class "App\\Entity\\Account" but no such service exists.');
  2645.     }
  2646.     /**
  2647.      * Gets the private '.errored..service_locator.FtmVlic.App\Entity\Account' shared service.
  2648.      *
  2649.      * @return \App\Entity\Account
  2650.      */
  2651.     protected function getAccount3Service()
  2652.     {
  2653.         $this->throw('Cannot autowire service ".service_locator.FtmVlic": it references class "App\\Entity\\Account" but no such service exists.');
  2654.     }
  2655.     /**
  2656.      * Gets the private '.errored..service_locator.r88saIC.App\Entity\Account' shared service.
  2657.      *
  2658.      * @return \App\Entity\Account
  2659.      */
  2660.     protected function getAccount4Service()
  2661.     {
  2662.         $this->throw('Cannot autowire service ".service_locator.r88saIC": it references class "App\\Entity\\Account" but no such service exists.');
  2663.     }
  2664.     /**
  2665.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2668.      */
  2669.     protected function getLoaderInterfaceService()
  2670.     {
  2671.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": 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".');
  2672.     }
  2673.     /**
  2674.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2675.      *
  2676.      * @return \Symfony\Component\Console\Command\LazyCommand
  2677.      */
  2678.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2679.     {
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2682.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2683.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2684.         });
  2685.     }
  2686.     /**
  2687.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\Console\Command\LazyCommand
  2690.      */
  2691.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2692.     {
  2693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2695.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2696.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2697.         });
  2698.     }
  2699.     /**
  2700.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2701.      *
  2702.      * @return \Symfony\Component\Console\Command\LazyCommand
  2703.      */
  2704.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2705.     {
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2708.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2709.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2710.         });
  2711.     }
  2712.     /**
  2713.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\Console\Command\LazyCommand
  2716.      */
  2717.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2718.     {
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2721.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2722.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2723.         });
  2724.     }
  2725.     /**
  2726.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2727.      *
  2728.      * @return \Symfony\Component\Console\Command\LazyCommand
  2729.      */
  2730.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2734.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2735.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2736.         });
  2737.     }
  2738.     /**
  2739.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2740.      *
  2741.      * @return \Symfony\Component\Console\Command\LazyCommand
  2742.      */
  2743.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2747.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2748.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2749.         });
  2750.     }
  2751.     /**
  2752.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2753.      *
  2754.      * @return \Symfony\Component\Console\Command\LazyCommand
  2755.      */
  2756.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2760.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2761.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2762.         });
  2763.     }
  2764.     /**
  2765.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\Console\Command\LazyCommand
  2768.      */
  2769.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2773.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2774.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2775.         });
  2776.     }
  2777.     /**
  2778.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\Console\Command\LazyCommand
  2781.      */
  2782.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2786.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2787.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2788.         });
  2789.     }
  2790.     /**
  2791.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Console\Command\LazyCommand
  2794.      */
  2795.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2799.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2800.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2801.         });
  2802.     }
  2803.     /**
  2804.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\Console\Command\LazyCommand
  2807.      */
  2808.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2812.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2813.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2814.         });
  2815.     }
  2816.     /**
  2817.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2818.      *
  2819.      * @return \Symfony\Component\Console\Command\LazyCommand
  2820.      */
  2821.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2825.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2826.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2827.         });
  2828.     }
  2829.     /**
  2830.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2831.      *
  2832.      * @return \Symfony\Component\Console\Command\LazyCommand
  2833.      */
  2834.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2838.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2839.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2840.         });
  2841.     }
  2842.     /**
  2843.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Console\Command\LazyCommand
  2846.      */
  2847.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2851.         return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2852.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2853.         });
  2854.     }
  2855.     /**
  2856.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2857.      *
  2858.      * @return \Symfony\Component\Console\Command\LazyCommand
  2859.      */
  2860.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2864.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2865.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2866.         });
  2867.     }
  2868.     /**
  2869.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2870.      *
  2871.      * @return \Symfony\Component\Console\Command\LazyCommand
  2872.      */
  2873.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2877.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2878.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2879.         });
  2880.     }
  2881.     /**
  2882.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\Console\Command\LazyCommand
  2885.      */
  2886.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2890.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2891.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2892.         });
  2893.     }
  2894.     /**
  2895.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Console\Command\LazyCommand
  2898.      */
  2899.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2903.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2904.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2905.         });
  2906.     }
  2907.     /**
  2908.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Console\Command\LazyCommand
  2911.      */
  2912.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2916.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2917.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2918.         });
  2919.     }
  2920.     /**
  2921.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2922.      *
  2923.      * @return \Symfony\Component\Console\Command\LazyCommand
  2924.      */
  2925.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2929.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2930.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2931.         });
  2932.     }
  2933.     /**
  2934.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\Console\Command\LazyCommand
  2937.      */
  2938.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2942.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2943.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2944.         });
  2945.     }
  2946.     /**
  2947.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\Console\Command\LazyCommand
  2950.      */
  2951.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2955.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2956.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2957.         });
  2958.     }
  2959.     /**
  2960.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2961.      *
  2962.      * @return \Symfony\Component\Console\Command\LazyCommand
  2963.      */
  2964.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2968.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2969.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2970.         });
  2971.     }
  2972.     /**
  2973.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\Console\Command\LazyCommand
  2976.      */
  2977.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2981.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2982.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2983.         });
  2984.     }
  2985.     /**
  2986.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2987.      *
  2988.      * @return \Symfony\Component\Console\Command\LazyCommand
  2989.      */
  2990.     protected function get_Monolog_Command_ServerLog_LazyService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2994.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  2995.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2996.         });
  2997.     }
  2998.     /**
  2999.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Console\Command\LazyCommand
  3002.      */
  3003.     protected function get_Security_Command_DebugFirewall_LazyService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3007.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3008.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3009.         });
  3010.     }
  3011.     /**
  3012.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Console\Command\LazyCommand
  3015.      */
  3016.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3020.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3021.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3022.         });
  3023.     }
  3024.     /**
  3025.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Console\Command\LazyCommand
  3028.      */
  3029.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3033.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3034.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3035.         });
  3036.     }
  3037.     /**
  3038.      * Gets the private '.service_locator.0b51NTp' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3041.      */
  3042.     protected function get_ServiceLocator_0b51NTpService()
  3043.     {
  3044.         return $this->privates['.service_locator.0b51NTp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3045.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3046.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  3047.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3048.         ], [
  3049.             'event_dispatcher' => '?',
  3050.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3051.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3052.         ]);
  3053.     }
  3054.     /**
  3055.      * Gets the private '.service_locator.1ecL.XD' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3058.      */
  3059.     protected function get_ServiceLocator_1ecL_XDService()
  3060.     {
  3061.         return $this->privates['.service_locator.1ecL.XD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3062.             'account' => ['privates''.errored..service_locator.1ecL.XD.App\\Entity\\Account'NULL'Cannot autowire service ".service_locator.1ecL.XD": it references class "App\\Entity\\Account" but no such service exists.'],
  3063.             'administrationService' => ['privates''App\\Domain\\Administration\\AdministrationService''getAdministrationServiceService'false],
  3064.             'clientRepository' => ['privates''App\\Repository\\EgeeClientRepository''getEgeeClientRepositoryService'false],
  3065.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3066.         ], [
  3067.             'account' => 'App\\Entity\\Account',
  3068.             'administrationService' => 'App\\Domain\\Administration\\AdministrationService',
  3069.             'clientRepository' => 'App\\Repository\\EgeeClientRepository',
  3070.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3071.         ]);
  3072.     }
  3073.     /**
  3074.      * Gets the private '.service_locator.2Vyv7xS' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3077.      */
  3078.     protected function get_ServiceLocator_2Vyv7xSService()
  3079.     {
  3080.         return $this->privates['.service_locator.2Vyv7xS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3081.             'authChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3082.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3083.         ], [
  3084.             'authChecker' => '?',
  3085.             'authenticationUtils' => '?',
  3086.         ]);
  3087.     }
  3088.     /**
  3089.      * Gets the private '.service_locator.99qZXZa' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3092.      */
  3093.     protected function get_ServiceLocator_99qZXZaService()
  3094.     {
  3095.         return $this->privates['.service_locator.99qZXZa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3096.             'contactService' => ['privates''App\\Domain\\Contact\\ContactService''getContactServiceService'false],
  3097.         ], [
  3098.             'contactService' => 'App\\Domain\\Contact\\ContactService',
  3099.         ]);
  3100.     }
  3101.     /**
  3102.      * Gets the private '.service_locator.BtXcxzQ' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3105.      */
  3106.     protected function get_ServiceLocator_BtXcxzQService()
  3107.     {
  3108.         return $this->privates['.service_locator.BtXcxzQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3109.             'account' => ['privates''.errored..service_locator.BtXcxzQ.App\\Entity\\Account'NULL'Cannot autowire service ".service_locator.BtXcxzQ": it references class "App\\Entity\\Account" but no such service exists.'],
  3110.             'administrationService' => ['privates''App\\Domain\\Administration\\AdministrationService''getAdministrationServiceService'false],
  3111.         ], [
  3112.             'account' => 'App\\Entity\\Account',
  3113.             'administrationService' => 'App\\Domain\\Administration\\AdministrationService',
  3114.         ]);
  3115.     }
  3116.     /**
  3117.      * Gets the private '.service_locator.C.STAv1' shared service.
  3118.      *
  3119.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3120.      */
  3121.     protected function get_ServiceLocator_C_STAv1Service()
  3122.     {
  3123.         return $this->privates['.service_locator.C.STAv1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3124.             'bankDetailService' => ['privates''App\\Domain\\BankDetail\\BankDetailService''getBankDetailServiceService'false],
  3125.         ], [
  3126.             'bankDetailService' => 'App\\Domain\\BankDetail\\BankDetailService',
  3127.         ]);
  3128.     }
  3129.     /**
  3130.      * Gets the private '.service_locator.DHFMEql' shared service.
  3131.      *
  3132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3133.      */
  3134.     protected function get_ServiceLocator_DHFMEqlService()
  3135.     {
  3136.         return $this->privates['.service_locator.DHFMEql'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3137.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3138.             'informationModificationService' => ['privates''App\\Domain\\InformationModification\\InformationModificationService''getInformationModificationServiceService'false],
  3139.         ], [
  3140.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3141.             'informationModificationService' => 'App\\Domain\\InformationModification\\InformationModificationService',
  3142.         ]);
  3143.     }
  3144.     /**
  3145.      * Gets the private '.service_locator.ESZK4Ls' shared service.
  3146.      *
  3147.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3148.      */
  3149.     protected function get_ServiceLocator_ESZK4LsService()
  3150.     {
  3151.         return $this->privates['.service_locator.ESZK4Ls'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3152.             'payzenPaymentService' => ['privates''App\\Domain\\Payment\\PayzenPaymentService''getPayzenPaymentServiceService'false],
  3153.         ], [
  3154.             'payzenPaymentService' => 'App\\Domain\\Payment\\PayzenPaymentService',
  3155.         ]);
  3156.     }
  3157.     /**
  3158.      * Gets the private '.service_locator.FtmVlic' shared service.
  3159.      *
  3160.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3161.      */
  3162.     protected function get_ServiceLocator_FtmVlicService()
  3163.     {
  3164.         return $this->privates['.service_locator.FtmVlic'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3165.             'account' => ['privates''.errored..service_locator.FtmVlic.App\\Entity\\Account'NULL'Cannot autowire service ".service_locator.FtmVlic": it references class "App\\Entity\\Account" but no such service exists.'],
  3166.             'clientRepository' => ['privates''App\\Repository\\EgeeClientRepository''getEgeeClientRepositoryService'false],
  3167.         ], [
  3168.             'account' => 'App\\Entity\\Account',
  3169.             'clientRepository' => 'App\\Repository\\EgeeClientRepository',
  3170.         ]);
  3171.     }
  3172.     /**
  3173.      * Gets the private '.service_locator.GXLTvxy' shared service.
  3174.      *
  3175.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3176.      */
  3177.     protected function get_ServiceLocator_GXLTvxyService()
  3178.     {
  3179.         return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3180.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  3181.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  3182.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3183.         ], [
  3184.             'security.firewall.map.context.admin' => '?',
  3185.             'security.firewall.map.context.dev' => '?',
  3186.             'security.firewall.map.context.main' => '?',
  3187.         ]);
  3188.     }
  3189.     /**
  3190.      * Gets the private '.service_locator.MZYl22.' shared service.
  3191.      *
  3192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3193.      */
  3194.     protected function get_ServiceLocator_MZYl22_Service()
  3195.     {
  3196.         return $this->privates['.service_locator.MZYl22.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3197.             'payzenPaimentService' => ['privates''App\\Domain\\Payment\\PayzenPaymentService''getPayzenPaymentServiceService'false],
  3198.         ], [
  3199.             'payzenPaimentService' => 'App\\Domain\\Payment\\PayzenPaymentService',
  3200.         ]);
  3201.     }
  3202.     /**
  3203.      * Gets the private '.service_locator.NUhwraw' shared service.
  3204.      *
  3205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3206.      */
  3207.     protected function get_ServiceLocator_NUhwrawService()
  3208.     {
  3209.         return $this->privates['.service_locator.NUhwraw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3210.             'accountRepository' => ['privates''App\\Repository\\AccountRepository''getAccountRepositoryService'false],
  3211.         ], [
  3212.             'accountRepository' => 'App\\Repository\\AccountRepository',
  3213.         ]);
  3214.     }
  3215.     /**
  3216.      * Gets the private '.service_locator.RkYLGV7' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3219.      */
  3220.     protected function get_ServiceLocator_RkYLGV7Service()
  3221.     {
  3222.         return $this->privates['.service_locator.RkYLGV7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3223.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3224.             'rebateService' => ['privates''App\\Domain\\SituationModification\\RebateService''getRebateServiceService'false],
  3225.         ], [
  3226.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3227.             'rebateService' => 'App\\Domain\\SituationModification\\RebateService',
  3228.         ]);
  3229.     }
  3230.     /**
  3231.      * Gets the private '.service_locator.YUsWSjZ' shared service.
  3232.      *
  3233.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3234.      */
  3235.     protected function get_ServiceLocator_YUsWSjZService()
  3236.     {
  3237.         return $this->privates['.service_locator.YUsWSjZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3238.             'monthlyPaymentService' => ['privates''App\\Domain\\MonthlyPayment\\MonthlyPaymentService''getMonthlyPaymentServiceService'false],
  3239.         ], [
  3240.             'monthlyPaymentService' => 'App\\Domain\\MonthlyPayment\\MonthlyPaymentService',
  3241.         ]);
  3242.     }
  3243.     /**
  3244.      * Gets the private '.service_locator.eCjZSpG' shared service.
  3245.      *
  3246.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3247.      */
  3248.     protected function get_ServiceLocator_ECjZSpGService()
  3249.     {
  3250.         return $this->privates['.service_locator.eCjZSpG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3251.             'invoiceService' => ['privates''App\\Domain\\Payment\\InvoiceService''getInvoiceServiceService'false],
  3252.         ], [
  3253.             'invoiceService' => 'App\\Domain\\Payment\\InvoiceService',
  3254.         ]);
  3255.     }
  3256.     /**
  3257.      * Gets the private '.service_locator.iq8IFzC' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3260.      */
  3261.     protected function get_ServiceLocator_Iq8IFzCService()
  3262.     {
  3263.         return $this->privates['.service_locator.iq8IFzC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3264.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3265.         ], [
  3266.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3267.         ]);
  3268.     }
  3269.     /**
  3270.      * Gets the private '.service_locator.j0GChkK' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3273.      */
  3274.     protected function get_ServiceLocator_J0GChkKService()
  3275.     {
  3276.         return $this->privates['.service_locator.j0GChkK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3277.             'accountRepository' => ['privates''App\\Repository\\AccountRepository''getAccountRepositoryService'false],
  3278.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3279.         ], [
  3280.             'accountRepository' => 'App\\Repository\\AccountRepository',
  3281.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3282.         ]);
  3283.     }
  3284.     /**
  3285.      * Gets the private '.service_locator.lFcUUn6' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3288.      */
  3289.     protected function get_ServiceLocator_LFcUUn6Service()
  3290.     {
  3291.         return $this->privates['.service_locator.lFcUUn6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3292.             'App\\Controller\\AccessController::logIn' => ['privates''.service_locator.2Vyv7xS''get_ServiceLocator_2Vyv7xSService'false],
  3293.             'App\\Controller\\AccountConfigurationController::accountConfigurationFormProcess' => ['privates''.service_locator.iq8IFzC''get_ServiceLocator_Iq8IFzCService'false],
  3294.             'App\\Controller\\AccountConfigurationController::passwordModificationFormProcess' => ['privates''.service_locator.iq8IFzC''get_ServiceLocator_Iq8IFzCService'false],
  3295.             'App\\Controller\\AccountCreationRequest::processForm' => ['privates''.service_locator.u07.B5b''get_ServiceLocator_U07_B5bService'false],
  3296.             'App\\Controller\\AdminLoginController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  3297.             'App\\Controller\\Administration\\AccountAdministrationController::delete' => ['privates''.service_locator.r88saIC''get_ServiceLocator_R88saICService'false],
  3298.             'App\\Controller\\Administration\\AccountAdministrationController::index' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3299.             'App\\Controller\\Administration\\AccountAdministrationController::show' => ['privates''.service_locator.FtmVlic''get_ServiceLocator_FtmVlicService'false],
  3300.             'App\\Controller\\Administration\\AccountAdministrationController::updateEmail' => ['privates''.service_locator.BtXcxzQ''get_ServiceLocator_BtXcxzQService'false],
  3301.             'App\\Controller\\Administration\\AccountAdministrationController::updatePassword' => ['privates''.service_locator.1ecL.XD''get_ServiceLocator_1ecL_XDService'false],
  3302.             'App\\Controller\\ContactController::example' => ['privates''.service_locator.iq8IFzC''get_ServiceLocator_Iq8IFzCService'false],
  3303.             'App\\Controller\\ContactController::processForm' => ['privates''.service_locator.99qZXZa''get_ServiceLocator_99qZXZaService'false],
  3304.             'App\\Controller\\Customer\\BankDetailController::bankDetailsAction' => ['privates''.service_locator.C.STAv1''get_ServiceLocator_C_STAv1Service'false],
  3305.             'App\\Controller\\Customer\\UpdateProfileController::contactInformationAction' => ['privates''.service_locator.DHFMEql''get_ServiceLocator_DHFMEqlService'false],
  3306.             'App\\Controller\\PasswordForgottenController::formProcess' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3307.             'App\\Controller\\PasswordForgottenController::passwordChangeEmailFormProcess' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3308.             'App\\Controller\\PasswordForgottenController::passwordChangeForm' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3309.             'App\\Controller\\PasswordForgottenController::passwordChangeFormProcess' => ['privates''.service_locator.j0GChkK''get_ServiceLocator_J0GChkKService'false],
  3310.             'App\\Controller\\PayzenPaymentController::payment' => ['privates''.service_locator.MZYl22.''get_ServiceLocator_MZYl22_Service'false],
  3311.             'App\\Controller\\Services\\InvoicesController::invoiceDownload' => ['privates''.service_locator.eCjZSpG''get_ServiceLocator_ECjZSpGService'false],
  3312.             'App\\Controller\\Services\\InvoicesController::invoicePaymentResult' => ['privates''.service_locator.ESZK4Ls''get_ServiceLocator_ESZK4LsService'false],
  3313.             'App\\Controller\\Services\\MonthlyPaymentRequestController::monthlyRequestAction' => ['privates''.service_locator.YUsWSjZ''get_ServiceLocator_YUsWSjZService'false],
  3314.             'App\\Controller\\Services\\SituationModificationRequestController::processForm' => ['privates''.service_locator.yhFTFG1''get_ServiceLocator_YhFTFG1Service'false],
  3315.             'App\\Controller\\Services\\SituationModificationRequestController::processFormRebate' => ['privates''.service_locator.RkYLGV7''get_ServiceLocator_RkYLGV7Service'false],
  3316.             'App\\Controller\\Services\\WaterMeterIndexesController::processForm' => ['privates''.service_locator.zJGnGtA''get_ServiceLocator_ZJGnGtAService'false],
  3317.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3318.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3319.             'App\\Controller\\AccessController:logIn' => ['privates''.service_locator.2Vyv7xS''get_ServiceLocator_2Vyv7xSService'false],
  3320.             'App\\Controller\\AccountConfigurationController:accountConfigurationFormProcess' => ['privates''.service_locator.iq8IFzC''get_ServiceLocator_Iq8IFzCService'false],
  3321.             'App\\Controller\\AccountConfigurationController:passwordModificationFormProcess' => ['privates''.service_locator.iq8IFzC''get_ServiceLocator_Iq8IFzCService'false],
  3322.             'App\\Controller\\AccountCreationRequest:processForm' => ['privates''.service_locator.u07.B5b''get_ServiceLocator_U07_B5bService'false],
  3323.             'App\\Controller\\AdminLoginController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  3324.             'App\\Controller\\Administration\\AccountAdministrationController:delete' => ['privates''.service_locator.r88saIC''get_ServiceLocator_R88saICService'false],
  3325.             'App\\Controller\\Administration\\AccountAdministrationController:index' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3326.             'App\\Controller\\Administration\\AccountAdministrationController:show' => ['privates''.service_locator.FtmVlic''get_ServiceLocator_FtmVlicService'false],
  3327.             'App\\Controller\\Administration\\AccountAdministrationController:updateEmail' => ['privates''.service_locator.BtXcxzQ''get_ServiceLocator_BtXcxzQService'false],
  3328.             'App\\Controller\\Administration\\AccountAdministrationController:updatePassword' => ['privates''.service_locator.1ecL.XD''get_ServiceLocator_1ecL_XDService'false],
  3329.             'App\\Controller\\ContactController:example' => ['privates''.service_locator.iq8IFzC''get_ServiceLocator_Iq8IFzCService'false],
  3330.             'App\\Controller\\ContactController:processForm' => ['privates''.service_locator.99qZXZa''get_ServiceLocator_99qZXZaService'false],
  3331.             'App\\Controller\\Customer\\BankDetailController:bankDetailsAction' => ['privates''.service_locator.C.STAv1''get_ServiceLocator_C_STAv1Service'false],
  3332.             'App\\Controller\\Customer\\UpdateProfileController:contactInformationAction' => ['privates''.service_locator.DHFMEql''get_ServiceLocator_DHFMEqlService'false],
  3333.             'App\\Controller\\PasswordForgottenController:formProcess' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3334.             'App\\Controller\\PasswordForgottenController:passwordChangeEmailFormProcess' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3335.             'App\\Controller\\PasswordForgottenController:passwordChangeForm' => ['privates''.service_locator.NUhwraw''get_ServiceLocator_NUhwrawService'false],
  3336.             'App\\Controller\\PasswordForgottenController:passwordChangeFormProcess' => ['privates''.service_locator.j0GChkK''get_ServiceLocator_J0GChkKService'false],
  3337.             'App\\Controller\\PayzenPaymentController:payment' => ['privates''.service_locator.MZYl22.''get_ServiceLocator_MZYl22_Service'false],
  3338.             'App\\Controller\\Services\\InvoicesController:invoiceDownload' => ['privates''.service_locator.eCjZSpG''get_ServiceLocator_ECjZSpGService'false],
  3339.             'App\\Controller\\Services\\InvoicesController:invoicePaymentResult' => ['privates''.service_locator.ESZK4Ls''get_ServiceLocator_ESZK4LsService'false],
  3340.             'App\\Controller\\Services\\MonthlyPaymentRequestController:monthlyRequestAction' => ['privates''.service_locator.YUsWSjZ''get_ServiceLocator_YUsWSjZService'false],
  3341.             'App\\Controller\\Services\\SituationModificationRequestController:processForm' => ['privates''.service_locator.yhFTFG1''get_ServiceLocator_YhFTFG1Service'false],
  3342.             'App\\Controller\\Services\\SituationModificationRequestController:processFormRebate' => ['privates''.service_locator.RkYLGV7''get_ServiceLocator_RkYLGV7Service'false],
  3343.             'App\\Controller\\Services\\WaterMeterIndexesController:processForm' => ['privates''.service_locator.zJGnGtA''get_ServiceLocator_ZJGnGtAService'false],
  3344.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3345.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3346.         ], [
  3347.             'App\\Controller\\AccessController::logIn' => '?',
  3348.             'App\\Controller\\AccountConfigurationController::accountConfigurationFormProcess' => '?',
  3349.             'App\\Controller\\AccountConfigurationController::passwordModificationFormProcess' => '?',
  3350.             'App\\Controller\\AccountCreationRequest::processForm' => '?',
  3351.             'App\\Controller\\AdminLoginController::login' => '?',
  3352.             'App\\Controller\\Administration\\AccountAdministrationController::delete' => '?',
  3353.             'App\\Controller\\Administration\\AccountAdministrationController::index' => '?',
  3354.             'App\\Controller\\Administration\\AccountAdministrationController::show' => '?',
  3355.             'App\\Controller\\Administration\\AccountAdministrationController::updateEmail' => '?',
  3356.             'App\\Controller\\Administration\\AccountAdministrationController::updatePassword' => '?',
  3357.             'App\\Controller\\ContactController::example' => '?',
  3358.             'App\\Controller\\ContactController::processForm' => '?',
  3359.             'App\\Controller\\Customer\\BankDetailController::bankDetailsAction' => '?',
  3360.             'App\\Controller\\Customer\\UpdateProfileController::contactInformationAction' => '?',
  3361.             'App\\Controller\\PasswordForgottenController::formProcess' => '?',
  3362.             'App\\Controller\\PasswordForgottenController::passwordChangeEmailFormProcess' => '?',
  3363.             'App\\Controller\\PasswordForgottenController::passwordChangeForm' => '?',
  3364.             'App\\Controller\\PasswordForgottenController::passwordChangeFormProcess' => '?',
  3365.             'App\\Controller\\PayzenPaymentController::payment' => '?',
  3366.             'App\\Controller\\Services\\InvoicesController::invoiceDownload' => '?',
  3367.             'App\\Controller\\Services\\InvoicesController::invoicePaymentResult' => '?',
  3368.             'App\\Controller\\Services\\MonthlyPaymentRequestController::monthlyRequestAction' => '?',
  3369.             'App\\Controller\\Services\\SituationModificationRequestController::processForm' => '?',
  3370.             'App\\Controller\\Services\\SituationModificationRequestController::processFormRebate' => '?',
  3371.             'App\\Controller\\Services\\WaterMeterIndexesController::processForm' => '?',
  3372.             'kernel::loadRoutes' => '?',
  3373.             'kernel::registerContainerConfiguration' => '?',
  3374.             'App\\Controller\\AccessController:logIn' => '?',
  3375.             'App\\Controller\\AccountConfigurationController:accountConfigurationFormProcess' => '?',
  3376.             'App\\Controller\\AccountConfigurationController:passwordModificationFormProcess' => '?',
  3377.             'App\\Controller\\AccountCreationRequest:processForm' => '?',
  3378.             'App\\Controller\\AdminLoginController:login' => '?',
  3379.             'App\\Controller\\Administration\\AccountAdministrationController:delete' => '?',
  3380.             'App\\Controller\\Administration\\AccountAdministrationController:index' => '?',
  3381.             'App\\Controller\\Administration\\AccountAdministrationController:show' => '?',
  3382.             'App\\Controller\\Administration\\AccountAdministrationController:updateEmail' => '?',
  3383.             'App\\Controller\\Administration\\AccountAdministrationController:updatePassword' => '?',
  3384.             'App\\Controller\\ContactController:example' => '?',
  3385.             'App\\Controller\\ContactController:processForm' => '?',
  3386.             'App\\Controller\\Customer\\BankDetailController:bankDetailsAction' => '?',
  3387.             'App\\Controller\\Customer\\UpdateProfileController:contactInformationAction' => '?',
  3388.             'App\\Controller\\PasswordForgottenController:formProcess' => '?',
  3389.             'App\\Controller\\PasswordForgottenController:passwordChangeEmailFormProcess' => '?',
  3390.             'App\\Controller\\PasswordForgottenController:passwordChangeForm' => '?',
  3391.             'App\\Controller\\PasswordForgottenController:passwordChangeFormProcess' => '?',
  3392.             'App\\Controller\\PayzenPaymentController:payment' => '?',
  3393.             'App\\Controller\\Services\\InvoicesController:invoiceDownload' => '?',
  3394.             'App\\Controller\\Services\\InvoicesController:invoicePaymentResult' => '?',
  3395.             'App\\Controller\\Services\\MonthlyPaymentRequestController:monthlyRequestAction' => '?',
  3396.             'App\\Controller\\Services\\SituationModificationRequestController:processForm' => '?',
  3397.             'App\\Controller\\Services\\SituationModificationRequestController:processFormRebate' => '?',
  3398.             'App\\Controller\\Services\\WaterMeterIndexesController:processForm' => '?',
  3399.             'kernel:loadRoutes' => '?',
  3400.             'kernel:registerContainerConfiguration' => '?',
  3401.         ]);
  3402.     }
  3403.     /**
  3404.      * Gets the private '.service_locator.mx0UMmY' shared service.
  3405.      *
  3406.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3407.      */
  3408.     protected function get_ServiceLocator_Mx0UMmYService()
  3409.     {
  3410.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3411.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3412.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3413.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3414.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3415.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3416.             'router' => ['services''router''getRouterService'false],
  3417.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3418.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3419.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3420.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3421.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3422.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3423.         ], [
  3424.             'doctrine' => '?',
  3425.             'form.factory' => '?',
  3426.             'http_kernel' => '?',
  3427.             'parameter_bag' => '?',
  3428.             'request_stack' => '?',
  3429.             'router' => '?',
  3430.             'security.authorization_checker' => '?',
  3431.             'security.csrf.token_manager' => '?',
  3432.             'security.token_storage' => '?',
  3433.             'serializer' => '?',
  3434.             'session' => '.session.deprecated',
  3435.             'twig' => '?',
  3436.         ]);
  3437.     }
  3438.     /**
  3439.      * Gets the private '.service_locator.r88saIC' shared service.
  3440.      *
  3441.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3442.      */
  3443.     protected function get_ServiceLocator_R88saICService()
  3444.     {
  3445.         return $this->privates['.service_locator.r88saIC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3446.             'account' => ['privates''.errored..service_locator.r88saIC.App\\Entity\\Account'NULL'Cannot autowire service ".service_locator.r88saIC": it references class "App\\Entity\\Account" but no such service exists.'],
  3447.         ], [
  3448.             'account' => 'App\\Entity\\Account',
  3449.         ]);
  3450.     }
  3451.     /**
  3452.      * Gets the private '.service_locator.u07.B5b' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3455.      */
  3456.     protected function get_ServiceLocator_U07_B5bService()
  3457.     {
  3458.         return $this->privates['.service_locator.u07.B5b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3459.             'accountCreationService' => ['privates''App\\Domain\\Account\\AccountCreationService''getAccountCreationServiceService'false],
  3460.         ], [
  3461.             'accountCreationService' => 'App\\Domain\\Account\\AccountCreationService',
  3462.         ]);
  3463.     }
  3464.     /**
  3465.      * Gets the private '.service_locator.xUrKPVU' shared service.
  3466.      *
  3467.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3468.      */
  3469.     protected function get_ServiceLocator_XUrKPVUService()
  3470.     {
  3471.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3472.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": 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".'],
  3473.         ], [
  3474.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3475.         ]);
  3476.     }
  3477.     /**
  3478.      * Gets the private '.service_locator.yhFTFG1' shared service.
  3479.      *
  3480.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3481.      */
  3482.     protected function get_ServiceLocator_YhFTFG1Service()
  3483.     {
  3484.         return $this->privates['.service_locator.yhFTFG1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3485.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3486.             'situationModificationService' => ['privates''App\\Domain\\SituationModification\\SituationModificationService''getSituationModificationServiceService'false],
  3487.         ], [
  3488.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3489.             'situationModificationService' => 'App\\Domain\\SituationModification\\SituationModificationService',
  3490.         ]);
  3491.     }
  3492.     /**
  3493.      * Gets the private '.service_locator.zFcJjKU' shared service.
  3494.      *
  3495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3496.      */
  3497.     protected function get_ServiceLocator_ZFcJjKUService()
  3498.     {
  3499.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3500.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3501.         ], [
  3502.             'authenticationUtils' => '?',
  3503.         ]);
  3504.     }
  3505.     /**
  3506.      * Gets the private '.service_locator.zJGnGtA' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3509.      */
  3510.     protected function get_ServiceLocator_ZJGnGtAService()
  3511.     {
  3512.         return $this->privates['.service_locator.zJGnGtA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3513.             'dataExportationService' => ['privates''App\\Domain\\EgeeDataExportation\\DataExportationService''getDataExportationServiceService'false],
  3514.             'egeeReleveRepository' => ['privates''App\\Repository\\EgeeReleveRepository''getEgeeReleveRepositoryService'false],
  3515.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3516.             'waterConsommationService' => ['privates''App\\Domain\\WaterMeter\\WaterConsumptionService''getWaterConsumptionServiceService'false],
  3517.         ], [
  3518.             'dataExportationService' => 'App\\Domain\\EgeeDataExportation\\DataExportationService',
  3519.             'egeeReleveRepository' => 'App\\Repository\\EgeeReleveRepository',
  3520.             'entityManager' => '?',
  3521.             'waterConsommationService' => 'App\\Domain\\WaterMeter\\WaterConsumptionService',
  3522.         ]);
  3523.     }
  3524.     /**
  3525.      * Gets the private '.session.deprecated' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3528.      */
  3529.     protected function get_Session_DeprecatedService()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3532.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  3533.     }
  3534.     /**
  3535.      * Gets the private '.twig.command.debug.lazy' shared service.
  3536.      *
  3537.      * @return \Symfony\Component\Console\Command\LazyCommand
  3538.      */
  3539.     protected function get_Twig_Command_Debug_LazyService()
  3540.     {
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3543.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  3544.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3545.         });
  3546.     }
  3547.     /**
  3548.      * Gets the private '.twig.command.lint.lazy' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\Console\Command\LazyCommand
  3551.      */
  3552.     protected function get_Twig_Command_Lint_LazyService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3556.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  3557.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3558.         });
  3559.     }
  3560.     /**
  3561.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\Console\Command\LazyCommand
  3564.      */
  3565.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3569.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  3570.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3571.         });
  3572.     }
  3573.     /**
  3574.      * Gets the private 'App\Command\EgeeImportXmlCommand' shared autowired service.
  3575.      *
  3576.      * @return \App\Command\EgeeImportXmlCommand
  3577.      */
  3578.     protected function getEgeeImportXmlCommandService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3581.         include_once \dirname(__DIR__4).'/src/Command/EgeeImportXmlCommand.php';
  3582.         include_once \dirname(__DIR__4).'/src/Domain/EgeeDataImportation/DataExtractor/DataExtractorService.php';
  3583.         include_once \dirname(__DIR__4).'/src/Domain/EgeeDataImportation/DataExtractor/ValueFormatter.php';
  3584.         include_once \dirname(__DIR__4).'/src/Domain/EgeeDataImportation/DataImporter/DataImporterService.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  3586.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/EncryptionService.php';
  3587.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/HashingService.php';
  3588.         $this->privates['App\\Command\\EgeeImportXmlCommand'] = $instance = new \App\Command\EgeeImportXmlCommand(new \App\Domain\EgeeDataImportation\DataExtractor\DataExtractorService(new \App\Domain\EgeeDataImportation\DataExtractor\ValueFormatter(($this->privates['App\\Domain\\Encryption\\EncryptionService'] ?? ($this->privates['App\\Domain\\Encryption\\EncryptionService'] = new \App\Domain\Encryption\EncryptionService())), ($this->privates['App\\Domain\\Encryption\\HashingService'] ?? ($this->privates['App\\Domain\\Encryption\\HashingService'] = new \App\Domain\Encryption\HashingService())))), new \App\Domain\EgeeDataImportation\DataImporter\DataImporterService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3589.         $instance->setName('egee:import-xml');
  3590.         return $instance;
  3591.     }
  3592.     /**
  3593.      * Gets the private 'App\Domain\Account\AccountCreationService' shared autowired service.
  3594.      *
  3595.      * @return \App\Domain\Account\AccountCreationService
  3596.      */
  3597.     protected function getAccountCreationServiceService()
  3598.     {
  3599.         include_once \dirname(__DIR__4).'/src/Domain/Account/AccountCreationService.php';
  3600.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/AccountCreationRequest.php';
  3601.         $a = ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService());
  3602.         if (isset($this->privates['App\\Domain\\Account\\AccountCreationService'])) {
  3603.             return $this->privates['App\\Domain\\Account\\AccountCreationService'];
  3604.         }
  3605.         return $this->privates['App\\Domain\\Account\\AccountCreationService'] = new \App\Domain\Account\AccountCreationService(new \App\Domain\Notification\Message\AccountCreationRequest(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), $a, ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'App\Domain\Administration\AdministrationService' shared autowired service.
  3609.      *
  3610.      * @return \App\Domain\Administration\AdministrationService
  3611.      */
  3612.     protected function getAdministrationServiceService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/src/Domain/Administration/AdministrationService.php';
  3615.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/AdministrationPasswordChange.php';
  3616.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/AdministrationEmailChange.php';
  3617.         return $this->privates['App\\Domain\\Administration\\AdministrationService'] = new \App\Domain\Administration\AdministrationService(new \App\Domain\Notification\Message\AdministrationPasswordChange(), new \App\Domain\Notification\Message\AdministrationEmailChange(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'App\Domain\BankDetail\BankDetailService' shared autowired service.
  3621.      *
  3622.      * @return \App\Domain\BankDetail\BankDetailService
  3623.      */
  3624.     protected function getBankDetailServiceService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/src/Domain/BankDetail/BankDetailService.php';
  3627.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/BankDetailChange.php';
  3628.         return $this->privates['App\\Domain\\BankDetail\\BankDetailService'] = new \App\Domain\BankDetail\BankDetailService(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), new \App\Domain\Notification\Message\BankDetailChange(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3629.     }
  3630.     /**
  3631.      * Gets the private 'App\Domain\Contact\ContactService' shared autowired service.
  3632.      *
  3633.      * @return \App\Domain\Contact\ContactService
  3634.      */
  3635.     protected function getContactServiceService()
  3636.     {
  3637.         include_once \dirname(__DIR__4).'/src/Domain/Contact/ContactService.php';
  3638.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/ContactReims.php';
  3639.         return $this->privates['App\\Domain\\Contact\\ContactService'] = new \App\Domain\Contact\ContactService(new \App\Domain\Notification\Message\ContactReims(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'App\Domain\Customer\ConnectedCustomerService' shared autowired service.
  3643.      *
  3644.      * @return \App\Domain\Customer\ConnectedCustomerService
  3645.      */
  3646.     protected function getConnectedCustomerServiceService()
  3647.     {
  3648.         return $this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] = new \App\Domain\Customer\ConnectedCustomerService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Repository\\EgeeAdresseRepository'] ?? $this->getEgeeAdresseRepositoryService()), ($this->privates['App\\Domain\\WaterMeter\\WaterConsumptionService'] ?? $this->getWaterConsumptionServiceService()), ($this->privates['App\\Repository\\EgeeInstallationRepository'] ?? $this->getEgeeInstallationRepositoryService()), ($this->privates['App\\Repository\\EgeeProprietaireRepository'] ?? $this->getEgeeProprietaireRepositoryService()), ($this->privates['App\\Repository\\AccountRepository'] ?? $this->getAccountRepositoryService()));
  3649.     }
  3650.     /**
  3651.      * Gets the private 'App\Domain\EgeeDataExportation\DataExportationService' shared autowired service.
  3652.      *
  3653.      * @return \App\Domain\EgeeDataExportation\DataExportationService
  3654.      */
  3655.     protected function getDataExportationServiceService()
  3656.     {
  3657.         include_once \dirname(__DIR__4).'/src/Domain/EgeeDataExportation/DataExportationService.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3659.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3660.         if (isset($this->privates['App\\Domain\\EgeeDataExportation\\DataExportationService'])) {
  3661.             return $this->privates['App\\Domain\\EgeeDataExportation\\DataExportationService'];
  3662.         }
  3663.         return $this->privates['App\\Domain\\EgeeDataExportation\\DataExportationService'] = new \App\Domain\EgeeDataExportation\DataExportationService($a$this, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'App\Domain\Encryption\EncryptionService' shared autowired service.
  3667.      *
  3668.      * @return \App\Domain\Encryption\EncryptionService
  3669.      */
  3670.     protected function getEncryptionServiceService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  3673.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/EncryptionService.php';
  3674.         return $this->privates['App\\Domain\\Encryption\\EncryptionService'] = new \App\Domain\Encryption\EncryptionService();
  3675.     }
  3676.     /**
  3677.      * Gets the private 'App\Domain\InformationModification\InformationModificationService' shared autowired service.
  3678.      *
  3679.      * @return \App\Domain\InformationModification\InformationModificationService
  3680.      */
  3681.     protected function getInformationModificationServiceService()
  3682.     {
  3683.         include_once \dirname(__DIR__4).'/src/Domain/InformationModification/InformationModificationService.php';
  3684.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerInformationsChange.php';
  3685.         return $this->privates['App\\Domain\\InformationModification\\InformationModificationService'] = new \App\Domain\InformationModification\InformationModificationService(new \App\Domain\Notification\Message\CustomerInformationsChange(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3686.     }
  3687.     /**
  3688.      * Gets the private 'App\Domain\MonthlyPayment\MonthlyPaymentService' shared autowired service.
  3689.      *
  3690.      * @return \App\Domain\MonthlyPayment\MonthlyPaymentService
  3691.      */
  3692.     protected function getMonthlyPaymentServiceService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/src/Domain/MonthlyPayment/MonthlyPaymentService.php';
  3695.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/MonthlyPaymentRequest.php';
  3696.         return $this->privates['App\\Domain\\MonthlyPayment\\MonthlyPaymentService'] = new \App\Domain\MonthlyPayment\MonthlyPaymentService(($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), new \App\Domain\Notification\Message\MonthlyPaymentRequest(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3697.     }
  3698.     /**
  3699.      * Gets the private 'App\Domain\Notification\Email\EmailServiceToCustomer' shared autowired service.
  3700.      *
  3701.      * @return \App\Domain\Notification\Email\EmailServiceToCustomer
  3702.      */
  3703.     protected function getEmailServiceToCustomerService()
  3704.     {
  3705.         return $this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] = new \App\Domain\Notification\Email\EmailServiceToCustomer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Domain\\Notification\\Email\\TemplatedEmailConverter'] ?? ($this->privates['App\\Domain\\Notification\\Email\\TemplatedEmailConverter'] = new \App\Domain\Notification\Email\TemplatedEmailConverter($this))));
  3706.     }
  3707.     /**
  3708.      * Gets the private 'App\Domain\Notification\Email\EmailServiceToGrandReims' shared autowired service.
  3709.      *
  3710.      * @return \App\Domain\Notification\Email\EmailServiceToGrandReims
  3711.      */
  3712.     protected function getEmailServiceToGrandReimsService()
  3713.     {
  3714.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  3715.         if (isset($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'])) {
  3716.             return $this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'];
  3717.         }
  3718.         return $this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] = new \App\Domain\Notification\Email\EmailServiceToGrandReims($a, ($this->privates['App\\Domain\\Notification\\Email\\TemplatedEmailConverter'] ?? ($this->privates['App\\Domain\\Notification\\Email\\TemplatedEmailConverter'] = new \App\Domain\Notification\Email\TemplatedEmailConverter($this))));
  3719.     }
  3720.     /**
  3721.      * Gets the private 'App\Domain\Payment\InvoiceService' shared autowired service.
  3722.      *
  3723.      * @return \App\Domain\Payment\InvoiceService
  3724.      */
  3725.     protected function getInvoiceServiceService()
  3726.     {
  3727.         $a = ($this->privates['App\\Repository\\EgeeFactureRepository'] ?? $this->getEgeeFactureRepositoryService());
  3728.         return $this->privates['App\\Domain\\Payment\\InvoiceService'] = new \App\Domain\Payment\InvoiceService($a, ($this->privates['App\\Repository\\PaidInvoiceRepository'] ?? $this->getPaidInvoiceRepositoryService()), $a);
  3729.     }
  3730.     /**
  3731.      * Gets the private 'App\Domain\Payment\PayzenPaymentService' shared autowired service.
  3732.      *
  3733.      * @return \App\Domain\Payment\PayzenPaymentService
  3734.      */
  3735.     protected function getPayzenPaymentServiceService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/src/Domain/Payment/PayzenPaymentService.php';
  3738.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/InvoicePayment.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3740.         $a = ($this->privates['App\\Domain\\EgeeDataExportation\\DataExportationService'] ?? $this->getDataExportationServiceService());
  3741.         if (isset($this->privates['App\\Domain\\Payment\\PayzenPaymentService'])) {
  3742.             return $this->privates['App\\Domain\\Payment\\PayzenPaymentService'];
  3743.         }
  3744.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3745.         if (isset($this->privates['App\\Domain\\Payment\\PayzenPaymentService'])) {
  3746.             return $this->privates['App\\Domain\\Payment\\PayzenPaymentService'];
  3747.         }
  3748.         return $this->privates['App\\Domain\\Payment\\PayzenPaymentService'] = new \App\Domain\Payment\PayzenPaymentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Domain\\Customer\\ConnectedCustomerService'] ?? $this->getConnectedCustomerServiceService()), $this, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['App\\Repository\\EgeeClientRepository'] ?? $this->getEgeeClientRepositoryService()), ($this->privates['App\\Repository\\EgeeFactureRepository'] ?? $this->getEgeeFactureRepositoryService()), $a, ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), new \App\Domain\Notification\Message\InvoicePayment(), ($this->privates['App\\Repository\\PaidInvoiceRepository'] ?? $this->getPaidInvoiceRepositoryService()), $b);
  3749.     }
  3750.     /**
  3751.      * Gets the private 'App\Domain\SituationModification\RebateService' shared autowired service.
  3752.      *
  3753.      * @return \App\Domain\SituationModification\RebateService
  3754.      */
  3755.     protected function getRebateServiceService()
  3756.     {
  3757.         include_once \dirname(__DIR__4).'/src/Domain/SituationModification/RebateService.php';
  3758.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerRebate.php';
  3759.         return $this->privates['App\\Domain\\SituationModification\\RebateService'] = new \App\Domain\SituationModification\RebateService(new \App\Domain\Notification\Message\CustomerRebate(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3760.     }
  3761.     /**
  3762.      * Gets the private 'App\Domain\SituationModification\SituationModificationService' shared autowired service.
  3763.      *
  3764.      * @return \App\Domain\SituationModification\SituationModificationService
  3765.      */
  3766.     protected function getSituationModificationServiceService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/src/Domain/SituationModification/SituationModificationService.php';
  3769.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangePurchase.php';
  3770.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeFlatSharing.php';
  3771.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeDeath.php';
  3772.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeMove.php';
  3773.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeResumptionLease.php';
  3774.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeMariage.php';
  3775.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeSeparation.php';
  3776.         include_once \dirname(__DIR__4).'/src/Domain/Notification/Message/CustomerSituationChangeOther.php';
  3777.         return $this->privates['App\\Domain\\SituationModification\\SituationModificationService'] = new \App\Domain\SituationModification\SituationModificationService(new \App\Domain\Notification\Message\CustomerSituationChangePurchase(), new \App\Domain\Notification\Message\CustomerSituationChangeFlatSharing(), new \App\Domain\Notification\Message\CustomerSituationChangeDeath(), new \App\Domain\Notification\Message\CustomerSituationChangeMove(), new \App\Domain\Notification\Message\CustomerSituationChangeResumptionLease(), new \App\Domain\Notification\Message\CustomerSituationChangeMariage(), new \App\Domain\Notification\Message\CustomerSituationChangeSeparation(), new \App\Domain\Notification\Message\CustomerSituationChangeOther(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()));
  3778.     }
  3779.     /**
  3780.      * Gets the private 'App\Domain\WaterMeter\WaterConsumptionService' shared autowired service.
  3781.      *
  3782.      * @return \App\Domain\WaterMeter\WaterConsumptionService
  3783.      */
  3784.     protected function getWaterConsumptionServiceService()
  3785.     {
  3786.         return $this->privates['App\\Domain\\WaterMeter\\WaterConsumptionService'] = new \App\Domain\WaterMeter\WaterConsumptionService(new \App\Domain\Notification\Message\WaterConsumptionChange(), new \App\Domain\Notification\Message\WaterConsumptionAlert(), ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] ?? ($this->privates['App\\Domain\\Notification\\Message\\AcknowledgmentOfReceipt'] = new \App\Domain\Notification\Message\AcknowledgmentOfReceipt())), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToGrandReims'] ?? $this->getEmailServiceToGrandReimsService()), ($this->privates['App\\Domain\\Notification\\Email\\EmailServiceToCustomer'] ?? $this->getEmailServiceToCustomerService()), ($this->privates['App\\Repository\\EgeeReleveRepository'] ?? $this->getEgeeReleveRepositoryService()), ($this->privates['App\\Repository\\EgeeInstallationRepository'] ?? $this->getEgeeInstallationRepositoryService()), ($this->privates['App\\Repository\\EgeeSemaineTourneeRepository'] ?? $this->getEgeeSemaineTourneeRepositoryService()), ($this->privates['App\\Repository\\EgeeFactureRepository'] ?? $this->getEgeeFactureRepositoryService()), ($this->privates['App\\Domain\\Payment\\InvoiceService'] ?? $this->getInvoiceServiceService()), ($this->privates['App\\Domain\\WaterMeter\\WaterPrice'] ?? $this->getWaterPriceService()));
  3787.     }
  3788.     /**
  3789.      * Gets the private 'App\Domain\WaterMeter\WaterPrice' shared autowired service.
  3790.      *
  3791.      * @return \App\Domain\WaterMeter\WaterPrice
  3792.      */
  3793.     protected function getWaterPriceService()
  3794.     {
  3795.         return $this->privates['App\\Domain\\WaterMeter\\WaterPrice'] = new \App\Domain\WaterMeter\WaterPrice($this, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3796.     }
  3797.     /**
  3798.      * Gets the private 'App\EventListener\AuthenticationListener' shared autowired service.
  3799.      *
  3800.      * @return \App\EventListener\AuthenticationListener
  3801.      */
  3802.     protected function getAuthenticationListenerService()
  3803.     {
  3804.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationListener.php';
  3805.         return $this->privates['App\\EventListener\\AuthenticationListener'] = new \App\EventListener\AuthenticationListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\EgeeClientRepository'] ?? $this->getEgeeClientRepositoryService()));
  3806.     }
  3807.     /**
  3808.      * Gets the private 'App\Form\AccountEmailType' shared autowired service.
  3809.      *
  3810.      * @return \App\Form\AccountEmailType
  3811.      */
  3812.     protected function getAccountEmailTypeService()
  3813.     {
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3816.         include_once \dirname(__DIR__4).'/src/Form/AccountEmailType.php';
  3817.         return $this->privates['App\\Form\\AccountEmailType'] = new \App\Form\AccountEmailType();
  3818.     }
  3819.     /**
  3820.      * Gets the private 'App\Form\AccountPasswordType' shared autowired service.
  3821.      *
  3822.      * @return \App\Form\AccountPasswordType
  3823.      */
  3824.     protected function getAccountPasswordTypeService()
  3825.     {
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3828.         include_once \dirname(__DIR__4).'/src/Form/AccountPasswordType.php';
  3829.         return $this->privates['App\\Form\\AccountPasswordType'] = new \App\Form\AccountPasswordType();
  3830.     }
  3831.     /**
  3832.      * Gets the private 'App\Form\AccountSearchType' shared autowired service.
  3833.      *
  3834.      * @return \App\Form\AccountSearchType
  3835.      */
  3836.     protected function getAccountSearchTypeService()
  3837.     {
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3840.         include_once \dirname(__DIR__4).'/src/Form/AccountSearchType.php';
  3841.         return $this->privates['App\\Form\\AccountSearchType'] = new \App\Form\AccountSearchType();
  3842.     }
  3843.     /**
  3844.      * Gets the private 'App\Form\AccountType' shared autowired service.
  3845.      *
  3846.      * @return \App\Form\AccountType
  3847.      */
  3848.     protected function getAccountTypeService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3852.         include_once \dirname(__DIR__4).'/src/Form/AccountType.php';
  3853.         return $this->privates['App\\Form\\AccountType'] = new \App\Form\AccountType();
  3854.     }
  3855.     /**
  3856.      * Gets the private 'App\Repository\AccountRepository' shared autowired service.
  3857.      *
  3858.      * @return \App\Repository\AccountRepository
  3859.      */
  3860.     protected function getAccountRepositoryService()
  3861.     {
  3862.         return $this->privates['App\\Repository\\AccountRepository'] = new \App\Repository\AccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3863.     }
  3864.     /**
  3865.      * Gets the private 'App\Repository\EgeeAbonnementRepository' shared autowired service.
  3866.      *
  3867.      * @return \App\Repository\EgeeAbonnementRepository
  3868.      */
  3869.     protected function getEgeeAbonnementRepositoryService()
  3870.     {
  3871.         include_once \dirname(__DIR__4).'/src/Repository/EgeeAbonnementRepository.php';
  3872.         return $this->privates['App\\Repository\\EgeeAbonnementRepository'] = new \App\Repository\EgeeAbonnementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3873.     }
  3874.     /**
  3875.      * Gets the private 'App\Repository\EgeeAbonpayeurRepository' shared autowired service.
  3876.      *
  3877.      * @return \App\Repository\EgeeAbonpayeurRepository
  3878.      */
  3879.     protected function getEgeeAbonpayeurRepositoryService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/src/Repository/EgeeAbonpayeurRepository.php';
  3882.         return $this->privates['App\\Repository\\EgeeAbonpayeurRepository'] = new \App\Repository\EgeeAbonpayeurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3883.     }
  3884.     /**
  3885.      * Gets the private 'App\Repository\EgeeAdresseRepository' shared autowired service.
  3886.      *
  3887.      * @return \App\Repository\EgeeAdresseRepository
  3888.      */
  3889.     protected function getEgeeAdresseRepositoryService()
  3890.     {
  3891.         return $this->privates['App\\Repository\\EgeeAdresseRepository'] = new \App\Repository\EgeeAdresseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3892.     }
  3893.     /**
  3894.      * Gets the private 'App\Repository\EgeeClientRepository' shared autowired service.
  3895.      *
  3896.      * @return \App\Repository\EgeeClientRepository
  3897.      */
  3898.     protected function getEgeeClientRepositoryService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/src/Repository/EgeeClientRepository.php';
  3901.         return $this->privates['App\\Repository\\EgeeClientRepository'] = new \App\Repository\EgeeClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3902.     }
  3903.     /**
  3904.      * Gets the private 'App\Repository\EgeeFactureRepository' shared autowired service.
  3905.      *
  3906.      * @return \App\Repository\EgeeFactureRepository
  3907.      */
  3908.     protected function getEgeeFactureRepositoryService()
  3909.     {
  3910.         return $this->privates['App\\Repository\\EgeeFactureRepository'] = new \App\Repository\EgeeFactureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $this);
  3911.     }
  3912.     /**
  3913.      * Gets the private 'App\Repository\EgeeInstallationRepository' shared autowired service.
  3914.      *
  3915.      * @return \App\Repository\EgeeInstallationRepository
  3916.      */
  3917.     protected function getEgeeInstallationRepositoryService()
  3918.     {
  3919.         return $this->privates['App\\Repository\\EgeeInstallationRepository'] = new \App\Repository\EgeeInstallationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\EgeeAdresseRepository'] ?? $this->getEgeeAdresseRepositoryService()), ($this->privates['App\\Repository\\EgeeFactureRepository'] ?? $this->getEgeeFactureRepositoryService()));
  3920.     }
  3921.     /**
  3922.      * Gets the private 'App\Repository\EgeePayeurRepository' shared autowired service.
  3923.      *
  3924.      * @return \App\Repository\EgeePayeurRepository
  3925.      */
  3926.     protected function getEgeePayeurRepositoryService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/src/Repository/EgeePayeurRepository.php';
  3929.         return $this->privates['App\\Repository\\EgeePayeurRepository'] = new \App\Repository\EgeePayeurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3930.     }
  3931.     /**
  3932.      * Gets the private 'App\Repository\EgeePayeurabonRepository' shared autowired service.
  3933.      *
  3934.      * @return \App\Repository\EgeePayeurabonRepository
  3935.      */
  3936.     protected function getEgeePayeurabonRepositoryService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/src/Repository/EgeePayeurabonRepository.php';
  3939.         return $this->privates['App\\Repository\\EgeePayeurabonRepository'] = new \App\Repository\EgeePayeurabonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'App\Repository\EgeeProprietaireRepository' shared autowired service.
  3943.      *
  3944.      * @return \App\Repository\EgeeProprietaireRepository
  3945.      */
  3946.     protected function getEgeeProprietaireRepositoryService()
  3947.     {
  3948.         return $this->privates['App\\Repository\\EgeeProprietaireRepository'] = new \App\Repository\EgeeProprietaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3949.     }
  3950.     /**
  3951.      * Gets the private 'App\Repository\EgeeReglementRepository' shared autowired service.
  3952.      *
  3953.      * @return \App\Repository\EgeeReglementRepository
  3954.      */
  3955.     protected function getEgeeReglementRepositoryService()
  3956.     {
  3957.         include_once \dirname(__DIR__4).'/src/Repository/EgeeReglementRepository.php';
  3958.         return $this->privates['App\\Repository\\EgeeReglementRepository'] = new \App\Repository\EgeeReglementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3959.     }
  3960.     /**
  3961.      * Gets the private 'App\Repository\EgeeReleveRepository' shared autowired service.
  3962.      *
  3963.      * @return \App\Repository\EgeeReleveRepository
  3964.      */
  3965.     protected function getEgeeReleveRepositoryService()
  3966.     {
  3967.         return $this->privates['App\\Repository\\EgeeReleveRepository'] = new \App\Repository\EgeeReleveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3968.     }
  3969.     /**
  3970.      * Gets the private 'App\Repository\EgeeSemaineTourneeRepository' shared autowired service.
  3971.      *
  3972.      * @return \App\Repository\EgeeSemaineTourneeRepository
  3973.      */
  3974.     protected function getEgeeSemaineTourneeRepositoryService()
  3975.     {
  3976.         return $this->privates['App\\Repository\\EgeeSemaineTourneeRepository'] = new \App\Repository\EgeeSemaineTourneeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3977.     }
  3978.     /**
  3979.      * Gets the private 'App\Repository\PaidInvoiceRepository' shared autowired service.
  3980.      *
  3981.      * @return \App\Repository\PaidInvoiceRepository
  3982.      */
  3983.     protected function getPaidInvoiceRepositoryService()
  3984.     {
  3985.         return $this->privates['App\\Repository\\PaidInvoiceRepository'] = new \App\Repository\PaidInvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3986.     }
  3987.     /**
  3988.      * Gets the private 'App\Security\AdminLoginAuthenticator' shared autowired service.
  3989.      *
  3990.      * @return \App\Security\AdminLoginAuthenticator
  3991.      */
  3992.     protected function getAdminLoginAuthenticatorService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3999.         include_once \dirname(__DIR__4).'/src/Security/AdminLoginAuthenticator.php';
  4000.         return $this->privates['App\\Security\\AdminLoginAuthenticator'] = new \App\Security\AdminLoginAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4001.     }
  4002.     /**
  4003.      * Gets the private 'App\Security\CustomerAuthenticator' shared autowired service.
  4004.      *
  4005.      * @return \App\Security\CustomerAuthenticator
  4006.      */
  4007.     protected function getCustomerAuthenticatorService()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4014.         include_once \dirname(__DIR__4).'/src/Security/CustomerAuthenticator.php';
  4015.         include_once \dirname(__DIR__4).'/src/Domain/Encryption/HashingService.php';
  4016.         return $this->privates['App\\Security\\CustomerAuthenticator'] = new \App\Security\CustomerAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['App\\Domain\\Encryption\\HashingService'] ?? ($this->privates['App\\Domain\\Encryption\\HashingService'] = new \App\Domain\Encryption\HashingService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4017.     }
  4018.     /**
  4019.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4020.      *
  4021.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4022.      */
  4023.     protected function getManagerRegistryAwareConnectionProviderService()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4027.         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'));
  4028.     }
  4029.     /**
  4030.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4031.      *
  4032.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4033.      */
  4034.     protected function getRunSqlCommandService()
  4035.     {
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4038.         $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()));
  4039.         $instance->setName('dbal:run-sql');
  4040.         return $instance;
  4041.     }
  4042.     /**
  4043.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  4044.      *
  4045.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  4046.      */
  4047.     protected function getResetAssetsEventListenerService()
  4048.     {
  4049.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  4050.     }
  4051.     /**
  4052.      * Gets the private 'annotations.cache_adapter' shared service.
  4053.      *
  4054.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4055.      */
  4056.     protected function getAnnotations_CacheAdapterService()
  4057.     {
  4058.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4059.     }
  4060.     /**
  4061.      * Gets the private 'annotations.cache_warmer' shared service.
  4062.      *
  4063.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4064.      */
  4065.     protected function getAnnotations_CacheWarmerService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4070.         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);
  4071.     }
  4072.     /**
  4073.      * Gets the private 'annotations.cached_reader' shared service.
  4074.      *
  4075.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4076.      */
  4077.     protected function getAnnotations_CachedReaderService()
  4078.     {
  4079.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4080.     }
  4081.     /**
  4082.      * Gets the private 'annotations.reader' shared service.
  4083.      *
  4084.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4085.      */
  4086.     protected function getAnnotations_ReaderService()
  4087.     {
  4088.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4089.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4090.         $a->registerUniqueLoader('class_exists');
  4091.         $instance->addGlobalIgnoredName('required'$a);
  4092.         return $instance;
  4093.     }
  4094.     /**
  4095.      * Gets the private 'assets.packages' shared service.
  4096.      *
  4097.      * @return \Symfony\Component\Asset\Packages
  4098.      */
  4099.     protected function getAssets_PackagesService()
  4100.     {
  4101.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4102.         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'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  4103.             return new \EmptyIterator();
  4104.         }, 0));
  4105.     }
  4106.     /**
  4107.      * Gets the private 'cache.annotations' shared service.
  4108.      *
  4109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4110.      */
  4111.     protected function getCache_AnnotationsService()
  4112.     {
  4113.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xcortbPFED'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4114.     }
  4115.     /**
  4116.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4117.      *
  4118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4119.      */
  4120.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4121.     {
  4122.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4123.     }
  4124.     /**
  4125.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4126.      *
  4127.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4128.      */
  4129.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4130.     {
  4131.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4132.     }
  4133.     /**
  4134.      * Gets the private 'cache.property_info' shared service.
  4135.      *
  4136.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4137.      */
  4138.     protected function getCache_PropertyInfoService()
  4139.     {
  4140.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XFPWSEPgEC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4141.     }
  4142.     /**
  4143.      * Gets the private 'cache.security_expression_language' shared service.
  4144.      *
  4145.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4146.      */
  4147.     protected function getCache_SecurityExpressionLanguageService()
  4148.     {
  4149.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AH8iXMHgUP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4150.     }
  4151.     /**
  4152.      * Gets the private 'cache.serializer' shared service.
  4153.      *
  4154.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4155.      */
  4156.     protected function getCache_SerializerService()
  4157.     {
  4158.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+kXB5IM996'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4159.     }
  4160.     /**
  4161.      * Gets the private 'cache.validator' shared service.
  4162.      *
  4163.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4164.      */
  4165.     protected function getCache_ValidatorService()
  4166.     {
  4167.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sLRngU8gFc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4168.     }
  4169.     /**
  4170.      * Gets the private 'cache.webpack_encore' shared service.
  4171.      *
  4172.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4173.      */
  4174.     protected function getCache_WebpackEncoreService()
  4175.     {
  4176.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UlFNhX4YqC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4177.     }
  4178.     /**
  4179.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4180.      *
  4181.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4182.      */
  4183.     protected function getCachePoolClearer_CacheWarmerService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4187.         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']);
  4188.     }
  4189.     /**
  4190.      * Gets the private 'config_builder.warmer' shared service.
  4191.      *
  4192.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4193.      */
  4194.     protected function getConfigBuilder_WarmerService()
  4195.     {
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4198.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4199.     }
  4200.     /**
  4201.      * Gets the private 'config_cache_factory' shared service.
  4202.      *
  4203.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4204.      */
  4205.     protected function getConfigCacheFactoryService()
  4206.     {
  4207.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4208.             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)));
  4209.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4210.         }, 2));
  4211.     }
  4212.     /**
  4213.      * Gets the private 'console.command.about' shared service.
  4214.      *
  4215.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4216.      */
  4217.     protected function getConsole_Command_AboutService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4221.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4222.         $instance->setName('about');
  4223.         $instance->setDescription('Display information about the current project');
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the private 'console.command.assets_install' shared service.
  4228.      *
  4229.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4230.      */
  4231.     protected function getConsole_Command_AssetsInstallService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4236.         $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));
  4237.         $instance->setName('assets:install');
  4238.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  4239.         return $instance;
  4240.     }
  4241.     /**
  4242.      * Gets the private 'console.command.cache_clear' shared service.
  4243.      *
  4244.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4245.      */
  4246.     protected function getConsole_Command_CacheClearService()
  4247.     {
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4251.         $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())));
  4252.         $instance->setName('cache:clear');
  4253.         $instance->setDescription('Clear the cache');
  4254.         return $instance;
  4255.     }
  4256.     /**
  4257.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4258.      *
  4259.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4260.      */
  4261.     protected function getConsole_Command_CachePoolClearService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4265.         $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.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  4266.         $instance->setName('cache:pool:clear');
  4267.         $instance->setDescription('Clear cache pools');
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4272.      *
  4273.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4274.      */
  4275.     protected function getConsole_Command_CachePoolDeleteService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4279.         $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.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  4280.         $instance->setName('cache:pool:delete');
  4281.         $instance->setDescription('Delete an item from a cache pool');
  4282.         return $instance;
  4283.     }
  4284.     /**
  4285.      * Gets the private 'console.command.cache_pool_list' shared service.
  4286.      *
  4287.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4288.      */
  4289.     protected function getConsole_Command_CachePoolListService()
  4290.     {
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4293.         $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.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  4294.         $instance->setName('cache:pool:list');
  4295.         $instance->setDescription('List available cache pools');
  4296.         return $instance;
  4297.     }
  4298.     /**
  4299.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4300.      *
  4301.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4302.      */
  4303.     protected function getConsole_Command_CachePoolPruneService()
  4304.     {
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4307.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4308.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4309.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4310.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4311.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4312.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4313.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4314.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4315.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4316.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4317.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4318.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  4319.         }, 11));
  4320.         $instance->setName('cache:pool:prune');
  4321.         $instance->setDescription('Prune cache pools');
  4322.         return $instance;
  4323.     }
  4324.     /**
  4325.      * Gets the private 'console.command.cache_warmup' shared service.
  4326.      *
  4327.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4328.      */
  4329.     protected function getConsole_Command_CacheWarmupService()
  4330.     {
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4333.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4334.         $instance->setName('cache:warmup');
  4335.         $instance->setDescription('Warm up an empty cache');
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the private 'console.command.config_debug' shared service.
  4340.      *
  4341.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4342.      */
  4343.     protected function getConsole_Command_ConfigDebugService()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4350.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4351.         $instance->setName('debug:config');
  4352.         $instance->setDescription('Dump the current configuration for an extension');
  4353.         return $instance;
  4354.     }
  4355.     /**
  4356.      * Gets the private 'console.command.config_dump_reference' shared service.
  4357.      *
  4358.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4359.      */
  4360.     protected function getConsole_Command_ConfigDumpReferenceService()
  4361.     {
  4362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4367.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4368.         $instance->setName('config:dump-reference');
  4369.         $instance->setDescription('Dump the default configuration for an extension');
  4370.         return $instance;
  4371.     }
  4372.     /**
  4373.      * Gets the private 'console.command.container_debug' shared service.
  4374.      *
  4375.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4376.      */
  4377.     protected function getConsole_Command_ContainerDebugService()
  4378.     {
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4382.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4383.         $instance->setName('debug:container');
  4384.         $instance->setDescription('Display current services for an application');
  4385.         return $instance;
  4386.     }
  4387.     /**
  4388.      * Gets the private 'console.command.container_lint' shared service.
  4389.      *
  4390.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4391.      */
  4392.     protected function getConsole_Command_ContainerLintService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4396.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4397.         $instance->setName('lint:container');
  4398.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4399.         return $instance;
  4400.     }
  4401.     /**
  4402.      * Gets the private 'console.command.debug_autowiring' shared service.
  4403.      *
  4404.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4405.      */
  4406.     protected function getConsole_Command_DebugAutowiringService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4412.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4413.         $instance->setName('debug:autowiring');
  4414.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  4415.         return $instance;
  4416.     }
  4417.     /**
  4418.      * Gets the private 'console.command.dotenv_debug' shared service.
  4419.      *
  4420.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4421.      */
  4422.     protected function getConsole_Command_DotenvDebugService()
  4423.     {
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4426.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  4427.         $instance->setName('debug:dotenv');
  4428.         $instance->setDescription('Lists all dotenv files with variables and values');
  4429.         return $instance;
  4430.     }
  4431.     /**
  4432.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4433.      *
  4434.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4435.      */
  4436.     protected function getConsole_Command_EventDispatcherDebugService()
  4437.     {
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4440.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.0b51NTp'] ?? $this->get_ServiceLocator_0b51NTpService()));
  4441.         $instance->setName('debug:event-dispatcher');
  4442.         $instance->setDescription('Display configured listeners for an application');
  4443.         return $instance;
  4444.     }
  4445.     /**
  4446.      * Gets the private 'console.command.form_debug' shared service.
  4447.      *
  4448.      * @return \Symfony\Component\Form\Command\DebugCommand
  4449.      */
  4450.     protected function getConsole_Command_FormDebugService()
  4451.     {
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4454.         $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'=> ''], [=> 'App\\Form\\AccountEmailType'=> 'App\\Form\\AccountPasswordType'=> 'App\\Form\\AccountSearchType'=> 'App\\Form\\AccountType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Gregwar\\CaptchaBundle\\Type\\CaptchaType'], [=> '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()));
  4455.         $instance->setName('debug:form');
  4456.         $instance->setDescription('Display form type information');
  4457.         return $instance;
  4458.     }
  4459.     /**
  4460.      * Gets the private 'console.command.router_debug' shared service.
  4461.      *
  4462.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4463.      */
  4464.     protected function getConsole_Command_RouterDebugService()
  4465.     {
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4469.         $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()));
  4470.         $instance->setName('debug:router');
  4471.         $instance->setDescription('Display current routes for an application');
  4472.         return $instance;
  4473.     }
  4474.     /**
  4475.      * Gets the private 'console.command.router_match' shared service.
  4476.      *
  4477.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4478.      */
  4479.     protected function getConsole_Command_RouterMatchService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4483.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4484.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4485.         }, 1));
  4486.         $instance->setName('router:match');
  4487.         $instance->setDescription('Help debug routes by simulating a path info match');
  4488.         return $instance;
  4489.     }
  4490.     /**
  4491.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4492.      *
  4493.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4494.      */
  4495.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4496.     {
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4501.         $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')))));
  4502.         $instance->setName('secrets:decrypt-to-local');
  4503.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4504.         return $instance;
  4505.     }
  4506.     /**
  4507.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4508.      *
  4509.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4510.      */
  4511.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4517.         $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')))));
  4518.         $instance->setName('secrets:encrypt-from-local');
  4519.         $instance->setDescription('Encrypt all local secrets to the vault');
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4524.      *
  4525.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4526.      */
  4527.     protected function getConsole_Command_SecretsGenerateKeyService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4533.         $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')))));
  4534.         $instance->setName('secrets:generate-keys');
  4535.         $instance->setDescription('Generate new encryption keys');
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'console.command.secrets_list' shared service.
  4540.      *
  4541.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4542.      */
  4543.     protected function getConsole_Command_SecretsListService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4549.         $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')))));
  4550.         $instance->setName('secrets:list');
  4551.         $instance->setDescription('List all secrets');
  4552.         return $instance;
  4553.     }
  4554.     /**
  4555.      * Gets the private 'console.command.secrets_remove' shared service.
  4556.      *
  4557.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4558.      */
  4559.     protected function getConsole_Command_SecretsRemoveService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4565.         $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')))));
  4566.         $instance->setName('secrets:remove');
  4567.         $instance->setDescription('Remove a secret from the vault');
  4568.         return $instance;
  4569.     }
  4570.     /**
  4571.      * Gets the private 'console.command.secrets_set' shared service.
  4572.      *
  4573.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4574.      */
  4575.     protected function getConsole_Command_SecretsSetService()
  4576.     {
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4581.         $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')))));
  4582.         $instance->setName('secrets:set');
  4583.         $instance->setDescription('Set a secret in the vault');
  4584.         return $instance;
  4585.     }
  4586.     /**
  4587.      * Gets the private 'console.command.translation_debug' shared service.
  4588.      *
  4589.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4590.      */
  4591.     protected function getConsole_Command_TranslationDebugService()
  4592.     {
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4595.         $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/gregwar/captcha-bundle/Resources/translations')], [=> (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__3).'/email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Type/CaptchaType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4596.         $instance->setName('debug:translation');
  4597.         $instance->setDescription('Display translation messages information');
  4598.         return $instance;
  4599.     }
  4600.     /**
  4601.      * Gets the private 'console.command.translation_extract' shared service.
  4602.      *
  4603.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4604.      */
  4605.     protected function getConsole_Command_TranslationExtractService()
  4606.     {
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4609.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($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/gregwar/captcha-bundle/Resources/translations')], [=> (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__3).'/email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.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'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Type/CaptchaType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4610.         $instance->setName('translation:extract');
  4611.         $instance->setAliases([=> 'translation:update']);
  4612.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  4613.         return $instance;
  4614.     }
  4615.     /**
  4616.      * Gets the private 'console.command.translation_pull' shared service.
  4617.      *
  4618.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4619.      */
  4620.     protected function getConsole_Command_TranslationPullService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4625.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  4626.         $instance->setName('translation:pull');
  4627.         $instance->setDescription('Pull translations from a given provider.');
  4628.         return $instance;
  4629.     }
  4630.     /**
  4631.      * Gets the private 'console.command.translation_push' shared service.
  4632.      *
  4633.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4634.      */
  4635.     protected function getConsole_Command_TranslationPushService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4640.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  4641.         $instance->setName('translation:push');
  4642.         $instance->setDescription('Push translations to a given provider.');
  4643.         return $instance;
  4644.     }
  4645.     /**
  4646.      * Gets the private 'console.command.validator_debug' shared service.
  4647.      *
  4648.      * @return \Symfony\Component\Validator\Command\DebugCommand
  4649.      */
  4650.     protected function getConsole_Command_ValidatorDebugService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4654.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4655.         $instance->setName('debug:validator');
  4656.         $instance->setDescription('Display validation constraints for classes');
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the private 'console.command.xliff_lint' shared service.
  4661.      *
  4662.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4663.      */
  4664.     protected function getConsole_Command_XliffLintService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4668.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4669.         $instance->setName('lint:xliff');
  4670.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4671.         return $instance;
  4672.     }
  4673.     /**
  4674.      * Gets the private 'console.command.yaml_lint' shared service.
  4675.      *
  4676.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4677.      */
  4678.     protected function getConsole_Command_YamlLintService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4683.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4684.         $instance->setName('lint:yaml');
  4685.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4686.         return $instance;
  4687.     }
  4688.     /**
  4689.      * Gets the private 'console.error_listener' shared service.
  4690.      *
  4691.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4692.      */
  4693.     protected function getConsole_ErrorListenerService()
  4694.     {
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4696.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4697.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4698.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4699.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4700.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4701.     }
  4702.     /**
  4703.      * Gets the private 'container.env_var_processor' shared service.
  4704.      *
  4705.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4706.      */
  4707.     protected function getContainer_EnvVarProcessorService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4711.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4712.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4713.         }, 1));
  4714.     }
  4715.     /**
  4716.      * Gets the private 'container.getenv' shared service.
  4717.      *
  4718.      * @return \Closure
  4719.      */
  4720.     protected function getContainer_GetenvService()
  4721.     {
  4722.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  4723.     }
  4724.     /**
  4725.      * Gets the private 'data_collector.form' shared service.
  4726.      *
  4727.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4728.      */
  4729.     protected function getDataCollector_FormService()
  4730.     {
  4731.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4732.     }
  4733.     /**
  4734.      * Gets the private 'data_collector.request' shared service.
  4735.      *
  4736.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4737.      */
  4738.     protected function getDataCollector_RequestService()
  4739.     {
  4740.         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())));
  4741.     }
  4742.     /**
  4743.      * Gets the private 'data_collector.request.session_collector' shared service.
  4744.      *
  4745.      * @return \Closure
  4746.      */
  4747.     protected function getDataCollector_Request_SessionCollectorService()
  4748.     {
  4749.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  4750.     }
  4751.     /**
  4752.      * Gets the private 'debug.argument_resolver.default' shared service.
  4753.      *
  4754.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4755.      */
  4756.     protected function getDebug_ArgumentResolver_DefaultService()
  4757.     {
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4761.         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))));
  4762.     }
  4763.     /**
  4764.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4765.      *
  4766.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4767.      */
  4768.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4773.         $a = ($this->privates['.service_locator.lFcUUn6'] ?? $this->get_ServiceLocator_LFcUUn6Service());
  4774.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  4775.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  4776.         }
  4777.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4778.     }
  4779.     /**
  4780.      * Gets the private 'debug.argument_resolver.request' shared service.
  4781.      *
  4782.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4783.      */
  4784.     protected function getDebug_ArgumentResolver_RequestService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4789.         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))));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4793.      *
  4794.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4795.      */
  4796.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4797.     {
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4801.         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))));
  4802.     }
  4803.     /**
  4804.      * Gets the private 'debug.argument_resolver.service' shared service.
  4805.      *
  4806.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4807.      */
  4808.     protected function getDebug_ArgumentResolver_ServiceService()
  4809.     {
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4813.         $a = ($this->privates['.service_locator.lFcUUn6'] ?? $this->get_ServiceLocator_LFcUUn6Service());
  4814.         if (isset($this->privates['debug.argument_resolver.service'])) {
  4815.             return $this->privates['debug.argument_resolver.service'];
  4816.         }
  4817.         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))));
  4818.     }
  4819.     /**
  4820.      * Gets the private 'debug.argument_resolver.session' shared service.
  4821.      *
  4822.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4823.      */
  4824.     protected function getDebug_ArgumentResolver_SessionService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4829.         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))));
  4830.     }
  4831.     /**
  4832.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4833.      *
  4834.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4835.      */
  4836.     protected function getDebug_ArgumentResolver_VariadicService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4841.         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))));
  4842.     }
  4843.     /**
  4844.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4845.      *
  4846.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4847.      */
  4848.     protected function getDebug_DebugHandlersListenerService()
  4849.     {
  4850.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4851.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4852.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4853.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4854.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4855.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4856.     }
  4857.     /**
  4858.      * Gets the private 'debug.dump_listener' shared service.
  4859.      *
  4860.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4861.      */
  4862.     protected function getDebug_DumpListenerService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4866.         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()));
  4867.     }
  4868.     /**
  4869.      * Gets the private 'debug.file_link_formatter' shared service.
  4870.      *
  4871.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4872.      */
  4873.     protected function getDebug_FileLinkFormatterService()
  4874.     {
  4875.         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 () {
  4876.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4877.         });
  4878.     }
  4879.     /**
  4880.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4881.      *
  4882.      * @return \string
  4883.      */
  4884.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4885.     {
  4886.         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');
  4887.     }
  4888.     /**
  4889.      * Gets the private 'debug.log_processor' shared service.
  4890.      *
  4891.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4892.      */
  4893.     protected function getDebug_LogProcessorService()
  4894.     {
  4895.         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())));
  4896.     }
  4897.     /**
  4898.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4899.      *
  4900.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4901.      */
  4902.     protected function getDebug_Security_Access_DecisionManagerService()
  4903.     {
  4904.         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 () {
  4905.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4906.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4907.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4908.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4909.     }
  4910.     /**
  4911.      * Gets the private 'debug.security.firewall' shared service.
  4912.      *
  4913.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4914.      */
  4915.     protected function getDebug_Security_FirewallService()
  4916.     {
  4917.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4918.         if (isset($this->privates['debug.security.firewall'])) {
  4919.             return $this->privates['debug.security.firewall'];
  4920.         }
  4921.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4922.         if (isset($this->privates['debug.security.firewall'])) {
  4923.             return $this->privates['debug.security.firewall'];
  4924.         }
  4925.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4926.     }
  4927.     /**
  4928.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4931.      */
  4932.     protected function getDebug_Security_UserValueResolverService()
  4933.     {
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4937.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4938.     }
  4939.     /**
  4940.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4943.      */
  4944.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4950.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4951.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4952.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4953.         }
  4954.         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);
  4955.     }
  4956.     /**
  4957.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4958.      *
  4959.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4960.      */
  4961.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4962.     {
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4967.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4968.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4969.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4970.         }
  4971.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4972.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4973.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  4974.         }
  4975.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  4976.     }
  4977.     /**
  4978.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4979.      *
  4980.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4981.      */
  4982.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4983.     {
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4988.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4989.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4990.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4991.         }
  4992.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  4993.     }
  4994.     /**
  4995.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4996.      *
  4997.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4998.      */
  4999.     protected function getDebug_Security_Voter_VoteListenerService()
  5000.     {
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5002.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5003.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5004.             return $this->privates['debug.security.voter.vote_listener'];
  5005.         }
  5006.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5007.     }
  5008.     /**
  5009.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5010.      *
  5011.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5012.      */
  5013.     protected function getDoctrine_CacheClearMetadataCommandService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5021.         $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()));
  5022.         $instance->setName('doctrine:cache:clear-metadata');
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5027.      *
  5028.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5029.      */
  5030.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5038.         $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()));
  5039.         $instance->setName('doctrine:cache:clear-query');
  5040.         return $instance;
  5041.     }
  5042.     /**
  5043.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5044.      *
  5045.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5046.      */
  5047.     protected function getDoctrine_CacheClearResultCommandService()
  5048.     {
  5049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5055.         $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()));
  5056.         $instance->setName('doctrine:cache:clear-result');
  5057.         return $instance;
  5058.     }
  5059.     /**
  5060.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5061.      *
  5062.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5063.      */
  5064.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5072.         $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()));
  5073.         $instance->setName('doctrine:cache:clear-collection-region');
  5074.         return $instance;
  5075.     }
  5076.     /**
  5077.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5078.      *
  5079.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5080.      */
  5081.     protected function getDoctrine_ClearEntityRegionCommandService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5089.         $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()));
  5090.         $instance->setName('doctrine:cache:clear-entity-region');
  5091.         return $instance;
  5092.     }
  5093.     /**
  5094.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5095.      *
  5096.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5097.      */
  5098.     protected function getDoctrine_ClearQueryRegionCommandService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5106.         $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()));
  5107.         $instance->setName('doctrine:cache:clear-query-region');
  5108.         return $instance;
  5109.     }
  5110.     /**
  5111.      * Gets the private 'doctrine.database_create_command' shared service.
  5112.      *
  5113.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5114.      */
  5115.     protected function getDoctrine_DatabaseCreateCommandService()
  5116.     {
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5120.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5121.         $instance->setName('doctrine:database:create');
  5122.         return $instance;
  5123.     }
  5124.     /**
  5125.      * Gets the private 'doctrine.database_drop_command' shared service.
  5126.      *
  5127.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5128.      */
  5129.     protected function getDoctrine_DatabaseDropCommandService()
  5130.     {
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5134.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5135.         $instance->setName('doctrine:database:drop');
  5136.         return $instance;
  5137.     }
  5138.     /**
  5139.      * Gets the private 'doctrine.database_import_command' shared service.
  5140.      *
  5141.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5142.      */
  5143.     protected function getDoctrine_DatabaseImportCommandService()
  5144.     {
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5148.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5149.         $instance->setName('doctrine:database:import');
  5150.         return $instance;
  5151.     }
  5152.     /**
  5153.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5154.      *
  5155.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5156.      */
  5157.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5165.         $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()));
  5166.         $instance->setName('doctrine:ensure-production-settings');
  5167.         return $instance;
  5168.     }
  5169.     /**
  5170.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5171.      *
  5172.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5173.      */
  5174.     protected function getDoctrine_MappingConvertCommandService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5182.         $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()));
  5183.         $instance->setName('doctrine:mapping:convert');
  5184.         return $instance;
  5185.     }
  5186.     /**
  5187.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5188.      *
  5189.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5190.      */
  5191.     protected function getDoctrine_MappingImportCommandService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5196.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5197.         $instance->setName('doctrine:mapping:import');
  5198.         return $instance;
  5199.     }
  5200.     /**
  5201.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5202.      *
  5203.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5204.      */
  5205.     protected function getDoctrine_MappingInfoCommandService()
  5206.     {
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5213.         $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()));
  5214.         $instance->setName('doctrine:mapping:info');
  5215.         return $instance;
  5216.     }
  5217.     /**
  5218.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5219.      *
  5220.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5221.      */
  5222.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5226.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5227.     }
  5228.     /**
  5229.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5230.      *
  5231.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5232.      */
  5233.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5234.     {
  5235.         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')]);
  5236.     }
  5237.     /**
  5238.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5239.      *
  5240.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5241.      */
  5242.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5245.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5246.     }
  5247.     /**
  5248.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5249.      *
  5250.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5251.      */
  5252.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  5255.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5256.     }
  5257.     /**
  5258.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5259.      *
  5260.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5261.      */
  5262.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5266.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5267.     }
  5268.     /**
  5269.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5270.      *
  5271.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5272.      */
  5273.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5274.     {
  5275.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5277.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5278.             return new \EmptyIterator();
  5279.         }, 0));
  5280.     }
  5281.     /**
  5282.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5283.      *
  5284.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5285.      */
  5286.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5290.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5291.     }
  5292.     /**
  5293.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5294.      *
  5295.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5296.      */
  5297.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5298.     {
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5301.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5302.     }
  5303.     /**
  5304.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5305.      *
  5306.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5307.      */
  5308.     protected function getDoctrine_Orm_Validator_UniqueService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5313.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5314.     }
  5315.     /**
  5316.      * Gets the private 'doctrine.query_dql_command' shared service.
  5317.      *
  5318.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5319.      */
  5320.     protected function getDoctrine_QueryDqlCommandService()
  5321.     {
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5328.         $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()));
  5329.         $instance->setName('doctrine:query:dql');
  5330.         return $instance;
  5331.     }
  5332.     /**
  5333.      * Gets the private 'doctrine.query_sql_command' shared service.
  5334.      *
  5335.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5336.      */
  5337.     protected function getDoctrine_QuerySqlCommandService()
  5338.     {
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5342.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5343.         $instance->setName('doctrine:query:sql');
  5344.         return $instance;
  5345.     }
  5346.     /**
  5347.      * Gets the private 'doctrine.schema_create_command' shared service.
  5348.      *
  5349.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5350.      */
  5351.     protected function getDoctrine_SchemaCreateCommandService()
  5352.     {
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5360.         $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()));
  5361.         $instance->setName('doctrine:schema:create');
  5362.         return $instance;
  5363.     }
  5364.     /**
  5365.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5366.      *
  5367.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5368.      */
  5369.     protected function getDoctrine_SchemaDropCommandService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5378.         $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()));
  5379.         $instance->setName('doctrine:schema:drop');
  5380.         return $instance;
  5381.     }
  5382.     /**
  5383.      * Gets the private 'doctrine.schema_update_command' shared service.
  5384.      *
  5385.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5386.      */
  5387.     protected function getDoctrine_SchemaUpdateCommandService()
  5388.     {
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5396.         $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()));
  5397.         $instance->setName('doctrine:schema:update');
  5398.         return $instance;
  5399.     }
  5400.     /**
  5401.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5402.      *
  5403.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5404.      */
  5405.     protected function getDoctrine_SchemaValidateCommandService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5413.         $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()));
  5414.         $instance->setName('doctrine:schema:validate');
  5415.         return $instance;
  5416.     }
  5417.     /**
  5418.      * Gets the private 'doctrine.ulid_generator' shared service.
  5419.      *
  5420.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5421.      */
  5422.     protected function getDoctrine_UlidGeneratorService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5426.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5427.     }
  5428.     /**
  5429.      * Gets the private 'doctrine.uuid_generator' shared service.
  5430.      *
  5431.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5432.      */
  5433.     protected function getDoctrine_UuidGeneratorService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5437.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5438.     }
  5439.     /**
  5440.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5441.      *
  5442.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  5443.      */
  5444.     protected function getDoctrineMigrations_DiffCommandService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  5450.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  5451.         $instance->setName('doctrine:migrations:diff');
  5452.         return $instance;
  5453.     }
  5454.     /**
  5455.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5456.      *
  5457.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  5458.      */
  5459.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  5465.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  5466.         $instance->setName('doctrine:migrations:dump-schema');
  5467.         return $instance;
  5468.     }
  5469.     /**
  5470.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5471.      *
  5472.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  5473.      */
  5474.     protected function getDoctrineMigrations_ExecuteCommandService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  5480.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  5481.         $instance->setName('doctrine:migrations:execute');
  5482.         return $instance;
  5483.     }
  5484.     /**
  5485.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5486.      *
  5487.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  5488.      */
  5489.     protected function getDoctrineMigrations_GenerateCommandService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  5495.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  5496.         $instance->setName('doctrine:migrations:generate');
  5497.         return $instance;
  5498.     }
  5499.     /**
  5500.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5501.      *
  5502.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  5503.      */
  5504.     protected function getDoctrineMigrations_LatestCommandService()
  5505.     {
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  5510.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  5511.         $instance->setName('doctrine:migrations:latest');
  5512.         return $instance;
  5513.     }
  5514.     /**
  5515.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5516.      *
  5517.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  5518.      */
  5519.     protected function getDoctrineMigrations_MigrateCommandService()
  5520.     {
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  5525.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  5526.         $instance->setName('doctrine:migrations:migrate');
  5527.         return $instance;
  5528.     }
  5529.     /**
  5530.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5531.      *
  5532.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  5533.      */
  5534.     protected function getDoctrineMigrations_RollupCommandService()
  5535.     {
  5536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5537.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  5540.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  5541.         $instance->setName('doctrine:migrations:rollup');
  5542.         return $instance;
  5543.     }
  5544.     /**
  5545.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5546.      *
  5547.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  5548.      */
  5549.     protected function getDoctrineMigrations_StatusCommandService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  5555.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  5556.         $instance->setName('doctrine:migrations:status');
  5557.         return $instance;
  5558.     }
  5559.     /**
  5560.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5561.      *
  5562.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  5563.      */
  5564.     protected function getDoctrineMigrations_UpToDateCommandService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  5570.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  5571.         $instance->setName('doctrine:migrations:up-to-date');
  5572.         return $instance;
  5573.     }
  5574.     /**
  5575.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5576.      *
  5577.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  5578.      */
  5579.     protected function getDoctrineMigrations_VersionCommandService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  5585.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  5586.         $instance->setName('doctrine:migrations:version');
  5587.         return $instance;
  5588.     }
  5589.     /**
  5590.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5591.      *
  5592.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5593.      */
  5594.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5595.     {
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5598.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5599.         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()));
  5600.     }
  5601.     /**
  5602.      * Gets the private 'exception_listener' shared service.
  5603.      *
  5604.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5605.      */
  5606.     protected function getExceptionListenerService()
  5607.     {
  5608.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5609.     }
  5610.     /**
  5611.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5612.      *
  5613.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5614.      */
  5615.     protected function getForm_ChoiceListFactory_CachedService()
  5616.     {
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5621.         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())));
  5622.     }
  5623.     /**
  5624.      * Gets the private 'form.registry' shared service.
  5625.      *
  5626.      * @return \Symfony\Component\Form\FormRegistry
  5627.      */
  5628.     protected function getForm_RegistryService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5637.         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, [
  5638.             'App\\Form\\AccountEmailType' => ['privates''App\\Form\\AccountEmailType''getAccountEmailTypeService'false],
  5639.             'App\\Form\\AccountPasswordType' => ['privates''App\\Form\\AccountPasswordType''getAccountPasswordTypeService'false],
  5640.             'App\\Form\\AccountSearchType' => ['privates''App\\Form\\AccountSearchType''getAccountSearchTypeService'false],
  5641.             'App\\Form\\AccountType' => ['privates''App\\Form\\AccountType''getAccountTypeService'false],
  5642.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => ['services''gregwar_captcha.type''getGregwarCaptcha_TypeService'false],
  5643.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5644.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5645.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  5646.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  5647.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5648.         ], [
  5649.             'App\\Form\\AccountEmailType' => '?',
  5650.             'App\\Form\\AccountPasswordType' => '?',
  5651.             'App\\Form\\AccountSearchType' => '?',
  5652.             'App\\Form\\AccountType' => '?',
  5653.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => '?',
  5654.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5655.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5656.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5657.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5658.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5659.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5660.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5661.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5662.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5663.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5664.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5665.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5666.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5667.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5668.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5669.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5670.         }, 1)], new RewindableGenerator(function () {
  5671.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5672.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5673.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5674.     }
  5675.     /**
  5676.      * Gets the private 'form.server_params' shared service.
  5677.      *
  5678.      * @return \Symfony\Component\Form\Util\ServerParams
  5679.      */
  5680.     protected function getForm_ServerParamsService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5683.         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())));
  5684.     }
  5685.     /**
  5686.      * Gets the private 'form.type.choice' shared service.
  5687.      *
  5688.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5689.      */
  5690.     protected function getForm_Type_ChoiceService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5695.         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()));
  5696.     }
  5697.     /**
  5698.      * Gets the private 'form.type.color' shared service.
  5699.      *
  5700.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5701.      */
  5702.     protected function getForm_Type_ColorService()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5707.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5708.     }
  5709.     /**
  5710.      * Gets the private 'form.type.entity' shared service.
  5711.      *
  5712.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5713.      */
  5714.     protected function getForm_Type_EntityService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5720.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5721.     }
  5722.     /**
  5723.      * Gets the private 'form.type.form' shared service.
  5724.      *
  5725.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5726.      */
  5727.     protected function getForm_Type_FormService()
  5728.     {
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5733.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5734.     }
  5735.     /**
  5736.      * Gets the private 'form.type_extension.csrf' shared service.
  5737.      *
  5738.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5739.      */
  5740.     protected function getForm_TypeExtension_CsrfService()
  5741.     {
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5745.         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()));
  5746.     }
  5747.     /**
  5748.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5749.      *
  5750.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5751.      */
  5752.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5757.         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()));
  5758.     }
  5759.     /**
  5760.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5761.      *
  5762.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5763.      */
  5764.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5771.         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())));
  5772.     }
  5773.     /**
  5774.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5775.      *
  5776.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5777.      */
  5778.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5783.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5784.     }
  5785.     /**
  5786.      * Gets the private 'form.type_extension.form.validator' shared service.
  5787.      *
  5788.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5789.      */
  5790.     protected function getForm_TypeExtension_Form_ValidatorService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5796.         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()));
  5797.     }
  5798.     /**
  5799.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5800.      *
  5801.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5802.      */
  5803.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5804.     {
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5808.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5809.     }
  5810.     /**
  5811.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5812.      *
  5813.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5814.      */
  5815.     protected function getForm_TypeGuesser_DoctrineService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5819.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5820.     }
  5821.     /**
  5822.      * Gets the private 'form.type_guesser.validator' shared service.
  5823.      *
  5824.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5825.      */
  5826.     protected function getForm_TypeGuesser_ValidatorService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5830.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5831.     }
  5832.     /**
  5833.      * Gets the private 'fragment.renderer.inline' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5836.      */
  5837.     protected function getFragment_Renderer_InlineService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5842.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5843.         if (isset($this->privates['fragment.renderer.inline'])) {
  5844.             return $this->privates['fragment.renderer.inline'];
  5845.         }
  5846.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5847.         if (isset($this->privates['fragment.renderer.inline'])) {
  5848.             return $this->privates['fragment.renderer.inline'];
  5849.         }
  5850.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  5851.         $instance->setFragmentPath('/_fragment');
  5852.         return $instance;
  5853.     }
  5854.     /**
  5855.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5856.      *
  5857.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5858.      */
  5859.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5860.     {
  5861.         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())));
  5862.     }
  5863.     /**
  5864.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5865.      *
  5866.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5867.      */
  5868.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5869.     {
  5870.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5871.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5872.             return $this->privates['framework_extra_bundle.event.is_granted'];
  5873.         }
  5874.         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);
  5875.     }
  5876.     /**
  5877.      * Gets the private 'locale_aware_listener' shared service.
  5878.      *
  5879.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5880.      */
  5881.     protected function getLocaleAwareListenerService()
  5882.     {
  5883.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5884.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  5885.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5886.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5887.     }
  5888.     /**
  5889.      * Gets the private 'locale_listener' shared service.
  5890.      *
  5891.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5892.      */
  5893.     protected function getLocaleListenerService()
  5894.     {
  5895.         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()), false, []);
  5896.     }
  5897.     /**
  5898.      * Gets the private 'mailer.mailer' shared service.
  5899.      *
  5900.      * @return \Symfony\Component\Mailer\Mailer
  5901.      */
  5902.     protected function getMailer_MailerService()
  5903.     {
  5904.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5905.         if (isset($this->privates['mailer.mailer'])) {
  5906.             return $this->privates['mailer.mailer'];
  5907.         }
  5908.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5909.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5910.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5911.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5912.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5913.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  5914.     }
  5915.     /**
  5916.      * Gets the private 'mailer.transport_factory.native' shared service.
  5917.      *
  5918.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5919.      */
  5920.     protected function getMailer_TransportFactory_NativeService()
  5921.     {
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5925.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5926.         if (isset($this->privates['mailer.transport_factory.native'])) {
  5927.             return $this->privates['mailer.transport_factory.native'];
  5928.         }
  5929.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5930.     }
  5931.     /**
  5932.      * Gets the private 'mailer.transport_factory.null' shared service.
  5933.      *
  5934.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5935.      */
  5936.     protected function getMailer_TransportFactory_NullService()
  5937.     {
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5941.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5942.         if (isset($this->privates['mailer.transport_factory.null'])) {
  5943.             return $this->privates['mailer.transport_factory.null'];
  5944.         }
  5945.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5946.     }
  5947.     /**
  5948.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5949.      *
  5950.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5951.      */
  5952.     protected function getMailer_TransportFactory_SendmailService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5957.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5958.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5959.             return $this->privates['mailer.transport_factory.sendmail'];
  5960.         }
  5961.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5962.     }
  5963.     /**
  5964.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  5965.      *
  5966.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5967.      */
  5968.     protected function getMailer_TransportFactory_SmtpService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5973.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5974.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5975.             return $this->privates['mailer.transport_factory.smtp'];
  5976.         }
  5977.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5978.     }
  5979.     /**
  5980.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5981.      *
  5982.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5983.      */
  5984.     protected function getMaker_AutoCommand_MakeAuthService()
  5985.     {
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5994.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5995.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5996.         $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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  5997.         $instance->setName('make:auth');
  5998.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5999.         return $instance;
  6000.     }
  6001.     /**
  6002.      * Gets the private 'maker.auto_command.make_command' shared service.
  6003.      *
  6004.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6005.      */
  6006.     protected function getMaker_AutoCommand_MakeCommandService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6014.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6015.         $instance->setName('make:command');
  6016.         $instance->setDescription('Creates a new console command class');
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6021.      *
  6022.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6023.      */
  6024.     protected function getMaker_AutoCommand_MakeControllerService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6032.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6033.         $instance->setName('make:controller');
  6034.         $instance->setDescription('Creates a new controller class');
  6035.         return $instance;
  6036.     }
  6037.     /**
  6038.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6039.      *
  6040.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6041.      */
  6042.     protected function getMaker_AutoCommand_MakeCrudService()
  6043.     {
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6050.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6051.         $instance->setName('make:crud');
  6052.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6053.         return $instance;
  6054.     }
  6055.     /**
  6056.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6057.      *
  6058.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6059.      */
  6060.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6068.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6069.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6070.         $instance->setName('make:docker:database');
  6071.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6072.         return $instance;
  6073.     }
  6074.     /**
  6075.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6076.      *
  6077.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6078.      */
  6079.     protected function getMaker_AutoCommand_MakeEntityService()
  6080.     {
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6088.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6089.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6090.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6091.         $instance->setName('make:entity');
  6092.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6093.         return $instance;
  6094.     }
  6095.     /**
  6096.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6097.      *
  6098.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6099.      */
  6100.     protected function getMaker_AutoCommand_MakeFixturesService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6108.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6109.         $instance->setName('make:fixtures');
  6110.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6111.         return $instance;
  6112.     }
  6113.     /**
  6114.      * Gets the private 'maker.auto_command.make_form' shared service.
  6115.      *
  6116.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6117.      */
  6118.     protected function getMaker_AutoCommand_MakeFormService()
  6119.     {
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6126.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6127.         $instance->setName('make:form');
  6128.         $instance->setDescription('Creates a new form class');
  6129.         return $instance;
  6130.     }
  6131.     /**
  6132.      * Gets the private 'maker.auto_command.make_message' shared service.
  6133.      *
  6134.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6135.      */
  6136.     protected function getMaker_AutoCommand_MakeMessageService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6144.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6145.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6146.         $instance->setName('make:message');
  6147.         $instance->setDescription('Creates a new message and handler');
  6148.         return $instance;
  6149.     }
  6150.     /**
  6151.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6152.      *
  6153.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6154.      */
  6155.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6163.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6164.         $instance->setName('make:messenger-middleware');
  6165.         $instance->setDescription('Creates a new messenger middleware');
  6166.         return $instance;
  6167.     }
  6168.     /**
  6169.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6170.      *
  6171.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6172.      */
  6173.     protected function getMaker_AutoCommand_MakeMigrationService()
  6174.     {
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6182.         $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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6183.         $instance->setName('make:migration');
  6184.         $instance->setDescription('Creates a new migration based on database changes');
  6185.         return $instance;
  6186.     }
  6187.     /**
  6188.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6189.      *
  6190.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6191.      */
  6192.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6200.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6201.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6202.         $instance->setName('make:registration-form');
  6203.         $instance->setDescription('Creates a new registration form system');
  6204.         return $instance;
  6205.     }
  6206.     /**
  6207.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6208.      *
  6209.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6210.      */
  6211.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6219.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6220.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6221.         $instance->setName('make:reset-password');
  6222.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6223.         return $instance;
  6224.     }
  6225.     /**
  6226.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  6227.      *
  6228.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6229.      */
  6230.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6240.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6241.         $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6242.         $instance->setName('make:security:form-login');
  6243.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  6244.         return $instance;
  6245.     }
  6246.     /**
  6247.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6248.      *
  6249.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6250.      */
  6251.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6252.     {
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6259.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6260.         $instance->setName('make:serializer:encoder');
  6261.         $instance->setDescription('Creates a new serializer encoder class');
  6262.         return $instance;
  6263.     }
  6264.     /**
  6265.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6266.      *
  6267.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6268.      */
  6269.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6277.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6278.         $instance->setName('make:serializer:normalizer');
  6279.         $instance->setDescription('Creates a new serializer normalizer class');
  6280.         return $instance;
  6281.     }
  6282.     /**
  6283.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6284.      *
  6285.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6286.      */
  6287.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6288.     {
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6295.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6296.         $instance->setName('make:stimulus-controller');
  6297.         $instance->setDescription('Creates a new Stimulus controller');
  6298.         return $instance;
  6299.     }
  6300.     /**
  6301.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6302.      *
  6303.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6304.      */
  6305.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6306.     {
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6314.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6315.         $instance->setName('make:subscriber');
  6316.         $instance->setDescription('Creates a new event subscriber class');
  6317.         return $instance;
  6318.     }
  6319.     /**
  6320.      * Gets the private 'maker.auto_command.make_test' shared service.
  6321.      *
  6322.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6323.      */
  6324.     protected function getMaker_AutoCommand_MakeTestService()
  6325.     {
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6333.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6334.         $instance->setName('make:test');
  6335.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6336.         $instance->setDescription('Creates a new test class');
  6337.         return $instance;
  6338.     }
  6339.     /**
  6340.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  6341.      *
  6342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6343.      */
  6344.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6352.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6353.         $instance->setName('make:twig-component');
  6354.         $instance->setDescription('Creates a twig (or live) component');
  6355.         return $instance;
  6356.     }
  6357.     /**
  6358.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6359.      *
  6360.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6361.      */
  6362.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6363.     {
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6370.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6371.         $instance->setName('make:twig-extension');
  6372.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  6373.         return $instance;
  6374.     }
  6375.     /**
  6376.      * Gets the private 'maker.auto_command.make_user' shared service.
  6377.      *
  6378.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6379.      */
  6380.     protected function getMaker_AutoCommand_MakeUserService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6390.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6391.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6392.         $instance->setName('make:user');
  6393.         $instance->setDescription('Creates a new security user class');
  6394.         return $instance;
  6395.     }
  6396.     /**
  6397.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6398.      *
  6399.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6400.      */
  6401.     protected function getMaker_AutoCommand_MakeValidatorService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6409.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6410.         $instance->setName('make:validator');
  6411.         $instance->setDescription('Creates a new validator and constraint class');
  6412.         return $instance;
  6413.     }
  6414.     /**
  6415.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6416.      *
  6417.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6418.      */
  6419.     protected function getMaker_AutoCommand_MakeVoterService()
  6420.     {
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6427.         $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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6428.         $instance->setName('make:voter');
  6429.         $instance->setDescription('Creates a new security voter class');
  6430.         return $instance;
  6431.     }
  6432.     /**
  6433.      * Gets the private 'maker.doctrine_helper' shared service.
  6434.      *
  6435.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6436.      */
  6437.     protected function getMaker_DoctrineHelperService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6440.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  6441.     }
  6442.     /**
  6443.      * Gets the private 'maker.entity_class_generator' shared service.
  6444.      *
  6445.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6446.      */
  6447.     protected function getMaker_EntityClassGeneratorService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6450.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'maker.file_link_formatter' shared service.
  6454.      *
  6455.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  6456.      */
  6457.     protected function getMaker_FileLinkFormatterService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6460.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6461.     }
  6462.     /**
  6463.      * Gets the private 'maker.file_manager' shared service.
  6464.      *
  6465.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6466.      */
  6467.     protected function getMaker_FileManagerService()
  6468.     {
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6473.         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')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  6474.     }
  6475.     /**
  6476.      * Gets the private 'maker.generator' shared service.
  6477.      *
  6478.      * @return \Symfony\Bundle\MakerBundle\Generator
  6479.      */
  6480.     protected function getMaker_GeneratorService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6484.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  6485.     }
  6486.     /**
  6487.      * Gets the private 'maker.php_compat_util' shared service.
  6488.      *
  6489.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6490.      */
  6491.     protected function getMaker_PhpCompatUtilService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6494.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6495.     }
  6496.     /**
  6497.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6498.      *
  6499.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6500.      */
  6501.     protected function getMaker_Renderer_FormTypeRendererService()
  6502.     {
  6503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6504.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6505.     }
  6506.     /**
  6507.      * Gets the private 'mime_types' shared service.
  6508.      *
  6509.      * @return \Symfony\Component\Mime\MimeTypes
  6510.      */
  6511.     protected function getMimeTypesService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6516.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6517.         $instance->setDefault($instance);
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the private 'monolog.command.server_log' shared service.
  6522.      *
  6523.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6524.      */
  6525.     protected function getMonolog_Command_ServerLogService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6529.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6530.         $instance->setName('server:log');
  6531.         $instance->setDescription('Start a log server that displays logs in real time');
  6532.         return $instance;
  6533.     }
  6534.     /**
  6535.      * Gets the private 'monolog.handler.app' shared service.
  6536.      *
  6537.      * @return \Monolog\Handler\StreamHandler
  6538.      */
  6539.     protected function getMonolog_Handler_AppService()
  6540.     {
  6541.         $this->privates['monolog.handler.app'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/app.log'), 'debug'trueNULLfalse);
  6542.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6543.         return $instance;
  6544.     }
  6545.     /**
  6546.      * Gets the private 'monolog.handler.console' shared service.
  6547.      *
  6548.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6549.      */
  6550.     protected function getMonolog_Handler_ConsoleService()
  6551.     {
  6552.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6553.     }
  6554.     /**
  6555.      * Gets the private 'monolog.handler.main' shared service.
  6556.      *
  6557.      * @return \Monolog\Handler\StreamHandler
  6558.      */
  6559.     protected function getMonolog_Handler_MainService()
  6560.     {
  6561.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  6562.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6563.         return $instance;
  6564.     }
  6565.     /**
  6566.      * Gets the private 'monolog.logger' shared service.
  6567.      *
  6568.      * @return \Symfony\Bridge\Monolog\Logger
  6569.      */
  6570.     protected function getMonolog_LoggerService()
  6571.     {
  6572.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6573.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6574.         $instance->useMicrosecondTimestamps(true);
  6575.         $instance->pushHandler(($this->privates['monolog.handler.app'] ?? $this->getMonolog_Handler_AppService()));
  6576.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6577.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6578.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6579.         return $instance;
  6580.     }
  6581.     /**
  6582.      * Gets the private 'monolog.logger.cache' shared service.
  6583.      *
  6584.      * @return \Symfony\Bridge\Monolog\Logger
  6585.      */
  6586.     protected function getMonolog_Logger_CacheService()
  6587.     {
  6588.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6589.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6590.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6591.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6593.         return $instance;
  6594.     }
  6595.     /**
  6596.      * Gets the private 'monolog.logger.mailer' shared service.
  6597.      *
  6598.      * @return \Symfony\Bridge\Monolog\Logger
  6599.      */
  6600.     protected function getMonolog_Logger_MailerService()
  6601.     {
  6602.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6603.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6604.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6605.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6606.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6607.         return $instance;
  6608.     }
  6609.     /**
  6610.      * Gets the private 'monolog.logger.request' shared service.
  6611.      *
  6612.      * @return \Symfony\Bridge\Monolog\Logger
  6613.      */
  6614.     protected function getMonolog_Logger_RequestService()
  6615.     {
  6616.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6617.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6618.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6619.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6621.         return $instance;
  6622.     }
  6623.     /**
  6624.      * Gets the private 'monolog.logger.security' shared service.
  6625.      *
  6626.      * @return \Symfony\Bridge\Monolog\Logger
  6627.      */
  6628.     protected function getMonolog_Logger_SecurityService()
  6629.     {
  6630.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6632.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6633.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6635.         return $instance;
  6636.     }
  6637.     /**
  6638.      * Gets the private 'parameter_bag' shared service.
  6639.      *
  6640.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6641.      */
  6642.     protected function getParameterBagService()
  6643.     {
  6644.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6645.     }
  6646.     /**
  6647.      * Gets the private 'profiler_listener' shared service.
  6648.      *
  6649.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6650.      */
  6651.     protected function getProfilerListenerService()
  6652.     {
  6653.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6654.         if (isset($this->privates['profiler_listener'])) {
  6655.             return $this->privates['profiler_listener'];
  6656.         }
  6657.         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())), NULLfalsefalseNULL);
  6658.     }
  6659.     /**
  6660.      * Gets the private 'property_accessor' shared service.
  6661.      *
  6662.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6663.      */
  6664.     protected function getPropertyAccessorService()
  6665.     {
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6672.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6673.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  6674.     }
  6675.     /**
  6676.      * Gets the private 'property_info' shared service.
  6677.      *
  6678.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6679.      */
  6680.     protected function getPropertyInfoService()
  6681.     {
  6682.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6683.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6684.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6685.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6686.         }, 3), new RewindableGenerator(function () {
  6687.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6688.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6689.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6690.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6691.         }, 4), new RewindableGenerator(function () {
  6692.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6693.         }, 1), new RewindableGenerator(function () {
  6694.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6695.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6696.         }, 2), new RewindableGenerator(function () {
  6697.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6698.         }, 1));
  6699.     }
  6700.     /**
  6701.      * Gets the private 'property_info.serializer_extractor' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6704.      */
  6705.     protected function getPropertyInfo_SerializerExtractorService()
  6706.     {
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6708.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6709.     }
  6710.     /**
  6711.      * Gets the private 'router.cache_warmer' shared service.
  6712.      *
  6713.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6714.      */
  6715.     protected function getRouter_CacheWarmerService()
  6716.     {
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6719.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6720.             'router' => ['services''router''getRouterService'false],
  6721.         ], [
  6722.             'router' => '?',
  6723.         ]))->withContext('router.cache_warmer'$this));
  6724.     }
  6725.     /**
  6726.      * Gets the private 'router.expression_language_provider' shared service.
  6727.      *
  6728.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6729.      */
  6730.     protected function getRouter_ExpressionLanguageProviderService()
  6731.     {
  6732.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6733.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  6734.         ], [
  6735.             'env' => 'Closure',
  6736.         ]));
  6737.     }
  6738.     /**
  6739.      * Gets the private 'router.request_context' shared service.
  6740.      *
  6741.      * @return \Symfony\Component\Routing\RequestContext
  6742.      */
  6743.     protected function getRouter_RequestContextService()
  6744.     {
  6745.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  6746.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6747.         return $instance;
  6748.     }
  6749.     /**
  6750.      * Gets the private 'router_listener' shared service.
  6751.      *
  6752.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6753.      */
  6754.     protected function getRouterListenerService()
  6755.     {
  6756.         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);
  6757.     }
  6758.     /**
  6759.      * Gets the private 'secrets.vault' shared service.
  6760.      *
  6761.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6762.      */
  6763.     protected function getSecrets_VaultService()
  6764.     {
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  6769.         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'));
  6770.     }
  6771.     /**
  6772.      * Gets the private 'security.access_listener' shared service.
  6773.      *
  6774.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6775.      */
  6776.     protected function getSecurity_AccessListenerService()
  6777.     {
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6783.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6784.         if (isset($this->privates['security.access_listener'])) {
  6785.             return $this->privates['security.access_listener'];
  6786.         }
  6787.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6788.         if (isset($this->privates['security.access_listener'])) {
  6789.             return $this->privates['security.access_listener'];
  6790.         }
  6791.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), $b);
  6792.     }
  6793.     /**
  6794.      * Gets the private 'security.authentication.guard_handler' shared service.
  6795.      *
  6796.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6797.      *
  6798.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6799.      */
  6800.     protected function getSecurity_Authentication_GuardHandlerService()
  6801.     {
  6802.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6805.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6806.         if (isset($this->privates['security.authentication.guard_handler'])) {
  6807.             return $this->privates['security.authentication.guard_handler'];
  6808.         }
  6809.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  6810.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  6811.         return $instance;
  6812.     }
  6813.     /**
  6814.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  6815.      *
  6816.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6817.      *
  6818.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.
  6819.      */
  6820.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  6821.     {
  6822.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  6823.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6824.         if (isset($this->privates['security.authentication.listener.anonymous.admin'])) {
  6825.             return $this->privates['security.authentication.listener.anonymous.admin'];
  6826.         }
  6827.         return $this->privates['security.authentication.listener.anonymous.admin'] = 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);
  6828.     }
  6829.     /**
  6830.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6831.      *
  6832.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6833.      *
  6834.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6835.      */
  6836.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6837.     {
  6838.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6839.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6840.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6841.             return $this->privates['security.authentication.listener.anonymous.main'];
  6842.         }
  6843.         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);
  6844.     }
  6845.     /**
  6846.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  6847.      *
  6848.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6849.      *
  6850.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.
  6851.      */
  6852.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  6853.     {
  6854.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.');
  6855.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6856.         if (isset($this->privates['security.authentication.listener.guard.admin'])) {
  6857.             return $this->privates['security.authentication.listener.guard.admin'];
  6858.         }
  6859.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6860.         if (isset($this->privates['security.authentication.listener.guard.admin'])) {
  6861.             return $this->privates['security.authentication.listener.guard.admin'];
  6862.         }
  6863.         return $this->privates['security.authentication.listener.guard.admin'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'admin', new RewindableGenerator(function () {
  6864.             yield => ($this->privates['App\\Security\\AdminLoginAuthenticator'] ?? $this->getAdminLoginAuthenticatorService());
  6865.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6866.     }
  6867.     /**
  6868.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6869.      *
  6870.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6871.      *
  6872.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6873.      */
  6874.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6875.     {
  6876.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6877.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6878.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6879.             return $this->privates['security.authentication.listener.guard.main'];
  6880.         }
  6881.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6882.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6883.             return $this->privates['security.authentication.listener.guard.main'];
  6884.         }
  6885.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  6886.             yield => ($this->privates['App\\Security\\CustomerAuthenticator'] ?? $this->getCustomerAuthenticatorService());
  6887.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6888.     }
  6889.     /**
  6890.      * Gets the private 'security.authentication.manager' shared service.
  6891.      *
  6892.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6893.      *
  6894.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6895.      */
  6896.     protected function getSecurity_Authentication_ManagerService()
  6897.     {
  6898.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6899.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6900.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  6901.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminService());
  6902.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6903.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6904.         }, 4), true);
  6905.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6906.         return $instance;
  6907.     }
  6908.     /**
  6909.      * Gets the private 'security.authentication.provider.anonymous.admin' shared service.
  6910.      *
  6911.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6912.      *
  6913.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.
  6914.      */
  6915.     protected function getSecurity_Authentication_Provider_Anonymous_AdminService()
  6916.     {
  6917.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  6918.         return $this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6919.     }
  6920.     /**
  6921.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6922.      *
  6923.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6924.      *
  6925.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6926.      */
  6927.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6928.     {
  6929.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6930.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6931.     }
  6932.     /**
  6933.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  6934.      *
  6935.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6936.      *
  6937.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.
  6938.      */
  6939.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  6940.     {
  6941.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.');
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6944.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6945.             yield => ($this->privates['App\\Security\\AdminLoginAuthenticator'] ?? $this->getAdminLoginAuthenticatorService());
  6946.         }, 1), ($this->privates['security.user.provider.concrete.users_in_memory'] ?? $this->getSecurity_User_Provider_Concrete_UsersInMemoryService()), 'admin', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  6947.     }
  6948.     /**
  6949.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  6950.      *
  6951.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6952.      *
  6953.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6954.      */
  6955.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  6956.     {
  6957.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6960.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6961.             yield => ($this->privates['App\\Security\\CustomerAuthenticator'] ?? $this->getCustomerAuthenticatorService());
  6962.         }, 1), ($this->privates['security.user.provider.concrete.default_provider'] ?? $this->getSecurity_User_Provider_Concrete_DefaultProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  6963.     }
  6964.     /**
  6965.      * Gets the private 'security.authentication_utils' shared service.
  6966.      *
  6967.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6968.      */
  6969.     protected function getSecurity_AuthenticationUtilsService()
  6970.     {
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6972.         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())));
  6973.     }
  6974.     /**
  6975.      * Gets the private 'security.channel_listener' shared service.
  6976.      *
  6977.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6978.      */
  6979.     protected function getSecurity_ChannelListenerService()
  6980.     {
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6986.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6987.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  6988.     }
  6989.     /**
  6990.      * Gets the private 'security.command.debug_firewall' shared service.
  6991.      *
  6992.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6993.      */
  6994.     protected function getSecurity_Command_DebugFirewallService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6998.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService()), ($this->privates['.service_locator.0b51NTp'] ?? $this->get_ServiceLocator_0b51NTpService()), [], false);
  6999.         $instance->setName('debug:firewall');
  7000.         $instance->setDescription('Display information about your security firewall(s)');
  7001.         return $instance;
  7002.     }
  7003.     /**
  7004.      * Gets the private 'security.command.user_password_encoder' shared service.
  7005.      *
  7006.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7007.      *
  7008.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7009.      */
  7010.     protected function getSecurity_Command_UserPasswordEncoderService()
  7011.     {
  7012.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7013.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  7014.         $instance->setName('security:encode-password');
  7015.         $instance->setDescription('Encode a password');
  7016.         return $instance;
  7017.     }
  7018.     /**
  7019.      * Gets the private 'security.command.user_password_hash' shared service.
  7020.      *
  7021.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7022.      */
  7023.     protected function getSecurity_Command_UserPasswordHashService()
  7024.     {
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7027.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  7028.         $instance->setName('security:hash-password');
  7029.         $instance->setDescription('Hash a user password');
  7030.         return $instance;
  7031.     }
  7032.     /**
  7033.      * Gets the private 'security.context_listener.0' shared service.
  7034.      *
  7035.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7036.      */
  7037.     protected function getSecurity_ContextListener_0Service()
  7038.     {
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7042.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7043.         if (isset($this->privates['security.context_listener.0'])) {
  7044.             return $this->privates['security.context_listener.0'];
  7045.         }
  7046.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  7047.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? $this->getSecurity_User_Provider_Concrete_UsersInMemoryService());
  7048.             yield => ($this->privates['security.user.provider.concrete.default_provider'] ?? $this->getSecurity_User_Provider_Concrete_DefaultProviderService());
  7049.         }, 2), 'admin', ($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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  7050.     }
  7051.     /**
  7052.      * Gets the private 'security.context_listener.1' shared service.
  7053.      *
  7054.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7055.      */
  7056.     protected function getSecurity_ContextListener_1Service()
  7057.     {
  7058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7061.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7062.         if (isset($this->privates['security.context_listener.1'])) {
  7063.             return $this->privates['security.context_listener.1'];
  7064.         }
  7065.         return $this->privates['security.context_listener.1'] = 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 () {
  7066.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? $this->getSecurity_User_Provider_Concrete_UsersInMemoryService());
  7067.             yield => ($this->privates['security.user.provider.concrete.default_provider'] ?? $this->getSecurity_User_Provider_Concrete_DefaultProviderService());
  7068.         }, 2), '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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  7069.     }
  7070.     /**
  7071.      * Gets the private 'security.csrf.token_storage' shared service.
  7072.      *
  7073.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7074.      */
  7075.     protected function getSecurity_Csrf_TokenStorageService()
  7076.     {
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7080.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7081.     }
  7082.     /**
  7083.      * Gets the private 'security.encoder_factory.generic' shared service.
  7084.      *
  7085.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7086.      *
  7087.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7088.      */
  7089.     protected function getSecurity_EncoderFactory_GenericService()
  7090.     {
  7091.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7092.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\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]]);
  7093.     }
  7094.     /**
  7095.      * Gets the private 'security.event_dispatcher.admin' shared service.
  7096.      *
  7097.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7098.      */
  7099.     protected function getSecurity_EventDispatcher_AdminService()
  7100.     {
  7101.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7102.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7103.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  7104.         }, => 'onLogout'], 64);
  7105.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7106.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7107.         }, => 'onLogout'], 0);
  7108.         $instance->addListener('security.interactive_login', [=> function () {
  7109.             return ($this->privates['App\\EventListener\\AuthenticationListener'] ?? $this->getAuthenticationListenerService());
  7110.         }, => 'onSecurityInteractiveLogin'], 0);
  7111.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7112.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7113.         }, => 'onLogout'], 0);
  7114.         return $instance;
  7115.     }
  7116.     /**
  7117.      * Gets the private 'security.event_dispatcher.main' shared service.
  7118.      *
  7119.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7120.      */
  7121.     protected function getSecurity_EventDispatcher_MainService()
  7122.     {
  7123.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7124.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7125.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7126.         }, => 'onLogout'], 64);
  7127.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7128.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7129.         }, => 'onLogout'], 0);
  7130.         $instance->addListener('security.interactive_login', [=> function () {
  7131.             return ($this->privates['App\\EventListener\\AuthenticationListener'] ?? $this->getAuthenticationListenerService());
  7132.         }, => 'onSecurityInteractiveLogin'], 0);
  7133.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7134.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7135.         }, => 'onLogout'], 0);
  7136.         return $instance;
  7137.     }
  7138.     /**
  7139.      * Gets the private 'security.firewall.map' shared service.
  7140.      *
  7141.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7142.      */
  7143.     protected function getSecurity_Firewall_MapService()
  7144.     {
  7145.         $a = ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService());
  7146.         if (isset($this->privates['security.firewall.map'])) {
  7147.             return $this->privates['security.firewall.map'];
  7148.         }
  7149.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7150.             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)/')));
  7151.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher..k3e2Vl'] ?? ($this->privates['.security.request_matcher..k3e2Vl'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/eau-admin/')));
  7152.             yield 'security.firewall.map.context.main' => NULL;
  7153.         }, 3));
  7154.     }
  7155.     /**
  7156.      * Gets the private 'security.firewall.map.context.admin' shared service.
  7157.      *
  7158.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7159.      */
  7160.     protected function getSecurity_Firewall_Map_Context_AdminService()
  7161.     {
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7170.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7171.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7172.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7173.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7174.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7175.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  7176.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  7177.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7178.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'admin', ($this->privates['App\\Security\\AdminLoginAuthenticator'] ?? $this->getAdminLoginAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher..k3e2Vl'truefalse'security.user.provider.concrete.users_in_memory''admin''App\\Security\\AdminLoginAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7179.     }
  7180.     /**
  7181.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7182.      *
  7183.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7184.      */
  7185.     protected function getSecurity_Firewall_Map_Context_DevService()
  7186.     {
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7189.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7190.             return new \EmptyIterator();
  7191.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7192.     }
  7193.     /**
  7194.      * Gets the private 'security.firewall.map.context.main' shared service.
  7195.      *
  7196.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7197.      */
  7198.     protected function getSecurity_Firewall_Map_Context_MainService()
  7199.     {
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7208.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7209.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7210.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7211.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7212.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  7213.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7214.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7215.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7216.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\CustomerAuthenticator'] ?? $this->getCustomerAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.default_provider''main''App\\Security\\CustomerAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7217.     }
  7218.     /**
  7219.      * Gets the private 'security.http_utils' shared service.
  7220.      *
  7221.      * @return \Symfony\Component\Security\Http\HttpUtils
  7222.      */
  7223.     protected function getSecurity_HttpUtilsService()
  7224.     {
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7226.         $a = ($this->services['router'] ?? $this->getRouterService());
  7227.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7228.     }
  7229.     /**
  7230.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7231.      *
  7232.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7233.      */
  7234.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7235.     {
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7237.         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()));
  7238.     }
  7239.     /**
  7240.      * Gets the private 'security.logout.listener.default.admin' shared service.
  7241.      *
  7242.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7243.      */
  7244.     protected function getSecurity_Logout_Listener_Default_AdminService()
  7245.     {
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7247.         return $this->privates['security.logout.listener.default.admin'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin-login');
  7248.     }
  7249.     /**
  7250.      * Gets the private 'security.logout.listener.default.main' shared service.
  7251.      *
  7252.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7253.      */
  7254.     protected function getSecurity_Logout_Listener_Default_MainService()
  7255.     {
  7256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7257.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  7258.     }
  7259.     /**
  7260.      * Gets the private 'security.logout_url_generator' shared service.
  7261.      *
  7262.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7263.      */
  7264.     protected function getSecurity_LogoutUrlGeneratorService()
  7265.     {
  7266.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7267.         $instance->registerListener('admin''admin-logout''logout''_csrf_token'NULLNULL);
  7268.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  7269.         return $instance;
  7270.     }
  7271.     /**
  7272.      * Gets the private 'security.password_hasher_factory' shared service.
  7273.      *
  7274.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7275.      */
  7276.     protected function getSecurity_PasswordHasherFactoryService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7280.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\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]]);
  7281.     }
  7282.     /**
  7283.      * Gets the private 'security.user.provider.concrete.default_provider' shared service.
  7284.      *
  7285.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7286.      */
  7287.     protected function getSecurity_User_Provider_Concrete_DefaultProviderService()
  7288.     {
  7289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7292.         return $this->privates['security.user.provider.concrete.default_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Account'NULLNULL);
  7293.     }
  7294.     /**
  7295.      * Gets the private 'security.user.provider.concrete.users_in_memory' shared service.
  7296.      *
  7297.      * @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
  7298.      */
  7299.     protected function getSecurity_User_Provider_Concrete_UsersInMemoryService()
  7300.     {
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  7303.         return $this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['admin' => ['password' => '$2y$13$jSh9Dlg4g0cq5bBl1/Cl3.XDyb89OAWkNp9wAGqgjCGAV/eMTUe2C''roles' => [=> 'ROLE_ADMIN']]]);
  7304.     }
  7305.     /**
  7306.      * Gets the private 'security.user_password_hasher' shared service.
  7307.      *
  7308.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  7309.      */
  7310.     protected function getSecurity_UserPasswordHasherService()
  7311.     {
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7314.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7315.     }
  7316.     /**
  7317.      * Gets the private 'security.validator.user_password' shared service.
  7318.      *
  7319.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7320.      */
  7321.     protected function getSecurity_Validator_UserPasswordService()
  7322.     {
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7326.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7327.     }
  7328.     /**
  7329.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7330.      *
  7331.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7332.      */
  7333.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7334.     {
  7335.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7336.     }
  7337.     /**
  7338.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7339.      *
  7340.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7341.      */
  7342.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7343.     {
  7344.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7345.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7346.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7347.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7348.     }
  7349.     /**
  7350.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7351.      *
  7352.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7353.      */
  7354.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7355.     {
  7356.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7357.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7358.             return $this->privates['sensio_framework_extra.security.listener'];
  7359.         }
  7360.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7361.     }
  7362.     /**
  7363.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7364.      *
  7365.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7366.      */
  7367.     protected function getSensioFrameworkExtra_View_ListenerService()
  7368.     {
  7369.         $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))));
  7370.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7371.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7372.         ], [
  7373.             'twig' => '?',
  7374.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7375.         return $instance;
  7376.     }
  7377.     /**
  7378.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7379.      *
  7380.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7381.      */
  7382.     protected function getSerializer_Mapping_CacheWarmerService()
  7383.     {
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7389.         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'));
  7390.     }
  7391.     /**
  7392.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7393.      *
  7394.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7395.      */
  7396.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7404.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  7405.     }
  7406.     /**
  7407.      * Gets the private 'session.factory' shared service.
  7408.      *
  7409.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7410.      */
  7411.     protected function getSession_FactoryService()
  7412.     {
  7413.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7414.         if (isset($this->privates['session.factory'])) {
  7415.             return $this->privates['session.factory'];
  7416.         }
  7417.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  7418.     }
  7419.     /**
  7420.      * Gets the private 'session.storage.factory.service' shared service.
  7421.      *
  7422.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7423.      *
  7424.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  7425.      */
  7426.     protected function getSession_Storage_Factory_ServiceService()
  7427.     {
  7428.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  7429.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7430.     }
  7431.     /**
  7432.      * Gets the private 'session.storage.metadata_bag' shared service.
  7433.      *
  7434.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7435.      *
  7436.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7437.      */
  7438.     protected function getSession_Storage_MetadataBagService()
  7439.     {
  7440.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7441.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  7442.     }
  7443.     /**
  7444.      * Gets the private 'session.storage.native' shared service.
  7445.      *
  7446.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7447.      *
  7448.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  7449.      */
  7450.     protected function getSession_Storage_NativeService()
  7451.     {
  7452.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  7455.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  7456.     }
  7457.     /**
  7458.      * Gets the private 'session_listener' shared service.
  7459.      *
  7460.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7461.      */
  7462.     protected function getSessionListenerService()
  7463.     {
  7464.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7465.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  7466.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7467.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7468.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7469.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  7470.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  7471.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  7472.         ], [
  7473.             'initialized_session' => '?',
  7474.             'logger' => '?',
  7475.             'request_stack' => '?',
  7476.             'session' => '?',
  7477.             'session_collector' => '?',
  7478.             'session_factory' => '?',
  7479.             'session_storage' => '?',
  7480.         ]), true$this->parameters['session.storage.options']);
  7481.     }
  7482.     /**
  7483.      * Gets the private 'translation.extractor' shared service.
  7484.      *
  7485.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7486.      */
  7487.     protected function getTranslation_ExtractorService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7494.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7495.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7496.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7497.         return $instance;
  7498.     }
  7499.     /**
  7500.      * Gets the private 'translation.loader.csv' shared service.
  7501.      *
  7502.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7503.      */
  7504.     protected function getTranslation_Loader_CsvService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7510.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7511.     }
  7512.     /**
  7513.      * Gets the private 'translation.loader.dat' shared service.
  7514.      *
  7515.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7516.      */
  7517.     protected function getTranslation_Loader_DatService()
  7518.     {
  7519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7522.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7523.     }
  7524.     /**
  7525.      * Gets the private 'translation.loader.ini' shared service.
  7526.      *
  7527.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7528.      */
  7529.     protected function getTranslation_Loader_IniService()
  7530.     {
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7535.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7536.     }
  7537.     /**
  7538.      * Gets the private 'translation.loader.json' shared service.
  7539.      *
  7540.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7541.      */
  7542.     protected function getTranslation_Loader_JsonService()
  7543.     {
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7548.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7549.     }
  7550.     /**
  7551.      * Gets the private 'translation.loader.mo' shared service.
  7552.      *
  7553.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7554.      */
  7555.     protected function getTranslation_Loader_MoService()
  7556.     {
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7561.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7562.     }
  7563.     /**
  7564.      * Gets the private 'translation.loader.php' shared service.
  7565.      *
  7566.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7567.      */
  7568.     protected function getTranslation_Loader_PhpService()
  7569.     {
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7574.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7575.     }
  7576.     /**
  7577.      * Gets the private 'translation.loader.po' shared service.
  7578.      *
  7579.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7580.      */
  7581.     protected function getTranslation_Loader_PoService()
  7582.     {
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7587.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7588.     }
  7589.     /**
  7590.      * Gets the private 'translation.loader.qt' shared service.
  7591.      *
  7592.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7593.      */
  7594.     protected function getTranslation_Loader_QtService()
  7595.     {
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7598.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7599.     }
  7600.     /**
  7601.      * Gets the private 'translation.loader.res' shared service.
  7602.      *
  7603.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7604.      */
  7605.     protected function getTranslation_Loader_ResService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7609.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7610.     }
  7611.     /**
  7612.      * Gets the private 'translation.loader.xliff' shared service.
  7613.      *
  7614.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7615.      */
  7616.     protected function getTranslation_Loader_XliffService()
  7617.     {
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7620.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7621.     }
  7622.     /**
  7623.      * Gets the private 'translation.loader.yml' shared service.
  7624.      *
  7625.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7626.      */
  7627.     protected function getTranslation_Loader_YmlService()
  7628.     {
  7629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7633.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7634.     }
  7635.     /**
  7636.      * Gets the private 'translation.provider_collection' shared service.
  7637.      *
  7638.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7639.      */
  7640.     protected function getTranslation_ProviderCollectionService()
  7641.     {
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7644.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7645.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7646.         }, 1), []))->fromConfig([]);
  7647.     }
  7648.     /**
  7649.      * Gets the private 'translation.reader' shared service.
  7650.      *
  7651.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7652.      */
  7653.     protected function getTranslation_ReaderService()
  7654.     {
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7671.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7672.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7673.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7674.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7675.         $instance->addLoader('yaml'$a);
  7676.         $instance->addLoader('yml'$a);
  7677.         $instance->addLoader('xlf'$b);
  7678.         $instance->addLoader('xliff'$b);
  7679.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7680.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7681.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7682.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7683.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7684.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7685.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7686.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7687.         return $instance;
  7688.     }
  7689.     /**
  7690.      * Gets the private 'translation.warmer' shared service.
  7691.      *
  7692.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7693.      */
  7694.     protected function getTranslation_WarmerService()
  7695.     {
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7698.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7699.             'translator' => ['services''translator''getTranslatorService'false],
  7700.         ], [
  7701.             'translator' => '?',
  7702.         ]))->withContext('translation.warmer'$this));
  7703.     }
  7704.     /**
  7705.      * Gets the private 'translation.writer' shared service.
  7706.      *
  7707.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7708.      */
  7709.     protected function getTranslation_WriterService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7725.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7726.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7727.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7728.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7729.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7730.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7731.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7732.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7733.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7734.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7735.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7736.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7737.         return $instance;
  7738.     }
  7739.     /**
  7740.      * Gets the private 'translator.default' shared service.
  7741.      *
  7742.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7743.      */
  7744.     protected function getTranslator_DefaultService()
  7745.     {
  7746.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7747.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7748.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7749.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7750.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7751.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7752.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7753.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7754.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7755.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7756.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7757.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7758.         ], [
  7759.             'translation.loader.csv' => '?',
  7760.             'translation.loader.dat' => '?',
  7761.             'translation.loader.ini' => '?',
  7762.             'translation.loader.json' => '?',
  7763.             'translation.loader.mo' => '?',
  7764.             'translation.loader.php' => '?',
  7765.             'translation.loader.po' => '?',
  7766.             'translation.loader.qt' => '?',
  7767.             'translation.loader.res' => '?',
  7768.             'translation.loader.xliff' => '?',
  7769.             'translation.loader.yml' => '?',
  7770.         ]), 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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ar.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.bg.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.de.yml')], '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).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.es.yml')], '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).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.it.yml')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.nl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pt_BR.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ro.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml')], '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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.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'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/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'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-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/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'=> 'vendor/gregwar/captcha-bundle/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'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  7771.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7772.         $instance->setFallbackLocales([=> 'en']);
  7773.         return $instance;
  7774.     }
  7775.     /**
  7776.      * Gets the private 'twig.command.debug' shared service.
  7777.      *
  7778.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7779.      */
  7780.     protected function getTwig_Command_DebugService()
  7781.     {
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7784.         $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()));
  7785.         $instance->setName('debug:twig');
  7786.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7787.         return $instance;
  7788.     }
  7789.     /**
  7790.      * Gets the private 'twig.command.lint' shared service.
  7791.      *
  7792.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7793.      */
  7794.     protected function getTwig_Command_LintService()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7798.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7799.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7800.         $instance->setName('lint:twig');
  7801.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7802.         return $instance;
  7803.     }
  7804.     /**
  7805.      * Gets the private 'twig.form.engine' shared service.
  7806.      *
  7807.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7808.      */
  7809.     protected function getTwig_Form_EngineService()
  7810.     {
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7814.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7815.         if (isset($this->privates['twig.form.engine'])) {
  7816.             return $this->privates['twig.form.engine'];
  7817.         }
  7818.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7819.     }
  7820.     /**
  7821.      * Gets the private 'twig.form.renderer' shared service.
  7822.      *
  7823.      * @return \Symfony\Component\Form\FormRenderer
  7824.      */
  7825.     protected function getTwig_Form_RendererService()
  7826.     {
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7829.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7830.         if (isset($this->privates['twig.form.renderer'])) {
  7831.             return $this->privates['twig.form.renderer'];
  7832.         }
  7833.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7834.     }
  7835.     /**
  7836.      * Gets the private 'twig.mailer.message_listener' shared service.
  7837.      *
  7838.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7839.      */
  7840.     protected function getTwig_Mailer_MessageListenerService()
  7841.     {
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7845.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7846.         if (isset($this->privates['twig.mailer.message_listener'])) {
  7847.             return $this->privates['twig.mailer.message_listener'];
  7848.         }
  7849.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7850.     }
  7851.     /**
  7852.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7853.      *
  7854.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7855.      */
  7856.     protected function getTwig_Runtime_HttpkernelService()
  7857.     {
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7864.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7865.         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, [
  7866.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7867.         ], [
  7868.             'inline' => '?',
  7869.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7870.     }
  7871.     /**
  7872.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7873.      *
  7874.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7875.      */
  7876.     protected function getTwig_Runtime_SecurityCsrfService()
  7877.     {
  7878.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7879.         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()));
  7880.     }
  7881.     /**
  7882.      * Gets the private 'twig.runtime.serializer' shared service.
  7883.      *
  7884.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7885.      */
  7886.     protected function getTwig_Runtime_SerializerService()
  7887.     {
  7888.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7890.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7891.     }
  7892.     /**
  7893.      * Gets the private 'twig.template_cache_warmer' shared service.
  7894.      *
  7895.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7896.      */
  7897.     protected function getTwig_TemplateCacheWarmerService()
  7898.     {
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7902.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7903.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7904.         ], [
  7905.             'twig' => '?',
  7906.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/templates') => NULL, (\dirname(__DIR__3).'/email') => NULL, (\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')));
  7907.     }
  7908.     /**
  7909.      * Gets the private 'validator.builder' shared service.
  7910.      *
  7911.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7912.      */
  7913.     protected function getValidator_BuilderService()
  7914.     {
  7915.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7916.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7917.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7918.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7919.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7920.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7921.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7922.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7923.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7924.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7925.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7926.         ], [
  7927.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7928.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7929.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7930.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7931.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7932.             'doctrine.orm.validator.unique' => '?',
  7933.             'security.validator.user_password' => '?',
  7934.             'validator.expression' => '?',
  7935.         ])));
  7936.         if ($this->has('translator')) {
  7937.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7938.         }
  7939.         $instance->setTranslationDomain('validators');
  7940.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7941.         $instance->enableAnnotationMapping(true);
  7942.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7943.         $instance->addMethodMapping('loadValidatorMetadata');
  7944.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7945.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7946.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7947.         return $instance;
  7948.     }
  7949.     /**
  7950.      * Gets the private 'validator.email' shared service.
  7951.      *
  7952.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7953.      */
  7954.     protected function getValidator_EmailService()
  7955.     {
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7959.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7960.     }
  7961.     /**
  7962.      * Gets the private 'validator.expression' shared service.
  7963.      *
  7964.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7965.      */
  7966.     protected function getValidator_ExpressionService()
  7967.     {
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7971.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  7972.     }
  7973.     /**
  7974.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7975.      *
  7976.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7977.      */
  7978.     protected function getValidator_Mapping_CacheWarmerService()
  7979.     {
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7983.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7984.     }
  7985.     /**
  7986.      * Gets the private 'validator.not_compromised_password' shared service.
  7987.      *
  7988.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7989.      */
  7990.     protected function getValidator_NotCompromisedPasswordService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7995.         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);
  7996.     }
  7997.     /**
  7998.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7999.      *
  8000.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8001.      */
  8002.     protected function getVarDumper_Command_ServerDumpService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8010.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8011.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8012.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8013.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8014.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8015.         $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()))]);
  8016.         $instance->setName('server:dump');
  8017.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8018.         return $instance;
  8019.     }
  8020.     /**
  8021.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8022.      *
  8023.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8024.      */
  8025.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8026.     {
  8027.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8028.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8029.         return $instance;
  8030.     }
  8031.     /**
  8032.      * Gets the private 'var_dumper.html_dumper' shared service.
  8033.      *
  8034.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8035.      */
  8036.     protected function getVarDumper_HtmlDumperService()
  8037.     {
  8038.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8039.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8040.         return $instance;
  8041.     }
  8042.     /**
  8043.      * Gets the private 'var_dumper.server_connection' shared service.
  8044.      *
  8045.      * @return \Symfony\Component\VarDumper\Server\Connection
  8046.      */
  8047.     protected function getVarDumper_ServerConnectionService()
  8048.     {
  8049.         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()]);
  8050.     }
  8051.     /**
  8052.      * Gets the private 'web_profiler.csp.handler' shared service.
  8053.      *
  8054.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8055.      */
  8056.     protected function getWebProfiler_Csp_HandlerService()
  8057.     {
  8058.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8059.     }
  8060.     /**
  8061.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8062.      *
  8063.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8064.      */
  8065.     protected function getWebProfiler_DebugToolbarService()
  8066.     {
  8067.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8068.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8069.             return $this->privates['web_profiler.debug_toolbar'];
  8070.         }
  8071.         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()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  8072.     }
  8073.     /**
  8074.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  8075.      *
  8076.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  8077.      */
  8078.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  8079.     {
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  8083.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  8084.     }
  8085.     /**
  8086.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  8087.      *
  8088.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  8089.      */
  8090.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  8091.     {
  8092.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8093.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  8094.         ], [
  8095.             '_default' => '?',
  8096.         ]), '_default');
  8097.     }
  8098.     /**
  8099.      * Gets the private 'webpack_encore.exception_listener' shared service.
  8100.      *
  8101.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  8102.      */
  8103.     protected function getWebpackEncore_ExceptionListenerService()
  8104.     {
  8105.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  8106.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  8107.     }
  8108.     /**
  8109.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  8110.      *
  8111.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  8112.      */
  8113.     protected function getWebpackEncore_TagRendererService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  8116.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8117.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  8118.             return $this->privates['webpack_encore.tag_renderer'];
  8119.         }
  8120.         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()), [], [], [], $a);
  8121.     }
  8122.     /**
  8123.      * Gets the public 'cache_clearer' alias.
  8124.      *
  8125.      * @return object The ".container.private.cache_clearer" service.
  8126.      */
  8127.     protected function getCacheClearerService()
  8128.     {
  8129.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8130.         return $this->get('.container.private.cache_clearer');
  8131.     }
  8132.     /**
  8133.      * Gets the public 'filesystem' alias.
  8134.      *
  8135.      * @return object The ".container.private.filesystem" service.
  8136.      */
  8137.     protected function getFilesystemService()
  8138.     {
  8139.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8140.         return $this->get('.container.private.filesystem');
  8141.     }
  8142.     /**
  8143.      * Gets the public 'serializer' alias.
  8144.      *
  8145.      * @return object The ".container.private.serializer" service.
  8146.      */
  8147.     protected function getSerializerService()
  8148.     {
  8149.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8150.         return $this->get('.container.private.serializer');
  8151.     }
  8152.     /**
  8153.      * Gets the public 'security.csrf.token_manager' alias.
  8154.      *
  8155.      * @return object The ".container.private.security.csrf.token_manager" service.
  8156.      */
  8157.     protected function getSecurity_Csrf_TokenManagerService()
  8158.     {
  8159.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8160.         return $this->get('.container.private.security.csrf.token_manager');
  8161.     }
  8162.     /**
  8163.      * Gets the public 'form.factory' alias.
  8164.      *
  8165.      * @return object The ".container.private.form.factory" service.
  8166.      */
  8167.     protected function getForm_FactoryService()
  8168.     {
  8169.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8170.         return $this->get('.container.private.form.factory');
  8171.     }
  8172.     /**
  8173.      * Gets the public 'form.type.file' alias.
  8174.      *
  8175.      * @return object The ".container.private.form.type.file" service.
  8176.      */
  8177.     protected function getForm_Type_FileService()
  8178.     {
  8179.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8180.         return $this->get('.container.private.form.type.file');
  8181.     }
  8182.     /**
  8183.      * Gets the public 'profiler' alias.
  8184.      *
  8185.      * @return object The ".container.private.profiler" service.
  8186.      */
  8187.     protected function getProfilerService()
  8188.     {
  8189.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8190.         return $this->get('.container.private.profiler');
  8191.     }
  8192.     /**
  8193.      * Gets the public 'twig' alias.
  8194.      *
  8195.      * @return object The ".container.private.twig" service.
  8196.      */
  8197.     protected function getTwigService()
  8198.     {
  8199.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8200.         return $this->get('.container.private.twig');
  8201.     }
  8202.     /**
  8203.      * Gets the public 'security.authorization_checker' alias.
  8204.      *
  8205.      * @return object The ".container.private.security.authorization_checker" service.
  8206.      */
  8207.     protected function getSecurity_AuthorizationCheckerService()
  8208.     {
  8209.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8210.         return $this->get('.container.private.security.authorization_checker');
  8211.     }
  8212.     /**
  8213.      * Gets the public 'security.token_storage' alias.
  8214.      *
  8215.      * @return object The ".container.private.security.token_storage" service.
  8216.      */
  8217.     protected function getSecurity_TokenStorageService()
  8218.     {
  8219.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8220.         return $this->get('.container.private.security.token_storage');
  8221.     }
  8222.     /**
  8223.      * Gets the public 'security.password_encoder' alias.
  8224.      *
  8225.      * @return object The ".container.private.security.password_encoder" service.
  8226.      */
  8227.     protected function getSecurity_PasswordEncoderService()
  8228.     {
  8229.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8230.         return $this->get('.container.private.security.password_encoder');
  8231.     }
  8232.     /**
  8233.      * Gets the public 'session' alias.
  8234.      *
  8235.      * @return object The ".container.private.session" service.
  8236.      */
  8237.     protected function getSessionService()
  8238.     {
  8239.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8240.         return $this->get('.container.private.session');
  8241.     }
  8242.     /**
  8243.      * Gets the public 'validator' alias.
  8244.      *
  8245.      * @return object The ".container.private.validator" service.
  8246.      */
  8247.     protected function getValidatorService()
  8248.     {
  8249.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8250.         return $this->get('.container.private.validator');
  8251.     }
  8252.     /**
  8253.      * @return array|bool|float|int|string|\UnitEnum|null
  8254.      */
  8255.     public function getParameter(string $name)
  8256.     {
  8257.         if (isset($this->buildParameters[$name])) {
  8258.             return $this->buildParameters[$name];
  8259.         }
  8260.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  8261.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8262.         }
  8263.         if (isset($this->loadedDynamicParameters[$name])) {
  8264.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8265.         }
  8266.         return $this->parameters[$name];
  8267.     }
  8268.     public function hasParameter(string $name): bool
  8269.     {
  8270.         if (isset($this->buildParameters[$name])) {
  8271.             return true;
  8272.         }
  8273.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  8274.     }
  8275.     public function setParameter(string $name$value): void
  8276.     {
  8277.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8278.     }
  8279.     public function getParameterBag(): ParameterBagInterface
  8280.     {
  8281.         if (null === $this->parameterBag) {
  8282.             $parameters $this->parameters;
  8283.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8284.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8285.             }
  8286.             foreach ($this->buildParameters as $name => $value) {
  8287.                 $parameters[$name] = $value;
  8288.             }
  8289.             $this->parameterBag = new FrozenParameterBag($parameters);
  8290.         }
  8291.         return $this->parameterBag;
  8292.     }
  8293.     private $loadedDynamicParameters = [
  8294.         'kernel.runtime_environment' => false,
  8295.         'kernel.build_dir' => false,
  8296.         'kernel.cache_dir' => false,
  8297.         'kernel.secret' => false,
  8298.         'debug.container.dump' => false,
  8299.         'serializer.mapping.cache.file' => false,
  8300.         'validator.mapping.cache.file' => false,
  8301.         'profiler.storage.dsn' => false,
  8302.         'doctrine.orm.proxy_dir' => false,
  8303.     ];
  8304.     private $dynamicParameters = [];
  8305.     private function getDynamicParameter(string $name)
  8306.     {
  8307.         switch ($name) {
  8308.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8309.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  8310.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8311.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8312.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8313.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8314.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8315.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8316.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8317.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8318.         }
  8319.         $this->loadedDynamicParameters[$name] = true;
  8320.         return $this->dynamicParameters[$name] = $value;
  8321.     }
  8322.     protected function getDefaultParameters(): array
  8323.     {
  8324.         return [
  8325.             'kernel.project_dir' => \dirname(__DIR__4),
  8326.             'kernel.environment' => 'dev',
  8327.             'kernel.debug' => true,
  8328.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8329.             'kernel.bundles' => [
  8330.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8331.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8332.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8333.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8334.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8335.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8336.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8337.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8338.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8339.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8340.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8341.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8342.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  8343.             ],
  8344.             'kernel.bundles_metadata' => [
  8345.                 'FrameworkBundle' => [
  8346.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8347.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8348.                 ],
  8349.                 'TwigBundle' => [
  8350.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8351.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8352.                 ],
  8353.                 'TwigExtraBundle' => [
  8354.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8355.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8356.                 ],
  8357.                 'SensioFrameworkExtraBundle' => [
  8358.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8359.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8360.                 ],
  8361.                 'DoctrineBundle' => [
  8362.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8363.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8364.                 ],
  8365.                 'DoctrineMigrationsBundle' => [
  8366.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8367.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8368.                 ],
  8369.                 'SecurityBundle' => [
  8370.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8371.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8372.                 ],
  8373.                 'WebProfilerBundle' => [
  8374.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8375.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8376.                 ],
  8377.                 'MonologBundle' => [
  8378.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8379.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8380.                 ],
  8381.                 'DebugBundle' => [
  8382.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8383.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8384.                 ],
  8385.                 'MakerBundle' => [
  8386.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8387.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8388.                 ],
  8389.                 'WebpackEncoreBundle' => [
  8390.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8391.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8392.                 ],
  8393.                 'GregwarCaptchaBundle' => [
  8394.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  8395.                     'namespace' => 'Gregwar\\CaptchaBundle',
  8396.                 ],
  8397.             ],
  8398.             'kernel.charset' => 'UTF-8',
  8399.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8400.             'container.dumper.inline_class_loader' => true,
  8401.             'container.dumper.inline_factories' => true,
  8402.             'url.site.eau' => 'https://eau.iti-communication.net',
  8403.             'url.site.eau.interne' => 'https://eau.iti-communication.net',
  8404.             'facture.delai' => 88,
  8405.             'egee.directory' => (\dirname(__DIR__3).'/Interface_Web/WEB_vers_EGEE'),
  8406.             'email.directory' => (\dirname(__DIR__3).'/email'),
  8407.             'password.directory' => (\dirname(__DIR__3).'/password_forgotten'),
  8408.             'payzen.directory' => (\dirname(__DIR__3).'/payzen_trans_id'),
  8409.             'payzen.key' => '4085193595445942',
  8410.             'payzen.site.id' => '84616698',
  8411.             'payzen.ctx.mode' => 'TEST',
  8412.             'event_dispatcher.event_aliases' => [
  8413.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8414.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8415.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8416.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8417.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8418.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8419.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8420.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8421.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8422.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8423.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8424.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8425.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8426.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8427.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8428.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8429.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8430.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8431.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8432.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8433.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8434.             ],
  8435.             'fragment.renderer.hinclude.global_template' => NULL,
  8436.             'fragment.path' => '/_fragment',
  8437.             'kernel.http_method_override' => true,
  8438.             'kernel.trusted_hosts' => [
  8439.             ],
  8440.             'kernel.default_locale' => 'fr',
  8441.             'kernel.enabled_locales' => [
  8442.             ],
  8443.             'kernel.error_controller' => 'error_controller',
  8444.             'debug.file_link_format' => NULL,
  8445.             'asset.request_context.base_path' => NULL,
  8446.             'asset.request_context.secure' => NULL,
  8447.             'translator.logging' => false,
  8448.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8449.             'debug.error_handler.throw_at' => -1,
  8450.             'router.request_context.host' => 'localhost',
  8451.             'router.request_context.scheme' => 'http',
  8452.             'router.request_context.base_url' => '',
  8453.             'router.resource' => 'kernel::loadRoutes',
  8454.             'request_listener.http_port' => 80,
  8455.             'request_listener.https_port' => 443,
  8456.             'session.metadata.storage_key' => '_sf2_meta',
  8457.             'session.storage.options' => [
  8458.                 'cache_limiter' => '0',
  8459.                 'cookie_secure' => 'auto',
  8460.                 'cookie_httponly' => true,
  8461.                 'cookie_samesite' => 'lax',
  8462.                 'gc_probability' => 1,
  8463.             ],
  8464.             'session.save_path' => NULL,
  8465.             'session.metadata.update_threshold' => 0,
  8466.             'form.type_extension.csrf.enabled' => true,
  8467.             'form.type_extension.csrf.field_name' => '_token',
  8468.             'validator.translation_domain' => 'validators',
  8469.             'profiler_listener.only_exceptions' => false,
  8470.             'profiler_listener.only_main_requests' => false,
  8471.             'twig.form.resources' => [
  8472.                 => '@GregwarCaptcha/captcha.html.twig',
  8473.                 => 'form_div_layout.html.twig',
  8474.                 => 'bootstrap_4_layout.html.twig',
  8475.             ],
  8476.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8477.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8478.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8479.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8480.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8481.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8482.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8483.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8484.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8485.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8486.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8487.             'doctrine.entity_managers' => [
  8488.                 'default' => 'doctrine.orm.default_entity_manager',
  8489.             ],
  8490.             'doctrine.default_entity_manager' => 'default',
  8491.             'doctrine.dbal.connection_factory.types' => [
  8492.             ],
  8493.             'doctrine.connections' => [
  8494.                 'default' => 'doctrine.dbal.default_connection',
  8495.             ],
  8496.             'doctrine.default_connection' => 'default',
  8497.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8498.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8499.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8500.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8501.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8502.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8503.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8504.             'doctrine.orm.cache.memcache_port' => 11211,
  8505.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8506.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8507.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8508.             'doctrine.orm.cache.memcached_port' => 11211,
  8509.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8510.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8511.             'doctrine.orm.cache.redis_host' => 'localhost',
  8512.             'doctrine.orm.cache.redis_port' => 6379,
  8513.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8514.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8515.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8516.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8517.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8518.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8519.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8520.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8521.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8522.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8523.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8524.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8525.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8526.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8527.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8528.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8529.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8530.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8531.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8532.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8533.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8534.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8535.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8536.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8537.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8538.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8539.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8540.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8541.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8542.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8543.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8544.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8545.             'doctrine_migrations.name' => 'Application Migrations',
  8546.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  8547.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  8548.             'doctrine_migrations.table_name' => 'migration_versions',
  8549.             'doctrine_migrations.column_name' => 'version',
  8550.             'doctrine_migrations.column_length' => 14,
  8551.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  8552.             'doctrine_migrations.all_or_nothing' => false,
  8553.             'doctrine_migrations.custom_template' => NULL,
  8554.             'doctrine_migrations.organize_migrations' => false,
  8555.             'security.role_hierarchy.roles' => [
  8556.             ],
  8557.             'security.access.denied_url' => NULL,
  8558.             'security.authentication.manager.erase_credentials' => true,
  8559.             'security.authentication.session_strategy.strategy' => 'migrate',
  8560.             'security.access.always_authenticate_before_granting' => false,
  8561.             'security.authentication.hide_user_not_found' => true,
  8562.             'security.firewalls' => [
  8563.                 => 'dev',
  8564.                 => 'admin',
  8565.                 => 'main',
  8566.             ],
  8567.             'security.admin._indexed_authenticators' => [
  8568.             ],
  8569.             'security.main._indexed_authenticators' => [
  8570.             ],
  8571.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8572.             'web_profiler.debug_toolbar.mode' => 2,
  8573.             'monolog.use_microseconds' => true,
  8574.             'monolog.swift_mailer.handlers' => [
  8575.             ],
  8576.             'monolog.handlers_to_channels' => [
  8577.                 'monolog.handler.app' => [
  8578.                     'type' => 'inclusive',
  8579.                     'elements' => [
  8580.                         => 'app',
  8581.                     ],
  8582.                 ],
  8583.                 'monolog.handler.console' => [
  8584.                     'type' => 'exclusive',
  8585.                     'elements' => [
  8586.                         => 'event',
  8587.                         => 'doctrine',
  8588.                         => 'console',
  8589.                     ],
  8590.                 ],
  8591.                 'monolog.handler.main' => [
  8592.                     'type' => 'exclusive',
  8593.                     'elements' => [
  8594.                         => 'event',
  8595.                     ],
  8596.                 ],
  8597.             ],
  8598.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8599.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  8600.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  8601.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  8602.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  8603.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  8604.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  8605.             'gregwar_captcha.config' => [
  8606.                 'length' => 5,
  8607.                 'width' => 130,
  8608.                 'height' => 50,
  8609.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  8610.                 'keep_value' => false,
  8611.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  8612.                 'as_file' => false,
  8613.                 'as_url' => false,
  8614.                 'reload' => false,
  8615.                 'image_folder' => 'captcha',
  8616.                 'web_path' => (\dirname(__DIR__4).'/public'),
  8617.                 'gc_freq' => 100,
  8618.                 'expiration' => 60,
  8619.                 'quality' => 50,
  8620.                 'invalid_message' => 'Bad code value',
  8621.                 'bypass_code' => NULL,
  8622.                 'whitelist_key' => 'captcha_whitelist_key',
  8623.                 'humanity' => 0,
  8624.                 'distortion' => true,
  8625.                 'max_front_lines' => NULL,
  8626.                 'max_behind_lines' => NULL,
  8627.                 'interpolation' => true,
  8628.                 'text_color' => [
  8629.                 ],
  8630.                 'background_color' => [
  8631.                 ],
  8632.                 'background_images' => [
  8633.                 ],
  8634.                 'disabled' => false,
  8635.                 'ignore_all_effects' => false,
  8636.                 'session_key' => 'captcha',
  8637.             ],
  8638.             'gregwar_captcha.config.image_folder' => 'captcha',
  8639.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  8640.             'gregwar_captcha.config.gc_freq' => 100,
  8641.             'gregwar_captcha.config.expiration' => 60,
  8642.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  8643.             'data_collector.templates' => [
  8644.                 'data_collector.request' => [
  8645.                     => 'request',
  8646.                     => '@WebProfiler/Collector/request.html.twig',
  8647.                 ],
  8648.                 'data_collector.time' => [
  8649.                     => 'time',
  8650.                     => '@WebProfiler/Collector/time.html.twig',
  8651.                 ],
  8652.                 'data_collector.memory' => [
  8653.                     => 'memory',
  8654.                     => '@WebProfiler/Collector/memory.html.twig',
  8655.                 ],
  8656.                 'data_collector.validator' => [
  8657.                     => 'validator',
  8658.                     => '@WebProfiler/Collector/validator.html.twig',
  8659.                 ],
  8660.                 'data_collector.ajax' => [
  8661.                     => 'ajax',
  8662.                     => '@WebProfiler/Collector/ajax.html.twig',
  8663.                 ],
  8664.                 'data_collector.form' => [
  8665.                     => 'form',
  8666.                     => '@WebProfiler/Collector/form.html.twig',
  8667.                 ],
  8668.                 'data_collector.exception' => [
  8669.                     => 'exception',
  8670.                     => '@WebProfiler/Collector/exception.html.twig',
  8671.                 ],
  8672.                 'data_collector.logger' => [
  8673.                     => 'logger',
  8674.                     => '@WebProfiler/Collector/logger.html.twig',
  8675.                 ],
  8676.                 'data_collector.events' => [
  8677.                     => 'events',
  8678.                     => '@WebProfiler/Collector/events.html.twig',
  8679.                 ],
  8680.                 'data_collector.router' => [
  8681.                     => 'router',
  8682.                     => '@WebProfiler/Collector/router.html.twig',
  8683.                 ],
  8684.                 'data_collector.cache' => [
  8685.                     => 'cache',
  8686.                     => '@WebProfiler/Collector/cache.html.twig',
  8687.                 ],
  8688.                 'data_collector.translation' => [
  8689.                     => 'translation',
  8690.                     => '@WebProfiler/Collector/translation.html.twig',
  8691.                 ],
  8692.                 'data_collector.security' => [
  8693.                     => 'security',
  8694.                     => '@Security/Collector/security.html.twig',
  8695.                 ],
  8696.                 'data_collector.twig' => [
  8697.                     => 'twig',
  8698.                     => '@WebProfiler/Collector/twig.html.twig',
  8699.                 ],
  8700.                 'data_collector.http_client' => [
  8701.                     => 'http_client',
  8702.                     => '@WebProfiler/Collector/http_client.html.twig',
  8703.                 ],
  8704.                 'data_collector.doctrine' => [
  8705.                     => 'db',
  8706.                     => '@Doctrine/Collector/db.html.twig',
  8707.                 ],
  8708.                 'data_collector.dump' => [
  8709.                     => 'dump',
  8710.                     => '@Debug/Profiler/dump.html.twig',
  8711.                 ],
  8712.                 'mailer.data_collector' => [
  8713.                     => 'mailer',
  8714.                     => '@WebProfiler/Collector/mailer.html.twig',
  8715.                 ],
  8716.                 'data_collector.config' => [
  8717.                     => 'config',
  8718.                     => '@WebProfiler/Collector/config.html.twig',
  8719.                 ],
  8720.             ],
  8721.             'console.command.ids' => [
  8722.             ],
  8723.         ];
  8724.     }
  8725.     protected function throw($message)
  8726.     {
  8727.         throw new RuntimeException($message);
  8728.     }
  8729. }