var/cache/dev/ContainerXu9kVvK/App_KernelDevDebugContainer.php line 9399

Open in your IDE?
  1. <?php
  2. namespace ContainerXu9kVvK;
  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\\DefaultController' => 'getDefaultControllerService',
  47.             'App\\Controller\\ManagerController' => 'getManagerControllerService',
  48.             'App\\Controller\\UserController' => 'getUserControllerService',
  49.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  50.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  51.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  52.             'app.service.sendemailservice' => 'getApp_Service_SendemailserviceService',
  53.             'cache.app' => 'getCache_AppService',
  54.             'cache.app_clearer' => 'getCache_AppClearerService',
  55.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  56.             'cache.system' => 'getCache_SystemService',
  57.             'cache.system_clearer' => 'getCache_SystemClearerService',
  58.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  59.             'cache_warmer' => 'getCacheWarmerService',
  60.             'console.command_loader' => 'getConsole_CommandLoaderService',
  61.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  62.             'data_collector.dump' => 'getDataCollector_DumpService',
  63.             'doctrine' => 'getDoctrineService',
  64.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  65.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  66.             'error_controller' => 'getErrorControllerService',
  67.             'event_dispatcher' => 'getEventDispatcherService',
  68.             'gedmo.listener.blameable' => 'getGedmo_Listener_BlameableService',
  69.             'gedmo.listener.loggable' => 'getGedmo_Listener_LoggableService',
  70.             'gedmo.listener.sluggable' => 'getGedmo_Listener_SluggableService',
  71.             'gedmo.listener.sortable' => 'getGedmo_Listener_SortableService',
  72.             'gedmo.listener.timestampable' => 'getGedmo_Listener_TimestampableService',
  73.             'gedmo.listener.translatable' => 'getGedmo_Listener_TranslatableService',
  74.             'gedmo.listener.tree' => 'getGedmo_Listener_TreeService',
  75.             'http_kernel' => 'getHttpKernelService',
  76.             'request_stack' => 'getRequestStackService',
  77.             'router' => 'getRouterService',
  78.             'routing.loader' => 'getRouting_LoaderService',
  79.             'services_resetter' => 'getServicesResetterService',
  80.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  81.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  82.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  83.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  84.             'translator' => 'getTranslatorService',
  85.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  86.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  87.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  88.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  89.             'cache_clearer' => 'getCacheClearerService',
  90.             'filesystem' => 'getFilesystemService',
  91.             'serializer' => 'getSerializerService',
  92.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  93.             'form.factory' => 'getForm_FactoryService',
  94.             'form.type.file' => 'getForm_Type_FileService',
  95.             'profiler' => 'getProfilerService',
  96.             'twig' => 'getTwigService',
  97.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  98.             'security.token_storage' => 'getSecurity_TokenStorageService',
  99.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  100.             'session' => 'getSessionService',
  101.             'validator' => 'getValidatorService',
  102.         ];
  103.         $this->aliases = [
  104.             'database_connection' => 'doctrine.dbal.default_connection',
  105.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  106.             'mailer' => 'swiftmailer.mailer.default',
  107.         ];
  108.         $this->privates['service_container'] = function () {
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  115.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  117.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleRewriteListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  119.             include_once \dirname(__DIR__4).'/src/EventListener/DoctrineExtensionListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  131.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  160.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  202.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  251.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  252.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  254.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  345.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  415.             include_once \dirname(__DIR__4).'/src/Twig/SlappExtensions.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  430.             include_once __DIR__.'/proxy-classes.php';
  431.         };
  432.     }
  433.     public function compile(): void
  434.     {
  435.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  436.     }
  437.     public function isCompiled(): bool
  438.     {
  439.         return true;
  440.     }
  441.     public function getRemovedIds(): array
  442.     {
  443.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  444.     }
  445.     protected function createProxy($class\Closure $factory)
  446.     {
  447.         return $factory();
  448.     }
  449.     /**
  450.      * Gets the public '.container.private.cache_clearer' shared service.
  451.      *
  452.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  453.      */
  454.     protected function get_Container_Private_CacheClearerService()
  455.     {
  456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  458.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  459.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  460.         }, 1));
  461.     }
  462.     /**
  463.      * Gets the public '.container.private.filesystem' shared service.
  464.      *
  465.      * @return \Symfony\Component\Filesystem\Filesystem
  466.      */
  467.     protected function get_Container_Private_FilesystemService()
  468.     {
  469.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  470.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  471.     }
  472.     /**
  473.      * Gets the public '.container.private.form.factory' shared service.
  474.      *
  475.      * @return \Symfony\Component\Form\FormFactory
  476.      */
  477.     protected function get_Container_Private_Form_FactoryService()
  478.     {
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  481.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  482.     }
  483.     /**
  484.      * Gets the public '.container.private.form.type.file' shared service.
  485.      *
  486.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  487.      */
  488.     protected function get_Container_Private_Form_Type_FileService()
  489.     {
  490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  493.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  494.     }
  495.     /**
  496.      * Gets the public '.container.private.profiler' shared service.
  497.      *
  498.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  499.      */
  500.     protected function get_Container_Private_ProfilerService()
  501.     {
  502.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  503.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  504.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  505.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  507.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  508.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  509.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  510.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  511.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  512.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  513.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  514.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  515.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  516.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  517.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  518.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  519.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  520.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  521.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  522.         if ($this->has('kernel')) {
  523.             $e->setKernel($b);
  524.         }
  525.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  526.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  527.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  528.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  530.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  531.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  532.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  534.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  535.         $instance->add($d);
  536.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  537.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  538.         $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())));
  539.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  540.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  541.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  542.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  543.         $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()))));
  544.         $instance->add($e);
  545.         return $instance;
  546.     }
  547.     /**
  548.      * Gets the public '.container.private.security.authorization_checker' shared service.
  549.      *
  550.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  551.      */
  552.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  553.     {
  554.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  555.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  556.             return $this->services['.container.private.security.authorization_checker'];
  557.         }
  558.         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);
  559.     }
  560.     /**
  561.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  562.      *
  563.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  564.      */
  565.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  566.     {
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  571.         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())));
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.security.password_encoder' shared service.
  575.      *
  576.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  577.      *
  578.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  579.      */
  580.     protected function get_Container_Private_Security_PasswordEncoderService()
  581.     {
  582.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  583.         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()));
  584.     }
  585.     /**
  586.      * Gets the public '.container.private.security.token_storage' shared service.
  587.      *
  588.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  589.      */
  590.     protected function get_Container_Private_Security_TokenStorageService()
  591.     {
  592.         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, [
  593.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  594.         ], [
  595.             'request_stack' => '?',
  596.         ]));
  597.     }
  598.     /**
  599.      * Gets the public '.container.private.serializer' shared service.
  600.      *
  601.      * @return \Symfony\Component\Serializer\Serializer
  602.      */
  603.     protected function get_Container_Private_SerializerService()
  604.     {
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  648.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  649.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  650.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  651.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  652.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  653.         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)], [=> 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()]);
  654.     }
  655.     /**
  656.      * Gets the public '.container.private.session' shared service.
  657.      *
  658.      * @return \Symfony\Component\HttpFoundation\Session\Session
  659.      */
  660.     protected function get_Container_Private_SessionService()
  661.     {
  662.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  663.         if (isset($this->services['.container.private.session'])) {
  664.             return $this->services['.container.private.session'];
  665.         }
  666.         return $this->services['.container.private.session'] = $a->createSession();
  667.     }
  668.     /**
  669.      * Gets the public '.container.private.twig' shared service.
  670.      *
  671.      * @return \Twig\Environment
  672.      */
  673.     protected function get_Container_Private_TwigService()
  674.     {
  675.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  681.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  682.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  685.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  686.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  687.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  688.         $a->addPath((\dirname(__DIR__4).'/templates'));
  689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  692.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  693.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  694.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  695.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  696.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  697.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  698.         $g = ($this->services['router'] ?? $this->getRouterService());
  699.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  700.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  701.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  702.         $j = new \Symfony\Bridge\Twig\AppVariable();
  703.         $j->setEnvironment('dev');
  704.         $j->setDebug(true);
  705.         if ($this->has('.container.private.security.token_storage')) {
  706.             $j->setTokenStorage($h);
  707.         }
  708.         if ($this->has('request_stack')) {
  709.             $j->setRequestStack($d);
  710.         }
  711.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  712.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  716.             return new \EmptyIterator();
  717.         }, 0))));
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  728.         $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())));
  729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  730.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  731.         $instance->addExtension(new \App\Twig\SlappExtensions($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $g$c));
  732.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  733.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  734.         $instance->addGlobal('app'$j);
  735.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  736.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  737.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  738.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  739.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  740.         ], [
  741.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  742.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  743.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  744.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  745.         ])));
  746.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  747.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  748.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  749.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  750.         return $instance;
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.validator' shared service.
  754.      *
  755.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  756.      */
  757.     protected function get_Container_Private_ValidatorService()
  758.     {
  759.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  760.     }
  761.     /**
  762.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  763.      *
  764.      * @return \App\Controller\DefaultController
  765.      */
  766.     protected function getDefaultControllerService()
  767.     {
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  769.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  770.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  771.         $instance->setContainer(($this->privates['.service_locator.1P7cBem'] ?? $this->get_ServiceLocator_1P7cBemService())->withContext('App\\Controller\\DefaultController'$this));
  772.         return $instance;
  773.     }
  774.     /**
  775.      * Gets the public 'App\Controller\ManagerController' shared autowired service.
  776.      *
  777.      * @return \App\Controller\ManagerController
  778.      */
  779.     protected function getManagerControllerService()
  780.     {
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  782.         include_once \dirname(__DIR__4).'/src/Controller/ManagerController.php';
  783.         $this->services['App\\Controller\\ManagerController'] = $instance = new \App\Controller\ManagerController();
  784.         $instance->setContainer(($this->privates['.service_locator.1P7cBem'] ?? $this->get_ServiceLocator_1P7cBemService())->withContext('App\\Controller\\ManagerController'$this));
  785.         return $instance;
  786.     }
  787.     /**
  788.      * Gets the public 'App\Controller\UserController' shared autowired service.
  789.      *
  790.      * @return \App\Controller\UserController
  791.      */
  792.     protected function getUserControllerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  795.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  796.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(\dirname(__DIR__4), ($this->services['translator'] ?? $this->getTranslatorService()));
  797.         $instance->setContainer(($this->privates['.service_locator.1P7cBem'] ?? $this->get_ServiceLocator_1P7cBemService())->withContext('App\\Controller\\UserController'$this));
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  802.      *
  803.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  804.      */
  805.     protected function getProfilerControllerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  808.         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()));
  809.     }
  810.     /**
  811.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  812.      *
  813.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  814.      */
  815.     protected function getRedirectControllerService()
  816.     {
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  818.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  819.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  820.     }
  821.     /**
  822.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  823.      *
  824.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  825.      */
  826.     protected function getTemplateControllerService()
  827.     {
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  829.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  830.     }
  831.     /**
  832.      * Gets the public 'app.service.sendemailservice' shared autowired service.
  833.      *
  834.      * @return \App\Services\SendEmailService
  835.      */
  836.     protected function getApp_Service_SendemailserviceService()
  837.     {
  838.         include_once \dirname(__DIR__4).'/src/Services/SendEmailService.php';
  839.         return $this->services['app.service.sendemailservice'] = new \App\Services\SendEmailService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  840.     }
  841.     /**
  842.      * Gets the public 'cache.app' shared service.
  843.      *
  844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  845.      */
  846.     protected function getCache_AppService()
  847.     {
  848.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gdg6ZYRAZb'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  849.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  850.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  851.     }
  852.     /**
  853.      * Gets the public 'cache.app_clearer' shared service.
  854.      *
  855.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  856.      */
  857.     protected function getCache_AppClearerService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  861.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  862.     }
  863.     /**
  864.      * Gets the public 'cache.global_clearer' shared service.
  865.      *
  866.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  867.      */
  868.     protected function getCache_GlobalClearerService()
  869.     {
  870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  872.         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())]);
  873.     }
  874.     /**
  875.      * Gets the public 'cache.system' shared service.
  876.      *
  877.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  878.      */
  879.     protected function getCache_SystemService()
  880.     {
  881.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3qkF5bPzGQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  882.     }
  883.     /**
  884.      * Gets the public 'cache.system_clearer' shared service.
  885.      *
  886.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  887.      */
  888.     protected function getCache_SystemClearerService()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  892.         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())]);
  893.     }
  894.     /**
  895.      * Gets the public 'cache.validator_expression_language' shared service.
  896.      *
  897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  898.      */
  899.     protected function getCache_ValidatorExpressionLanguageService()
  900.     {
  901.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YxnUcFCuJm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  902.     }
  903.     /**
  904.      * Gets the public 'cache_warmer' shared service.
  905.      *
  906.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  907.      */
  908.     protected function getCacheWarmerService()
  909.     {
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  912.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  913.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  914.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  915.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  916.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  917.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  918.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  919.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  920.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  921.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  922.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  923.     }
  924.     /**
  925.      * Gets the public 'console.command_loader' shared service.
  926.      *
  927.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  928.      */
  929.     protected function getConsole_CommandLoaderService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  933.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  934.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  935.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  936.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  937.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  938.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  939.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  940.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  941.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  942.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  943.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  944.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  945.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  946.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  947.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  948.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  949.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  950.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  951.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  952.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  953.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  954.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  955.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  956.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  957.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  958.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  959.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  960.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  961.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  962.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  963.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  964.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  965.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  966.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  967.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  968.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  969.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  970.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  971.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  972.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  973.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  974.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  975.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  976.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  977.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  978.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  979.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  980.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  981.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  982.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  983.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  984.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  985.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  986.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  987.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  988.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  989.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  990.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  991.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  992.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  993.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  994.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  995.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  996.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  997.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  998.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  999.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1000.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1001.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1002.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1003.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1004.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1005.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1006.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1007.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1008.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1009.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1010.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1011.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1012.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1013.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1014.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1015.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1016.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1017.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1018.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1019.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1020.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1021.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1022.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1023.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1024.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1025.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1026.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1027.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1028.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1029.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1030.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1031.         ], [
  1032.             'console.command.about' => '?',
  1033.             'console.command.assets_install' => '?',
  1034.             'console.command.cache_clear' => '?',
  1035.             'console.command.cache_pool_clear' => '?',
  1036.             'console.command.cache_pool_prune' => '?',
  1037.             'console.command.cache_pool_delete' => '?',
  1038.             'console.command.cache_pool_list' => '?',
  1039.             'console.command.cache_warmup' => '?',
  1040.             'console.command.config_debug' => '?',
  1041.             'console.command.config_dump_reference' => '?',
  1042.             'console.command.container_debug' => '?',
  1043.             'console.command.container_lint' => '?',
  1044.             'console.command.debug_autowiring' => '?',
  1045.             'console.command.dotenv_debug' => '?',
  1046.             'console.command.event_dispatcher_debug' => '?',
  1047.             'console.command.router_debug' => '?',
  1048.             'console.command.router_match' => '?',
  1049.             'console.command.translation_debug' => '?',
  1050.             'console.command.translation_extract' => '?',
  1051.             'console.command.validator_debug' => '?',
  1052.             'console.command.translation_pull' => '?',
  1053.             'console.command.translation_push' => '?',
  1054.             'console.command.xliff_lint' => '?',
  1055.             'console.command.yaml_lint' => '?',
  1056.             'console.command.form_debug' => '?',
  1057.             'console.command.secrets_set' => '?',
  1058.             'console.command.secrets_remove' => '?',
  1059.             'console.command.secrets_generate_key' => '?',
  1060.             'console.command.secrets_list' => '?',
  1061.             'console.command.secrets_decrypt_to_local' => '?',
  1062.             'console.command.secrets_encrypt_from_local' => '?',
  1063.             'twig.command.debug' => '?',
  1064.             'twig.command.lint' => '?',
  1065.             'var_dumper.command.server_dump' => '?',
  1066.             'monolog.command.server_log' => '?',
  1067.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1068.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1069.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1070.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1071.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1072.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1073.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1074.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1075.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1076.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1077.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1078.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1079.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1080.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1081.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1082.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1083.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1084.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1085.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1086.             'doctrine_migrations.diff_command' => '?',
  1087.             'doctrine_migrations.sync_metadata_command' => '?',
  1088.             'doctrine_migrations.versions_command' => '?',
  1089.             'doctrine_migrations.current_command' => '?',
  1090.             'doctrine_migrations.dump_schema_command' => '?',
  1091.             'doctrine_migrations.execute_command' => '?',
  1092.             'doctrine_migrations.generate_command' => '?',
  1093.             'doctrine_migrations.latest_command' => '?',
  1094.             'doctrine_migrations.migrate_command' => '?',
  1095.             'doctrine_migrations.rollup_command' => '?',
  1096.             'doctrine_migrations.status_command' => '?',
  1097.             'doctrine_migrations.up_to_date_command' => '?',
  1098.             'doctrine_migrations.version_command' => '?',
  1099.             'security.command.debug_firewall' => '?',
  1100.             'security.command.user_password_encoder' => '?',
  1101.             'security.command.user_password_hash' => '?',
  1102.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1103.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1104.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1105.             'maker.auto_command.make_auth' => '?',
  1106.             'maker.auto_command.make_command' => '?',
  1107.             'maker.auto_command.make_twig_component' => '?',
  1108.             'maker.auto_command.make_controller' => '?',
  1109.             'maker.auto_command.make_crud' => '?',
  1110.             'maker.auto_command.make_docker_database' => '?',
  1111.             'maker.auto_command.make_entity' => '?',
  1112.             'maker.auto_command.make_fixtures' => '?',
  1113.             'maker.auto_command.make_form' => '?',
  1114.             'maker.auto_command.make_message' => '?',
  1115.             'maker.auto_command.make_messenger_middleware' => '?',
  1116.             'maker.auto_command.make_registration_form' => '?',
  1117.             'maker.auto_command.make_reset_password' => '?',
  1118.             'maker.auto_command.make_serializer_encoder' => '?',
  1119.             'maker.auto_command.make_serializer_normalizer' => '?',
  1120.             'maker.auto_command.make_subscriber' => '?',
  1121.             'maker.auto_command.make_twig_extension' => '?',
  1122.             'maker.auto_command.make_test' => '?',
  1123.             'maker.auto_command.make_validator' => '?',
  1124.             'maker.auto_command.make_voter' => '?',
  1125.             'maker.auto_command.make_user' => '?',
  1126.             'maker.auto_command.make_migration' => '?',
  1127.             'maker.auto_command.make_stimulus_controller' => '?',
  1128.             'maker.auto_command.make_security_form_login' => '?',
  1129.         ]), ['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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''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']);
  1130.     }
  1131.     /**
  1132.      * Gets the public 'container.env_var_processors_locator' shared service.
  1133.      *
  1134.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1135.      */
  1136.     protected function getContainer_EnvVarProcessorsLocatorService()
  1137.     {
  1138.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1139.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1140.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1141.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1142.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1143.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1144.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1145.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1146.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1147.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1148.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1149.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1150.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1151.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1152.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1153.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1154.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1155.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1156.         ], [
  1157.             'base64' => '?',
  1158.             'bool' => '?',
  1159.             'const' => '?',
  1160.             'csv' => '?',
  1161.             'default' => '?',
  1162.             'file' => '?',
  1163.             'float' => '?',
  1164.             'int' => '?',
  1165.             'json' => '?',
  1166.             'key' => '?',
  1167.             'not' => '?',
  1168.             'query_string' => '?',
  1169.             'require' => '?',
  1170.             'resolve' => '?',
  1171.             'string' => '?',
  1172.             'trim' => '?',
  1173.             'url' => '?',
  1174.         ]);
  1175.     }
  1176.     /**
  1177.      * Gets the public 'data_collector.dump' shared service.
  1178.      *
  1179.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1180.      */
  1181.     protected function getDataCollector_DumpService()
  1182.     {
  1183.         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()));
  1184.     }
  1185.     /**
  1186.      * Gets the public 'doctrine' shared service.
  1187.      *
  1188.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1189.      */
  1190.     protected function getDoctrineService()
  1191.     {
  1192.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1193.     }
  1194.     /**
  1195.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1196.      *
  1197.      * @return \Doctrine\DBAL\Connection
  1198.      */
  1199.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1200.     {
  1201.         $a = new \Doctrine\DBAL\Configuration();
  1202.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1203.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1204.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1205.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1206.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1207.         $c->setConnectionName('default');
  1208.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1209.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1210.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1211.     }
  1212.     /**
  1213.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1214.      *
  1215.      * @return \Doctrine\ORM\EntityManager
  1216.      */
  1217.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1218.     {
  1219.         if ($lazyLoad) {
  1220.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1221.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1222.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1223.                     $proxy->setProxyInitializer(null);
  1224.                     return true;
  1225.                 });
  1226.             });
  1227.         }
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1245.         $a = new \Doctrine\ORM\Configuration();
  1246.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1247.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1248.         $b->addDriver($c'App\\Entity');
  1249.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1250.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  1251.         $a->setEntityNamespaces(['App' => 'App\\Entity''Gedmo' => 'Gedmo\\Loggable\\Entity']);
  1252.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1253.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1254.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1255.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1256.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1257.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1258.         ], [
  1259.             'doctrine.ulid_generator' => '?',
  1260.             'doctrine.uuid_generator' => '?',
  1261.         ])));
  1262.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1263.         $a->setProxyNamespace('Proxies');
  1264.         $a->setAutoGenerateProxyClasses(true);
  1265.         $a->setSchemaIgnoreClasses([]);
  1266.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1267.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1268.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1269.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1270.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1271.         $a->setLazyGhostObjectEnabled(false);
  1272.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1273.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1274.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1275.         return $instance;
  1276.     }
  1277.     /**
  1278.      * Gets the public 'error_controller' shared service.
  1279.      *
  1280.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1281.      */
  1282.     protected function getErrorControllerService()
  1283.     {
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1289.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1290.         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)));
  1291.     }
  1292.     /**
  1293.      * Gets the public 'event_dispatcher' shared service.
  1294.      *
  1295.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1296.      */
  1297.     protected function getEventDispatcherService()
  1298.     {
  1299.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1300.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1301.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1302.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1303.         $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())));
  1304.         $instance->addListener('security.switch_user', [=> function () {
  1305.             return ($this->privates['appbundle.eventlisteners.switchuserlistener'] ?? $this->getAppbundle_Eventlisteners_SwitchuserlistenerService());
  1306.         }, => 'onSwitchUser'], 0);
  1307.         $instance->addListener('kernel.request', [=> function () {
  1308.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1309.         }, => 'onLateKernelRequest'], -10);
  1310.         $instance->addListener('kernel.request', [=> function () {
  1311.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1312.         }, => 'onKernelRequest'], 0);
  1313.         $instance->addListener('console.command', [=> function () {
  1314.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1315.         }, => 'onConsoleCommand'], -10);
  1316.         $instance->addListener('kernel.controller', [=> function () {
  1317.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1318.         }, => 'onKernelController'], 0);
  1319.         $instance->addListener('kernel.request', [=> function () {
  1320.             return ($this->privates['App\\EventListener\\LocaleRewriteListener'] ?? $this->getLocaleRewriteListenerService());
  1321.         }, => 'onKernelRequest'], 1);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['appbundle.eventlisteners.localerewritelistener'] ?? $this->getAppbundle_Eventlisteners_LocalerewritelistenerService());
  1324.         }, => 'onKernelRequest'], 1);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1327.         }, => 'onKernelResponse'], 0);
  1328.         $instance->addListener('kernel.response', [=> function () {
  1329.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1330.         }, => 'onKernelResponse'], -1024);
  1331.         $instance->addListener('kernel.request', [=> function () {
  1332.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1333.         }, => 'setDefaultLocale'], 100);
  1334.         $instance->addListener('kernel.request', [=> function () {
  1335.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1336.         }, => 'onKernelRequest'], 16);
  1337.         $instance->addListener('kernel.finish_request', [=> function () {
  1338.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1339.         }, => 'onKernelFinishRequest'], 0);
  1340.         $instance->addListener('kernel.request', [=> function () {
  1341.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1342.         }, => 'onKernelRequest'], 256);
  1343.         $instance->addListener('kernel.response', [=> function () {
  1344.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1345.         }, => 'onResponse'], -255);
  1346.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1347.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1348.         }, => 'onControllerArguments'], 0);
  1349.         $instance->addListener('kernel.exception', [=> function () {
  1350.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1351.         }, => 'logKernelException'], 0);
  1352.         $instance->addListener('kernel.exception', [=> function () {
  1353.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1354.         }, => 'onKernelException'], -128);
  1355.         $instance->addListener('kernel.response', [=> function () {
  1356.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1357.         }, => 'removeCspHeader'], -128);
  1358.         $instance->addListener('kernel.request', [=> function () {
  1359.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1360.         }, => 'onKernelRequest'], 15);
  1361.         $instance->addListener('kernel.finish_request', [=> function () {
  1362.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1363.         }, => 'onKernelFinishRequest'], -15);
  1364.         $instance->addListener('console.error', [=> function () {
  1365.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1366.         }, => 'onConsoleError'], -128);
  1367.         $instance->addListener('console.terminate', [=> function () {
  1368.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1369.         }, => 'onConsoleTerminate'], -128);
  1370.         $instance->addListener('console.error', [=> function () {
  1371.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1372.         }, => 'onConsoleError'], 0);
  1373.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1374.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1375.         }, => 'onMessage'], -255);
  1376.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1377.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1378.         }, => 'onMessage'], -255);
  1379.         $instance->addListener('kernel.request', [=> function () {
  1380.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1381.         }, => 'configure'], 2048);
  1382.         $instance->addListener('console.command', [=> function () {
  1383.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1384.         }, => 'configure'], 2048);
  1385.         $instance->addListener('kernel.request', [=> function () {
  1386.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1387.         }, => 'onKernelRequest'], 32);
  1388.         $instance->addListener('kernel.finish_request', [=> function () {
  1389.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1390.         }, => 'onKernelFinishRequest'], 0);
  1391.         $instance->addListener('kernel.exception', [=> function () {
  1392.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1393.         }, => 'onKernelException'], -64);
  1394.         $instance->addListener('kernel.response', [=> function () {
  1395.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1396.         }, => 'onKernelResponse'], 0);
  1397.         $instance->addListener('kernel.request', [=> function () {
  1398.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1399.         }, => 'onKernelRequest'], 128);
  1400.         $instance->addListener('kernel.response', [=> function () {
  1401.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1402.         }, => 'onKernelResponse'], -1000);
  1403.         $instance->addListener('kernel.finish_request', [=> function () {
  1404.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1405.         }, => 'onFinishRequest'], 0);
  1406.         $instance->addListener('kernel.response', [=> function () {
  1407.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1408.         }, => 'onKernelResponse'], -100);
  1409.         $instance->addListener('kernel.exception', [=> function () {
  1410.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1411.         }, => 'onKernelException'], 0);
  1412.         $instance->addListener('kernel.terminate', [=> function () {
  1413.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1414.         }, => 'onKernelTerminate'], -1024);
  1415.         $instance->addListener('kernel.controller', [=> function () {
  1416.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1417.         }, => 'onKernelController'], 0);
  1418.         $instance->addListener('kernel.response', [=> function () {
  1419.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1420.         }, => 'onKernelResponse'], 0);
  1421.         $instance->addListener('kernel.controller', [=> function () {
  1422.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1423.         }, => 'onKernelController'], 0);
  1424.         $instance->addListener('kernel.controller', [=> function () {
  1425.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1426.         }, => 'onKernelController'], 0);
  1427.         $instance->addListener('kernel.controller', [=> function () {
  1428.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1429.         }, => 'onKernelController'], -128);
  1430.         $instance->addListener('kernel.view', [=> function () {
  1431.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1432.         }, => 'onKernelView'], 0);
  1433.         $instance->addListener('kernel.controller', [=> function () {
  1434.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1435.         }, => 'onKernelController'], 0);
  1436.         $instance->addListener('kernel.response', [=> function () {
  1437.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1438.         }, => 'onKernelResponse'], 0);
  1439.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1440.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1441.         }, => 'onKernelControllerArguments'], 0);
  1442.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1443.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1444.         }, => 'onKernelControllerArguments'], 0);
  1445.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1446.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1447.         }, => 'onMessage'], 0);
  1448.         $instance->addListener('kernel.response', [=> function () {
  1449.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1450.         }, => 'onKernelResponse'], -128);
  1451.         $instance->addListener('console.command', [=> function () {
  1452.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1453.         }, => 'onCommand'], 255);
  1454.         $instance->addListener('console.terminate', [=> function () {
  1455.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1456.         }, => 'onTerminate'], -255);
  1457.         $instance->addListener('console.command', [=> function () {
  1458.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1459.         }, => 'configure'], 1024);
  1460.         $instance->addListener('console.error', [=> function () {
  1461.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1462.         }, => 'onConsoleError'], 0);
  1463.         $instance->addListener('console.terminate', [=> function () {
  1464.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1465.         }, => 'onConsoleTerminate'], 0);
  1466.         $instance->addListener('kernel.response', [=> function () {
  1467.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1468.         }, => 'onKernelResponse'], 0);
  1469.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1470.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1471.         }, => 'onVoterVote'], 0);
  1472.         $instance->addListener('kernel.request', [=> function () {
  1473.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1474.         }, => 'configureLogoutUrlGenerator'], 8);
  1475.         $instance->addListener('kernel.request', [=> function () {
  1476.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1477.         }, => 'onKernelRequest'], 8);
  1478.         $instance->addListener('kernel.finish_request', [=> function () {
  1479.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1480.         }, => 'onKernelFinishRequest'], 0);
  1481.         $instance->addListener('kernel.exception', [=> function () {
  1482.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1483.         }, => 'onException'], 0);
  1484.         $instance->addListener('kernel.terminate', [=> function () {
  1485.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1486.         }, => 'onTerminate'], 0);
  1487.         $instance->addListener('console.error', [=> function () {
  1488.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1489.         }, => 'onException'], 0);
  1490.         $instance->addListener('console.terminate', [=> function () {
  1491.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1492.         }, => 'onTerminate'], 0);
  1493.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1494.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1495.         }, => 'onLogout'], 0);
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the public 'gedmo.listener.blameable' shared autowired service.
  1500.      *
  1501.      * @return \Gedmo\Blameable\BlameableListener
  1502.      */
  1503.     protected function getGedmo_Listener_BlameableService()
  1504.     {
  1505.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  1509.         $this->services['gedmo.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  1510.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1511.         return $instance;
  1512.     }
  1513.     /**
  1514.      * Gets the public 'gedmo.listener.loggable' shared autowired service.
  1515.      *
  1516.      * @return \Gedmo\Loggable\LoggableListener
  1517.      */
  1518.     protected function getGedmo_Listener_LoggableService()
  1519.     {
  1520.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1523.         $this->services['gedmo.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  1524.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1525.         return $instance;
  1526.     }
  1527.     /**
  1528.      * Gets the public 'gedmo.listener.sluggable' shared autowired service.
  1529.      *
  1530.      * @return \Gedmo\Sluggable\SluggableListener
  1531.      */
  1532.     protected function getGedmo_Listener_SluggableService()
  1533.     {
  1534.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  1537.         $this->services['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  1538.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the public 'gedmo.listener.sortable' shared autowired service.
  1543.      *
  1544.      * @return \Gedmo\Sortable\SortableListener
  1545.      */
  1546.     protected function getGedmo_Listener_SortableService()
  1547.     {
  1548.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  1551.         $this->services['gedmo.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  1552.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1553.         return $instance;
  1554.     }
  1555.     /**
  1556.      * Gets the public 'gedmo.listener.timestampable' shared autowired service.
  1557.      *
  1558.      * @return \Gedmo\Timestampable\TimestampableListener
  1559.      */
  1560.     protected function getGedmo_Listener_TimestampableService()
  1561.     {
  1562.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1565.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  1566.         $this->services['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  1567.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1568.         return $instance;
  1569.     }
  1570.     /**
  1571.      * Gets the public 'gedmo.listener.translatable' shared autowired service.
  1572.      *
  1573.      * @return \Gedmo\Translatable\TranslatableListener
  1574.      */
  1575.     protected function getGedmo_Listener_TranslatableService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  1580.         $this->services['gedmo.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  1581.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1582.         $instance->setDefaultLocale('fr');
  1583.         $instance->setTranslationFallback(false);
  1584.         return $instance;
  1585.     }
  1586.     /**
  1587.      * Gets the public 'gedmo.listener.tree' shared autowired service.
  1588.      *
  1589.      * @return \Gedmo\Tree\TreeListener
  1590.      */
  1591.     protected function getGedmo_Listener_TreeService()
  1592.     {
  1593.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1595.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  1596.         $this->services['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  1597.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the public 'http_kernel' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1604.      */
  1605.     protected function getHttpKernelService()
  1606.     {
  1607.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1608.         if (isset($this->services['http_kernel'])) {
  1609.             return $this->services['http_kernel'];
  1610.         }
  1611.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1612.         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 () {
  1613.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1614.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1615.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1616.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1617.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1618.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1619.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1620.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1621.         }, 8)), $b));
  1622.     }
  1623.     /**
  1624.      * Gets the public 'request_stack' shared service.
  1625.      *
  1626.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1627.      */
  1628.     protected function getRequestStackService()
  1629.     {
  1630.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1631.     }
  1632.     /**
  1633.      * Gets the public 'router' shared service.
  1634.      *
  1635.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1636.      */
  1637.     protected function getRouterService()
  1638.     {
  1639.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1640.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1641.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1642.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1643.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1644.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1645.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1646.         ], [
  1647.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1648.         ]))->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');
  1649.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1650.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1651.         return $instance;
  1652.     }
  1653.     /**
  1654.      * Gets the public 'routing.loader' shared service.
  1655.      *
  1656.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1657.      */
  1658.     protected function getRouting_LoaderService()
  1659.     {
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1672.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1679.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1680.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1684.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1685.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1686.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1687.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1688.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1689.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1690.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1691.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1692.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1693.             'kernel' => ['services''kernel''getKernelService'false],
  1694.         ], [
  1695.             'kernel' => 'App\\Kernel',
  1696.         ]), 'dev'));
  1697.         $a->addLoader($c);
  1698.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1699.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1700.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1701.     }
  1702.     /**
  1703.      * Gets the public 'services_resetter' shared service.
  1704.      *
  1705.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1706.      */
  1707.     protected function getServicesResetterService()
  1708.     {
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1710.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1711.             if (isset($this->services['cache.app'])) {
  1712.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1713.             }
  1714.             if (isset($this->services['cache.system'])) {
  1715.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1716.             }
  1717.             if (isset($this->privates['cache.validator'])) {
  1718.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1719.             }
  1720.             if (isset($this->privates['cache.serializer'])) {
  1721.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1722.             }
  1723.             if (isset($this->privates['cache.annotations'])) {
  1724.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1725.             }
  1726.             if (isset($this->privates['cache.property_info'])) {
  1727.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1728.             }
  1729.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1730.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1731.             }
  1732.             if (isset($this->privates['debug.stopwatch'])) {
  1733.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1734.             }
  1735.             if (isset($this->services['event_dispatcher'])) {
  1736.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1737.             }
  1738.             if (isset($this->privates['session_listener'])) {
  1739.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1740.             }
  1741.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1742.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1743.             }
  1744.             if (isset($this->services['cache.validator_expression_language'])) {
  1745.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1746.             }
  1747.             if (isset($this->services['.container.private.profiler'])) {
  1748.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1749.             }
  1750.             if (isset($this->services['.container.private.validator'])) {
  1751.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1752.             }
  1753.             if (isset($this->privates['twig.form.engine'])) {
  1754.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1755.             }
  1756.             if (isset($this->privates['monolog.handler.main'])) {
  1757.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1758.             }
  1759.             if (isset($this->privates['monolog.handler.console'])) {
  1760.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1761.             }
  1762.             if (isset($this->services['doctrine'])) {
  1763.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1764.             }
  1765.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  1766.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1767.             }
  1768.             if (isset($this->privates['form.type.entity'])) {
  1769.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1770.             }
  1771.             if (isset($this->services['.container.private.security.token_storage'])) {
  1772.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1773.             }
  1774.             if (isset($this->privates['cache.security_expression_language'])) {
  1775.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1776.             }
  1777.             if (isset($this->privates['debug.security.firewall'])) {
  1778.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1779.             }
  1780.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1781.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1782.             }
  1783.         }, function () {
  1784.             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['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->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (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['swiftmailer.email_sender.listener']));
  1785.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> '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.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  1786.     }
  1787.     /**
  1788.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1789.      *
  1790.      * @return \Swift_Mailer
  1791.      */
  1792.     protected function getSwiftmailer_Mailer_DefaultService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1795.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1796.     }
  1797.     /**
  1798.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1799.      *
  1800.      * @return \Swift_Plugins_MessageLogger
  1801.      */
  1802.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1803.     {
  1804.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1805.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1807.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1808.     }
  1809.     /**
  1810.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1811.      *
  1812.      * @return \Swift_Transport
  1813.      */
  1814.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1815.     {
  1816.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1817.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1819.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1820.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1821.     }
  1822.     /**
  1823.      * Gets the public 'swiftmailer.transport' shared service.
  1824.      *
  1825.      * @return \Swift_Transport_SpoolTransport
  1826.      */
  1827.     protected function getSwiftmailer_TransportService()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1838.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  1839.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'translator' shared service.
  1844.      *
  1845.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1846.      */
  1847.     protected function getTranslatorService()
  1848.     {
  1849.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1850.     }
  1851.     /**
  1852.      * Gets the public 'var_dumper.cloner' shared service.
  1853.      *
  1854.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1855.      */
  1856.     protected function getVarDumper_ClonerService()
  1857.     {
  1858.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1859.         $instance->setMaxItems(2500);
  1860.         $instance->setMinDepth(1);
  1861.         $instance->setMaxString(-1);
  1862.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1863.         return $instance;
  1864.     }
  1865.     /**
  1866.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1867.      *
  1868.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1869.      */
  1870.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1871.     {
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1873.         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()));
  1874.     }
  1875.     /**
  1876.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1877.      *
  1878.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1879.      */
  1880.     protected function getWebProfiler_Controller_ProfilerService()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1883.         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));
  1884.     }
  1885.     /**
  1886.      * Gets the public 'web_profiler.controller.router' shared service.
  1887.      *
  1888.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1889.      */
  1890.     protected function getWebProfiler_Controller_RouterService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1893.         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 () {
  1894.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1895.         }, 1));
  1896.     }
  1897.     /**
  1898.      * Gets the private '.console.command.about.lazy' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\Console\Command\LazyCommand
  1901.      */
  1902.     protected function get_Console_Command_About_LazyService()
  1903.     {
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1906.         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 {
  1907.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1908.         });
  1909.     }
  1910.     /**
  1911.      * Gets the private '.console.command.assets_install.lazy' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\Console\Command\LazyCommand
  1914.      */
  1915.     protected function get_Console_Command_AssetsInstall_LazyService()
  1916.     {
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1919.         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 {
  1920.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1921.         });
  1922.     }
  1923.     /**
  1924.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Console\Command\LazyCommand
  1927.      */
  1928.     protected function get_Console_Command_CacheClear_LazyService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1932.         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 {
  1933.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1934.         });
  1935.     }
  1936.     /**
  1937.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\Console\Command\LazyCommand
  1940.      */
  1941.     protected function get_Console_Command_CachePoolClear_LazyService()
  1942.     {
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1945.         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 {
  1946.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1947.         });
  1948.     }
  1949.     /**
  1950.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Console\Command\LazyCommand
  1953.      */
  1954.     protected function get_Console_Command_CachePoolDelete_LazyService()
  1955.     {
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1958.         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 {
  1959.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  1960.         });
  1961.     }
  1962.     /**
  1963.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\Console\Command\LazyCommand
  1966.      */
  1967.     protected function get_Console_Command_CachePoolList_LazyService()
  1968.     {
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1971.         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 {
  1972.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  1973.         });
  1974.     }
  1975.     /**
  1976.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  1977.      *
  1978.      * @return \Symfony\Component\Console\Command\LazyCommand
  1979.      */
  1980.     protected function get_Console_Command_CachePoolPrune_LazyService()
  1981.     {
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1984.         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 {
  1985.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  1986.         });
  1987.     }
  1988.     /**
  1989.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\Console\Command\LazyCommand
  1992.      */
  1993.     protected function get_Console_Command_CacheWarmup_LazyService()
  1994.     {
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  1997.         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 {
  1998.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  1999.         });
  2000.     }
  2001.     /**
  2002.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2003.      *
  2004.      * @return \Symfony\Component\Console\Command\LazyCommand
  2005.      */
  2006.     protected function get_Console_Command_ConfigDebug_LazyService()
  2007.     {
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2010.         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 {
  2011.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2012.         });
  2013.     }
  2014.     /**
  2015.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2016.      *
  2017.      * @return \Symfony\Component\Console\Command\LazyCommand
  2018.      */
  2019.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2023.         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 {
  2024.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2025.         });
  2026.     }
  2027.     /**
  2028.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2029.      *
  2030.      * @return \Symfony\Component\Console\Command\LazyCommand
  2031.      */
  2032.     protected function get_Console_Command_ContainerDebug_LazyService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2036.         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 {
  2037.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2038.         });
  2039.     }
  2040.     /**
  2041.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2042.      *
  2043.      * @return \Symfony\Component\Console\Command\LazyCommand
  2044.      */
  2045.     protected function get_Console_Command_ContainerLint_LazyService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2049.         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 {
  2050.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2051.         });
  2052.     }
  2053.     /**
  2054.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\Console\Command\LazyCommand
  2057.      */
  2058.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2062.         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 {
  2063.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2064.         });
  2065.     }
  2066.     /**
  2067.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\Console\Command\LazyCommand
  2070.      */
  2071.     protected function get_Console_Command_DotenvDebug_LazyService()
  2072.     {
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2075.         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 {
  2076.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2077.         });
  2078.     }
  2079.     /**
  2080.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\Console\Command\LazyCommand
  2083.      */
  2084.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2085.     {
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2088.         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 {
  2089.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2090.         });
  2091.     }
  2092.     /**
  2093.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\Console\Command\LazyCommand
  2096.      */
  2097.     protected function get_Console_Command_FormDebug_LazyService()
  2098.     {
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2101.         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 {
  2102.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2103.         });
  2104.     }
  2105.     /**
  2106.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Console\Command\LazyCommand
  2109.      */
  2110.     protected function get_Console_Command_RouterDebug_LazyService()
  2111.     {
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2114.         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 {
  2115.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2116.         });
  2117.     }
  2118.     /**
  2119.      * Gets the private '.console.command.router_match.lazy' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\Console\Command\LazyCommand
  2122.      */
  2123.     protected function get_Console_Command_RouterMatch_LazyService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2127.         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 {
  2128.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2129.         });
  2130.     }
  2131.     /**
  2132.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2133.      *
  2134.      * @return \Symfony\Component\Console\Command\LazyCommand
  2135.      */
  2136.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2137.     {
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2140.         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 {
  2141.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2142.         });
  2143.     }
  2144.     /**
  2145.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Console\Command\LazyCommand
  2148.      */
  2149.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2150.     {
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2153.         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 {
  2154.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2155.         });
  2156.     }
  2157.     /**
  2158.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\Console\Command\LazyCommand
  2161.      */
  2162.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2166.         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 {
  2167.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2168.         });
  2169.     }
  2170.     /**
  2171.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2172.      *
  2173.      * @return \Symfony\Component\Console\Command\LazyCommand
  2174.      */
  2175.     protected function get_Console_Command_SecretsList_LazyService()
  2176.     {
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2179.         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 {
  2180.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2181.         });
  2182.     }
  2183.     /**
  2184.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\Console\Command\LazyCommand
  2187.      */
  2188.     protected function get_Console_Command_SecretsRemove_LazyService()
  2189.     {
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2192.         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 {
  2193.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2194.         });
  2195.     }
  2196.     /**
  2197.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2198.      *
  2199.      * @return \Symfony\Component\Console\Command\LazyCommand
  2200.      */
  2201.     protected function get_Console_Command_SecretsSet_LazyService()
  2202.     {
  2203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2205.         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 {
  2206.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2207.         });
  2208.     }
  2209.     /**
  2210.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2211.      *
  2212.      * @return \Symfony\Component\Console\Command\LazyCommand
  2213.      */
  2214.     protected function get_Console_Command_TranslationDebug_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.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2219.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2220.         });
  2221.     }
  2222.     /**
  2223.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\Console\Command\LazyCommand
  2226.      */
  2227.     protected function get_Console_Command_TranslationExtract_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.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 {
  2232.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2233.         });
  2234.     }
  2235.     /**
  2236.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\Console\Command\LazyCommand
  2239.      */
  2240.     protected function get_Console_Command_TranslationPull_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.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2245.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2246.         });
  2247.     }
  2248.     /**
  2249.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Console\Command\LazyCommand
  2252.      */
  2253.     protected function get_Console_Command_TranslationPush_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.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2258.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2259.         });
  2260.     }
  2261.     /**
  2262.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\Console\Command\LazyCommand
  2265.      */
  2266.     protected function get_Console_Command_ValidatorDebug_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.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2271.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2272.         });
  2273.     }
  2274.     /**
  2275.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Console\Command\LazyCommand
  2278.      */
  2279.     protected function get_Console_Command_XliffLint_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.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 {
  2284.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2285.         });
  2286.     }
  2287.     /**
  2288.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Console\Command\LazyCommand
  2291.      */
  2292.     protected function get_Console_Command_YamlLint_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.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 {
  2297.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2298.         });
  2299.     }
  2300.     /**
  2301.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2302.      *
  2303.      * @return \Symfony\Component\Console\Command\LazyCommand
  2304.      */
  2305.     protected function get_DoctrineMigrations_CurrentCommand_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['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version'false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  2310.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2311.         });
  2312.     }
  2313.     /**
  2314.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\Console\Command\LazyCommand
  2317.      */
  2318.     protected function get_DoctrineMigrations_DiffCommand_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['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  2323.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2324.         });
  2325.     }
  2326.     /**
  2327.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Console\Command\LazyCommand
  2330.      */
  2331.     protected function get_DoctrineMigrations_DumpSchemaCommand_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['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  2336.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2337.         });
  2338.     }
  2339.     /**
  2340.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Console\Command\LazyCommand
  2343.      */
  2344.     protected function get_DoctrineMigrations_ExecuteCommand_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['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  2349.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2350.         });
  2351.     }
  2352.     /**
  2353.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\Console\Command\LazyCommand
  2356.      */
  2357.     protected function get_DoctrineMigrations_GenerateCommand_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['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.'false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  2362.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2363.         });
  2364.     }
  2365.     /**
  2366.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Console\Command\LazyCommand
  2369.      */
  2370.     protected function get_DoctrineMigrations_LatestCommand_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['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version'false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  2375.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2376.         });
  2377.     }
  2378.     /**
  2379.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\Console\Command\LazyCommand
  2382.      */
  2383.     protected function get_DoctrineMigrations_MigrateCommand_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['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  2388.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Console\Command\LazyCommand
  2395.      */
  2396.     protected function get_DoctrineMigrations_RollupCommand_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['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.'false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  2401.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2402.         });
  2403.     }
  2404.     /**
  2405.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\Console\Command\LazyCommand
  2408.      */
  2409.     protected function get_DoctrineMigrations_StatusCommand_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['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.'false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  2414.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2415.         });
  2416.     }
  2417.     /**
  2418.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Console\Command\LazyCommand
  2421.      */
  2422.     protected function get_DoctrineMigrations_SyncMetadataCommand_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['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  2427.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2428.         });
  2429.     }
  2430.     /**
  2431.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Console\Command\LazyCommand
  2434.      */
  2435.     protected function get_DoctrineMigrations_UpToDateCommand_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['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.'false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  2440.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2441.         });
  2442.     }
  2443.     /**
  2444.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\Console\Command\LazyCommand
  2447.      */
  2448.     protected function get_DoctrineMigrations_VersionCommand_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['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.'false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  2453.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2454.         });
  2455.     }
  2456.     /**
  2457.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2458.      *
  2459.      * @return \Symfony\Component\Console\Command\LazyCommand
  2460.      */
  2461.     protected function get_DoctrineMigrations_VersionsCommand_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['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  2466.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2467.         });
  2468.     }
  2469.     /**
  2470.      * Gets the private '.errored..service_locator.0IdPg8y.App\Entity\SubcontractorType' shared service.
  2471.      *
  2472.      * @return \App\Entity\SubcontractorType
  2473.      */
  2474.     protected function getSubcontractorTypeService()
  2475.     {
  2476.         $this->throw('Cannot autowire service ".service_locator.0IdPg8y": it references class "App\\Entity\\SubcontractorType" but no such service exists.');
  2477.     }
  2478.     /**
  2479.      * Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
  2480.      *
  2481.      * @return \App\Entity\User
  2482.      */
  2483.     protected function getUserService()
  2484.     {
  2485.         $this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
  2486.     }
  2487.     /**
  2488.      * Gets the private '.errored..service_locator.6yyNhdY.App\Entity\SubcontractorStd' shared service.
  2489.      *
  2490.      * @return \App\Entity\SubcontractorStd
  2491.      */
  2492.     protected function getSubcontractorStdService()
  2493.     {
  2494.         $this->throw('Cannot autowire service ".service_locator.6yyNhdY": it references class "App\\Entity\\SubcontractorStd" but no such service exists.');
  2495.     }
  2496.     /**
  2497.      * Gets the private '.errored..service_locator.8IBFQdN.App\Entity\Action' shared service.
  2498.      *
  2499.      * @return \App\Entity\Action
  2500.      */
  2501.     protected function getActionService()
  2502.     {
  2503.         $this->throw('Cannot autowire service ".service_locator.8IBFQdN": it references class "App\\Entity\\Action" but no such service exists.');
  2504.     }
  2505.     /**
  2506.      * Gets the private '.errored..service_locator.C0O7g94.App\Entity\Training' shared service.
  2507.      *
  2508.      * @return \App\Entity\Training
  2509.      */
  2510.     protected function getTrainingService()
  2511.     {
  2512.         $this->throw('Cannot autowire service ".service_locator.C0O7g94": it references class "App\\Entity\\Training" but no such service exists.');
  2513.     }
  2514.     /**
  2515.      * Gets the private '.errored..service_locator.GUzzxF3.App\Entity\Action' shared service.
  2516.      *
  2517.      * @return \App\Entity\Action
  2518.      */
  2519.     protected function getAction2Service()
  2520.     {
  2521.         $this->throw('Cannot autowire service ".service_locator.GUzzxF3": it references class "App\\Entity\\Action" but no such service exists.');
  2522.     }
  2523.     /**
  2524.      * Gets the private '.errored..service_locator.HeS.z9s.App\Entity\Treatment' shared service.
  2525.      *
  2526.      * @return \App\Entity\Treatment
  2527.      */
  2528.     protected function getTreatmentService()
  2529.     {
  2530.         $this->throw('Cannot autowire service ".service_locator.HeS.z9s": it references class "App\\Entity\\Treatment" but no such service exists.');
  2531.     }
  2532.     /**
  2533.      * Gets the private '.errored..service_locator.Hs0lbvi.App\Entity\Treatment' shared service.
  2534.      *
  2535.      * @return \App\Entity\Treatment
  2536.      */
  2537.     protected function getTreatment2Service()
  2538.     {
  2539.         $this->throw('Cannot autowire service ".service_locator.Hs0lbvi": it references class "App\\Entity\\Treatment" but no such service exists.');
  2540.     }
  2541.     /**
  2542.      * Gets the private '.errored..service_locator.ICQhBYA.App\Entity\Partner' shared service.
  2543.      *
  2544.      * @return \App\Entity\Partner
  2545.      */
  2546.     protected function getPartnerService()
  2547.     {
  2548.         $this->throw('Cannot autowire service ".service_locator.ICQhBYA": it references class "App\\Entity\\Partner" but no such service exists.');
  2549.     }
  2550.     /**
  2551.      * Gets the private '.errored..service_locator.JS20hFA.App\Entity\System' shared service.
  2552.      *
  2553.      * @return \App\Entity\System
  2554.      */
  2555.     protected function getSystemService()
  2556.     {
  2557.         $this->throw('Cannot autowire service ".service_locator.JS20hFA": it references class "App\\Entity\\System" but no such service exists.');
  2558.     }
  2559.     /**
  2560.      * Gets the private '.errored..service_locator.KDYAHgO.App\Entity\Partner' shared service.
  2561.      *
  2562.      * @return \App\Entity\Partner
  2563.      */
  2564.     protected function getPartner2Service()
  2565.     {
  2566.         $this->throw('Cannot autowire service ".service_locator.KDYAHgO": it references class "App\\Entity\\Partner" but no such service exists.');
  2567.     }
  2568.     /**
  2569.      * Gets the private '.errored..service_locator.KZkRILm.App\Entity\Subcontractor' shared service.
  2570.      *
  2571.      * @return \App\Entity\Subcontractor
  2572.      */
  2573.     protected function getSubcontractorService()
  2574.     {
  2575.         $this->throw('Cannot autowire service ".service_locator.KZkRILm": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2576.     }
  2577.     /**
  2578.      * Gets the private '.errored..service_locator.OTzALgi.App\Entity\SubscriptionType' shared service.
  2579.      *
  2580.      * @return \App\Entity\SubscriptionType
  2581.      */
  2582.     protected function getSubscriptionTypeService()
  2583.     {
  2584.         $this->throw('Cannot autowire service ".service_locator.OTzALgi": it references class "App\\Entity\\SubscriptionType" but no such service exists.');
  2585.     }
  2586.     /**
  2587.      * Gets the private '.errored..service_locator.OTzALgi.App\Entity\User' shared service.
  2588.      *
  2589.      * @return \App\Entity\User
  2590.      */
  2591.     protected function getUser2Service()
  2592.     {
  2593.         $this->throw('Cannot autowire service ".service_locator.OTzALgi": it references class "App\\Entity\\User" but no such service exists.');
  2594.     }
  2595.     /**
  2596.      * Gets the private '.errored..service_locator.Oyn7GfC.App\Entity\Action' shared service.
  2597.      *
  2598.      * @return \App\Entity\Action
  2599.      */
  2600.     protected function getAction3Service()
  2601.     {
  2602.         $this->throw('Cannot autowire service ".service_locator.Oyn7GfC": it references class "App\\Entity\\Action" but no such service exists.');
  2603.     }
  2604.     /**
  2605.      * Gets the private '.errored..service_locator.Oyn7GfC.App\Entity\UserDocument' shared service.
  2606.      *
  2607.      * @return \App\Entity\UserDocument
  2608.      */
  2609.     protected function getUserDocumentService()
  2610.     {
  2611.         $this->throw('Cannot autowire service ".service_locator.Oyn7GfC": it references class "App\\Entity\\UserDocument" but no such service exists.');
  2612.     }
  2613.     /**
  2614.      * Gets the private '.errored..service_locator.QWJs.qa.App\Entity\SubcontractorStd' shared service.
  2615.      *
  2616.      * @return \App\Entity\SubcontractorStd
  2617.      */
  2618.     protected function getSubcontractorStd2Service()
  2619.     {
  2620.         $this->throw('Cannot autowire service ".service_locator.QWJs.qa": it references class "App\\Entity\\SubcontractorStd" but no such service exists.');
  2621.     }
  2622.     /**
  2623.      * Gets the private '.errored..service_locator.QWJs.qa.App\Entity\SubcontractorStdDocument' shared service.
  2624.      *
  2625.      * @return \App\Entity\SubcontractorStdDocument
  2626.      */
  2627.     protected function getSubcontractorStdDocumentService()
  2628.     {
  2629.         $this->throw('Cannot autowire service ".service_locator.QWJs.qa": it references class "App\\Entity\\SubcontractorStdDocument" but no such service exists.');
  2630.     }
  2631.     /**
  2632.      * Gets the private '.errored..service_locator.STDXTW2.App\Entity\TreatmentStd' shared service.
  2633.      *
  2634.      * @return \App\Entity\TreatmentStd
  2635.      */
  2636.     protected function getTreatmentStdService()
  2637.     {
  2638.         $this->throw('Cannot autowire service ".service_locator.STDXTW2": it references class "App\\Entity\\TreatmentStd" but no such service exists.');
  2639.     }
  2640.     /**
  2641.      * Gets the private '.errored..service_locator.Tj1bCYO.App\Entity\Document' shared service.
  2642.      *
  2643.      * @return \App\Entity\Document
  2644.      */
  2645.     protected function getDocumentService()
  2646.     {
  2647.         $this->throw('Cannot autowire service ".service_locator.Tj1bCYO": it references class "App\\Entity\\Document" but no such service exists.');
  2648.     }
  2649.     /**
  2650.      * Gets the private '.errored..service_locator.TtMmK9Q.App\Entity\Action' shared service.
  2651.      *
  2652.      * @return \App\Entity\Action
  2653.      */
  2654.     protected function getAction4Service()
  2655.     {
  2656.         $this->throw('Cannot autowire service ".service_locator.TtMmK9Q": it references class "App\\Entity\\Action" but no such service exists.');
  2657.     }
  2658.     /**
  2659.      * Gets the private '.errored..service_locator.Wx.x6CL.App\Entity\Subscription' shared service.
  2660.      *
  2661.      * @return \App\Entity\Subscription
  2662.      */
  2663.     protected function getSubscriptionService()
  2664.     {
  2665.         $this->throw('Cannot autowire service ".service_locator.Wx.x6CL": it references class "App\\Entity\\Subscription" but no such service exists.');
  2666.     }
  2667.     /**
  2668.      * Gets the private '.errored..service_locator.X7CGKl8.App\Entity\Treatment' shared service.
  2669.      *
  2670.      * @return \App\Entity\Treatment
  2671.      */
  2672.     protected function getTreatment3Service()
  2673.     {
  2674.         $this->throw('Cannot autowire service ".service_locator.X7CGKl8": it references class "App\\Entity\\Treatment" but no such service exists.');
  2675.     }
  2676.     /**
  2677.      * Gets the private '.errored..service_locator.Xg7apSt.App\Entity\Subcontractor' shared service.
  2678.      *
  2679.      * @return \App\Entity\Subcontractor
  2680.      */
  2681.     protected function getSubcontractor2Service()
  2682.     {
  2683.         $this->throw('Cannot autowire service ".service_locator.Xg7apSt": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2684.     }
  2685.     /**
  2686.      * Gets the private '.errored..service_locator.Z2uXgOB.App\Entity\ExercisingClaimRequest' shared service.
  2687.      *
  2688.      * @return \App\Entity\ExercisingClaimRequest
  2689.      */
  2690.     protected function getExercisingClaimRequestService()
  2691.     {
  2692.         $this->throw('Cannot autowire service ".service_locator.Z2uXgOB": it references class "App\\Entity\\ExercisingClaimRequest" but no such service exists.');
  2693.     }
  2694.     /**
  2695.      * Gets the private '.errored..service_locator.bY95.K..App\Entity\System' shared service.
  2696.      *
  2697.      * @return \App\Entity\System
  2698.      */
  2699.     protected function getSystem2Service()
  2700.     {
  2701.         $this->throw('Cannot autowire service ".service_locator.bY95.K.": it references class "App\\Entity\\System" but no such service exists.');
  2702.     }
  2703.     /**
  2704.      * Gets the private '.errored..service_locator.fhX6f.w.App\Entity\Document' shared service.
  2705.      *
  2706.      * @return \App\Entity\Document
  2707.      */
  2708.     protected function getDocument2Service()
  2709.     {
  2710.         $this->throw('Cannot autowire service ".service_locator.fhX6f.w": it references class "App\\Entity\\Document" but no such service exists.');
  2711.     }
  2712.     /**
  2713.      * Gets the private '.errored..service_locator.fhX6f.w.App\Entity\DocumentType' shared service.
  2714.      *
  2715.      * @return \App\Entity\DocumentType
  2716.      */
  2717.     protected function getDocumentTypeService()
  2718.     {
  2719.         $this->throw('Cannot autowire service ".service_locator.fhX6f.w": it references class "App\\Entity\\DocumentType" but no such service exists.');
  2720.     }
  2721.     /**
  2722.      * Gets the private '.errored..service_locator.g7nthji.App\Entity\Subcontractor' shared service.
  2723.      *
  2724.      * @return \App\Entity\Subcontractor
  2725.      */
  2726.     protected function getSubcontractor3Service()
  2727.     {
  2728.         $this->throw('Cannot autowire service ".service_locator.g7nthji": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2729.     }
  2730.     /**
  2731.      * Gets the private '.errored..service_locator.imyHFaH.App\Entity\Action' shared service.
  2732.      *
  2733.      * @return \App\Entity\Action
  2734.      */
  2735.     protected function getAction5Service()
  2736.     {
  2737.         $this->throw('Cannot autowire service ".service_locator.imyHFaH": it references class "App\\Entity\\Action" but no such service exists.');
  2738.     }
  2739.     /**
  2740.      * Gets the private '.errored..service_locator.lQZbJJ2.App\Entity\SystemStd' shared service.
  2741.      *
  2742.      * @return \App\Entity\SystemStd
  2743.      */
  2744.     protected function getSystemStdService()
  2745.     {
  2746.         $this->throw('Cannot autowire service ".service_locator.lQZbJJ2": it references class "App\\Entity\\SystemStd" but no such service exists.');
  2747.     }
  2748.     /**
  2749.      * Gets the private '.errored..service_locator.nX4pAD7.App\Entity\UserDocument' shared service.
  2750.      *
  2751.      * @return \App\Entity\UserDocument
  2752.      */
  2753.     protected function getUserDocument2Service()
  2754.     {
  2755.         $this->throw('Cannot autowire service ".service_locator.nX4pAD7": it references class "App\\Entity\\UserDocument" but no such service exists.');
  2756.     }
  2757.     /**
  2758.      * Gets the private '.errored..service_locator.q7Gb0Wr.App\Entity\System' shared service.
  2759.      *
  2760.      * @return \App\Entity\System
  2761.      */
  2762.     protected function getSystem3Service()
  2763.     {
  2764.         $this->throw('Cannot autowire service ".service_locator.q7Gb0Wr": it references class "App\\Entity\\System" but no such service exists.');
  2765.     }
  2766.     /**
  2767.      * Gets the private '.errored..service_locator.qyBRc1r.App\Entity\TrainingTeam' shared service.
  2768.      *
  2769.      * @return \App\Entity\TrainingTeam
  2770.      */
  2771.     protected function getTrainingTeamService()
  2772.     {
  2773.         $this->throw('Cannot autowire service ".service_locator.qyBRc1r": it references class "App\\Entity\\TrainingTeam" but no such service exists.');
  2774.     }
  2775.     /**
  2776.      * Gets the private '.errored..service_locator.r88saIC.App\Entity\Account' shared service.
  2777.      *
  2778.      * @return \App\Entity\Account
  2779.      */
  2780.     protected function getAccountService()
  2781.     {
  2782.         $this->throw('Cannot autowire service ".service_locator.r88saIC": it references class "App\\Entity\\Account" but no such service exists.');
  2783.     }
  2784.     /**
  2785.      * Gets the private '.errored..service_locator.reKEzLp.App\Entity\Manager' shared service.
  2786.      *
  2787.      * @return \App\Entity\Manager
  2788.      */
  2789.     protected function getManagerService()
  2790.     {
  2791.         $this->throw('Cannot autowire service ".service_locator.reKEzLp": it references class "App\\Entity\\Manager" but no such service exists.');
  2792.     }
  2793.     /**
  2794.      * Gets the private '.errored..service_locator.rnOZmu0.App\Entity\TrainingCampain' shared service.
  2795.      *
  2796.      * @return \App\Entity\TrainingCampain
  2797.      */
  2798.     protected function getTrainingCampainService()
  2799.     {
  2800.         $this->throw('Cannot autowire service ".service_locator.rnOZmu0": it references class "App\\Entity\\TrainingCampain" but no such service exists.');
  2801.     }
  2802.     /**
  2803.      * Gets the private '.errored..service_locator.sj6IO_6.App\Entity\Subcontractor' shared service.
  2804.      *
  2805.      * @return \App\Entity\Subcontractor
  2806.      */
  2807.     protected function getSubcontractor4Service()
  2808.     {
  2809.         $this->throw('Cannot autowire service ".service_locator.sj6IO_6": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2810.     }
  2811.     /**
  2812.      * Gets the private '.errored..service_locator.sj6IO_6.App\Entity\UserDocument' shared service.
  2813.      *
  2814.      * @return \App\Entity\UserDocument
  2815.      */
  2816.     protected function getUserDocument3Service()
  2817.     {
  2818.         $this->throw('Cannot autowire service ".service_locator.sj6IO_6": it references class "App\\Entity\\UserDocument" but no such service exists.');
  2819.     }
  2820.     /**
  2821.      * Gets the private '.errored..service_locator.vMQCDdB.App\Entity\ActionStd' shared service.
  2822.      *
  2823.      * @return \App\Entity\ActionStd
  2824.      */
  2825.     protected function getActionStdService()
  2826.     {
  2827.         $this->throw('Cannot autowire service ".service_locator.vMQCDdB": it references class "App\\Entity\\ActionStd" but no such service exists.');
  2828.     }
  2829.     /**
  2830.      * Gets the private '.errored..service_locator.vMQCDdB.App\Entity\ActionStdDocument' shared service.
  2831.      *
  2832.      * @return \App\Entity\ActionStdDocument
  2833.      */
  2834.     protected function getActionStdDocumentService()
  2835.     {
  2836.         $this->throw('Cannot autowire service ".service_locator.vMQCDdB": it references class "App\\Entity\\ActionStdDocument" but no such service exists.');
  2837.     }
  2838.     /**
  2839.      * Gets the private '.errored..service_locator.vlJoCqf.App\Entity\Info' shared service.
  2840.      *
  2841.      * @return \App\Entity\Info
  2842.      */
  2843.     protected function getInfoService()
  2844.     {
  2845.         $this->throw('Cannot autowire service ".service_locator.vlJoCqf": it references class "App\\Entity\\Info" but no such service exists.');
  2846.     }
  2847.     /**
  2848.      * Gets the private '.errored..service_locator.wDj2NOz.App\Entity\ActionStd' shared service.
  2849.      *
  2850.      * @return \App\Entity\ActionStd
  2851.      */
  2852.     protected function getActionStd2Service()
  2853.     {
  2854.         $this->throw('Cannot autowire service ".service_locator.wDj2NOz": it references class "App\\Entity\\ActionStd" but no such service exists.');
  2855.     }
  2856.     /**
  2857.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2860.      */
  2861.     protected function getLoaderInterfaceService()
  2862.     {
  2863.         $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".');
  2864.     }
  2865.     /**
  2866.      * Gets the private '.errored..service_locator.y2sGY9W.App\Entity\DocumentType' shared service.
  2867.      *
  2868.      * @return \App\Entity\DocumentType
  2869.      */
  2870.     protected function getDocumentType2Service()
  2871.     {
  2872.         $this->throw('Cannot autowire service ".service_locator.y2sGY9W": it references class "App\\Entity\\DocumentType" but no such service exists.');
  2873.     }
  2874.     /**
  2875.      * Gets the private '.errored..service_locator.y4zQImq.App\Entity\Subscription' shared service.
  2876.      *
  2877.      * @return \App\Entity\Subscription
  2878.      */
  2879.     protected function getSubscription2Service()
  2880.     {
  2881.         $this->throw('Cannot autowire service ".service_locator.y4zQImq": it references class "App\\Entity\\Subscription" but no such service exists.');
  2882.     }
  2883.     /**
  2884.      * Gets the private '.errored..service_locator.y4zQImq.App\Entity\User' shared service.
  2885.      *
  2886.      * @return \App\Entity\User
  2887.      */
  2888.     protected function getUser3Service()
  2889.     {
  2890.         $this->throw('Cannot autowire service ".service_locator.y4zQImq": it references class "App\\Entity\\User" but no such service exists.');
  2891.     }
  2892.     /**
  2893.      * Gets the private '.errored..service_locator.y57SvXX.App\Entity\TrainingCampain' shared service.
  2894.      *
  2895.      * @return \App\Entity\TrainingCampain
  2896.      */
  2897.     protected function getTrainingCampain2Service()
  2898.     {
  2899.         $this->throw('Cannot autowire service ".service_locator.y57SvXX": it references class "App\\Entity\\TrainingCampain" but no such service exists.');
  2900.     }
  2901.     /**
  2902.      * Gets the private '.errored..service_locator.y57SvXX.App\Entity\TrainingRequest' shared service.
  2903.      *
  2904.      * @return \App\Entity\TrainingRequest
  2905.      */
  2906.     protected function getTrainingRequestService()
  2907.     {
  2908.         $this->throw('Cannot autowire service ".service_locator.y57SvXX": it references class "App\\Entity\\TrainingRequest" but no such service exists.');
  2909.     }
  2910.     /**
  2911.      * Gets the private '.errored..service_locator.ygpPqBH.App\Entity\Incident' shared service.
  2912.      *
  2913.      * @return \App\Entity\Incident
  2914.      */
  2915.     protected function getIncidentService()
  2916.     {
  2917.         $this->throw('Cannot autowire service ".service_locator.ygpPqBH": it references class "App\\Entity\\Incident" but no such service exists.');
  2918.     }
  2919.     /**
  2920.      * Gets the private '.errored..service_locator.yuNjxau.App\Entity\Incident' shared service.
  2921.      *
  2922.      * @return \App\Entity\Incident
  2923.      */
  2924.     protected function getIncident2Service()
  2925.     {
  2926.         $this->throw('Cannot autowire service ".service_locator.yuNjxau": it references class "App\\Entity\\Incident" but no such service exists.');
  2927.     }
  2928.     /**
  2929.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\Console\Command\LazyCommand
  2932.      */
  2933.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2937.         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 {
  2938.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2939.         });
  2940.     }
  2941.     /**
  2942.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2943.      *
  2944.      * @return \Symfony\Component\Console\Command\LazyCommand
  2945.      */
  2946.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2950.         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 {
  2951.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2952.         });
  2953.     }
  2954.     /**
  2955.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Console\Command\LazyCommand
  2958.      */
  2959.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2963.         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 {
  2964.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2965.         });
  2966.     }
  2967.     /**
  2968.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Console\Command\LazyCommand
  2971.      */
  2972.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2976.         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 {
  2977.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2978.         });
  2979.     }
  2980.     /**
  2981.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\Console\Command\LazyCommand
  2984.      */
  2985.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2989.         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 {
  2990.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2991.         });
  2992.     }
  2993.     /**
  2994.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2995.      *
  2996.      * @return \Symfony\Component\Console\Command\LazyCommand
  2997.      */
  2998.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3002.         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 {
  3003.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3004.         });
  3005.     }
  3006.     /**
  3007.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\Console\Command\LazyCommand
  3010.      */
  3011.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3015.         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 {
  3016.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3017.         });
  3018.     }
  3019.     /**
  3020.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3021.      *
  3022.      * @return \Symfony\Component\Console\Command\LazyCommand
  3023.      */
  3024.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3028.         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 {
  3029.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3030.         });
  3031.     }
  3032.     /**
  3033.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\Console\Command\LazyCommand
  3036.      */
  3037.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3041.         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 {
  3042.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3043.         });
  3044.     }
  3045.     /**
  3046.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3047.      *
  3048.      * @return \Symfony\Component\Console\Command\LazyCommand
  3049.      */
  3050.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3051.     {
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3054.         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 {
  3055.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3056.         });
  3057.     }
  3058.     /**
  3059.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\Console\Command\LazyCommand
  3062.      */
  3063.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3067.         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 {
  3068.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3069.         });
  3070.     }
  3071.     /**
  3072.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3073.      *
  3074.      * @return \Symfony\Component\Console\Command\LazyCommand
  3075.      */
  3076.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3080.         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 {
  3081.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3082.         });
  3083.     }
  3084.     /**
  3085.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\Console\Command\LazyCommand
  3088.      */
  3089.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3093.         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 {
  3094.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3095.         });
  3096.     }
  3097.     /**
  3098.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\Console\Command\LazyCommand
  3101.      */
  3102.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  3103.     {
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3106.         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 {
  3107.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  3108.         });
  3109.     }
  3110.     /**
  3111.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3112.      *
  3113.      * @return \Symfony\Component\Console\Command\LazyCommand
  3114.      */
  3115.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3116.     {
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3119.         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 {
  3120.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3121.         });
  3122.     }
  3123.     /**
  3124.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3125.      *
  3126.      * @return \Symfony\Component\Console\Command\LazyCommand
  3127.      */
  3128.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3129.     {
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3132.         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 {
  3133.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3134.         });
  3135.     }
  3136.     /**
  3137.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3138.      *
  3139.      * @return \Symfony\Component\Console\Command\LazyCommand
  3140.      */
  3141.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3145.         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 {
  3146.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3147.         });
  3148.     }
  3149.     /**
  3150.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3151.      *
  3152.      * @return \Symfony\Component\Console\Command\LazyCommand
  3153.      */
  3154.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3155.     {
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3158.         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 {
  3159.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3160.         });
  3161.     }
  3162.     /**
  3163.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3164.      *
  3165.      * @return \Symfony\Component\Console\Command\LazyCommand
  3166.      */
  3167.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3171.         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 {
  3172.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3173.         });
  3174.     }
  3175.     /**
  3176.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3177.      *
  3178.      * @return \Symfony\Component\Console\Command\LazyCommand
  3179.      */
  3180.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3181.     {
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3184.         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 {
  3185.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3186.         });
  3187.     }
  3188.     /**
  3189.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\Console\Command\LazyCommand
  3192.      */
  3193.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3197.         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 {
  3198.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3199.         });
  3200.     }
  3201.     /**
  3202.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3203.      *
  3204.      * @return \Symfony\Component\Console\Command\LazyCommand
  3205.      */
  3206.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3207.     {
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3210.         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 {
  3211.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3212.         });
  3213.     }
  3214.     /**
  3215.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3216.      *
  3217.      * @return \Symfony\Component\Console\Command\LazyCommand
  3218.      */
  3219.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3223.         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 {
  3224.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3225.         });
  3226.     }
  3227.     /**
  3228.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3229.      *
  3230.      * @return \Symfony\Component\Console\Command\LazyCommand
  3231.      */
  3232.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3233.     {
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3236.         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 {
  3237.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3238.         });
  3239.     }
  3240.     /**
  3241.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3242.      *
  3243.      * @return \Symfony\Component\Console\Command\LazyCommand
  3244.      */
  3245.     protected function get_Monolog_Command_ServerLog_LazyService()
  3246.     {
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3249.         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 {
  3250.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3251.         });
  3252.     }
  3253.     /**
  3254.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3255.      *
  3256.      * @return \Symfony\Component\Console\Command\LazyCommand
  3257.      */
  3258.     protected function get_Security_Command_DebugFirewall_LazyService()
  3259.     {
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3262.         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 {
  3263.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3264.         });
  3265.     }
  3266.     /**
  3267.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3268.      *
  3269.      * @return \Symfony\Component\Console\Command\LazyCommand
  3270.      */
  3271.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3272.     {
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3275.         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 {
  3276.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3277.         });
  3278.     }
  3279.     /**
  3280.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3281.      *
  3282.      * @return \Symfony\Component\Console\Command\LazyCommand
  3283.      */
  3284.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3285.     {
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3288.         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 {
  3289.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3290.         });
  3291.     }
  3292.     /**
  3293.      * Gets the private '.service_locator.0IdPg8y' shared service.
  3294.      *
  3295.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3296.      */
  3297.     protected function get_ServiceLocator_0IdPg8yService()
  3298.     {
  3299.         return $this->privates['.service_locator.0IdPg8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3300.             'type' => ['privates''.errored..service_locator.0IdPg8y.App\\Entity\\SubcontractorType'NULL'Cannot autowire service ".service_locator.0IdPg8y": it references class "App\\Entity\\SubcontractorType" but no such service exists.'],
  3301.         ], [
  3302.             'type' => 'App\\Entity\\SubcontractorType',
  3303.         ]);
  3304.     }
  3305.     /**
  3306.      * Gets the private '.service_locator.1P7cBem' shared service.
  3307.      *
  3308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3309.      */
  3310.     protected function get_ServiceLocator_1P7cBemService()
  3311.     {
  3312.         return $this->privates['.service_locator.1P7cBem'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3313.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3314.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3315.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3316.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3317.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3318.             'router' => ['services''router''getRouterService'false],
  3319.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3320.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3321.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3322.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3323.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3324.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3325.         ], [
  3326.             'doctrine' => '?',
  3327.             'form.factory' => '?',
  3328.             'http_kernel' => '?',
  3329.             'parameter_bag' => '?',
  3330.             'request_stack' => '?',
  3331.             'router' => '?',
  3332.             'security.authorization_checker' => '?',
  3333.             'security.csrf.token_manager' => '?',
  3334.             'security.token_storage' => '?',
  3335.             'serializer' => '?',
  3336.             'session' => '.session.deprecated',
  3337.             'twig' => '?',
  3338.         ]);
  3339.     }
  3340.     /**
  3341.      * Gets the private '.service_locator.4T4EJFR' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3344.      */
  3345.     protected function get_ServiceLocator_4T4EJFRService()
  3346.     {
  3347.         return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3348.             'user' => ['privates''.errored..service_locator.4T4EJFR.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.'],
  3349.         ], [
  3350.             'user' => 'App\\Entity\\User',
  3351.         ]);
  3352.     }
  3353.     /**
  3354.      * Gets the private '.service_locator.6yyNhdY' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3357.      */
  3358.     protected function get_ServiceLocator_6yyNhdYService()
  3359.     {
  3360.         return $this->privates['.service_locator.6yyNhdY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3361.             'subcontractor' => ['privates''.errored..service_locator.6yyNhdY.App\\Entity\\SubcontractorStd'NULL'Cannot autowire service ".service_locator.6yyNhdY": it references class "App\\Entity\\SubcontractorStd" but no such service exists.'],
  3362.         ], [
  3363.             'subcontractor' => 'App\\Entity\\SubcontractorStd',
  3364.         ]);
  3365.     }
  3366.     /**
  3367.      * Gets the private '.service_locator.8IBFQdN' shared service.
  3368.      *
  3369.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3370.      */
  3371.     protected function get_ServiceLocator_8IBFQdNService()
  3372.     {
  3373.         return $this->privates['.service_locator.8IBFQdN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3374.             'action' => ['privates''.errored..service_locator.8IBFQdN.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.8IBFQdN": it references class "App\\Entity\\Action" but no such service exists.'],
  3375.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3376.         ], [
  3377.             'action' => 'App\\Entity\\Action',
  3378.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3379.         ]);
  3380.     }
  3381.     /**
  3382.      * Gets the private '.service_locator.9kVc5KX' shared service.
  3383.      *
  3384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3385.      */
  3386.     protected function get_ServiceLocator_9kVc5KXService()
  3387.     {
  3388.         return $this->privates['.service_locator.9kVc5KX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3389.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3390.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3391.         ], [
  3392.             'em' => '?',
  3393.             'security' => '?',
  3394.         ]);
  3395.     }
  3396.     /**
  3397.      * Gets the private '.service_locator.C0O7g94' shared service.
  3398.      *
  3399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3400.      */
  3401.     protected function get_ServiceLocator_C0O7g94Service()
  3402.     {
  3403.         return $this->privates['.service_locator.C0O7g94'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3404.             'training' => ['privates''.errored..service_locator.C0O7g94.App\\Entity\\Training'NULL'Cannot autowire service ".service_locator.C0O7g94": it references class "App\\Entity\\Training" but no such service exists.'],
  3405.         ], [
  3406.             'training' => 'App\\Entity\\Training',
  3407.         ]);
  3408.     }
  3409.     /**
  3410.      * Gets the private '.service_locator.GUzzxF3' shared service.
  3411.      *
  3412.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3413.      */
  3414.     protected function get_ServiceLocator_GUzzxF3Service()
  3415.     {
  3416.         return $this->privates['.service_locator.GUzzxF3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3417.             'action' => ['privates''.errored..service_locator.GUzzxF3.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.GUzzxF3": it references class "App\\Entity\\Action" but no such service exists.'],
  3418.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3419.         ], [
  3420.             'action' => 'App\\Entity\\Action',
  3421.             'security' => '?',
  3422.         ]);
  3423.     }
  3424.     /**
  3425.      * Gets the private '.service_locator.HeS.z9s' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3428.      */
  3429.     protected function get_ServiceLocator_HeS_Z9sService()
  3430.     {
  3431.         return $this->privates['.service_locator.HeS.z9s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3432.             'treatment' => ['privates''.errored..service_locator.HeS.z9s.App\\Entity\\Treatment'NULL'Cannot autowire service ".service_locator.HeS.z9s": it references class "App\\Entity\\Treatment" but no such service exists.'],
  3433.         ], [
  3434.             'treatment' => 'App\\Entity\\Treatment',
  3435.         ]);
  3436.     }
  3437.     /**
  3438.      * Gets the private '.service_locator.Hs0lbvi' shared service.
  3439.      *
  3440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3441.      */
  3442.     protected function get_ServiceLocator_Hs0lbviService()
  3443.     {
  3444.         return $this->privates['.service_locator.Hs0lbvi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3445.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3446.             'treatment' => ['privates''.errored..service_locator.Hs0lbvi.App\\Entity\\Treatment'NULL'Cannot autowire service ".service_locator.Hs0lbvi": it references class "App\\Entity\\Treatment" but no such service exists.'],
  3447.         ], [
  3448.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3449.             'treatment' => 'App\\Entity\\Treatment',
  3450.         ]);
  3451.     }
  3452.     /**
  3453.      * Gets the private '.service_locator.ICQhBYA' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3456.      */
  3457.     protected function get_ServiceLocator_ICQhBYAService()
  3458.     {
  3459.         return $this->privates['.service_locator.ICQhBYA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3460.             'partner' => ['privates''.errored..service_locator.ICQhBYA.App\\Entity\\Partner'NULL'Cannot autowire service ".service_locator.ICQhBYA": it references class "App\\Entity\\Partner" but no such service exists.'],
  3461.         ], [
  3462.             'partner' => 'App\\Entity\\Partner',
  3463.         ]);
  3464.     }
  3465.     /**
  3466.      * Gets the private '.service_locator.JS20hFA' shared service.
  3467.      *
  3468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3469.      */
  3470.     protected function get_ServiceLocator_JS20hFAService()
  3471.     {
  3472.         return $this->privates['.service_locator.JS20hFA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3473.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3474.             'system' => ['privates''.errored..service_locator.JS20hFA.App\\Entity\\System'NULL'Cannot autowire service ".service_locator.JS20hFA": it references class "App\\Entity\\System" but no such service exists.'],
  3475.         ], [
  3476.             'security' => '?',
  3477.             'system' => 'App\\Entity\\System',
  3478.         ]);
  3479.     }
  3480.     /**
  3481.      * Gets the private '.service_locator.KDYAHgO' shared service.
  3482.      *
  3483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3484.      */
  3485.     protected function get_ServiceLocator_KDYAHgOService()
  3486.     {
  3487.         return $this->privates['.service_locator.KDYAHgO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3488.             'partner' => ['privates''.errored..service_locator.KDYAHgO.App\\Entity\\Partner'NULL'Cannot autowire service ".service_locator.KDYAHgO": it references class "App\\Entity\\Partner" but no such service exists.'],
  3489.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3490.         ], [
  3491.             'partner' => 'App\\Entity\\Partner',
  3492.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3493.         ]);
  3494.     }
  3495.     /**
  3496.      * Gets the private '.service_locator.KZkRILm' shared service.
  3497.      *
  3498.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3499.      */
  3500.     protected function get_ServiceLocator_KZkRILmService()
  3501.     {
  3502.         return $this->privates['.service_locator.KZkRILm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3503.             'subcontractor' => ['privates''.errored..service_locator.KZkRILm.App\\Entity\\Subcontractor'NULL'Cannot autowire service ".service_locator.KZkRILm": it references class "App\\Entity\\Subcontractor" but no such service exists.'],
  3504.         ], [
  3505.             'subcontractor' => 'App\\Entity\\Subcontractor',
  3506.         ]);
  3507.     }
  3508.     /**
  3509.      * Gets the private '.service_locator.OTzALgi' shared service.
  3510.      *
  3511.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3512.      */
  3513.     protected function get_ServiceLocator_OTzALgiService()
  3514.     {
  3515.         return $this->privates['.service_locator.OTzALgi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3516.             'subscriptionType' => ['privates''.errored..service_locator.OTzALgi.App\\Entity\\SubscriptionType'NULL'Cannot autowire service ".service_locator.OTzALgi": it references class "App\\Entity\\SubscriptionType" but no such service exists.'],
  3517.             'user' => ['privates''.errored..service_locator.OTzALgi.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.OTzALgi": it references class "App\\Entity\\User" but no such service exists.'],
  3518.         ], [
  3519.             'subscriptionType' => 'App\\Entity\\SubscriptionType',
  3520.             'user' => 'App\\Entity\\User',
  3521.         ]);
  3522.     }
  3523.     /**
  3524.      * Gets the private '.service_locator.Oyn7GfC' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3527.      */
  3528.     protected function get_ServiceLocator_Oyn7GfCService()
  3529.     {
  3530.         return $this->privates['.service_locator.Oyn7GfC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3531.             'action' => ['privates''.errored..service_locator.Oyn7GfC.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.Oyn7GfC": it references class "App\\Entity\\Action" but no such service exists.'],
  3532.             'userDocument' => ['privates''.errored..service_locator.Oyn7GfC.App\\Entity\\UserDocument'NULL'Cannot autowire service ".service_locator.Oyn7GfC": it references class "App\\Entity\\UserDocument" but no such service exists.'],
  3533.         ], [
  3534.             'action' => 'App\\Entity\\Action',
  3535.             'userDocument' => 'App\\Entity\\UserDocument',
  3536.         ]);
  3537.     }
  3538.     /**
  3539.      * Gets the private '.service_locator.QWJs.qa' shared service.
  3540.      *
  3541.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3542.      */
  3543.     protected function get_ServiceLocator_QWJs_QaService()
  3544.     {
  3545.         return $this->privates['.service_locator.QWJs.qa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3546.             'subcontractor' => ['privates''.errored..service_locator.QWJs.qa.App\\Entity\\SubcontractorStd'NULL'Cannot autowire service ".service_locator.QWJs.qa": it references class "App\\Entity\\SubcontractorStd" but no such service exists.'],
  3547.             'subcontractorStdDocument' => ['privates''.errored..service_locator.QWJs.qa.App\\Entity\\SubcontractorStdDocument'NULL'Cannot autowire service ".service_locator.QWJs.qa": it references class "App\\Entity\\SubcontractorStdDocument" but no such service exists.'],
  3548.         ], [
  3549.             'subcontractor' => 'App\\Entity\\SubcontractorStd',
  3550.             'subcontractorStdDocument' => 'App\\Entity\\SubcontractorStdDocument',
  3551.         ]);
  3552.     }
  3553.     /**
  3554.      * Gets the private '.service_locator.STDXTW2' shared service.
  3555.      *
  3556.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3557.      */
  3558.     protected function get_ServiceLocator_STDXTW2Service()
  3559.     {
  3560.         return $this->privates['.service_locator.STDXTW2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3561.             'treatment' => ['privates''.errored..service_locator.STDXTW2.App\\Entity\\TreatmentStd'NULL'Cannot autowire service ".service_locator.STDXTW2": it references class "App\\Entity\\TreatmentStd" but no such service exists.'],
  3562.         ], [
  3563.             'treatment' => 'App\\Entity\\TreatmentStd',
  3564.         ]);
  3565.     }
  3566.     /**
  3567.      * Gets the private '.service_locator.Tj1bCYO' shared service.
  3568.      *
  3569.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3570.      */
  3571.     protected function get_ServiceLocator_Tj1bCYOService()
  3572.     {
  3573.         return $this->privates['.service_locator.Tj1bCYO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3574.             'document' => ['privates''.errored..service_locator.Tj1bCYO.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.Tj1bCYO": it references class "App\\Entity\\Document" but no such service exists.'],
  3575.         ], [
  3576.             'document' => 'App\\Entity\\Document',
  3577.         ]);
  3578.     }
  3579.     /**
  3580.      * Gets the private '.service_locator.TtMmK9Q' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3583.      */
  3584.     protected function get_ServiceLocator_TtMmK9QService()
  3585.     {
  3586.         return $this->privates['.service_locator.TtMmK9Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3587.             'action' => ['privates''.errored..service_locator.TtMmK9Q.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.TtMmK9Q": it references class "App\\Entity\\Action" but no such service exists.'],
  3588.         ], [
  3589.             'action' => 'App\\Entity\\Action',
  3590.         ]);
  3591.     }
  3592.     /**
  3593.      * Gets the private '.service_locator.Wx.x6CL' shared service.
  3594.      *
  3595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3596.      */
  3597.     protected function get_ServiceLocator_Wx_X6CLService()
  3598.     {
  3599.         return $this->privates['.service_locator.Wx.x6CL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3600.             'subscription' => ['privates''.errored..service_locator.Wx.x6CL.App\\Entity\\Subscription'NULL'Cannot autowire service ".service_locator.Wx.x6CL": it references class "App\\Entity\\Subscription" but no such service exists.'],
  3601.         ], [
  3602.             'subscription' => 'App\\Entity\\Subscription',
  3603.         ]);
  3604.     }
  3605.     /**
  3606.      * Gets the private '.service_locator.X7CGKl8' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3609.      */
  3610.     protected function get_ServiceLocator_X7CGKl8Service()
  3611.     {
  3612.         return $this->privates['.service_locator.X7CGKl8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3613.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3614.             'treatment' => ['privates''.errored..service_locator.X7CGKl8.App\\Entity\\Treatment'NULL'Cannot autowire service ".service_locator.X7CGKl8": it references class "App\\Entity\\Treatment" but no such service exists.'],
  3615.         ], [
  3616.             'security' => '?',
  3617.             'treatment' => 'App\\Entity\\Treatment',
  3618.         ]);
  3619.     }
  3620.     /**
  3621.      * Gets the private '.service_locator.Xg7apSt' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3624.      */
  3625.     protected function get_ServiceLocator_Xg7apStService()
  3626.     {
  3627.         return $this->privates['.service_locator.Xg7apSt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3628.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3629.             'subcontractor' => ['privates''.errored..service_locator.Xg7apSt.App\\Entity\\Subcontractor'NULL'Cannot autowire service ".service_locator.Xg7apSt": it references class "App\\Entity\\Subcontractor" but no such service exists.'],
  3630.         ], [
  3631.             'security' => '?',
  3632.             'subcontractor' => 'App\\Entity\\Subcontractor',
  3633.         ]);
  3634.     }
  3635.     /**
  3636.      * Gets the private '.service_locator.XsyfP82' shared service.
  3637.      *
  3638.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3639.      */
  3640.     protected function get_ServiceLocator_XsyfP82Service()
  3641.     {
  3642.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3643.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3644.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3645.         ], [
  3646.             'event_dispatcher' => '?',
  3647.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3648.         ]);
  3649.     }
  3650.     /**
  3651.      * Gets the private '.service_locator.Z2uXgOB' shared service.
  3652.      *
  3653.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3654.      */
  3655.     protected function get_ServiceLocator_Z2uXgOBService()
  3656.     {
  3657.         return $this->privates['.service_locator.Z2uXgOB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3658.             'exercisingclaim' => ['privates''.errored..service_locator.Z2uXgOB.App\\Entity\\ExercisingClaimRequest'NULL'Cannot autowire service ".service_locator.Z2uXgOB": it references class "App\\Entity\\ExercisingClaimRequest" but no such service exists.'],
  3659.         ], [
  3660.             'exercisingclaim' => 'App\\Entity\\ExercisingClaimRequest',
  3661.         ]);
  3662.     }
  3663.     /**
  3664.      * Gets the private '.service_locator.aKM6MDa' shared service.
  3665.      *
  3666.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3667.      */
  3668.     protected function get_ServiceLocator_AKM6MDaService()
  3669.     {
  3670.         return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3671.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3672.         ], [
  3673.             'entityManager' => '?',
  3674.         ]);
  3675.     }
  3676.     /**
  3677.      * Gets the private '.service_locator.bY95.K.' shared service.
  3678.      *
  3679.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3680.      */
  3681.     protected function get_ServiceLocator_BY95_K_Service()
  3682.     {
  3683.         return $this->privates['.service_locator.bY95.K.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3684.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3685.             'system' => ['privates''.errored..service_locator.bY95.K..App\\Entity\\System'NULL'Cannot autowire service ".service_locator.bY95.K.": it references class "App\\Entity\\System" but no such service exists.'],
  3686.         ], [
  3687.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3688.             'system' => 'App\\Entity\\System',
  3689.         ]);
  3690.     }
  3691.     /**
  3692.      * Gets the private '.service_locator.fhX6f.w' shared service.
  3693.      *
  3694.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3695.      */
  3696.     protected function get_ServiceLocator_FhX6f_WService()
  3697.     {
  3698.         return $this->privates['.service_locator.fhX6f.w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3699.             'document' => ['privates''.errored..service_locator.fhX6f.w.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.fhX6f.w": it references class "App\\Entity\\Document" but no such service exists.'],
  3700.             'type' => ['privates''.errored..service_locator.fhX6f.w.App\\Entity\\DocumentType'NULL'Cannot autowire service ".service_locator.fhX6f.w": it references class "App\\Entity\\DocumentType" but no such service exists.'],
  3701.         ], [
  3702.             'document' => 'App\\Entity\\Document',
  3703.             'type' => 'App\\Entity\\DocumentType',
  3704.         ]);
  3705.     }
  3706.     /**
  3707.      * Gets the private '.service_locator.g0M32zk' shared service.
  3708.      *
  3709.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3710.      */
  3711.     protected function get_ServiceLocator_G0M32zkService()
  3712.     {
  3713.         return $this->privates['.service_locator.g0M32zk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3714.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3715.         ], [
  3716.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3717.         ]);
  3718.     }
  3719.     /**
  3720.      * Gets the private '.service_locator.g7nthji' shared service.
  3721.      *
  3722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3723.      */
  3724.     protected function get_ServiceLocator_G7nthjiService()
  3725.     {
  3726.         return $this->privates['.service_locator.g7nthji'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3727.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3728.             'subcontractor' => ['privates''.errored..service_locator.g7nthji.App\\Entity\\Subcontractor'NULL'Cannot autowire service ".service_locator.g7nthji": it references class "App\\Entity\\Subcontractor" but no such service exists.'],
  3729.         ], [
  3730.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3731.             'subcontractor' => 'App\\Entity\\Subcontractor',
  3732.         ]);
  3733.     }
  3734.     /**
  3735.      * Gets the private '.service_locator.hhTpkJJ' shared service.
  3736.      *
  3737.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3738.      */
  3739.     protected function get_ServiceLocator_HhTpkJJService()
  3740.     {
  3741.         return $this->privates['.service_locator.hhTpkJJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3742.             'App\\Controller\\DefaultController::forgotPasswordAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3743.             'App\\Controller\\DefaultController::loginAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3744.             'App\\Controller\\ManagerController::actionsDeleteAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3745.             'App\\Controller\\ManagerController::actionsDeleteDocAction' => ['privates''.service_locator.vMQCDdB''get_ServiceLocator_VMQCDdBService'false],
  3746.             'App\\Controller\\ManagerController::actionsEditAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3747.             'App\\Controller\\ManagerController::actionsGanTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3748.             'App\\Controller\\ManagerController::actionsTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3749.             'App\\Controller\\ManagerController::creditsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3750.             'App\\Controller\\ManagerController::documentsDeleteAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  3751.             'App\\Controller\\ManagerController::documentsEditAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  3752.             'App\\Controller\\ManagerController::documentsTranslateAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  3753.             'App\\Controller\\ManagerController::documentsTypesDeleteAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  3754.             'App\\Controller\\ManagerController::documentsTypesEditAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  3755.             'App\\Controller\\ManagerController::infosDeleteAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  3756.             'App\\Controller\\ManagerController::infosEditAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  3757.             'App\\Controller\\ManagerController::loginLogsAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3758.             'App\\Controller\\ManagerController::managersDeleteAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  3759.             'App\\Controller\\ManagerController::managersEditAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  3760.             'App\\Controller\\ManagerController::partnersDeleteAction' => ['privates''.service_locator.ICQhBYA''get_ServiceLocator_ICQhBYAService'false],
  3761.             'App\\Controller\\ManagerController::partnersEditAction' => ['privates''.service_locator.ICQhBYA''get_ServiceLocator_ICQhBYAService'false],
  3762.             'App\\Controller\\ManagerController::subcontractorsDeleteAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3763.             'App\\Controller\\ManagerController::subcontractorsDeleteDocAction' => ['privates''.service_locator.QWJs.qa''get_ServiceLocator_QWJs_QaService'false],
  3764.             'App\\Controller\\ManagerController::subcontractorsEditAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3765.             'App\\Controller\\ManagerController::subcontractorsGanTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3766.             'App\\Controller\\ManagerController::subcontractorsTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3767.             'App\\Controller\\ManagerController::subscriptionsDeleteAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  3768.             'App\\Controller\\ManagerController::subscriptionsEditAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  3769.             'App\\Controller\\ManagerController::subscriptionsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3770.             'App\\Controller\\ManagerController::subscriptionsUserAddAction' => ['privates''.service_locator.OTzALgi''get_ServiceLocator_OTzALgiService'false],
  3771.             'App\\Controller\\ManagerController::subscriptionsUserDisableAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  3772.             'App\\Controller\\ManagerController::subscriptionsUserPaymentAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  3773.             'App\\Controller\\ManagerController::substituteAction' => ['privates''.service_locator.r88saIC''get_ServiceLocator_R88saICService'false],
  3774.             'App\\Controller\\ManagerController::systemsDeleteAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3775.             'App\\Controller\\ManagerController::systemsEditAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3776.             'App\\Controller\\ManagerController::systemsGanTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3777.             'App\\Controller\\ManagerController::systemsTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3778.             'App\\Controller\\ManagerController::trainingsAnswerAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3779.             'App\\Controller\\ManagerController::trainingsDeleteAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3780.             'App\\Controller\\ManagerController::trainingsEditAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3781.             'App\\Controller\\ManagerController::trainingsGanTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3782.             'App\\Controller\\ManagerController::trainingsTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3783.             'App\\Controller\\ManagerController::treatmentsDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3784.             'App\\Controller\\ManagerController::treatmentsEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3785.             'App\\Controller\\ManagerController::treatmentsGanTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3786.             'App\\Controller\\ManagerController::treatmentsTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3787.             'App\\Controller\\ManagerController::userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3788.             'App\\Controller\\ManagerController::usersDeleteAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3789.             'App\\Controller\\ManagerController::usersEditAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3790.             'App\\Controller\\ManagerController::usersPrintAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3791.             'App\\Controller\\UserController::accountAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3792.             'App\\Controller\\UserController::accountExportAction' => ['privates''.service_locator.jaLcF7S''get_ServiceLocator_JaLcF7SService'false],
  3793.             'App\\Controller\\UserController::actionsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3794.             'App\\Controller\\UserController::actionsCopyAction' => ['privates''.service_locator.8IBFQdN''get_ServiceLocator_8IBFQdNService'false],
  3795.             'App\\Controller\\UserController::actionsDeleteAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  3796.             'App\\Controller\\UserController::actionsDeleteDocAction' => ['privates''.service_locator.Oyn7GfC''get_ServiceLocator_Oyn7GfCService'false],
  3797.             'App\\Controller\\UserController::actionsEditAction' => ['privates''.service_locator.8IBFQdN''get_ServiceLocator_8IBFQdNService'false],
  3798.             'App\\Controller\\UserController::actionsGrpAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3799.             'App\\Controller\\UserController::actionsGrpDeleteAllAction' => ['privates''.service_locator.imyHFaH''get_ServiceLocator_ImyHFaHService'false],
  3800.             'App\\Controller\\UserController::actionsGrpListAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  3801.             'App\\Controller\\UserController::actionsPrintAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  3802.             'App\\Controller\\UserController::actionsStandardizeAction' => ['privates''.service_locator.GUzzxF3''get_ServiceLocator_GUzzxF3Service'false],
  3803.             'App\\Controller\\UserController::documentsAction' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  3804.             'App\\Controller\\UserController::exercisingclaimsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3805.             'App\\Controller\\UserController::exercisingclaimsDeleteAction' => ['privates''.service_locator.Z2uXgOB''get_ServiceLocator_Z2uXgOBService'false],
  3806.             'App\\Controller\\UserController::exercisingclaimsEditAction' => ['privates''.service_locator.Z2uXgOB''get_ServiceLocator_Z2uXgOBService'false],
  3807.             'App\\Controller\\UserController::incidentsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3808.             'App\\Controller\\UserController::incidentsCopyAction' => ['privates''.service_locator.yuNjxau''get_ServiceLocator_YuNjxauService'false],
  3809.             'App\\Controller\\UserController::incidentsDeleteAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  3810.             'App\\Controller\\UserController::incidentsEditAction' => ['privates''.service_locator.yuNjxau''get_ServiceLocator_YuNjxauService'false],
  3811.             'App\\Controller\\UserController::incidentsViewAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  3812.             'App\\Controller\\UserController::indexAction' => ['privates''.service_locator.9kVc5KX''get_ServiceLocator_9kVc5KXService'false],
  3813.             'App\\Controller\\UserController::interventionAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3814.             'App\\Controller\\UserController::partnersGetAction' => ['privates''.service_locator.KDYAHgO''get_ServiceLocator_KDYAHgOService'false],
  3815.             'App\\Controller\\UserController::readMdpDocumentsAction' => ['privates''.service_locator.fhX6f.w''get_ServiceLocator_FhX6f_WService'false],
  3816.             'App\\Controller\\UserController::readUserDocumentsAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  3817.             'App\\Controller\\UserController::subcontractorsAction' => ['privates''.service_locator.0IdPg8y''get_ServiceLocator_0IdPg8yService'false],
  3818.             'App\\Controller\\UserController::subcontractorsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3819.             'App\\Controller\\UserController::subcontractorsCopyAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3820.             'App\\Controller\\UserController::subcontractorsDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  3821.             'App\\Controller\\UserController::subcontractorsDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  3822.             'App\\Controller\\UserController::subcontractorsEditAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3823.             'App\\Controller\\UserController::subcontractorsExportXlsxAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3824.             'App\\Controller\\UserController::subcontractorsGrpAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3825.             'App\\Controller\\UserController::subcontractorsGrpCopyAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3826.             'App\\Controller\\UserController::subcontractorsGrpDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  3827.             'App\\Controller\\UserController::subcontractorsGrpDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  3828.             'App\\Controller\\UserController::subcontractorsGrpEditAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3829.             'App\\Controller\\UserController::subcontractorsStandardizeAction' => ['privates''.service_locator.Xg7apSt''get_ServiceLocator_Xg7apStService'false],
  3830.             'App\\Controller\\UserController::systemsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3831.             'App\\Controller\\UserController::systemsDeleteAction' => ['privates''.service_locator.q7Gb0Wr''get_ServiceLocator_Q7Gb0WrService'false],
  3832.             'App\\Controller\\UserController::systemsEditAction' => ['privates''.service_locator.bY95.K.''get_ServiceLocator_BY95_K_Service'false],
  3833.             'App\\Controller\\UserController::systemsStandardizeAction' => ['privates''.service_locator.JS20hFA''get_ServiceLocator_JS20hFAService'false],
  3834.             'App\\Controller\\UserController::trainingsAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3835.             'App\\Controller\\UserController::trainingsRequestsReviveAction' => ['privates''.service_locator.y57SvXX''get_ServiceLocator_Y57SvXXService'false],
  3836.             'App\\Controller\\UserController::trainingsRequestsReviveAllAction' => ['privates''.service_locator.rnOZmu0''get_ServiceLocator_RnOZmu0Service'false],
  3837.             'App\\Controller\\UserController::trainingsTeamsDeleteAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  3838.             'App\\Controller\\UserController::trainingsTeamsEditAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  3839.             'App\\Controller\\UserController::treatmentsAddAction' => ['privates''.service_locator.qHcIIhW''get_ServiceLocator_QHcIIhWService'false],
  3840.             'App\\Controller\\UserController::treatmentsCopyAction' => ['privates''.service_locator.Hs0lbvi''get_ServiceLocator_Hs0lbviService'false],
  3841.             'App\\Controller\\UserController::treatmentsDeleteAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  3842.             'App\\Controller\\UserController::treatmentsEditAction' => ['privates''.service_locator.Hs0lbvi''get_ServiceLocator_Hs0lbviService'false],
  3843.             'App\\Controller\\UserController::treatmentsExportOneAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  3844.             'App\\Controller\\UserController::treatmentsExportXlsxAction' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3845.             'App\\Controller\\UserController::treatmentsShowAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  3846.             'App\\Controller\\UserController::treatmentsStandardizeAction' => ['privates''.service_locator.X7CGKl8''get_ServiceLocator_X7CGKl8Service'false],
  3847.             'App\\Controller\\UserController::treatmentsStdDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3848.             'App\\Controller\\UserController::treatmentsStdEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3849.             'App\\Controller\\UserController::userDocumentsDeleteAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  3850.             'App\\Controller\\UserController::userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3851.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3852.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3853.             'App\\Controller\\DefaultController:forgotPasswordAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3854.             'App\\Controller\\DefaultController:loginAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3855.             'App\\Controller\\ManagerController:actionsDeleteAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3856.             'App\\Controller\\ManagerController:actionsDeleteDocAction' => ['privates''.service_locator.vMQCDdB''get_ServiceLocator_VMQCDdBService'false],
  3857.             'App\\Controller\\ManagerController:actionsEditAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3858.             'App\\Controller\\ManagerController:actionsGanTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3859.             'App\\Controller\\ManagerController:actionsTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  3860.             'App\\Controller\\ManagerController:creditsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3861.             'App\\Controller\\ManagerController:documentsDeleteAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  3862.             'App\\Controller\\ManagerController:documentsEditAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  3863.             'App\\Controller\\ManagerController:documentsTranslateAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  3864.             'App\\Controller\\ManagerController:documentsTypesDeleteAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  3865.             'App\\Controller\\ManagerController:documentsTypesEditAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  3866.             'App\\Controller\\ManagerController:infosDeleteAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  3867.             'App\\Controller\\ManagerController:infosEditAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  3868.             'App\\Controller\\ManagerController:loginLogsAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3869.             'App\\Controller\\ManagerController:managersDeleteAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  3870.             'App\\Controller\\ManagerController:managersEditAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  3871.             'App\\Controller\\ManagerController:partnersDeleteAction' => ['privates''.service_locator.ICQhBYA''get_ServiceLocator_ICQhBYAService'false],
  3872.             'App\\Controller\\ManagerController:partnersEditAction' => ['privates''.service_locator.ICQhBYA''get_ServiceLocator_ICQhBYAService'false],
  3873.             'App\\Controller\\ManagerController:subcontractorsDeleteAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3874.             'App\\Controller\\ManagerController:subcontractorsDeleteDocAction' => ['privates''.service_locator.QWJs.qa''get_ServiceLocator_QWJs_QaService'false],
  3875.             'App\\Controller\\ManagerController:subcontractorsEditAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3876.             'App\\Controller\\ManagerController:subcontractorsGanTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3877.             'App\\Controller\\ManagerController:subcontractorsTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  3878.             'App\\Controller\\ManagerController:subscriptionsDeleteAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  3879.             'App\\Controller\\ManagerController:subscriptionsEditAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  3880.             'App\\Controller\\ManagerController:subscriptionsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3881.             'App\\Controller\\ManagerController:subscriptionsUserAddAction' => ['privates''.service_locator.OTzALgi''get_ServiceLocator_OTzALgiService'false],
  3882.             'App\\Controller\\ManagerController:subscriptionsUserDisableAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  3883.             'App\\Controller\\ManagerController:subscriptionsUserPaymentAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  3884.             'App\\Controller\\ManagerController:substituteAction' => ['privates''.service_locator.r88saIC''get_ServiceLocator_R88saICService'false],
  3885.             'App\\Controller\\ManagerController:systemsDeleteAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3886.             'App\\Controller\\ManagerController:systemsEditAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3887.             'App\\Controller\\ManagerController:systemsGanTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3888.             'App\\Controller\\ManagerController:systemsTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  3889.             'App\\Controller\\ManagerController:trainingsAnswerAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3890.             'App\\Controller\\ManagerController:trainingsDeleteAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3891.             'App\\Controller\\ManagerController:trainingsEditAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3892.             'App\\Controller\\ManagerController:trainingsGanTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3893.             'App\\Controller\\ManagerController:trainingsTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  3894.             'App\\Controller\\ManagerController:treatmentsDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3895.             'App\\Controller\\ManagerController:treatmentsEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3896.             'App\\Controller\\ManagerController:treatmentsGanTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3897.             'App\\Controller\\ManagerController:treatmentsTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3898.             'App\\Controller\\ManagerController:userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3899.             'App\\Controller\\ManagerController:usersDeleteAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3900.             'App\\Controller\\ManagerController:usersEditAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3901.             'App\\Controller\\ManagerController:usersPrintAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3902.             'App\\Controller\\UserController:accountAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3903.             'App\\Controller\\UserController:accountExportAction' => ['privates''.service_locator.jaLcF7S''get_ServiceLocator_JaLcF7SService'false],
  3904.             'App\\Controller\\UserController:actionsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3905.             'App\\Controller\\UserController:actionsCopyAction' => ['privates''.service_locator.8IBFQdN''get_ServiceLocator_8IBFQdNService'false],
  3906.             'App\\Controller\\UserController:actionsDeleteAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  3907.             'App\\Controller\\UserController:actionsDeleteDocAction' => ['privates''.service_locator.Oyn7GfC''get_ServiceLocator_Oyn7GfCService'false],
  3908.             'App\\Controller\\UserController:actionsEditAction' => ['privates''.service_locator.8IBFQdN''get_ServiceLocator_8IBFQdNService'false],
  3909.             'App\\Controller\\UserController:actionsGrpAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3910.             'App\\Controller\\UserController:actionsGrpDeleteAllAction' => ['privates''.service_locator.imyHFaH''get_ServiceLocator_ImyHFaHService'false],
  3911.             'App\\Controller\\UserController:actionsGrpListAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  3912.             'App\\Controller\\UserController:actionsPrintAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  3913.             'App\\Controller\\UserController:actionsStandardizeAction' => ['privates''.service_locator.GUzzxF3''get_ServiceLocator_GUzzxF3Service'false],
  3914.             'App\\Controller\\UserController:documentsAction' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  3915.             'App\\Controller\\UserController:exercisingclaimsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3916.             'App\\Controller\\UserController:exercisingclaimsDeleteAction' => ['privates''.service_locator.Z2uXgOB''get_ServiceLocator_Z2uXgOBService'false],
  3917.             'App\\Controller\\UserController:exercisingclaimsEditAction' => ['privates''.service_locator.Z2uXgOB''get_ServiceLocator_Z2uXgOBService'false],
  3918.             'App\\Controller\\UserController:incidentsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3919.             'App\\Controller\\UserController:incidentsCopyAction' => ['privates''.service_locator.yuNjxau''get_ServiceLocator_YuNjxauService'false],
  3920.             'App\\Controller\\UserController:incidentsDeleteAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  3921.             'App\\Controller\\UserController:incidentsEditAction' => ['privates''.service_locator.yuNjxau''get_ServiceLocator_YuNjxauService'false],
  3922.             'App\\Controller\\UserController:incidentsViewAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  3923.             'App\\Controller\\UserController:indexAction' => ['privates''.service_locator.9kVc5KX''get_ServiceLocator_9kVc5KXService'false],
  3924.             'App\\Controller\\UserController:interventionAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3925.             'App\\Controller\\UserController:partnersGetAction' => ['privates''.service_locator.KDYAHgO''get_ServiceLocator_KDYAHgOService'false],
  3926.             'App\\Controller\\UserController:readMdpDocumentsAction' => ['privates''.service_locator.fhX6f.w''get_ServiceLocator_FhX6f_WService'false],
  3927.             'App\\Controller\\UserController:readUserDocumentsAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  3928.             'App\\Controller\\UserController:subcontractorsAction' => ['privates''.service_locator.0IdPg8y''get_ServiceLocator_0IdPg8yService'false],
  3929.             'App\\Controller\\UserController:subcontractorsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3930.             'App\\Controller\\UserController:subcontractorsCopyAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3931.             'App\\Controller\\UserController:subcontractorsDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  3932.             'App\\Controller\\UserController:subcontractorsDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  3933.             'App\\Controller\\UserController:subcontractorsEditAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3934.             'App\\Controller\\UserController:subcontractorsExportXlsxAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  3935.             'App\\Controller\\UserController:subcontractorsGrpAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3936.             'App\\Controller\\UserController:subcontractorsGrpCopyAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3937.             'App\\Controller\\UserController:subcontractorsGrpDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  3938.             'App\\Controller\\UserController:subcontractorsGrpDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  3939.             'App\\Controller\\UserController:subcontractorsGrpEditAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  3940.             'App\\Controller\\UserController:subcontractorsStandardizeAction' => ['privates''.service_locator.Xg7apSt''get_ServiceLocator_Xg7apStService'false],
  3941.             'App\\Controller\\UserController:systemsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3942.             'App\\Controller\\UserController:systemsDeleteAction' => ['privates''.service_locator.q7Gb0Wr''get_ServiceLocator_Q7Gb0WrService'false],
  3943.             'App\\Controller\\UserController:systemsEditAction' => ['privates''.service_locator.bY95.K.''get_ServiceLocator_BY95_K_Service'false],
  3944.             'App\\Controller\\UserController:systemsStandardizeAction' => ['privates''.service_locator.JS20hFA''get_ServiceLocator_JS20hFAService'false],
  3945.             'App\\Controller\\UserController:trainingsAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  3946.             'App\\Controller\\UserController:trainingsRequestsReviveAction' => ['privates''.service_locator.y57SvXX''get_ServiceLocator_Y57SvXXService'false],
  3947.             'App\\Controller\\UserController:trainingsRequestsReviveAllAction' => ['privates''.service_locator.rnOZmu0''get_ServiceLocator_RnOZmu0Service'false],
  3948.             'App\\Controller\\UserController:trainingsTeamsDeleteAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  3949.             'App\\Controller\\UserController:trainingsTeamsEditAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  3950.             'App\\Controller\\UserController:treatmentsAddAction' => ['privates''.service_locator.qHcIIhW''get_ServiceLocator_QHcIIhWService'false],
  3951.             'App\\Controller\\UserController:treatmentsCopyAction' => ['privates''.service_locator.Hs0lbvi''get_ServiceLocator_Hs0lbviService'false],
  3952.             'App\\Controller\\UserController:treatmentsDeleteAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  3953.             'App\\Controller\\UserController:treatmentsEditAction' => ['privates''.service_locator.Hs0lbvi''get_ServiceLocator_Hs0lbviService'false],
  3954.             'App\\Controller\\UserController:treatmentsExportOneAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  3955.             'App\\Controller\\UserController:treatmentsExportXlsxAction' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3956.             'App\\Controller\\UserController:treatmentsShowAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  3957.             'App\\Controller\\UserController:treatmentsStandardizeAction' => ['privates''.service_locator.X7CGKl8''get_ServiceLocator_X7CGKl8Service'false],
  3958.             'App\\Controller\\UserController:treatmentsStdDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3959.             'App\\Controller\\UserController:treatmentsStdEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  3960.             'App\\Controller\\UserController:userDocumentsDeleteAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  3961.             'App\\Controller\\UserController:userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3962.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3963.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  3964.         ], [
  3965.             'App\\Controller\\DefaultController::forgotPasswordAction' => '?',
  3966.             'App\\Controller\\DefaultController::loginAction' => '?',
  3967.             'App\\Controller\\ManagerController::actionsDeleteAction' => '?',
  3968.             'App\\Controller\\ManagerController::actionsDeleteDocAction' => '?',
  3969.             'App\\Controller\\ManagerController::actionsEditAction' => '?',
  3970.             'App\\Controller\\ManagerController::actionsGanTranslateAction' => '?',
  3971.             'App\\Controller\\ManagerController::actionsTranslateAction' => '?',
  3972.             'App\\Controller\\ManagerController::creditsUserAction' => '?',
  3973.             'App\\Controller\\ManagerController::documentsDeleteAction' => '?',
  3974.             'App\\Controller\\ManagerController::documentsEditAction' => '?',
  3975.             'App\\Controller\\ManagerController::documentsTranslateAction' => '?',
  3976.             'App\\Controller\\ManagerController::documentsTypesDeleteAction' => '?',
  3977.             'App\\Controller\\ManagerController::documentsTypesEditAction' => '?',
  3978.             'App\\Controller\\ManagerController::infosDeleteAction' => '?',
  3979.             'App\\Controller\\ManagerController::infosEditAction' => '?',
  3980.             'App\\Controller\\ManagerController::loginLogsAction' => '?',
  3981.             'App\\Controller\\ManagerController::managersDeleteAction' => '?',
  3982.             'App\\Controller\\ManagerController::managersEditAction' => '?',
  3983.             'App\\Controller\\ManagerController::partnersDeleteAction' => '?',
  3984.             'App\\Controller\\ManagerController::partnersEditAction' => '?',
  3985.             'App\\Controller\\ManagerController::subcontractorsDeleteAction' => '?',
  3986.             'App\\Controller\\ManagerController::subcontractorsDeleteDocAction' => '?',
  3987.             'App\\Controller\\ManagerController::subcontractorsEditAction' => '?',
  3988.             'App\\Controller\\ManagerController::subcontractorsGanTranslateAction' => '?',
  3989.             'App\\Controller\\ManagerController::subcontractorsTranslateAction' => '?',
  3990.             'App\\Controller\\ManagerController::subscriptionsDeleteAction' => '?',
  3991.             'App\\Controller\\ManagerController::subscriptionsEditAction' => '?',
  3992.             'App\\Controller\\ManagerController::subscriptionsUserAction' => '?',
  3993.             'App\\Controller\\ManagerController::subscriptionsUserAddAction' => '?',
  3994.             'App\\Controller\\ManagerController::subscriptionsUserDisableAction' => '?',
  3995.             'App\\Controller\\ManagerController::subscriptionsUserPaymentAction' => '?',
  3996.             'App\\Controller\\ManagerController::substituteAction' => '?',
  3997.             'App\\Controller\\ManagerController::systemsDeleteAction' => '?',
  3998.             'App\\Controller\\ManagerController::systemsEditAction' => '?',
  3999.             'App\\Controller\\ManagerController::systemsGanTranslateAction' => '?',
  4000.             'App\\Controller\\ManagerController::systemsTranslateAction' => '?',
  4001.             'App\\Controller\\ManagerController::trainingsAnswerAction' => '?',
  4002.             'App\\Controller\\ManagerController::trainingsDeleteAction' => '?',
  4003.             'App\\Controller\\ManagerController::trainingsEditAction' => '?',
  4004.             'App\\Controller\\ManagerController::trainingsGanTranslateAction' => '?',
  4005.             'App\\Controller\\ManagerController::trainingsTranslateAction' => '?',
  4006.             'App\\Controller\\ManagerController::treatmentsDeleteAction' => '?',
  4007.             'App\\Controller\\ManagerController::treatmentsEditAction' => '?',
  4008.             'App\\Controller\\ManagerController::treatmentsGanTranslateAction' => '?',
  4009.             'App\\Controller\\ManagerController::treatmentsTranslateAction' => '?',
  4010.             'App\\Controller\\ManagerController::userSwitchAction' => '?',
  4011.             'App\\Controller\\ManagerController::usersDeleteAction' => '?',
  4012.             'App\\Controller\\ManagerController::usersEditAction' => '?',
  4013.             'App\\Controller\\ManagerController::usersPrintAction' => '?',
  4014.             'App\\Controller\\UserController::accountAction' => '?',
  4015.             'App\\Controller\\UserController::accountExportAction' => '?',
  4016.             'App\\Controller\\UserController::actionsAddAction' => '?',
  4017.             'App\\Controller\\UserController::actionsCopyAction' => '?',
  4018.             'App\\Controller\\UserController::actionsDeleteAction' => '?',
  4019.             'App\\Controller\\UserController::actionsDeleteDocAction' => '?',
  4020.             'App\\Controller\\UserController::actionsEditAction' => '?',
  4021.             'App\\Controller\\UserController::actionsGrpAddAction' => '?',
  4022.             'App\\Controller\\UserController::actionsGrpDeleteAllAction' => '?',
  4023.             'App\\Controller\\UserController::actionsGrpListAction' => '?',
  4024.             'App\\Controller\\UserController::actionsPrintAction' => '?',
  4025.             'App\\Controller\\UserController::actionsStandardizeAction' => '?',
  4026.             'App\\Controller\\UserController::documentsAction' => '?',
  4027.             'App\\Controller\\UserController::exercisingclaimsAddAction' => '?',
  4028.             'App\\Controller\\UserController::exercisingclaimsDeleteAction' => '?',
  4029.             'App\\Controller\\UserController::exercisingclaimsEditAction' => '?',
  4030.             'App\\Controller\\UserController::incidentsAddAction' => '?',
  4031.             'App\\Controller\\UserController::incidentsCopyAction' => '?',
  4032.             'App\\Controller\\UserController::incidentsDeleteAction' => '?',
  4033.             'App\\Controller\\UserController::incidentsEditAction' => '?',
  4034.             'App\\Controller\\UserController::incidentsViewAction' => '?',
  4035.             'App\\Controller\\UserController::indexAction' => '?',
  4036.             'App\\Controller\\UserController::interventionAction' => '?',
  4037.             'App\\Controller\\UserController::partnersGetAction' => '?',
  4038.             'App\\Controller\\UserController::readMdpDocumentsAction' => '?',
  4039.             'App\\Controller\\UserController::readUserDocumentsAction' => '?',
  4040.             'App\\Controller\\UserController::subcontractorsAction' => '?',
  4041.             'App\\Controller\\UserController::subcontractorsAddAction' => '?',
  4042.             'App\\Controller\\UserController::subcontractorsCopyAction' => '?',
  4043.             'App\\Controller\\UserController::subcontractorsDeleteAction' => '?',
  4044.             'App\\Controller\\UserController::subcontractorsDeleteDocAction' => '?',
  4045.             'App\\Controller\\UserController::subcontractorsEditAction' => '?',
  4046.             'App\\Controller\\UserController::subcontractorsExportXlsxAction' => '?',
  4047.             'App\\Controller\\UserController::subcontractorsGrpAddAction' => '?',
  4048.             'App\\Controller\\UserController::subcontractorsGrpCopyAction' => '?',
  4049.             'App\\Controller\\UserController::subcontractorsGrpDeleteAction' => '?',
  4050.             'App\\Controller\\UserController::subcontractorsGrpDeleteDocAction' => '?',
  4051.             'App\\Controller\\UserController::subcontractorsGrpEditAction' => '?',
  4052.             'App\\Controller\\UserController::subcontractorsStandardizeAction' => '?',
  4053.             'App\\Controller\\UserController::systemsAddAction' => '?',
  4054.             'App\\Controller\\UserController::systemsDeleteAction' => '?',
  4055.             'App\\Controller\\UserController::systemsEditAction' => '?',
  4056.             'App\\Controller\\UserController::systemsStandardizeAction' => '?',
  4057.             'App\\Controller\\UserController::trainingsAction' => '?',
  4058.             'App\\Controller\\UserController::trainingsRequestsReviveAction' => '?',
  4059.             'App\\Controller\\UserController::trainingsRequestsReviveAllAction' => '?',
  4060.             'App\\Controller\\UserController::trainingsTeamsDeleteAction' => '?',
  4061.             'App\\Controller\\UserController::trainingsTeamsEditAction' => '?',
  4062.             'App\\Controller\\UserController::treatmentsAddAction' => '?',
  4063.             'App\\Controller\\UserController::treatmentsCopyAction' => '?',
  4064.             'App\\Controller\\UserController::treatmentsDeleteAction' => '?',
  4065.             'App\\Controller\\UserController::treatmentsEditAction' => '?',
  4066.             'App\\Controller\\UserController::treatmentsExportOneAction' => '?',
  4067.             'App\\Controller\\UserController::treatmentsExportXlsxAction' => '?',
  4068.             'App\\Controller\\UserController::treatmentsShowAction' => '?',
  4069.             'App\\Controller\\UserController::treatmentsStandardizeAction' => '?',
  4070.             'App\\Controller\\UserController::treatmentsStdDeleteAction' => '?',
  4071.             'App\\Controller\\UserController::treatmentsStdEditAction' => '?',
  4072.             'App\\Controller\\UserController::userDocumentsDeleteAction' => '?',
  4073.             'App\\Controller\\UserController::userSwitchAction' => '?',
  4074.             'kernel::loadRoutes' => '?',
  4075.             'kernel::registerContainerConfiguration' => '?',
  4076.             'App\\Controller\\DefaultController:forgotPasswordAction' => '?',
  4077.             'App\\Controller\\DefaultController:loginAction' => '?',
  4078.             'App\\Controller\\ManagerController:actionsDeleteAction' => '?',
  4079.             'App\\Controller\\ManagerController:actionsDeleteDocAction' => '?',
  4080.             'App\\Controller\\ManagerController:actionsEditAction' => '?',
  4081.             'App\\Controller\\ManagerController:actionsGanTranslateAction' => '?',
  4082.             'App\\Controller\\ManagerController:actionsTranslateAction' => '?',
  4083.             'App\\Controller\\ManagerController:creditsUserAction' => '?',
  4084.             'App\\Controller\\ManagerController:documentsDeleteAction' => '?',
  4085.             'App\\Controller\\ManagerController:documentsEditAction' => '?',
  4086.             'App\\Controller\\ManagerController:documentsTranslateAction' => '?',
  4087.             'App\\Controller\\ManagerController:documentsTypesDeleteAction' => '?',
  4088.             'App\\Controller\\ManagerController:documentsTypesEditAction' => '?',
  4089.             'App\\Controller\\ManagerController:infosDeleteAction' => '?',
  4090.             'App\\Controller\\ManagerController:infosEditAction' => '?',
  4091.             'App\\Controller\\ManagerController:loginLogsAction' => '?',
  4092.             'App\\Controller\\ManagerController:managersDeleteAction' => '?',
  4093.             'App\\Controller\\ManagerController:managersEditAction' => '?',
  4094.             'App\\Controller\\ManagerController:partnersDeleteAction' => '?',
  4095.             'App\\Controller\\ManagerController:partnersEditAction' => '?',
  4096.             'App\\Controller\\ManagerController:subcontractorsDeleteAction' => '?',
  4097.             'App\\Controller\\ManagerController:subcontractorsDeleteDocAction' => '?',
  4098.             'App\\Controller\\ManagerController:subcontractorsEditAction' => '?',
  4099.             'App\\Controller\\ManagerController:subcontractorsGanTranslateAction' => '?',
  4100.             'App\\Controller\\ManagerController:subcontractorsTranslateAction' => '?',
  4101.             'App\\Controller\\ManagerController:subscriptionsDeleteAction' => '?',
  4102.             'App\\Controller\\ManagerController:subscriptionsEditAction' => '?',
  4103.             'App\\Controller\\ManagerController:subscriptionsUserAction' => '?',
  4104.             'App\\Controller\\ManagerController:subscriptionsUserAddAction' => '?',
  4105.             'App\\Controller\\ManagerController:subscriptionsUserDisableAction' => '?',
  4106.             'App\\Controller\\ManagerController:subscriptionsUserPaymentAction' => '?',
  4107.             'App\\Controller\\ManagerController:substituteAction' => '?',
  4108.             'App\\Controller\\ManagerController:systemsDeleteAction' => '?',
  4109.             'App\\Controller\\ManagerController:systemsEditAction' => '?',
  4110.             'App\\Controller\\ManagerController:systemsGanTranslateAction' => '?',
  4111.             'App\\Controller\\ManagerController:systemsTranslateAction' => '?',
  4112.             'App\\Controller\\ManagerController:trainingsAnswerAction' => '?',
  4113.             'App\\Controller\\ManagerController:trainingsDeleteAction' => '?',
  4114.             'App\\Controller\\ManagerController:trainingsEditAction' => '?',
  4115.             'App\\Controller\\ManagerController:trainingsGanTranslateAction' => '?',
  4116.             'App\\Controller\\ManagerController:trainingsTranslateAction' => '?',
  4117.             'App\\Controller\\ManagerController:treatmentsDeleteAction' => '?',
  4118.             'App\\Controller\\ManagerController:treatmentsEditAction' => '?',
  4119.             'App\\Controller\\ManagerController:treatmentsGanTranslateAction' => '?',
  4120.             'App\\Controller\\ManagerController:treatmentsTranslateAction' => '?',
  4121.             'App\\Controller\\ManagerController:userSwitchAction' => '?',
  4122.             'App\\Controller\\ManagerController:usersDeleteAction' => '?',
  4123.             'App\\Controller\\ManagerController:usersEditAction' => '?',
  4124.             'App\\Controller\\ManagerController:usersPrintAction' => '?',
  4125.             'App\\Controller\\UserController:accountAction' => '?',
  4126.             'App\\Controller\\UserController:accountExportAction' => '?',
  4127.             'App\\Controller\\UserController:actionsAddAction' => '?',
  4128.             'App\\Controller\\UserController:actionsCopyAction' => '?',
  4129.             'App\\Controller\\UserController:actionsDeleteAction' => '?',
  4130.             'App\\Controller\\UserController:actionsDeleteDocAction' => '?',
  4131.             'App\\Controller\\UserController:actionsEditAction' => '?',
  4132.             'App\\Controller\\UserController:actionsGrpAddAction' => '?',
  4133.             'App\\Controller\\UserController:actionsGrpDeleteAllAction' => '?',
  4134.             'App\\Controller\\UserController:actionsGrpListAction' => '?',
  4135.             'App\\Controller\\UserController:actionsPrintAction' => '?',
  4136.             'App\\Controller\\UserController:actionsStandardizeAction' => '?',
  4137.             'App\\Controller\\UserController:documentsAction' => '?',
  4138.             'App\\Controller\\UserController:exercisingclaimsAddAction' => '?',
  4139.             'App\\Controller\\UserController:exercisingclaimsDeleteAction' => '?',
  4140.             'App\\Controller\\UserController:exercisingclaimsEditAction' => '?',
  4141.             'App\\Controller\\UserController:incidentsAddAction' => '?',
  4142.             'App\\Controller\\UserController:incidentsCopyAction' => '?',
  4143.             'App\\Controller\\UserController:incidentsDeleteAction' => '?',
  4144.             'App\\Controller\\UserController:incidentsEditAction' => '?',
  4145.             'App\\Controller\\UserController:incidentsViewAction' => '?',
  4146.             'App\\Controller\\UserController:indexAction' => '?',
  4147.             'App\\Controller\\UserController:interventionAction' => '?',
  4148.             'App\\Controller\\UserController:partnersGetAction' => '?',
  4149.             'App\\Controller\\UserController:readMdpDocumentsAction' => '?',
  4150.             'App\\Controller\\UserController:readUserDocumentsAction' => '?',
  4151.             'App\\Controller\\UserController:subcontractorsAction' => '?',
  4152.             'App\\Controller\\UserController:subcontractorsAddAction' => '?',
  4153.             'App\\Controller\\UserController:subcontractorsCopyAction' => '?',
  4154.             'App\\Controller\\UserController:subcontractorsDeleteAction' => '?',
  4155.             'App\\Controller\\UserController:subcontractorsDeleteDocAction' => '?',
  4156.             'App\\Controller\\UserController:subcontractorsEditAction' => '?',
  4157.             'App\\Controller\\UserController:subcontractorsExportXlsxAction' => '?',
  4158.             'App\\Controller\\UserController:subcontractorsGrpAddAction' => '?',
  4159.             'App\\Controller\\UserController:subcontractorsGrpCopyAction' => '?',
  4160.             'App\\Controller\\UserController:subcontractorsGrpDeleteAction' => '?',
  4161.             'App\\Controller\\UserController:subcontractorsGrpDeleteDocAction' => '?',
  4162.             'App\\Controller\\UserController:subcontractorsGrpEditAction' => '?',
  4163.             'App\\Controller\\UserController:subcontractorsStandardizeAction' => '?',
  4164.             'App\\Controller\\UserController:systemsAddAction' => '?',
  4165.             'App\\Controller\\UserController:systemsDeleteAction' => '?',
  4166.             'App\\Controller\\UserController:systemsEditAction' => '?',
  4167.             'App\\Controller\\UserController:systemsStandardizeAction' => '?',
  4168.             'App\\Controller\\UserController:trainingsAction' => '?',
  4169.             'App\\Controller\\UserController:trainingsRequestsReviveAction' => '?',
  4170.             'App\\Controller\\UserController:trainingsRequestsReviveAllAction' => '?',
  4171.             'App\\Controller\\UserController:trainingsTeamsDeleteAction' => '?',
  4172.             'App\\Controller\\UserController:trainingsTeamsEditAction' => '?',
  4173.             'App\\Controller\\UserController:treatmentsAddAction' => '?',
  4174.             'App\\Controller\\UserController:treatmentsCopyAction' => '?',
  4175.             'App\\Controller\\UserController:treatmentsDeleteAction' => '?',
  4176.             'App\\Controller\\UserController:treatmentsEditAction' => '?',
  4177.             'App\\Controller\\UserController:treatmentsExportOneAction' => '?',
  4178.             'App\\Controller\\UserController:treatmentsExportXlsxAction' => '?',
  4179.             'App\\Controller\\UserController:treatmentsShowAction' => '?',
  4180.             'App\\Controller\\UserController:treatmentsStandardizeAction' => '?',
  4181.             'App\\Controller\\UserController:treatmentsStdDeleteAction' => '?',
  4182.             'App\\Controller\\UserController:treatmentsStdEditAction' => '?',
  4183.             'App\\Controller\\UserController:userDocumentsDeleteAction' => '?',
  4184.             'App\\Controller\\UserController:userSwitchAction' => '?',
  4185.             'kernel:loadRoutes' => '?',
  4186.             'kernel:registerContainerConfiguration' => '?',
  4187.         ]);
  4188.     }
  4189.     /**
  4190.      * Gets the private '.service_locator.imyHFaH' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4193.      */
  4194.     protected function get_ServiceLocator_ImyHFaHService()
  4195.     {
  4196.         return $this->privates['.service_locator.imyHFaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4197.             'action' => ['privates''.errored..service_locator.imyHFaH.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.imyHFaH": it references class "App\\Entity\\Action" but no such service exists.'],
  4198.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4199.         ], [
  4200.             'action' => 'App\\Entity\\Action',
  4201.             'em' => '?',
  4202.         ]);
  4203.     }
  4204.     /**
  4205.      * Gets the private '.service_locator.jaLcF7S' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4208.      */
  4209.     protected function get_ServiceLocator_JaLcF7SService()
  4210.     {
  4211.         return $this->privates['.service_locator.jaLcF7S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4212.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4213.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4214.         ], [
  4215.             'em' => '?',
  4216.             'serializer' => '?',
  4217.         ]);
  4218.     }
  4219.     /**
  4220.      * Gets the private '.service_locator.lQZbJJ2' shared service.
  4221.      *
  4222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4223.      */
  4224.     protected function get_ServiceLocator_LQZbJJ2Service()
  4225.     {
  4226.         return $this->privates['.service_locator.lQZbJJ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4227.             'system' => ['privates''.errored..service_locator.lQZbJJ2.App\\Entity\\SystemStd'NULL'Cannot autowire service ".service_locator.lQZbJJ2": it references class "App\\Entity\\SystemStd" but no such service exists.'],
  4228.         ], [
  4229.             'system' => 'App\\Entity\\SystemStd',
  4230.         ]);
  4231.     }
  4232.     /**
  4233.      * Gets the private '.service_locator.nX4pAD7' shared service.
  4234.      *
  4235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4236.      */
  4237.     protected function get_ServiceLocator_NX4pAD7Service()
  4238.     {
  4239.         return $this->privates['.service_locator.nX4pAD7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4240.             'userDocument' => ['privates''.errored..service_locator.nX4pAD7.App\\Entity\\UserDocument'NULL'Cannot autowire service ".service_locator.nX4pAD7": it references class "App\\Entity\\UserDocument" but no such service exists.'],
  4241.         ], [
  4242.             'userDocument' => 'App\\Entity\\UserDocument',
  4243.         ]);
  4244.     }
  4245.     /**
  4246.      * Gets the private '.service_locator.q2ji3lu' shared service.
  4247.      *
  4248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4249.      */
  4250.     protected function get_ServiceLocator_Q2ji3luService()
  4251.     {
  4252.         return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4253.             'translator' => ['services''translator''getTranslatorService'false],
  4254.         ], [
  4255.             'translator' => '?',
  4256.         ]);
  4257.     }
  4258.     /**
  4259.      * Gets the private '.service_locator.q7Gb0Wr' shared service.
  4260.      *
  4261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4262.      */
  4263.     protected function get_ServiceLocator_Q7Gb0WrService()
  4264.     {
  4265.         return $this->privates['.service_locator.q7Gb0Wr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4266.             'system' => ['privates''.errored..service_locator.q7Gb0Wr.App\\Entity\\System'NULL'Cannot autowire service ".service_locator.q7Gb0Wr": it references class "App\\Entity\\System" but no such service exists.'],
  4267.         ], [
  4268.             'system' => 'App\\Entity\\System',
  4269.         ]);
  4270.     }
  4271.     /**
  4272.      * Gets the private '.service_locator.qHcIIhW' shared service.
  4273.      *
  4274.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4275.      */
  4276.     protected function get_ServiceLocator_QHcIIhWService()
  4277.     {
  4278.         return $this->privates['.service_locator.qHcIIhW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4279.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4280.             'translator' => ['services''translator''getTranslatorService'false],
  4281.         ], [
  4282.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4283.             'translator' => '?',
  4284.         ]);
  4285.     }
  4286.     /**
  4287.      * Gets the private '.service_locator.qyBRc1r' shared service.
  4288.      *
  4289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4290.      */
  4291.     protected function get_ServiceLocator_QyBRc1rService()
  4292.     {
  4293.         return $this->privates['.service_locator.qyBRc1r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4294.             'team' => ['privates''.errored..service_locator.qyBRc1r.App\\Entity\\TrainingTeam'NULL'Cannot autowire service ".service_locator.qyBRc1r": it references class "App\\Entity\\TrainingTeam" but no such service exists.'],
  4295.         ], [
  4296.             'team' => 'App\\Entity\\TrainingTeam',
  4297.         ]);
  4298.     }
  4299.     /**
  4300.      * Gets the private '.service_locator.r88saIC' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4303.      */
  4304.     protected function get_ServiceLocator_R88saICService()
  4305.     {
  4306.         return $this->privates['.service_locator.r88saIC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4307.             '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.'],
  4308.         ], [
  4309.             'account' => 'App\\Entity\\Account',
  4310.         ]);
  4311.     }
  4312.     /**
  4313.      * Gets the private '.service_locator.reKEzLp' shared service.
  4314.      *
  4315.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4316.      */
  4317.     protected function get_ServiceLocator_ReKEzLpService()
  4318.     {
  4319.         return $this->privates['.service_locator.reKEzLp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4320.             'manager' => ['privates''.errored..service_locator.reKEzLp.App\\Entity\\Manager'NULL'Cannot autowire service ".service_locator.reKEzLp": it references class "App\\Entity\\Manager" but no such service exists.'],
  4321.         ], [
  4322.             'manager' => 'App\\Entity\\Manager',
  4323.         ]);
  4324.     }
  4325.     /**
  4326.      * Gets the private '.service_locator.rnOZmu0' shared service.
  4327.      *
  4328.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4329.      */
  4330.     protected function get_ServiceLocator_RnOZmu0Service()
  4331.     {
  4332.         return $this->privates['.service_locator.rnOZmu0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4333.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4334.             'trainingCampain' => ['privates''.errored..service_locator.rnOZmu0.App\\Entity\\TrainingCampain'NULL'Cannot autowire service ".service_locator.rnOZmu0": it references class "App\\Entity\\TrainingCampain" but no such service exists.'],
  4335.         ], [
  4336.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4337.             'trainingCampain' => 'App\\Entity\\TrainingCampain',
  4338.         ]);
  4339.     }
  4340.     /**
  4341.      * Gets the private '.service_locator.sj6IO_6' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4344.      */
  4345.     protected function get_ServiceLocator_Sj6IO6Service()
  4346.     {
  4347.         return $this->privates['.service_locator.sj6IO_6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4348.             'subcontractor' => ['privates''.errored..service_locator.sj6IO_6.App\\Entity\\Subcontractor'NULL'Cannot autowire service ".service_locator.sj6IO_6": it references class "App\\Entity\\Subcontractor" but no such service exists.'],
  4349.             'userDocument' => ['privates''.errored..service_locator.sj6IO_6.App\\Entity\\UserDocument'NULL'Cannot autowire service ".service_locator.sj6IO_6": it references class "App\\Entity\\UserDocument" but no such service exists.'],
  4350.         ], [
  4351.             'subcontractor' => 'App\\Entity\\Subcontractor',
  4352.             'userDocument' => 'App\\Entity\\UserDocument',
  4353.         ]);
  4354.     }
  4355.     /**
  4356.      * Gets the private '.service_locator.t6i3vFk' shared service.
  4357.      *
  4358.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4359.      */
  4360.     protected function get_ServiceLocator_T6i3vFkService()
  4361.     {
  4362.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4363.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4364.         ], [
  4365.             'em' => '?',
  4366.         ]);
  4367.     }
  4368.     /**
  4369.      * Gets the private '.service_locator.vMQCDdB' shared service.
  4370.      *
  4371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4372.      */
  4373.     protected function get_ServiceLocator_VMQCDdBService()
  4374.     {
  4375.         return $this->privates['.service_locator.vMQCDdB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4376.             'action' => ['privates''.errored..service_locator.vMQCDdB.App\\Entity\\ActionStd'NULL'Cannot autowire service ".service_locator.vMQCDdB": it references class "App\\Entity\\ActionStd" but no such service exists.'],
  4377.             'actionStdDocument' => ['privates''.errored..service_locator.vMQCDdB.App\\Entity\\ActionStdDocument'NULL'Cannot autowire service ".service_locator.vMQCDdB": it references class "App\\Entity\\ActionStdDocument" but no such service exists.'],
  4378.         ], [
  4379.             'action' => 'App\\Entity\\ActionStd',
  4380.             'actionStdDocument' => 'App\\Entity\\ActionStdDocument',
  4381.         ]);
  4382.     }
  4383.     /**
  4384.      * Gets the private '.service_locator.vlJoCqf' shared service.
  4385.      *
  4386.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4387.      */
  4388.     protected function get_ServiceLocator_VlJoCqfService()
  4389.     {
  4390.         return $this->privates['.service_locator.vlJoCqf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4391.             'info' => ['privates''.errored..service_locator.vlJoCqf.App\\Entity\\Info'NULL'Cannot autowire service ".service_locator.vlJoCqf": it references class "App\\Entity\\Info" but no such service exists.'],
  4392.         ], [
  4393.             'info' => 'App\\Entity\\Info',
  4394.         ]);
  4395.     }
  4396.     /**
  4397.      * Gets the private '.service_locator.wDj2NOz' shared service.
  4398.      *
  4399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4400.      */
  4401.     protected function get_ServiceLocator_WDj2NOzService()
  4402.     {
  4403.         return $this->privates['.service_locator.wDj2NOz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4404.             'action' => ['privates''.errored..service_locator.wDj2NOz.App\\Entity\\ActionStd'NULL'Cannot autowire service ".service_locator.wDj2NOz": it references class "App\\Entity\\ActionStd" but no such service exists.'],
  4405.         ], [
  4406.             'action' => 'App\\Entity\\ActionStd',
  4407.         ]);
  4408.     }
  4409.     /**
  4410.      * Gets the private '.service_locator.xUrKPVU' shared service.
  4411.      *
  4412.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4413.      */
  4414.     protected function get_ServiceLocator_XUrKPVUService()
  4415.     {
  4416.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4417.             '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".'],
  4418.         ], [
  4419.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4420.         ]);
  4421.     }
  4422.     /**
  4423.      * Gets the private '.service_locator.y2sGY9W' shared service.
  4424.      *
  4425.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4426.      */
  4427.     protected function get_ServiceLocator_Y2sGY9WService()
  4428.     {
  4429.         return $this->privates['.service_locator.y2sGY9W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4430.             'documentType' => ['privates''.errored..service_locator.y2sGY9W.App\\Entity\\DocumentType'NULL'Cannot autowire service ".service_locator.y2sGY9W": it references class "App\\Entity\\DocumentType" but no such service exists.'],
  4431.         ], [
  4432.             'documentType' => 'App\\Entity\\DocumentType',
  4433.         ]);
  4434.     }
  4435.     /**
  4436.      * Gets the private '.service_locator.y4zQImq' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4439.      */
  4440.     protected function get_ServiceLocator_Y4zQImqService()
  4441.     {
  4442.         return $this->privates['.service_locator.y4zQImq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4443.             'subscription' => ['privates''.errored..service_locator.y4zQImq.App\\Entity\\Subscription'NULL'Cannot autowire service ".service_locator.y4zQImq": it references class "App\\Entity\\Subscription" but no such service exists.'],
  4444.             'user' => ['privates''.errored..service_locator.y4zQImq.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.y4zQImq": it references class "App\\Entity\\User" but no such service exists.'],
  4445.         ], [
  4446.             'subscription' => 'App\\Entity\\Subscription',
  4447.             'user' => 'App\\Entity\\User',
  4448.         ]);
  4449.     }
  4450.     /**
  4451.      * Gets the private '.service_locator.y57SvXX' shared service.
  4452.      *
  4453.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4454.      */
  4455.     protected function get_ServiceLocator_Y57SvXXService()
  4456.     {
  4457.         return $this->privates['.service_locator.y57SvXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4458.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4459.             'trainingCampain' => ['privates''.errored..service_locator.y57SvXX.App\\Entity\\TrainingCampain'NULL'Cannot autowire service ".service_locator.y57SvXX": it references class "App\\Entity\\TrainingCampain" but no such service exists.'],
  4460.             'trainingRequest' => ['privates''.errored..service_locator.y57SvXX.App\\Entity\\TrainingRequest'NULL'Cannot autowire service ".service_locator.y57SvXX": it references class "App\\Entity\\TrainingRequest" but no such service exists.'],
  4461.         ], [
  4462.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4463.             'trainingCampain' => 'App\\Entity\\TrainingCampain',
  4464.             'trainingRequest' => 'App\\Entity\\TrainingRequest',
  4465.         ]);
  4466.     }
  4467.     /**
  4468.      * Gets the private '.service_locator.ygpPqBH' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4471.      */
  4472.     protected function get_ServiceLocator_YgpPqBHService()
  4473.     {
  4474.         return $this->privates['.service_locator.ygpPqBH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4475.             'incident' => ['privates''.errored..service_locator.ygpPqBH.App\\Entity\\Incident'NULL'Cannot autowire service ".service_locator.ygpPqBH": it references class "App\\Entity\\Incident" but no such service exists.'],
  4476.         ], [
  4477.             'incident' => 'App\\Entity\\Incident',
  4478.         ]);
  4479.     }
  4480.     /**
  4481.      * Gets the private '.service_locator.yuNjxau' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4484.      */
  4485.     protected function get_ServiceLocator_YuNjxauService()
  4486.     {
  4487.         return $this->privates['.service_locator.yuNjxau'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4488.             'incident' => ['privates''.errored..service_locator.yuNjxau.App\\Entity\\Incident'NULL'Cannot autowire service ".service_locator.yuNjxau": it references class "App\\Entity\\Incident" but no such service exists.'],
  4489.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4490.         ], [
  4491.             'incident' => 'App\\Entity\\Incident',
  4492.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4493.         ]);
  4494.     }
  4495.     /**
  4496.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4499.      */
  4500.     protected function get_ServiceLocator_ZJyh7qSService()
  4501.     {
  4502.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4503.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4504.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4505.         ], [
  4506.             'security.firewall.map.context.dev' => '?',
  4507.             'security.firewall.map.context.main' => '?',
  4508.         ]);
  4509.     }
  4510.     /**
  4511.      * Gets the private '.session.deprecated' shared service.
  4512.      *
  4513.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4514.      */
  4515.     protected function get_Session_DeprecatedService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4518.         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();
  4519.     }
  4520.     /**
  4521.      * Gets the private '.twig.command.debug.lazy' shared service.
  4522.      *
  4523.      * @return \Symfony\Component\Console\Command\LazyCommand
  4524.      */
  4525.     protected function get_Twig_Command_Debug_LazyService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4529.         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 {
  4530.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4531.         });
  4532.     }
  4533.     /**
  4534.      * Gets the private '.twig.command.lint.lazy' shared service.
  4535.      *
  4536.      * @return \Symfony\Component\Console\Command\LazyCommand
  4537.      */
  4538.     protected function get_Twig_Command_Lint_LazyService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4542.         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 {
  4543.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4544.         });
  4545.     }
  4546.     /**
  4547.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\Console\Command\LazyCommand
  4550.      */
  4551.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4555.         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 {
  4556.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4557.         });
  4558.     }
  4559.     /**
  4560.      * Gets the private 'App\EventListener\LocaleRewriteListener' shared autowired service.
  4561.      *
  4562.      * @return \App\EventListener\LocaleRewriteListener
  4563.      */
  4564.     protected function getLocaleRewriteListenerService()
  4565.     {
  4566.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4567.         if (isset($this->privates['App\\EventListener\\LocaleRewriteListener'])) {
  4568.             return $this->privates['App\\EventListener\\LocaleRewriteListener'];
  4569.         }
  4570.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4571.         if (isset($this->privates['App\\EventListener\\LocaleRewriteListener'])) {
  4572.             return $this->privates['App\\EventListener\\LocaleRewriteListener'];
  4573.         }
  4574.         return $this->privates['App\\EventListener\\LocaleRewriteListener'] = new \App\EventListener\LocaleRewriteListener($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  4575.     }
  4576.     /**
  4577.      * Gets the private 'App\Form\ActionEditGrpType' shared autowired service.
  4578.      *
  4579.      * @return \App\Form\ActionEditGrpType
  4580.      */
  4581.     protected function getActionEditGrpTypeService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4585.         include_once \dirname(__DIR__4).'/src/Form/ActionEditGrpType.php';
  4586.         return $this->privates['App\\Form\\ActionEditGrpType'] = new \App\Form\ActionEditGrpType();
  4587.     }
  4588.     /**
  4589.      * Gets the private 'App\Form\ActionGrpType' shared autowired service.
  4590.      *
  4591.      * @return \App\Form\ActionGrpType
  4592.      */
  4593.     protected function getActionGrpTypeService()
  4594.     {
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4597.         include_once \dirname(__DIR__4).'/src/Form/ActionGrpType.php';
  4598.         return $this->privates['App\\Form\\ActionGrpType'] = new \App\Form\ActionGrpType();
  4599.     }
  4600.     /**
  4601.      * Gets the private 'App\Form\ActionStdTranslateType' shared autowired service.
  4602.      *
  4603.      * @return \App\Form\ActionStdTranslateType
  4604.      */
  4605.     protected function getActionStdTranslateTypeService()
  4606.     {
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4609.         include_once \dirname(__DIR__4).'/src/Form/ActionStdTranslateType.php';
  4610.         return $this->privates['App\\Form\\ActionStdTranslateType'] = new \App\Form\ActionStdTranslateType();
  4611.     }
  4612.     /**
  4613.      * Gets the private 'App\Form\ActionStdType' shared autowired service.
  4614.      *
  4615.      * @return \App\Form\ActionStdType
  4616.      */
  4617.     protected function getActionStdTypeService()
  4618.     {
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4621.         include_once \dirname(__DIR__4).'/src/Form/ActionStdType.php';
  4622.         return $this->privates['App\\Form\\ActionStdType'] = new \App\Form\ActionStdType();
  4623.     }
  4624.     /**
  4625.      * Gets the private 'App\Form\ActionType' shared autowired service.
  4626.      *
  4627.      * @return \App\Form\ActionType
  4628.      */
  4629.     protected function getActionTypeService()
  4630.     {
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4633.         include_once \dirname(__DIR__4).'/src/Form/ActionType.php';
  4634.         return $this->privates['App\\Form\\ActionType'] = new \App\Form\ActionType();
  4635.     }
  4636.     /**
  4637.      * Gets the private 'App\Form\ExercisingClaimRequestType' shared autowired service.
  4638.      *
  4639.      * @return \App\Form\ExercisingClaimRequestType
  4640.      */
  4641.     protected function getExercisingClaimRequestTypeService()
  4642.     {
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4645.         include_once \dirname(__DIR__4).'/src/Form/ExercisingClaimRequestType.php';
  4646.         return $this->privates['App\\Form\\ExercisingClaimRequestType'] = new \App\Form\ExercisingClaimRequestType();
  4647.     }
  4648.     /**
  4649.      * Gets the private 'App\Form\IncidentType' shared autowired service.
  4650.      *
  4651.      * @return \App\Form\IncidentType
  4652.      */
  4653.     protected function getIncidentTypeService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4657.         include_once \dirname(__DIR__4).'/src/Form/IncidentType.php';
  4658.         return $this->privates['App\\Form\\IncidentType'] = new \App\Form\IncidentType();
  4659.     }
  4660.     /**
  4661.      * Gets the private 'App\Form\IncidentViewType' shared autowired service.
  4662.      *
  4663.      * @return \App\Form\IncidentViewType
  4664.      */
  4665.     protected function getIncidentViewTypeService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4669.         include_once \dirname(__DIR__4).'/src/Form/IncidentViewType.php';
  4670.         return $this->privates['App\\Form\\IncidentViewType'] = new \App\Form\IncidentViewType();
  4671.     }
  4672.     /**
  4673.      * Gets the private 'App\Form\InfoType' shared autowired service.
  4674.      *
  4675.      * @return \App\Form\InfoType
  4676.      */
  4677.     protected function getInfoTypeService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4681.         include_once \dirname(__DIR__4).'/src/Form/InfoType.php';
  4682.         return $this->privates['App\\Form\\InfoType'] = new \App\Form\InfoType();
  4683.     }
  4684.     /**
  4685.      * Gets the private 'App\Form\ManagerType' shared autowired service.
  4686.      *
  4687.      * @return \App\Form\ManagerType
  4688.      */
  4689.     protected function getManagerTypeService()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4693.         include_once \dirname(__DIR__4).'/src/Form/ManagerType.php';
  4694.         return $this->privates['App\\Form\\ManagerType'] = new \App\Form\ManagerType();
  4695.     }
  4696.     /**
  4697.      * Gets the private 'App\Form\PartnerType' shared autowired service.
  4698.      *
  4699.      * @return \App\Form\PartnerType
  4700.      */
  4701.     protected function getPartnerTypeService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4705.         include_once \dirname(__DIR__4).'/src/Form/PartnerType.php';
  4706.         return $this->privates['App\\Form\\PartnerType'] = new \App\Form\PartnerType();
  4707.     }
  4708.     /**
  4709.      * Gets the private 'App\Form\SubcontractorStdTranslateType' shared autowired service.
  4710.      *
  4711.      * @return \App\Form\SubcontractorStdTranslateType
  4712.      */
  4713.     protected function getSubcontractorStdTranslateTypeService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4717.         include_once \dirname(__DIR__4).'/src/Form/SubcontractorStdTranslateType.php';
  4718.         return $this->privates['App\\Form\\SubcontractorStdTranslateType'] = new \App\Form\SubcontractorStdTranslateType();
  4719.     }
  4720.     /**
  4721.      * Gets the private 'App\Form\SubcontractorStdType' shared autowired service.
  4722.      *
  4723.      * @return \App\Form\SubcontractorStdType
  4724.      */
  4725.     protected function getSubcontractorStdTypeService()
  4726.     {
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4729.         include_once \dirname(__DIR__4).'/src/Form/SubcontractorStdType.php';
  4730.         return $this->privates['App\\Form\\SubcontractorStdType'] = new \App\Form\SubcontractorStdType();
  4731.     }
  4732.     /**
  4733.      * Gets the private 'App\Form\SubcontractorType' shared autowired service.
  4734.      *
  4735.      * @return \App\Form\SubcontractorType
  4736.      */
  4737.     protected function getSubcontractorType2Service()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4741.         include_once \dirname(__DIR__4).'/src/Form/SubcontractorType.php';
  4742.         return $this->privates['App\\Form\\SubcontractorType'] = new \App\Form\SubcontractorType();
  4743.     }
  4744.     /**
  4745.      * Gets the private 'App\Form\SubscriptionType' shared autowired service.
  4746.      *
  4747.      * @return \App\Form\SubscriptionType
  4748.      */
  4749.     protected function getSubscriptionType2Service()
  4750.     {
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4753.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionType.php';
  4754.         return $this->privates['App\\Form\\SubscriptionType'] = new \App\Form\SubscriptionType();
  4755.     }
  4756.     /**
  4757.      * Gets the private 'App\Form\SubscriptionUserType' shared autowired service.
  4758.      *
  4759.      * @return \App\Form\SubscriptionUserType
  4760.      */
  4761.     protected function getSubscriptionUserTypeService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4765.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionUserType.php';
  4766.         return $this->privates['App\\Form\\SubscriptionUserType'] = new \App\Form\SubscriptionUserType();
  4767.     }
  4768.     /**
  4769.      * Gets the private 'App\Form\SystemStdTranslateType' shared autowired service.
  4770.      *
  4771.      * @return \App\Form\SystemStdTranslateType
  4772.      */
  4773.     protected function getSystemStdTranslateTypeService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4777.         include_once \dirname(__DIR__4).'/src/Form/SystemStdTranslateType.php';
  4778.         return $this->privates['App\\Form\\SystemStdTranslateType'] = new \App\Form\SystemStdTranslateType();
  4779.     }
  4780.     /**
  4781.      * Gets the private 'App\Form\SystemStdType' shared autowired service.
  4782.      *
  4783.      * @return \App\Form\SystemStdType
  4784.      */
  4785.     protected function getSystemStdTypeService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4789.         include_once \dirname(__DIR__4).'/src/Form/SystemStdType.php';
  4790.         return $this->privates['App\\Form\\SystemStdType'] = new \App\Form\SystemStdType();
  4791.     }
  4792.     /**
  4793.      * Gets the private 'App\Form\SystemType' shared autowired service.
  4794.      *
  4795.      * @return \App\Form\SystemType
  4796.      */
  4797.     protected function getSystemTypeService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4801.         include_once \dirname(__DIR__4).'/src/Form/SystemType.php';
  4802.         return $this->privates['App\\Form\\SystemType'] = new \App\Form\SystemType();
  4803.     }
  4804.     /**
  4805.      * Gets the private 'App\Form\TrainingTeamType' shared autowired service.
  4806.      *
  4807.      * @return \App\Form\TrainingTeamType
  4808.      */
  4809.     protected function getTrainingTeamTypeService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4813.         include_once \dirname(__DIR__4).'/src/Form/TrainingTeamType.php';
  4814.         return $this->privates['App\\Form\\TrainingTeamType'] = new \App\Form\TrainingTeamType();
  4815.     }
  4816.     /**
  4817.      * Gets the private 'App\Form\TrainingTranslateType' shared autowired service.
  4818.      *
  4819.      * @return \App\Form\TrainingTranslateType
  4820.      */
  4821.     protected function getTrainingTranslateTypeService()
  4822.     {
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4825.         include_once \dirname(__DIR__4).'/src/Form/TrainingTranslateType.php';
  4826.         return $this->privates['App\\Form\\TrainingTranslateType'] = new \App\Form\TrainingTranslateType();
  4827.     }
  4828.     /**
  4829.      * Gets the private 'App\Form\TrainingType' shared autowired service.
  4830.      *
  4831.      * @return \App\Form\TrainingType
  4832.      */
  4833.     protected function getTrainingTypeService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4837.         include_once \dirname(__DIR__4).'/src/Form/TrainingType.php';
  4838.         return $this->privates['App\\Form\\TrainingType'] = new \App\Form\TrainingType();
  4839.     }
  4840.     /**
  4841.      * Gets the private 'App\Form\TreatmentStdTranslateType' shared autowired service.
  4842.      *
  4843.      * @return \App\Form\TreatmentStdTranslateType
  4844.      */
  4845.     protected function getTreatmentStdTranslateTypeService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4849.         include_once \dirname(__DIR__4).'/src/Form/TreatmentStdTranslateType.php';
  4850.         return $this->privates['App\\Form\\TreatmentStdTranslateType'] = new \App\Form\TreatmentStdTranslateType();
  4851.     }
  4852.     /**
  4853.      * Gets the private 'App\Form\TreatmentStdType' shared autowired service.
  4854.      *
  4855.      * @return \App\Form\TreatmentStdType
  4856.      */
  4857.     protected function getTreatmentStdTypeService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4861.         include_once \dirname(__DIR__4).'/src/Form/TreatmentStdType.php';
  4862.         return $this->privates['App\\Form\\TreatmentStdType'] = new \App\Form\TreatmentStdType();
  4863.     }
  4864.     /**
  4865.      * Gets the private 'App\Form\TreatmentType' shared autowired service.
  4866.      *
  4867.      * @return \App\Form\TreatmentType
  4868.      */
  4869.     protected function getTreatmentTypeService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4873.         include_once \dirname(__DIR__4).'/src/Form/TreatmentType.php';
  4874.         return $this->privates['App\\Form\\TreatmentType'] = new \App\Form\TreatmentType();
  4875.     }
  4876.     /**
  4877.      * Gets the private 'App\Form\UserType' shared autowired service.
  4878.      *
  4879.      * @return \App\Form\UserType
  4880.      */
  4881.     protected function getUserTypeService()
  4882.     {
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4885.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  4886.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  4887.     }
  4888.     /**
  4889.      * Gets the private 'App\Services\SendEmailService' shared autowired service.
  4890.      *
  4891.      * @return \App\Services\SendEmailService
  4892.      */
  4893.     protected function getSendEmailServiceService()
  4894.     {
  4895.         include_once \dirname(__DIR__4).'/src/Services/SendEmailService.php';
  4896.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4897.         if (isset($this->privates['App\\Services\\SendEmailService'])) {
  4898.             return $this->privates['App\\Services\\SendEmailService'];
  4899.         }
  4900.         return $this->privates['App\\Services\\SendEmailService'] = new \App\Services\SendEmailService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $a);
  4901.     }
  4902.     /**
  4903.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4904.      *
  4905.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4906.      */
  4907.     protected function getManagerRegistryAwareConnectionProviderService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4911.         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'));
  4912.     }
  4913.     /**
  4914.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4915.      *
  4916.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4917.      */
  4918.     protected function getRunSqlCommandService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4923.         $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()));
  4924.         $instance->setName('dbal:run-sql');
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the private 'annotations.cache_adapter' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4931.      */
  4932.     protected function getAnnotations_CacheAdapterService()
  4933.     {
  4934.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4935.     }
  4936.     /**
  4937.      * Gets the private 'annotations.cache_warmer' shared service.
  4938.      *
  4939.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4940.      */
  4941.     protected function getAnnotations_CacheWarmerService()
  4942.     {
  4943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4946.         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);
  4947.     }
  4948.     /**
  4949.      * Gets the private 'annotations.cached_reader' shared service.
  4950.      *
  4951.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4952.      */
  4953.     protected function getAnnotations_CachedReaderService()
  4954.     {
  4955.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4956.     }
  4957.     /**
  4958.      * Gets the private 'annotations.reader' shared service.
  4959.      *
  4960.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4961.      */
  4962.     protected function getAnnotations_ReaderService()
  4963.     {
  4964.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4965.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4966.         $a->registerUniqueLoader('class_exists');
  4967.         $instance->addGlobalIgnoredName('required'$a);
  4968.         return $instance;
  4969.     }
  4970.     /**
  4971.      * Gets the private 'appbundle.eventlisteners.localerewritelistener' shared autowired service.
  4972.      *
  4973.      * @return \App\EventListener\LocaleRewriteListener
  4974.      */
  4975.     protected function getAppbundle_Eventlisteners_LocalerewritelistenerService()
  4976.     {
  4977.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4978.         if (isset($this->privates['appbundle.eventlisteners.localerewritelistener'])) {
  4979.             return $this->privates['appbundle.eventlisteners.localerewritelistener'];
  4980.         }
  4981.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4982.         if (isset($this->privates['appbundle.eventlisteners.localerewritelistener'])) {
  4983.             return $this->privates['appbundle.eventlisteners.localerewritelistener'];
  4984.         }
  4985.         return $this->privates['appbundle.eventlisteners.localerewritelistener'] = new \App\EventListener\LocaleRewriteListener($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  4986.     }
  4987.     /**
  4988.      * Gets the private 'appbundle.eventlisteners.switchuserlistener' shared autowired service.
  4989.      *
  4990.      * @return \App\EventListener\SwitchUserListener
  4991.      */
  4992.     protected function getAppbundle_Eventlisteners_SwitchuserlistenerService()
  4993.     {
  4994.         include_once \dirname(__DIR__4).'/src/EventListener/SwitchUserListener.php';
  4995.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4996.         if (isset($this->privates['appbundle.eventlisteners.switchuserlistener'])) {
  4997.             return $this->privates['appbundle.eventlisteners.switchuserlistener'];
  4998.         }
  4999.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5000.         if (isset($this->privates['appbundle.eventlisteners.switchuserlistener'])) {
  5001.             return $this->privates['appbundle.eventlisteners.switchuserlistener'];
  5002.         }
  5003.         return $this->privates['appbundle.eventlisteners.switchuserlistener'] = new \App\EventListener\SwitchUserListener($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  5004.     }
  5005.     /**
  5006.      * Gets the private 'cache.annotations' shared service.
  5007.      *
  5008.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5009.      */
  5010.     protected function getCache_AnnotationsService()
  5011.     {
  5012.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kGtVxrEY2j'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5013.     }
  5014.     /**
  5015.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5016.      *
  5017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5018.      */
  5019.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5020.     {
  5021.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5022.     }
  5023.     /**
  5024.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5025.      *
  5026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5027.      */
  5028.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5029.     {
  5030.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5031.     }
  5032.     /**
  5033.      * Gets the private 'cache.property_info' shared service.
  5034.      *
  5035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5036.      */
  5037.     protected function getCache_PropertyInfoService()
  5038.     {
  5039.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JbxGVbZy74'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5040.     }
  5041.     /**
  5042.      * Gets the private 'cache.security_expression_language' shared service.
  5043.      *
  5044.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5045.      */
  5046.     protected function getCache_SecurityExpressionLanguageService()
  5047.     {
  5048.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2Tk-AOcfaT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5049.     }
  5050.     /**
  5051.      * Gets the private 'cache.serializer' shared service.
  5052.      *
  5053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5054.      */
  5055.     protected function getCache_SerializerService()
  5056.     {
  5057.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i23Ny3o8Pl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'cache.validator' shared service.
  5061.      *
  5062.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5063.      */
  5064.     protected function getCache_ValidatorService()
  5065.     {
  5066.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9vaJ-IDT9R'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5067.     }
  5068.     /**
  5069.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5070.      *
  5071.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5072.      */
  5073.     protected function getCachePoolClearer_CacheWarmerService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5077.         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']);
  5078.     }
  5079.     /**
  5080.      * Gets the private 'config_builder.warmer' shared service.
  5081.      *
  5082.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5083.      */
  5084.     protected function getConfigBuilder_WarmerService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5088.         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()));
  5089.     }
  5090.     /**
  5091.      * Gets the private 'config_cache_factory' shared service.
  5092.      *
  5093.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5094.      */
  5095.     protected function getConfigCacheFactoryService()
  5096.     {
  5097.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5098.             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)));
  5099.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5100.         }, 2));
  5101.     }
  5102.     /**
  5103.      * Gets the private 'console.command.about' shared service.
  5104.      *
  5105.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5106.      */
  5107.     protected function getConsole_Command_AboutService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5111.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5112.         $instance->setName('about');
  5113.         $instance->setDescription('Display information about the current project');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'console.command.assets_install' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5120.      */
  5121.     protected function getConsole_Command_AssetsInstallService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5126.         $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));
  5127.         $instance->setName('assets:install');
  5128.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5129.         return $instance;
  5130.     }
  5131.     /**
  5132.      * Gets the private 'console.command.cache_clear' shared service.
  5133.      *
  5134.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5135.      */
  5136.     protected function getConsole_Command_CacheClearService()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5141.         $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())));
  5142.         $instance->setName('cache:clear');
  5143.         $instance->setDescription('Clear the cache');
  5144.         return $instance;
  5145.     }
  5146.     /**
  5147.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5148.      *
  5149.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5150.      */
  5151.     protected function getConsole_Command_CachePoolClearService()
  5152.     {
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5155.         $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']);
  5156.         $instance->setName('cache:pool:clear');
  5157.         $instance->setDescription('Clear cache pools');
  5158.         return $instance;
  5159.     }
  5160.     /**
  5161.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5162.      *
  5163.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5164.      */
  5165.     protected function getConsole_Command_CachePoolDeleteService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5169.         $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']);
  5170.         $instance->setName('cache:pool:delete');
  5171.         $instance->setDescription('Delete an item from a cache pool');
  5172.         return $instance;
  5173.     }
  5174.     /**
  5175.      * Gets the private 'console.command.cache_pool_list' shared service.
  5176.      *
  5177.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5178.      */
  5179.     protected function getConsole_Command_CachePoolListService()
  5180.     {
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5183.         $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']);
  5184.         $instance->setName('cache:pool:list');
  5185.         $instance->setDescription('List available cache pools');
  5186.         return $instance;
  5187.     }
  5188.     /**
  5189.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5190.      *
  5191.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5192.      */
  5193.     protected function getConsole_Command_CachePoolPruneService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5197.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5198.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5199.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5200.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5201.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5202.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5203.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5204.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5205.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5206.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5207.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5208.         }, 10));
  5209.         $instance->setName('cache:pool:prune');
  5210.         $instance->setDescription('Prune cache pools');
  5211.         return $instance;
  5212.     }
  5213.     /**
  5214.      * Gets the private 'console.command.cache_warmup' shared service.
  5215.      *
  5216.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5217.      */
  5218.     protected function getConsole_Command_CacheWarmupService()
  5219.     {
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5222.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5223.         $instance->setName('cache:warmup');
  5224.         $instance->setDescription('Warm up an empty cache');
  5225.         return $instance;
  5226.     }
  5227.     /**
  5228.      * Gets the private 'console.command.config_debug' shared service.
  5229.      *
  5230.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5231.      */
  5232.     protected function getConsole_Command_ConfigDebugService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5239.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5240.         $instance->setName('debug:config');
  5241.         $instance->setDescription('Dump the current configuration for an extension');
  5242.         return $instance;
  5243.     }
  5244.     /**
  5245.      * Gets the private 'console.command.config_dump_reference' shared service.
  5246.      *
  5247.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5248.      */
  5249.     protected function getConsole_Command_ConfigDumpReferenceService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5256.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5257.         $instance->setName('config:dump-reference');
  5258.         $instance->setDescription('Dump the default configuration for an extension');
  5259.         return $instance;
  5260.     }
  5261.     /**
  5262.      * Gets the private 'console.command.container_debug' shared service.
  5263.      *
  5264.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5265.      */
  5266.     protected function getConsole_Command_ContainerDebugService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5271.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5272.         $instance->setName('debug:container');
  5273.         $instance->setDescription('Display current services for an application');
  5274.         return $instance;
  5275.     }
  5276.     /**
  5277.      * Gets the private 'console.command.container_lint' shared service.
  5278.      *
  5279.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5280.      */
  5281.     protected function getConsole_Command_ContainerLintService()
  5282.     {
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5285.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5286.         $instance->setName('lint:container');
  5287.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5288.         return $instance;
  5289.     }
  5290.     /**
  5291.      * Gets the private 'console.command.debug_autowiring' shared service.
  5292.      *
  5293.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5294.      */
  5295.     protected function getConsole_Command_DebugAutowiringService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5301.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5302.         $instance->setName('debug:autowiring');
  5303.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the private 'console.command.dotenv_debug' shared service.
  5308.      *
  5309.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5310.      */
  5311.     protected function getConsole_Command_DotenvDebugService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5315.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  5316.         $instance->setName('debug:dotenv');
  5317.         $instance->setDescription('Lists all dotenv files with variables and values');
  5318.         return $instance;
  5319.     }
  5320.     /**
  5321.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5322.      *
  5323.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5324.      */
  5325.     protected function getConsole_Command_EventDispatcherDebugService()
  5326.     {
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5329.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  5330.         $instance->setName('debug:event-dispatcher');
  5331.         $instance->setDescription('Display configured listeners for an application');
  5332.         return $instance;
  5333.     }
  5334.     /**
  5335.      * Gets the private 'console.command.form_debug' shared service.
  5336.      *
  5337.      * @return \Symfony\Component\Form\Command\DebugCommand
  5338.      */
  5339.     protected function getConsole_Command_FormDebugService()
  5340.     {
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5343.         $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\\ActionEditGrpType'=> 'App\\Form\\ActionGrpType'=> 'App\\Form\\ActionStdTranslateType'=> 'App\\Form\\ActionStdType'=> 'App\\Form\\ActionType'=> 'App\\Form\\ExercisingClaimRequestType'=> 'App\\Form\\IncidentType'=> 'App\\Form\\IncidentViewType'=> 'App\\Form\\InfoType'=> 'App\\Form\\ManagerType'10 => 'App\\Form\\PartnerType'11 => 'App\\Form\\SubcontractorStdTranslateType'12 => 'App\\Form\\SubcontractorStdType'13 => 'App\\Form\\SubcontractorType'14 => 'App\\Form\\SubscriptionType'15 => 'App\\Form\\SubscriptionUserType'16 => 'App\\Form\\SystemStdTranslateType'17 => 'App\\Form\\SystemStdType'18 => 'App\\Form\\SystemType'19 => 'App\\Form\\TrainingTeamType'20 => 'App\\Form\\TrainingTranslateType'21 => 'App\\Form\\TrainingType'22 => 'App\\Form\\TreatmentStdTranslateType'23 => 'App\\Form\\TreatmentStdType'24 => 'App\\Form\\TreatmentType'25 => 'App\\Form\\UserType'26 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'27 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'28 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'29 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'30 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5344.         $instance->setName('debug:form');
  5345.         $instance->setDescription('Display form type information');
  5346.         return $instance;
  5347.     }
  5348.     /**
  5349.      * Gets the private 'console.command.router_debug' shared service.
  5350.      *
  5351.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5352.      */
  5353.     protected function getConsole_Command_RouterDebugService()
  5354.     {
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5358.         $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()));
  5359.         $instance->setName('debug:router');
  5360.         $instance->setDescription('Display current routes for an application');
  5361.         return $instance;
  5362.     }
  5363.     /**
  5364.      * Gets the private 'console.command.router_match' shared service.
  5365.      *
  5366.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5367.      */
  5368.     protected function getConsole_Command_RouterMatchService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5372.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5373.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5374.         }, 1));
  5375.         $instance->setName('router:match');
  5376.         $instance->setDescription('Help debug routes by simulating a path info match');
  5377.         return $instance;
  5378.     }
  5379.     /**
  5380.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5381.      *
  5382.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5383.      */
  5384.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5390.         $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')))));
  5391.         $instance->setName('secrets:decrypt-to-local');
  5392.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5393.         return $instance;
  5394.     }
  5395.     /**
  5396.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5397.      *
  5398.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5399.      */
  5400.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5401.     {
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5406.         $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')))));
  5407.         $instance->setName('secrets:encrypt-from-local');
  5408.         $instance->setDescription('Encrypt all local secrets to the vault');
  5409.         return $instance;
  5410.     }
  5411.     /**
  5412.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5413.      *
  5414.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5415.      */
  5416.     protected function getConsole_Command_SecretsGenerateKeyService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5422.         $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')))));
  5423.         $instance->setName('secrets:generate-keys');
  5424.         $instance->setDescription('Generate new encryption keys');
  5425.         return $instance;
  5426.     }
  5427.     /**
  5428.      * Gets the private 'console.command.secrets_list' shared service.
  5429.      *
  5430.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5431.      */
  5432.     protected function getConsole_Command_SecretsListService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5438.         $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')))));
  5439.         $instance->setName('secrets:list');
  5440.         $instance->setDescription('List all secrets');
  5441.         return $instance;
  5442.     }
  5443.     /**
  5444.      * Gets the private 'console.command.secrets_remove' shared service.
  5445.      *
  5446.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5447.      */
  5448.     protected function getConsole_Command_SecretsRemoveService()
  5449.     {
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5454.         $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')))));
  5455.         $instance->setName('secrets:remove');
  5456.         $instance->setDescription('Remove a secret from the vault');
  5457.         return $instance;
  5458.     }
  5459.     /**
  5460.      * Gets the private 'console.command.secrets_set' shared service.
  5461.      *
  5462.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5463.      */
  5464.     protected function getConsole_Command_SecretsSetService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5470.         $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')))));
  5471.         $instance->setName('secrets:set');
  5472.         $instance->setDescription('Set a secret in the vault');
  5473.         return $instance;
  5474.     }
  5475.     /**
  5476.      * Gets the private 'console.command.translation_debug' shared service.
  5477.      *
  5478.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5479.      */
  5480.     protected function getConsole_Command_TranslationDebugService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5484.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/UserController.php'), => (\dirname(__DIR__4).'/src/EventListener/LocaleRewriteListener.php'), => (\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/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/src/Twig/SlappExtensions.php')], []);
  5485.         $instance->setName('debug:translation');
  5486.         $instance->setDescription('Display translation messages information');
  5487.         return $instance;
  5488.     }
  5489.     /**
  5490.      * Gets the private 'console.command.translation_extract' shared service.
  5491.      *
  5492.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5493.      */
  5494.     protected function getConsole_Command_TranslationExtractService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5498.         $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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/UserController.php'), => (\dirname(__DIR__4).'/src/EventListener/LocaleRewriteListener.php'), => (\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/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/src/Twig/SlappExtensions.php')], []);
  5499.         $instance->setName('translation:extract');
  5500.         $instance->setAliases([=> 'translation:update']);
  5501.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  5502.         return $instance;
  5503.     }
  5504.     /**
  5505.      * Gets the private 'console.command.translation_pull' shared service.
  5506.      *
  5507.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  5508.      */
  5509.     protected function getConsole_Command_TranslationPullService()
  5510.     {
  5511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5514.         $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', [], []);
  5515.         $instance->setName('translation:pull');
  5516.         $instance->setDescription('Pull translations from a given provider.');
  5517.         return $instance;
  5518.     }
  5519.     /**
  5520.      * Gets the private 'console.command.translation_push' shared service.
  5521.      *
  5522.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5523.      */
  5524.     protected function getConsole_Command_TranslationPushService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5529.         $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()), [], []);
  5530.         $instance->setName('translation:push');
  5531.         $instance->setDescription('Push translations to a given provider.');
  5532.         return $instance;
  5533.     }
  5534.     /**
  5535.      * Gets the private 'console.command.validator_debug' shared service.
  5536.      *
  5537.      * @return \Symfony\Component\Validator\Command\DebugCommand
  5538.      */
  5539.     protected function getConsole_Command_ValidatorDebugService()
  5540.     {
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5543.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5544.         $instance->setName('debug:validator');
  5545.         $instance->setDescription('Display validation constraints for classes');
  5546.         return $instance;
  5547.     }
  5548.     /**
  5549.      * Gets the private 'console.command.xliff_lint' shared service.
  5550.      *
  5551.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5552.      */
  5553.     protected function getConsole_Command_XliffLintService()
  5554.     {
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5557.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5558.         $instance->setName('lint:xliff');
  5559.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5560.         return $instance;
  5561.     }
  5562.     /**
  5563.      * Gets the private 'console.command.yaml_lint' shared service.
  5564.      *
  5565.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5566.      */
  5567.     protected function getConsole_Command_YamlLintService()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5572.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5573.         $instance->setName('lint:yaml');
  5574.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5575.         return $instance;
  5576.     }
  5577.     /**
  5578.      * Gets the private 'console.error_listener' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5581.      */
  5582.     protected function getConsole_ErrorListenerService()
  5583.     {
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5585.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5586.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5587.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5589.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5590.     }
  5591.     /**
  5592.      * Gets the private 'container.env_var_processor' shared service.
  5593.      *
  5594.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5595.      */
  5596.     protected function getContainer_EnvVarProcessorService()
  5597.     {
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5600.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5601.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5602.         }, 1));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'container.getenv' shared service.
  5606.      *
  5607.      * @return \Closure
  5608.      */
  5609.     protected function getContainer_GetenvService()
  5610.     {
  5611.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  5612.     }
  5613.     /**
  5614.      * Gets the private 'data_collector.form' shared service.
  5615.      *
  5616.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5617.      */
  5618.     protected function getDataCollector_FormService()
  5619.     {
  5620.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5621.     }
  5622.     /**
  5623.      * Gets the private 'data_collector.request' shared service.
  5624.      *
  5625.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5626.      */
  5627.     protected function getDataCollector_RequestService()
  5628.     {
  5629.         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())));
  5630.     }
  5631.     /**
  5632.      * Gets the private 'data_collector.request.session_collector' shared service.
  5633.      *
  5634.      * @return \Closure
  5635.      */
  5636.     protected function getDataCollector_Request_SessionCollectorService()
  5637.     {
  5638.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  5639.     }
  5640.     /**
  5641.      * Gets the private 'debug.argument_resolver.default' shared service.
  5642.      *
  5643.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5644.      */
  5645.     protected function getDebug_ArgumentResolver_DefaultService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5650.         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))));
  5651.     }
  5652.     /**
  5653.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5654.      *
  5655.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5656.      */
  5657.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5662.         $a = ($this->privates['.service_locator.hhTpkJJ'] ?? $this->get_ServiceLocator_HhTpkJJService());
  5663.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  5664.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  5665.         }
  5666.         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))));
  5667.     }
  5668.     /**
  5669.      * Gets the private 'debug.argument_resolver.request' shared service.
  5670.      *
  5671.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5672.      */
  5673.     protected function getDebug_ArgumentResolver_RequestService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5678.         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))));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5682.      *
  5683.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5684.      */
  5685.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5690.         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))));
  5691.     }
  5692.     /**
  5693.      * Gets the private 'debug.argument_resolver.service' shared service.
  5694.      *
  5695.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5696.      */
  5697.     protected function getDebug_ArgumentResolver_ServiceService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5702.         $a = ($this->privates['.service_locator.hhTpkJJ'] ?? $this->get_ServiceLocator_HhTpkJJService());
  5703.         if (isset($this->privates['debug.argument_resolver.service'])) {
  5704.             return $this->privates['debug.argument_resolver.service'];
  5705.         }
  5706.         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))));
  5707.     }
  5708.     /**
  5709.      * Gets the private 'debug.argument_resolver.session' shared service.
  5710.      *
  5711.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5712.      */
  5713.     protected function getDebug_ArgumentResolver_SessionService()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5718.         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))));
  5719.     }
  5720.     /**
  5721.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5722.      *
  5723.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5724.      */
  5725.     protected function getDebug_ArgumentResolver_VariadicService()
  5726.     {
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5730.         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))));
  5731.     }
  5732.     /**
  5733.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5734.      *
  5735.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5736.      */
  5737.     protected function getDebug_DebugHandlersListenerService()
  5738.     {
  5739.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5740.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5741.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5742.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5743.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5744.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  5745.     }
  5746.     /**
  5747.      * Gets the private 'debug.dump_listener' shared service.
  5748.      *
  5749.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5750.      */
  5751.     protected function getDebug_DumpListenerService()
  5752.     {
  5753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5755.         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()));
  5756.     }
  5757.     /**
  5758.      * Gets the private 'debug.file_link_formatter' shared service.
  5759.      *
  5760.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5761.      */
  5762.     protected function getDebug_FileLinkFormatterService()
  5763.     {
  5764.         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 () {
  5765.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5766.         });
  5767.     }
  5768.     /**
  5769.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5770.      *
  5771.      * @return \string
  5772.      */
  5773.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5774.     {
  5775.         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');
  5776.     }
  5777.     /**
  5778.      * Gets the private 'debug.log_processor' shared service.
  5779.      *
  5780.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5781.      */
  5782.     protected function getDebug_LogProcessorService()
  5783.     {
  5784.         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())));
  5785.     }
  5786.     /**
  5787.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5788.      *
  5789.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5790.      */
  5791.     protected function getDebug_Security_Access_DecisionManagerService()
  5792.     {
  5793.         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 () {
  5794.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5795.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5796.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5797.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5798.     }
  5799.     /**
  5800.      * Gets the private 'debug.security.firewall' shared service.
  5801.      *
  5802.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5803.      */
  5804.     protected function getDebug_Security_FirewallService()
  5805.     {
  5806.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5807.         if (isset($this->privates['debug.security.firewall'])) {
  5808.             return $this->privates['debug.security.firewall'];
  5809.         }
  5810.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5811.         if (isset($this->privates['debug.security.firewall'])) {
  5812.             return $this->privates['debug.security.firewall'];
  5813.         }
  5814.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5815.     }
  5816.     /**
  5817.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5818.      *
  5819.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5820.      */
  5821.     protected function getDebug_Security_UserValueResolverService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5826.         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))));
  5827.     }
  5828.     /**
  5829.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5832.      */
  5833.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5839.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5840.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5841.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5842.         }
  5843.         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);
  5844.     }
  5845.     /**
  5846.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5849.      */
  5850.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5856.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5857.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5858.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5859.         }
  5860.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5861.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5862.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  5863.         }
  5864.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  5865.     }
  5866.     /**
  5867.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5868.      *
  5869.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5870.      */
  5871.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5878.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5879.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  5880.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  5881.         }
  5882.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  5883.     }
  5884.     /**
  5885.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5886.      *
  5887.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5888.      */
  5889.     protected function getDebug_Security_Voter_VoteListenerService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5892.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5893.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5894.             return $this->privates['debug.security.voter.vote_listener'];
  5895.         }
  5896.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5897.     }
  5898.     /**
  5899.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5900.      *
  5901.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  5902.      */
  5903.     protected function getDoctrine_CacheClearMetadataCommandService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5909.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5910.         $instance->setName('doctrine:cache:clear-metadata');
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5915.      *
  5916.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  5917.      */
  5918.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5924.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5925.         $instance->setName('doctrine:cache:clear-query');
  5926.         return $instance;
  5927.     }
  5928.     /**
  5929.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5930.      *
  5931.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  5932.      */
  5933.     protected function getDoctrine_CacheClearResultCommandService()
  5934.     {
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5939.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5940.         $instance->setName('doctrine:cache:clear-result');
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5945.      *
  5946.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  5947.      */
  5948.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5954.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5955.         $instance->setName('doctrine:cache:clear-collection-region');
  5956.         return $instance;
  5957.     }
  5958.     /**
  5959.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5960.      *
  5961.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  5962.      */
  5963.     protected function getDoctrine_ClearEntityRegionCommandService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5969.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5970.         $instance->setName('doctrine:cache:clear-entity-region');
  5971.         return $instance;
  5972.     }
  5973.     /**
  5974.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5975.      *
  5976.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  5977.      */
  5978.     protected function getDoctrine_ClearQueryRegionCommandService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5984.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5985.         $instance->setName('doctrine:cache:clear-query-region');
  5986.         return $instance;
  5987.     }
  5988.     /**
  5989.      * Gets the private 'doctrine.database_create_command' shared service.
  5990.      *
  5991.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5992.      */
  5993.     protected function getDoctrine_DatabaseCreateCommandService()
  5994.     {
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5998.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5999.         $instance->setName('doctrine:database:create');
  6000.         return $instance;
  6001.     }
  6002.     /**
  6003.      * Gets the private 'doctrine.database_drop_command' shared service.
  6004.      *
  6005.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6006.      */
  6007.     protected function getDoctrine_DatabaseDropCommandService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6012.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6013.         $instance->setName('doctrine:database:drop');
  6014.         return $instance;
  6015.     }
  6016.     /**
  6017.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6018.      *
  6019.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6020.      */
  6021.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6022.     {
  6023.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6024.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6025.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6026.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6027.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6028.             'gedmo.listener.blameable' => ['services''gedmo.listener.blameable''getGedmo_Listener_BlameableService'false],
  6029.             'gedmo.listener.loggable' => ['services''gedmo.listener.loggable''getGedmo_Listener_LoggableService'false],
  6030.             'gedmo.listener.sluggable' => ['services''gedmo.listener.sluggable''getGedmo_Listener_SluggableService'false],
  6031.             'gedmo.listener.sortable' => ['services''gedmo.listener.sortable''getGedmo_Listener_SortableService'false],
  6032.             'gedmo.listener.timestampable' => ['services''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  6033.             'gedmo.listener.translatable' => ['services''gedmo.listener.translatable''getGedmo_Listener_TranslatableService'false],
  6034.             'gedmo.listener.tree' => ['services''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  6035.         ], [
  6036.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6037.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6038.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6039.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6040.             'gedmo.listener.blameable' => '?',
  6041.             'gedmo.listener.loggable' => '?',
  6042.             'gedmo.listener.sluggable' => '?',
  6043.             'gedmo.listener.sortable' => '?',
  6044.             'gedmo.listener.timestampable' => '?',
  6045.             'gedmo.listener.translatable' => '?',
  6046.             'gedmo.listener.tree' => '?',
  6047.         ]), [=> 'gedmo.listener.tree'=> 'gedmo.listener.translatable'=> 'gedmo.listener.timestampable'=> 'gedmo.listener.sluggable'=> 'gedmo.listener.sortable'=> 'gedmo.listener.loggable'=> 'gedmo.listener.blameable'=> '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'10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  6048.     }
  6049.     /**
  6050.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6051.      *
  6052.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6053.      */
  6054.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6060.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6061.         $instance->setName('doctrine:ensure-production-settings');
  6062.         return $instance;
  6063.     }
  6064.     /**
  6065.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6066.      *
  6067.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6068.      */
  6069.     protected function getDoctrine_MappingConvertCommandService()
  6070.     {
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6075.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6076.         $instance->setName('doctrine:mapping:convert');
  6077.         return $instance;
  6078.     }
  6079.     /**
  6080.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6081.      *
  6082.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6083.      */
  6084.     protected function getDoctrine_MappingImportCommandService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6089.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6090.         $instance->setName('doctrine:mapping:import');
  6091.         return $instance;
  6092.     }
  6093.     /**
  6094.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6095.      *
  6096.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6097.      */
  6098.     protected function getDoctrine_MappingInfoCommandService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6104.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6105.         $instance->setName('doctrine:mapping:info');
  6106.         return $instance;
  6107.     }
  6108.     /**
  6109.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6110.      *
  6111.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6112.      */
  6113.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6117.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6118.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6119.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6120.         }
  6121.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6122.     }
  6123.     /**
  6124.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6125.      *
  6126.      * @return \Doctrine\Migrations\DependencyFactory
  6127.      */
  6128.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6129.     {
  6130.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6131.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6132.         $a->setAllOrNothing(false);
  6133.         $a->setCheckDatabasePlatform(true);
  6134.         $a->setTransactional(true);
  6135.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6136.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6137.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6138.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6139.         });
  6140.         return $instance;
  6141.     }
  6142.     /**
  6143.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6144.      *
  6145.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6146.      */
  6147.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6148.     {
  6149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6151.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6152.     }
  6153.     /**
  6154.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6155.      *
  6156.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6157.      */
  6158.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6159.     {
  6160.         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'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')], false);
  6161.     }
  6162.     /**
  6163.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6164.      *
  6165.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6166.      */
  6167.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6170.         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()));
  6171.     }
  6172.     /**
  6173.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6174.      *
  6175.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6176.      */
  6177.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6180.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6181.     }
  6182.     /**
  6183.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6184.      *
  6185.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6186.      */
  6187.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6191.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6192.     }
  6193.     /**
  6194.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6195.      *
  6196.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6197.      */
  6198.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6202.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6203.             return new \EmptyIterator();
  6204.         }, 0));
  6205.     }
  6206.     /**
  6207.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6208.      *
  6209.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6210.      */
  6211.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6215.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6216.     }
  6217.     /**
  6218.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6219.      *
  6220.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6221.      */
  6222.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6226.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6227.     }
  6228.     /**
  6229.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6230.      *
  6231.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6232.      */
  6233.     protected function getDoctrine_Orm_Validator_UniqueService()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6238.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6239.     }
  6240.     /**
  6241.      * Gets the private 'doctrine.query_dql_command' shared service.
  6242.      *
  6243.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6244.      */
  6245.     protected function getDoctrine_QueryDqlCommandService()
  6246.     {
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6248.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6249.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6251.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6252.         $instance->setName('doctrine:query:dql');
  6253.         return $instance;
  6254.     }
  6255.     /**
  6256.      * Gets the private 'doctrine.query_sql_command' shared service.
  6257.      *
  6258.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6259.      */
  6260.     protected function getDoctrine_QuerySqlCommandService()
  6261.     {
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6266.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6267.         $instance->setName('doctrine:query:sql');
  6268.         return $instance;
  6269.     }
  6270.     /**
  6271.      * Gets the private 'doctrine.schema_create_command' shared service.
  6272.      *
  6273.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6274.      */
  6275.     protected function getDoctrine_SchemaCreateCommandService()
  6276.     {
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6282.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6283.         $instance->setName('doctrine:schema:create');
  6284.         return $instance;
  6285.     }
  6286.     /**
  6287.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6288.      *
  6289.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6290.      */
  6291.     protected function getDoctrine_SchemaDropCommandService()
  6292.     {
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6298.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6299.         $instance->setName('doctrine:schema:drop');
  6300.         return $instance;
  6301.     }
  6302.     /**
  6303.      * Gets the private 'doctrine.schema_update_command' shared service.
  6304.      *
  6305.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6306.      */
  6307.     protected function getDoctrine_SchemaUpdateCommandService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6314.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6315.         $instance->setName('doctrine:schema:update');
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6320.      *
  6321.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6322.      */
  6323.     protected function getDoctrine_SchemaValidateCommandService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6329.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6330.         $instance->setName('doctrine:schema:validate');
  6331.         return $instance;
  6332.     }
  6333.     /**
  6334.      * Gets the private 'doctrine.ulid_generator' shared service.
  6335.      *
  6336.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6337.      */
  6338.     protected function getDoctrine_UlidGeneratorService()
  6339.     {
  6340.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6342.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6343.     }
  6344.     /**
  6345.      * Gets the private 'doctrine.uuid_generator' shared service.
  6346.      *
  6347.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6348.      */
  6349.     protected function getDoctrine_UuidGeneratorService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6353.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6354.     }
  6355.     /**
  6356.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6357.      *
  6358.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6359.      */
  6360.     protected function getDoctrineMigrations_CurrentCommandService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6365.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  6366.         $instance->setName('doctrine:migrations:current');
  6367.         $instance->setDescription('Outputs the current version');
  6368.         return $instance;
  6369.     }
  6370.     /**
  6371.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6372.      *
  6373.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6374.      */
  6375.     protected function getDoctrineMigrations_DiffCommandService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6380.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  6381.         $instance->setName('doctrine:migrations:diff');
  6382.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  6383.         return $instance;
  6384.     }
  6385.     /**
  6386.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6387.      *
  6388.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6389.      */
  6390.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6391.     {
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6395.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  6396.         $instance->setName('doctrine:migrations:dump-schema');
  6397.         $instance->setDescription('Dump the schema for your database to a migration.');
  6398.         return $instance;
  6399.     }
  6400.     /**
  6401.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6402.      *
  6403.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6404.      */
  6405.     protected function getDoctrineMigrations_ExecuteCommandService()
  6406.     {
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6410.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  6411.         $instance->setName('doctrine:migrations:execute');
  6412.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  6413.         return $instance;
  6414.     }
  6415.     /**
  6416.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6417.      *
  6418.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6419.      */
  6420.     protected function getDoctrineMigrations_GenerateCommandService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6425.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  6426.         $instance->setName('doctrine:migrations:generate');
  6427.         $instance->setDescription('Generate a blank migration class.');
  6428.         return $instance;
  6429.     }
  6430.     /**
  6431.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6432.      *
  6433.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6434.      */
  6435.     protected function getDoctrineMigrations_LatestCommandService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6440.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  6441.         $instance->setName('doctrine:migrations:latest');
  6442.         $instance->setDescription('Outputs the latest version');
  6443.         return $instance;
  6444.     }
  6445.     /**
  6446.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6447.      *
  6448.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6449.      */
  6450.     protected function getDoctrineMigrations_MigrateCommandService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6455.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  6456.         $instance->setName('doctrine:migrations:migrate');
  6457.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  6458.         return $instance;
  6459.     }
  6460.     /**
  6461.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6462.      *
  6463.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6464.      */
  6465.     protected function getDoctrineMigrations_RollupCommandService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6470.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  6471.         $instance->setName('doctrine:migrations:rollup');
  6472.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6477.      *
  6478.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6479.      */
  6480.     protected function getDoctrineMigrations_StatusCommandService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6485.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  6486.         $instance->setName('doctrine:migrations:status');
  6487.         $instance->setDescription('View the status of a set of migrations.');
  6488.         return $instance;
  6489.     }
  6490.     /**
  6491.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6492.      *
  6493.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6494.      */
  6495.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6496.     {
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6500.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  6501.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6502.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6507.      *
  6508.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6509.      */
  6510.     protected function getDoctrineMigrations_UpToDateCommandService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6515.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  6516.         $instance->setName('doctrine:migrations:up-to-date');
  6517.         $instance->setDescription('Tells you if your schema is up-to-date.');
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6522.      *
  6523.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6524.      */
  6525.     protected function getDoctrineMigrations_VersionCommandService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6530.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  6531.         $instance->setName('doctrine:migrations:version');
  6532.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  6533.         return $instance;
  6534.     }
  6535.     /**
  6536.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6537.      *
  6538.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6539.      */
  6540.     protected function getDoctrineMigrations_VersionsCommandService()
  6541.     {
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6545.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  6546.         $instance->setName('doctrine:migrations:list');
  6547.         $instance->setDescription('Display a list of all available migrations and their status.');
  6548.         return $instance;
  6549.     }
  6550.     /**
  6551.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6552.      *
  6553.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6554.      */
  6555.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6556.     {
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6559.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6560.         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()));
  6561.     }
  6562.     /**
  6563.      * Gets the private 'exception_listener' shared service.
  6564.      *
  6565.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6566.      */
  6567.     protected function getExceptionListenerService()
  6568.     {
  6569.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6570.     }
  6571.     /**
  6572.      * Gets the private 'extension.listener' shared autowired service.
  6573.      *
  6574.      * @return \App\EventListener\DoctrineExtensionListener
  6575.      */
  6576.     protected function getExtension_ListenerService()
  6577.     {
  6578.         $this->privates['extension.listener'] = $instance = new \App\EventListener\DoctrineExtensionListener();
  6579.         $instance->setContainer($this);
  6580.         return $instance;
  6581.     }
  6582.     /**
  6583.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6584.      *
  6585.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6586.      */
  6587.     protected function getForm_ChoiceListFactory_CachedService()
  6588.     {
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6593.         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())));
  6594.     }
  6595.     /**
  6596.      * Gets the private 'form.registry' shared service.
  6597.      *
  6598.      * @return \Symfony\Component\Form\FormRegistry
  6599.      */
  6600.     protected function getForm_RegistryService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6609.         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, [
  6610.             'App\\Form\\ActionEditGrpType' => ['privates''App\\Form\\ActionEditGrpType''getActionEditGrpTypeService'false],
  6611.             'App\\Form\\ActionGrpType' => ['privates''App\\Form\\ActionGrpType''getActionGrpTypeService'false],
  6612.             'App\\Form\\ActionStdTranslateType' => ['privates''App\\Form\\ActionStdTranslateType''getActionStdTranslateTypeService'false],
  6613.             'App\\Form\\ActionStdType' => ['privates''App\\Form\\ActionStdType''getActionStdTypeService'false],
  6614.             'App\\Form\\ActionType' => ['privates''App\\Form\\ActionType''getActionTypeService'false],
  6615.             'App\\Form\\ExercisingClaimRequestType' => ['privates''App\\Form\\ExercisingClaimRequestType''getExercisingClaimRequestTypeService'false],
  6616.             'App\\Form\\IncidentType' => ['privates''App\\Form\\IncidentType''getIncidentTypeService'false],
  6617.             'App\\Form\\IncidentViewType' => ['privates''App\\Form\\IncidentViewType''getIncidentViewTypeService'false],
  6618.             'App\\Form\\InfoType' => ['privates''App\\Form\\InfoType''getInfoTypeService'false],
  6619.             'App\\Form\\ManagerType' => ['privates''App\\Form\\ManagerType''getManagerTypeService'false],
  6620.             'App\\Form\\PartnerType' => ['privates''App\\Form\\PartnerType''getPartnerTypeService'false],
  6621.             'App\\Form\\SubcontractorStdTranslateType' => ['privates''App\\Form\\SubcontractorStdTranslateType''getSubcontractorStdTranslateTypeService'false],
  6622.             'App\\Form\\SubcontractorStdType' => ['privates''App\\Form\\SubcontractorStdType''getSubcontractorStdTypeService'false],
  6623.             'App\\Form\\SubcontractorType' => ['privates''App\\Form\\SubcontractorType''getSubcontractorType2Service'false],
  6624.             'App\\Form\\SubscriptionType' => ['privates''App\\Form\\SubscriptionType''getSubscriptionType2Service'false],
  6625.             'App\\Form\\SubscriptionUserType' => ['privates''App\\Form\\SubscriptionUserType''getSubscriptionUserTypeService'false],
  6626.             'App\\Form\\SystemStdTranslateType' => ['privates''App\\Form\\SystemStdTranslateType''getSystemStdTranslateTypeService'false],
  6627.             'App\\Form\\SystemStdType' => ['privates''App\\Form\\SystemStdType''getSystemStdTypeService'false],
  6628.             'App\\Form\\SystemType' => ['privates''App\\Form\\SystemType''getSystemTypeService'false],
  6629.             'App\\Form\\TrainingTeamType' => ['privates''App\\Form\\TrainingTeamType''getTrainingTeamTypeService'false],
  6630.             'App\\Form\\TrainingTranslateType' => ['privates''App\\Form\\TrainingTranslateType''getTrainingTranslateTypeService'false],
  6631.             'App\\Form\\TrainingType' => ['privates''App\\Form\\TrainingType''getTrainingTypeService'false],
  6632.             'App\\Form\\TreatmentStdTranslateType' => ['privates''App\\Form\\TreatmentStdTranslateType''getTreatmentStdTranslateTypeService'false],
  6633.             'App\\Form\\TreatmentStdType' => ['privates''App\\Form\\TreatmentStdType''getTreatmentStdTypeService'false],
  6634.             'App\\Form\\TreatmentType' => ['privates''App\\Form\\TreatmentType''getTreatmentTypeService'false],
  6635.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  6636.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6637.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6638.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6639.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6640.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6641.         ], [
  6642.             'App\\Form\\ActionEditGrpType' => '?',
  6643.             'App\\Form\\ActionGrpType' => '?',
  6644.             'App\\Form\\ActionStdTranslateType' => '?',
  6645.             'App\\Form\\ActionStdType' => '?',
  6646.             'App\\Form\\ActionType' => '?',
  6647.             'App\\Form\\ExercisingClaimRequestType' => '?',
  6648.             'App\\Form\\IncidentType' => '?',
  6649.             'App\\Form\\IncidentViewType' => '?',
  6650.             'App\\Form\\InfoType' => '?',
  6651.             'App\\Form\\ManagerType' => '?',
  6652.             'App\\Form\\PartnerType' => '?',
  6653.             'App\\Form\\SubcontractorStdTranslateType' => '?',
  6654.             'App\\Form\\SubcontractorStdType' => '?',
  6655.             'App\\Form\\SubcontractorType' => '?',
  6656.             'App\\Form\\SubscriptionType' => '?',
  6657.             'App\\Form\\SubscriptionUserType' => '?',
  6658.             'App\\Form\\SystemStdTranslateType' => '?',
  6659.             'App\\Form\\SystemStdType' => '?',
  6660.             'App\\Form\\SystemType' => '?',
  6661.             'App\\Form\\TrainingTeamType' => '?',
  6662.             'App\\Form\\TrainingTranslateType' => '?',
  6663.             'App\\Form\\TrainingType' => '?',
  6664.             'App\\Form\\TreatmentStdTranslateType' => '?',
  6665.             'App\\Form\\TreatmentStdType' => '?',
  6666.             'App\\Form\\TreatmentType' => '?',
  6667.             'App\\Form\\UserType' => '?',
  6668.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6669.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6670.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6671.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6672.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6673.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6674.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6675.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6676.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6677.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6678.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6679.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6680.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6681.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6682.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6683.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6684.         }, 1)], new RewindableGenerator(function () {
  6685.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6686.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6687.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6688.     }
  6689.     /**
  6690.      * Gets the private 'form.server_params' shared service.
  6691.      *
  6692.      * @return \Symfony\Component\Form\Util\ServerParams
  6693.      */
  6694.     protected function getForm_ServerParamsService()
  6695.     {
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6697.         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())));
  6698.     }
  6699.     /**
  6700.      * Gets the private 'form.type.choice' shared service.
  6701.      *
  6702.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6703.      */
  6704.     protected function getForm_Type_ChoiceService()
  6705.     {
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6709.         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()));
  6710.     }
  6711.     /**
  6712.      * Gets the private 'form.type.color' shared service.
  6713.      *
  6714.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6715.      */
  6716.     protected function getForm_Type_ColorService()
  6717.     {
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6721.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6722.     }
  6723.     /**
  6724.      * Gets the private 'form.type.entity' shared service.
  6725.      *
  6726.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6727.      */
  6728.     protected function getForm_Type_EntityService()
  6729.     {
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6734.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6735.     }
  6736.     /**
  6737.      * Gets the private 'form.type.form' shared service.
  6738.      *
  6739.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6740.      */
  6741.     protected function getForm_Type_FormService()
  6742.     {
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6747.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6748.     }
  6749.     /**
  6750.      * Gets the private 'form.type_extension.csrf' shared service.
  6751.      *
  6752.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6753.      */
  6754.     protected function getForm_TypeExtension_CsrfService()
  6755.     {
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6759.         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()));
  6760.     }
  6761.     /**
  6762.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6763.      *
  6764.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6765.      */
  6766.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6771.         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()));
  6772.     }
  6773.     /**
  6774.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6775.      *
  6776.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6777.      */
  6778.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6785.         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())));
  6786.     }
  6787.     /**
  6788.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6789.      *
  6790.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6791.      */
  6792.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6797.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6798.     }
  6799.     /**
  6800.      * Gets the private 'form.type_extension.form.validator' shared service.
  6801.      *
  6802.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6803.      */
  6804.     protected function getForm_TypeExtension_Form_ValidatorService()
  6805.     {
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6810.         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()));
  6811.     }
  6812.     /**
  6813.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6814.      *
  6815.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6816.      */
  6817.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6818.     {
  6819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6822.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6823.     }
  6824.     /**
  6825.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6826.      *
  6827.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6828.      */
  6829.     protected function getForm_TypeGuesser_DoctrineService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6833.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6834.     }
  6835.     /**
  6836.      * Gets the private 'form.type_guesser.validator' shared service.
  6837.      *
  6838.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6839.      */
  6840.     protected function getForm_TypeGuesser_ValidatorService()
  6841.     {
  6842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6844.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6845.     }
  6846.     /**
  6847.      * Gets the private 'fragment.renderer.inline' shared service.
  6848.      *
  6849.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6850.      */
  6851.     protected function getFragment_Renderer_InlineService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6856.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6857.         if (isset($this->privates['fragment.renderer.inline'])) {
  6858.             return $this->privates['fragment.renderer.inline'];
  6859.         }
  6860.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6861.         if (isset($this->privates['fragment.renderer.inline'])) {
  6862.             return $this->privates['fragment.renderer.inline'];
  6863.         }
  6864.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  6865.         $instance->setFragmentPath('/_fragment');
  6866.         return $instance;
  6867.     }
  6868.     /**
  6869.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6870.      *
  6871.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6872.      */
  6873.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6874.     {
  6875.         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())));
  6876.     }
  6877.     /**
  6878.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6879.      *
  6880.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6881.      */
  6882.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6883.     {
  6884.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6885.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6886.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6887.         }
  6888.         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);
  6889.     }
  6890.     /**
  6891.      * Gets the private 'locale_aware_listener' shared service.
  6892.      *
  6893.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6894.      */
  6895.     protected function getLocaleAwareListenerService()
  6896.     {
  6897.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6898.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  6899.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6900.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6901.     }
  6902.     /**
  6903.      * Gets the private 'locale_listener' shared service.
  6904.      *
  6905.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6906.      */
  6907.     protected function getLocaleListenerService()
  6908.     {
  6909.         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, []);
  6910.     }
  6911.     /**
  6912.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6913.      *
  6914.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6915.      */
  6916.     protected function getMaker_AutoCommand_MakeAuthService()
  6917.     {
  6918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6926.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6927.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6928.         $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')))));
  6929.         $instance->setName('make:auth');
  6930.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6931.         return $instance;
  6932.     }
  6933.     /**
  6934.      * Gets the private 'maker.auto_command.make_command' shared service.
  6935.      *
  6936.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6937.      */
  6938.     protected function getMaker_AutoCommand_MakeCommandService()
  6939.     {
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6946.         $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')))));
  6947.         $instance->setName('make:command');
  6948.         $instance->setDescription('Creates a new console command class');
  6949.         return $instance;
  6950.     }
  6951.     /**
  6952.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6953.      *
  6954.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6955.      */
  6956.     protected function getMaker_AutoCommand_MakeControllerService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6964.         $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')))));
  6965.         $instance->setName('make:controller');
  6966.         $instance->setDescription('Creates a new controller class');
  6967.         return $instance;
  6968.     }
  6969.     /**
  6970.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6971.      *
  6972.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6973.      */
  6974.     protected function getMaker_AutoCommand_MakeCrudService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6982.         $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')))));
  6983.         $instance->setName('make:crud');
  6984.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6985.         return $instance;
  6986.     }
  6987.     /**
  6988.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6989.      *
  6990.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6991.      */
  6992.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6993.     {
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7000.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7001.         $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')))));
  7002.         $instance->setName('make:docker:database');
  7003.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7004.         return $instance;
  7005.     }
  7006.     /**
  7007.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7008.      *
  7009.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7010.      */
  7011.     protected function getMaker_AutoCommand_MakeEntityService()
  7012.     {
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7020.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7021.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7022.         $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')))));
  7023.         $instance->setName('make:entity');
  7024.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7025.         return $instance;
  7026.     }
  7027.     /**
  7028.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7029.      *
  7030.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7031.      */
  7032.     protected function getMaker_AutoCommand_MakeFixturesService()
  7033.     {
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7040.         $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')))));
  7041.         $instance->setName('make:fixtures');
  7042.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7043.         return $instance;
  7044.     }
  7045.     /**
  7046.      * Gets the private 'maker.auto_command.make_form' shared service.
  7047.      *
  7048.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7049.      */
  7050.     protected function getMaker_AutoCommand_MakeFormService()
  7051.     {
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7058.         $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')))));
  7059.         $instance->setName('make:form');
  7060.         $instance->setDescription('Creates a new form class');
  7061.         return $instance;
  7062.     }
  7063.     /**
  7064.      * Gets the private 'maker.auto_command.make_message' shared service.
  7065.      *
  7066.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7067.      */
  7068.     protected function getMaker_AutoCommand_MakeMessageService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7076.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7077.         $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')))));
  7078.         $instance->setName('make:message');
  7079.         $instance->setDescription('Creates a new message and handler');
  7080.         return $instance;
  7081.     }
  7082.     /**
  7083.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7084.      *
  7085.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7086.      */
  7087.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7088.     {
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7095.         $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')))));
  7096.         $instance->setName('make:messenger-middleware');
  7097.         $instance->setDescription('Creates a new messenger middleware');
  7098.         return $instance;
  7099.     }
  7100.     /**
  7101.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7102.      *
  7103.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7104.      */
  7105.     protected function getMaker_AutoCommand_MakeMigrationService()
  7106.     {
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7114.         $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')))));
  7115.         $instance->setName('make:migration');
  7116.         $instance->setDescription('Creates a new migration based on database changes');
  7117.         return $instance;
  7118.     }
  7119.     /**
  7120.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7121.      *
  7122.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7123.      */
  7124.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7132.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7133.         $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')))));
  7134.         $instance->setName('make:registration-form');
  7135.         $instance->setDescription('Creates a new registration form system');
  7136.         return $instance;
  7137.     }
  7138.     /**
  7139.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7140.      *
  7141.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7142.      */
  7143.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7144.     {
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7151.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7152.         $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')))));
  7153.         $instance->setName('make:reset-password');
  7154.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7155.         return $instance;
  7156.     }
  7157.     /**
  7158.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  7159.      *
  7160.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7161.      */
  7162.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7172.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7173.         $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')))));
  7174.         $instance->setName('make:security:form-login');
  7175.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  7176.         return $instance;
  7177.     }
  7178.     /**
  7179.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7180.      *
  7181.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7182.      */
  7183.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7184.     {
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7191.         $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')))));
  7192.         $instance->setName('make:serializer:encoder');
  7193.         $instance->setDescription('Creates a new serializer encoder class');
  7194.         return $instance;
  7195.     }
  7196.     /**
  7197.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7198.      *
  7199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7200.      */
  7201.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7202.     {
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7209.         $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')))));
  7210.         $instance->setName('make:serializer:normalizer');
  7211.         $instance->setDescription('Creates a new serializer normalizer class');
  7212.         return $instance;
  7213.     }
  7214.     /**
  7215.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7216.      *
  7217.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7218.      */
  7219.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7220.     {
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7227.         $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')))));
  7228.         $instance->setName('make:stimulus-controller');
  7229.         $instance->setDescription('Creates a new Stimulus controller');
  7230.         return $instance;
  7231.     }
  7232.     /**
  7233.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7234.      *
  7235.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7236.      */
  7237.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7238.     {
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7246.         $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')))));
  7247.         $instance->setName('make:subscriber');
  7248.         $instance->setDescription('Creates a new event subscriber class');
  7249.         return $instance;
  7250.     }
  7251.     /**
  7252.      * Gets the private 'maker.auto_command.make_test' shared service.
  7253.      *
  7254.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7255.      */
  7256.     protected function getMaker_AutoCommand_MakeTestService()
  7257.     {
  7258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7265.         $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')))));
  7266.         $instance->setName('make:test');
  7267.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7268.         $instance->setDescription('Creates a new test class');
  7269.         return $instance;
  7270.     }
  7271.     /**
  7272.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  7273.      *
  7274.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7275.      */
  7276.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7284.         $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')))));
  7285.         $instance->setName('make:twig-component');
  7286.         $instance->setDescription('Creates a twig (or live) component');
  7287.         return $instance;
  7288.     }
  7289.     /**
  7290.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7291.      *
  7292.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7293.      */
  7294.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7295.     {
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7302.         $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')))));
  7303.         $instance->setName('make:twig-extension');
  7304.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  7305.         return $instance;
  7306.     }
  7307.     /**
  7308.      * Gets the private 'maker.auto_command.make_user' shared service.
  7309.      *
  7310.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7311.      */
  7312.     protected function getMaker_AutoCommand_MakeUserService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7322.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7323.         $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')))));
  7324.         $instance->setName('make:user');
  7325.         $instance->setDescription('Creates a new security user class');
  7326.         return $instance;
  7327.     }
  7328.     /**
  7329.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7330.      *
  7331.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7332.      */
  7333.     protected function getMaker_AutoCommand_MakeValidatorService()
  7334.     {
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7341.         $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')))));
  7342.         $instance->setName('make:validator');
  7343.         $instance->setDescription('Creates a new validator and constraint class');
  7344.         return $instance;
  7345.     }
  7346.     /**
  7347.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7348.      *
  7349.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7350.      */
  7351.     protected function getMaker_AutoCommand_MakeVoterService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7359.         $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')))));
  7360.         $instance->setName('make:voter');
  7361.         $instance->setDescription('Creates a new security voter class');
  7362.         return $instance;
  7363.     }
  7364.     /**
  7365.      * Gets the private 'maker.doctrine_helper' shared service.
  7366.      *
  7367.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7368.      */
  7369.     protected function getMaker_DoctrineHelperService()
  7370.     {
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7372.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  7373.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Translatable\\Entity'=> $a], => [=> 'Gedmo\\Loggable\\Entity'=> $a]]]);
  7374.     }
  7375.     /**
  7376.      * Gets the private 'maker.entity_class_generator' shared service.
  7377.      *
  7378.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7379.      */
  7380.     protected function getMaker_EntityClassGeneratorService()
  7381.     {
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7383.         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()));
  7384.     }
  7385.     /**
  7386.      * Gets the private 'maker.file_link_formatter' shared service.
  7387.      *
  7388.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  7389.      */
  7390.     protected function getMaker_FileLinkFormatterService()
  7391.     {
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7393.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7394.     }
  7395.     /**
  7396.      * Gets the private 'maker.file_manager' shared service.
  7397.      *
  7398.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7399.      */
  7400.     protected function getMaker_FileManagerService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7406.         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'));
  7407.     }
  7408.     /**
  7409.      * Gets the private 'maker.generator' shared service.
  7410.      *
  7411.      * @return \Symfony\Bundle\MakerBundle\Generator
  7412.      */
  7413.     protected function getMaker_GeneratorService()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7417.         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());
  7418.     }
  7419.     /**
  7420.      * Gets the private 'maker.php_compat_util' shared service.
  7421.      *
  7422.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7423.      */
  7424.     protected function getMaker_PhpCompatUtilService()
  7425.     {
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7427.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7428.     }
  7429.     /**
  7430.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7431.      *
  7432.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7433.      */
  7434.     protected function getMaker_Renderer_FormTypeRendererService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7437.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7438.     }
  7439.     /**
  7440.      * Gets the private 'mime_types' shared service.
  7441.      *
  7442.      * @return \Symfony\Component\Mime\MimeTypes
  7443.      */
  7444.     protected function getMimeTypesService()
  7445.     {
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7449.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7450.         $instance->setDefault($instance);
  7451.         return $instance;
  7452.     }
  7453.     /**
  7454.      * Gets the private 'monolog.command.server_log' shared service.
  7455.      *
  7456.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7457.      */
  7458.     protected function getMonolog_Command_ServerLogService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7462.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7463.         $instance->setName('server:log');
  7464.         $instance->setDescription('Start a log server that displays logs in real time');
  7465.         return $instance;
  7466.     }
  7467.     /**
  7468.      * Gets the private 'monolog.handler.console' shared service.
  7469.      *
  7470.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7471.      */
  7472.     protected function getMonolog_Handler_ConsoleService()
  7473.     {
  7474.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7475.     }
  7476.     /**
  7477.      * Gets the private 'monolog.handler.main' shared service.
  7478.      *
  7479.      * @return \Monolog\Handler\StreamHandler
  7480.      */
  7481.     protected function getMonolog_Handler_MainService()
  7482.     {
  7483.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  7484.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7485.         return $instance;
  7486.     }
  7487.     /**
  7488.      * Gets the private 'monolog.logger' shared service.
  7489.      *
  7490.      * @return \Symfony\Bridge\Monolog\Logger
  7491.      */
  7492.     protected function getMonolog_LoggerService()
  7493.     {
  7494.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7495.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7496.         $instance->useMicrosecondTimestamps(true);
  7497.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7498.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7499.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7500.         return $instance;
  7501.     }
  7502.     /**
  7503.      * Gets the private 'monolog.logger.cache' shared service.
  7504.      *
  7505.      * @return \Symfony\Bridge\Monolog\Logger
  7506.      */
  7507.     protected function getMonolog_Logger_CacheService()
  7508.     {
  7509.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7510.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7511.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7512.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7513.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7514.         return $instance;
  7515.     }
  7516.     /**
  7517.      * Gets the private 'monolog.logger.request' shared service.
  7518.      *
  7519.      * @return \Symfony\Bridge\Monolog\Logger
  7520.      */
  7521.     protected function getMonolog_Logger_RequestService()
  7522.     {
  7523.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7524.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7525.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7526.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7527.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7528.         return $instance;
  7529.     }
  7530.     /**
  7531.      * Gets the private 'monolog.logger.security' shared service.
  7532.      *
  7533.      * @return \Symfony\Bridge\Monolog\Logger
  7534.      */
  7535.     protected function getMonolog_Logger_SecurityService()
  7536.     {
  7537.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7538.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7539.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7540.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7542.         return $instance;
  7543.     }
  7544.     /**
  7545.      * Gets the private 'parameter_bag' shared service.
  7546.      *
  7547.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7548.      */
  7549.     protected function getParameterBagService()
  7550.     {
  7551.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7552.     }
  7553.     /**
  7554.      * Gets the private 'profiler_listener' shared service.
  7555.      *
  7556.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7557.      */
  7558.     protected function getProfilerListenerService()
  7559.     {
  7560.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7561.         if (isset($this->privates['profiler_listener'])) {
  7562.             return $this->privates['profiler_listener'];
  7563.         }
  7564.         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);
  7565.     }
  7566.     /**
  7567.      * Gets the private 'property_accessor' shared service.
  7568.      *
  7569.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7570.      */
  7571.     protected function getPropertyAccessorService()
  7572.     {
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7577.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7578.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7579.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7580.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7581.     }
  7582.     /**
  7583.      * Gets the private 'property_info' shared service.
  7584.      *
  7585.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7586.      */
  7587.     protected function getPropertyInfoService()
  7588.     {
  7589.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7590.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7591.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7592.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7593.         }, 3), new RewindableGenerator(function () {
  7594.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7595.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7596.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7597.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7598.         }, 4), new RewindableGenerator(function () {
  7599.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7600.         }, 1), new RewindableGenerator(function () {
  7601.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7602.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7603.         }, 2), new RewindableGenerator(function () {
  7604.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7605.         }, 1));
  7606.     }
  7607.     /**
  7608.      * Gets the private 'property_info.serializer_extractor' shared service.
  7609.      *
  7610.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7611.      */
  7612.     protected function getPropertyInfo_SerializerExtractorService()
  7613.     {
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7615.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7616.     }
  7617.     /**
  7618.      * Gets the private 'router.cache_warmer' shared service.
  7619.      *
  7620.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7621.      */
  7622.     protected function getRouter_CacheWarmerService()
  7623.     {
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7626.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7627.             'router' => ['services''router''getRouterService'false],
  7628.         ], [
  7629.             'router' => '?',
  7630.         ]))->withContext('router.cache_warmer'$this));
  7631.     }
  7632.     /**
  7633.      * Gets the private 'router.expression_language_provider' shared service.
  7634.      *
  7635.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7636.      */
  7637.     protected function getRouter_ExpressionLanguageProviderService()
  7638.     {
  7639.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7640.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7641.         ], [
  7642.             'env' => 'Closure',
  7643.         ]));
  7644.     }
  7645.     /**
  7646.      * Gets the private 'router.request_context' shared service.
  7647.      *
  7648.      * @return \Symfony\Component\Routing\RequestContext
  7649.      */
  7650.     protected function getRouter_RequestContextService()
  7651.     {
  7652.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7653.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7654.         return $instance;
  7655.     }
  7656.     /**
  7657.      * Gets the private 'router_listener' shared service.
  7658.      *
  7659.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7660.      */
  7661.     protected function getRouterListenerService()
  7662.     {
  7663.         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);
  7664.     }
  7665.     /**
  7666.      * Gets the private 'secrets.vault' shared service.
  7667.      *
  7668.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7669.      */
  7670.     protected function getSecrets_VaultService()
  7671.     {
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7676.         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'));
  7677.     }
  7678.     /**
  7679.      * Gets the private 'security.access_listener' shared service.
  7680.      *
  7681.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7682.      */
  7683.     protected function getSecurity_AccessListenerService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7688.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7689.         if (isset($this->privates['security.access_listener'])) {
  7690.             return $this->privates['security.access_listener'];
  7691.         }
  7692.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7693.         if (isset($this->privates['security.access_listener'])) {
  7694.             return $this->privates['security.access_listener'];
  7695.         }
  7696.         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->getSecurity_AccessMapService()), $b);
  7697.     }
  7698.     /**
  7699.      * Gets the private 'security.access_map' shared service.
  7700.      *
  7701.      * @return \Symfony\Component\Security\Http\AccessMap
  7702.      */
  7703.     protected function getSecurity_AccessMapService()
  7704.     {
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7709.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7710.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7711.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^forgot'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7712.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7713.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [=> 'ROLE_USER'=> 'ROLE_SUBUSER'], NULL);
  7714.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/manager'), [=> 'ROLE_MANAGER'], NULL);
  7715.         return $instance;
  7716.     }
  7717.     /**
  7718.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7719.      *
  7720.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7721.      *
  7722.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7723.      */
  7724.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7725.     {
  7726.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7727.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7728.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  7729.             return $this->privates['security.authentication.listener.anonymous.main'];
  7730.         }
  7731.         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);
  7732.     }
  7733.     /**
  7734.      * Gets the private 'security.authentication.listener.form.main' shared service.
  7735.      *
  7736.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  7737.      *
  7738.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  7739.      */
  7740.     protected function getSecurity_Authentication_Listener_Form_MainService()
  7741.     {
  7742.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  7750.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7751.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  7752.             return $this->privates['security.authentication.listener.form.main'];
  7753.         }
  7754.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7755.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  7756.             return $this->privates['security.authentication.listener.form.main'];
  7757.         }
  7758.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7759.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  7760.             return $this->privates['security.authentication.listener.form.main'];
  7761.         }
  7762.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7763.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7764.         $e->setOptions(['login_path' => 'default_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  7765.         $e->setFirewallName('main');
  7766.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  7767.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  7768.         $g->setOptions(['login_path' => 'default_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  7769.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())), $d'main'$e$g, ['login_path' => 'default_login''check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$cNULL);
  7770.     }
  7771.     /**
  7772.      * Gets the private 'security.authentication.manager' shared service.
  7773.      *
  7774.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7775.      *
  7776.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7777.      */
  7778.     protected function getSecurity_Authentication_ManagerService()
  7779.     {
  7780.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7781.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7782.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  7783.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7784.         }, 2), true);
  7785.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7786.         return $instance;
  7787.     }
  7788.     /**
  7789.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7790.      *
  7791.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7792.      *
  7793.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7794.      */
  7795.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7796.     {
  7797.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7798.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7799.     }
  7800.     /**
  7801.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  7804.      *
  7805.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  7806.      */
  7807.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  7808.     {
  7809.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7812.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppDbProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  7813.     }
  7814.     /**
  7815.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  7816.      *
  7817.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  7818.      */
  7819.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  7820.     {
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7826.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7827.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  7828.             return $this->privates['security.authentication.switchuser_listener.main'];
  7829.         }
  7830.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7831.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  7832.             return $this->privates['security.authentication.switchuser_listener.main'];
  7833.         }
  7834.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppDbProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main'$a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH'$bfalse);
  7835.     }
  7836.     /**
  7837.      * Gets the private 'security.channel_listener' shared service.
  7838.      *
  7839.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7840.      */
  7841.     protected function getSecurity_ChannelListenerService()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7846.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7847.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  7848.     }
  7849.     /**
  7850.      * Gets the private 'security.command.debug_firewall' shared service.
  7851.      *
  7852.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7853.      */
  7854.     protected function getSecurity_Command_DebugFirewallService()
  7855.     {
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7858.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  7859.         $instance->setName('debug:firewall');
  7860.         $instance->setDescription('Display information about your security firewall(s)');
  7861.         return $instance;
  7862.     }
  7863.     /**
  7864.      * Gets the private 'security.command.user_password_encoder' shared service.
  7865.      *
  7866.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7867.      *
  7868.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7869.      */
  7870.     protected function getSecurity_Command_UserPasswordEncoderService()
  7871.     {
  7872.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7873.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\Account']);
  7874.         $instance->setName('security:encode-password');
  7875.         $instance->setDescription('Encode a password');
  7876.         return $instance;
  7877.     }
  7878.     /**
  7879.      * Gets the private 'security.command.user_password_hash' shared service.
  7880.      *
  7881.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7882.      */
  7883.     protected function getSecurity_Command_UserPasswordHashService()
  7884.     {
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7886.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7887.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\Account']);
  7888.         $instance->setName('security:hash-password');
  7889.         $instance->setDescription('Hash a user password');
  7890.         return $instance;
  7891.     }
  7892.     /**
  7893.      * Gets the private 'security.context_listener.0' shared service.
  7894.      *
  7895.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7896.      */
  7897.     protected function getSecurity_ContextListener_0Service()
  7898.     {
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7902.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7903.         if (isset($this->privates['security.context_listener.0'])) {
  7904.             return $this->privates['security.context_listener.0'];
  7905.         }
  7906.         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 () {
  7907.             yield => ($this->privates['security.user.provider.concrete.app_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppDbProviderService());
  7908.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  7909.     }
  7910.     /**
  7911.      * Gets the private 'security.csrf.token_storage' shared service.
  7912.      *
  7913.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7914.      */
  7915.     protected function getSecurity_Csrf_TokenStorageService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7920.         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())));
  7921.     }
  7922.     /**
  7923.      * Gets the private 'security.encoder_factory.generic' shared service.
  7924.      *
  7925.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7926.      *
  7927.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7928.      */
  7929.     protected function getSecurity_EncoderFactory_GenericService()
  7930.     {
  7931.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
  7933.         include_once \dirname(__DIR__4).'/src/Security/PasswordEncoder.php';
  7934.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Account' => ($this->privates['App\\Security\\PasswordEncoder'] ?? ($this->privates['App\\Security\\PasswordEncoder'] = new \App\Security\PasswordEncoder()))]);
  7935.     }
  7936.     /**
  7937.      * Gets the private 'security.event_dispatcher.main' shared service.
  7938.      *
  7939.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7940.      */
  7941.     protected function getSecurity_EventDispatcher_MainService()
  7942.     {
  7943.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7945.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7946.         }, => 'onLogout'], 0);
  7947.         return $instance;
  7948.     }
  7949.     /**
  7950.      * Gets the private 'security.firewall.map' shared service.
  7951.      *
  7952.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7953.      */
  7954.     protected function getSecurity_Firewall_MapService()
  7955.     {
  7956.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  7957.         if (isset($this->privates['security.firewall.map'])) {
  7958.             return $this->privates['security.firewall.map'];
  7959.         }
  7960.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7961.             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)/')));
  7962.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  7963.         }, 2));
  7964.     }
  7965.     /**
  7966.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7967.      *
  7968.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7969.      */
  7970.     protected function getSecurity_Firewall_Map_Context_DevService()
  7971.     {
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7974.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7975.             return new \EmptyIterator();
  7976.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  7977.     }
  7978.     /**
  7979.      * Gets the private 'security.firewall.map.context.main' shared service.
  7980.      *
  7981.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7982.      */
  7983.     protected function getSecurity_Firewall_Map_Context_MainService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7991.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7992.         if (isset($this->privates['security.firewall.map.context.main'])) {
  7993.             return $this->privates['security.firewall.map.context.main'];
  7994.         }
  7995.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7996.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7997.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7998.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7999.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  8000.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8001.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  8002.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8003.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$b'default_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'security.user.provider.concrete.app_db_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'switch_user'=> 'form_login'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  8004.     }
  8005.     /**
  8006.      * Gets the private 'security.helper' shared service.
  8007.      *
  8008.      * @return \Symfony\Component\Security\Core\Security
  8009.      */
  8010.     protected function getSecurity_HelperService()
  8011.     {
  8012.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8013.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8014.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8015.         ], [
  8016.             'security.authorization_checker' => '?',
  8017.             'security.token_storage' => '?',
  8018.         ]));
  8019.     }
  8020.     /**
  8021.      * Gets the private 'security.http_utils' shared service.
  8022.      *
  8023.      * @return \Symfony\Component\Security\Http\HttpUtils
  8024.      */
  8025.     protected function getSecurity_HttpUtilsService()
  8026.     {
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8028.         $a = ($this->services['router'] ?? $this->getRouterService());
  8029.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8030.     }
  8031.     /**
  8032.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8033.      *
  8034.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8035.      */
  8036.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8039.         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()));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'security.logout_url_generator' shared service.
  8043.      *
  8044.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8045.      */
  8046.     protected function getSecurity_LogoutUrlGeneratorService()
  8047.     {
  8048.         return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8049.     }
  8050.     /**
  8051.      * Gets the private 'security.password_hasher_factory' shared service.
  8052.      *
  8053.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8054.      */
  8055.     protected function getSecurity_PasswordHasherFactoryService()
  8056.     {
  8057.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
  8060.         include_once \dirname(__DIR__4).'/src/Security/PasswordEncoder.php';
  8061.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Account' => ($this->privates['App\\Security\\PasswordEncoder'] ?? ($this->privates['App\\Security\\PasswordEncoder'] = new \App\Security\PasswordEncoder()))]);
  8062.     }
  8063.     /**
  8064.      * Gets the private 'security.role_hierarchy' shared service.
  8065.      *
  8066.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8067.      */
  8068.     protected function getSecurity_RoleHierarchyService()
  8069.     {
  8070.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8071.     }
  8072.     /**
  8073.      * Gets the private 'security.user.provider.concrete.app_db_provider' shared service.
  8074.      *
  8075.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8076.      */
  8077.     protected function getSecurity_User_Provider_Concrete_AppDbProviderService()
  8078.     {
  8079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8082.         return $this->privates['security.user.provider.concrete.app_db_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Account''email'NULL);
  8083.     }
  8084.     /**
  8085.      * Gets the private 'security.validator.user_password' shared service.
  8086.      *
  8087.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8088.      */
  8089.     protected function getSecurity_Validator_UserPasswordService()
  8090.     {
  8091.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8092.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8094.         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()));
  8095.     }
  8096.     /**
  8097.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8098.      *
  8099.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8100.      */
  8101.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8102.     {
  8103.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8104.     }
  8105.     /**
  8106.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8107.      *
  8108.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8109.      */
  8110.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8111.     {
  8112.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8113.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8114.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8115.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8116.     }
  8117.     /**
  8118.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8119.      *
  8120.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8121.      */
  8122.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8123.     {
  8124.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8125.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8126.             return $this->privates['sensio_framework_extra.security.listener'];
  8127.         }
  8128.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8129.     }
  8130.     /**
  8131.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8132.      *
  8133.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8134.      */
  8135.     protected function getSensioFrameworkExtra_View_ListenerService()
  8136.     {
  8137.         $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))));
  8138.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8139.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8140.         ], [
  8141.             'twig' => '?',
  8142.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8143.         return $instance;
  8144.     }
  8145.     /**
  8146.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8147.      *
  8148.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8149.      */
  8150.     protected function getSerializer_Mapping_CacheWarmerService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8156.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8157.         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'));
  8158.     }
  8159.     /**
  8160.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8161.      *
  8162.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8163.      */
  8164.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8165.     {
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8172.         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()))]));
  8173.     }
  8174.     /**
  8175.      * Gets the private 'session.factory' shared service.
  8176.      *
  8177.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8178.      */
  8179.     protected function getSession_FactoryService()
  8180.     {
  8181.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8182.         if (isset($this->privates['session.factory'])) {
  8183.             return $this->privates['session.factory'];
  8184.         }
  8185.         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']);
  8186.     }
  8187.     /**
  8188.      * Gets the private 'session.storage.factory.service' shared service.
  8189.      *
  8190.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8191.      *
  8192.      * @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.
  8193.      */
  8194.     protected function getSession_Storage_Factory_ServiceService()
  8195.     {
  8196.         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.');
  8197.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8198.     }
  8199.     /**
  8200.      * Gets the private 'session.storage.metadata_bag' shared service.
  8201.      *
  8202.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8203.      *
  8204.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8205.      */
  8206.     protected function getSession_Storage_MetadataBagService()
  8207.     {
  8208.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8209.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8210.     }
  8211.     /**
  8212.      * Gets the private 'session.storage.native' shared service.
  8213.      *
  8214.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8215.      *
  8216.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8217.      */
  8218.     protected function getSession_Storage_NativeService()
  8219.     {
  8220.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8223.         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());
  8224.     }
  8225.     /**
  8226.      * Gets the private 'session_listener' shared service.
  8227.      *
  8228.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8229.      */
  8230.     protected function getSessionListenerService()
  8231.     {
  8232.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8233.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8234.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8235.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8236.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8237.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8238.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8239.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8240.         ], [
  8241.             'initialized_session' => '?',
  8242.             'logger' => '?',
  8243.             'request_stack' => '?',
  8244.             'session' => '?',
  8245.             'session_collector' => '?',
  8246.             'session_factory' => '?',
  8247.             'session_storage' => '?',
  8248.         ]), true$this->parameters['session.storage.options']);
  8249.     }
  8250.     /**
  8251.      * Gets the private 'swiftmailer.command.debug' shared service.
  8252.      *
  8253.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  8254.      */
  8255.     protected function getSwiftmailer_Command_DebugService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  8260.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  8261.         $instance->setName('debug:swiftmailer');
  8262.         return $instance;
  8263.     }
  8264.     /**
  8265.      * Gets the private 'swiftmailer.command.new_email' shared service.
  8266.      *
  8267.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  8268.      */
  8269.     protected function getSwiftmailer_Command_NewEmailService()
  8270.     {
  8271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  8274.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  8275.         $instance->setName('swiftmailer:email:send');
  8276.         return $instance;
  8277.     }
  8278.     /**
  8279.      * Gets the private 'swiftmailer.command.send_email' shared service.
  8280.      *
  8281.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  8282.      */
  8283.     protected function getSwiftmailer_Command_SendEmailService()
  8284.     {
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  8288.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  8289.         $instance->setName('swiftmailer:spool:send');
  8290.         return $instance;
  8291.     }
  8292.     /**
  8293.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  8294.      *
  8295.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  8296.      */
  8297.     protected function getSwiftmailer_EmailSender_ListenerService()
  8298.     {
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  8300.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8301.     }
  8302.     /**
  8303.      * Gets the private 'translation.extractor' shared service.
  8304.      *
  8305.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8306.      */
  8307.     protected function getTranslation_ExtractorService()
  8308.     {
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8314.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8315.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8316.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8317.         return $instance;
  8318.     }
  8319.     /**
  8320.      * Gets the private 'translation.loader.csv' shared service.
  8321.      *
  8322.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8323.      */
  8324.     protected function getTranslation_Loader_CsvService()
  8325.     {
  8326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8330.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8331.     }
  8332.     /**
  8333.      * Gets the private 'translation.loader.dat' shared service.
  8334.      *
  8335.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8336.      */
  8337.     protected function getTranslation_Loader_DatService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8342.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8343.     }
  8344.     /**
  8345.      * Gets the private 'translation.loader.ini' shared service.
  8346.      *
  8347.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8348.      */
  8349.     protected function getTranslation_Loader_IniService()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8355.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8356.     }
  8357.     /**
  8358.      * Gets the private 'translation.loader.json' shared service.
  8359.      *
  8360.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8361.      */
  8362.     protected function getTranslation_Loader_JsonService()
  8363.     {
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8368.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8369.     }
  8370.     /**
  8371.      * Gets the private 'translation.loader.mo' shared service.
  8372.      *
  8373.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8374.      */
  8375.     protected function getTranslation_Loader_MoService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8381.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8382.     }
  8383.     /**
  8384.      * Gets the private 'translation.loader.php' shared service.
  8385.      *
  8386.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8387.      */
  8388.     protected function getTranslation_Loader_PhpService()
  8389.     {
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8394.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8395.     }
  8396.     /**
  8397.      * Gets the private 'translation.loader.po' shared service.
  8398.      *
  8399.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8400.      */
  8401.     protected function getTranslation_Loader_PoService()
  8402.     {
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8407.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8408.     }
  8409.     /**
  8410.      * Gets the private 'translation.loader.qt' shared service.
  8411.      *
  8412.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8413.      */
  8414.     protected function getTranslation_Loader_QtService()
  8415.     {
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8418.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8419.     }
  8420.     /**
  8421.      * Gets the private 'translation.loader.res' shared service.
  8422.      *
  8423.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8424.      */
  8425.     protected function getTranslation_Loader_ResService()
  8426.     {
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8429.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8430.     }
  8431.     /**
  8432.      * Gets the private 'translation.loader.xliff' shared service.
  8433.      *
  8434.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8435.      */
  8436.     protected function getTranslation_Loader_XliffService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8440.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8441.     }
  8442.     /**
  8443.      * Gets the private 'translation.loader.yml' shared service.
  8444.      *
  8445.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8446.      */
  8447.     protected function getTranslation_Loader_YmlService()
  8448.     {
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8453.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8454.     }
  8455.     /**
  8456.      * Gets the private 'translation.provider_collection' shared service.
  8457.      *
  8458.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8459.      */
  8460.     protected function getTranslation_ProviderCollectionService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8464.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8465.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8466.         }, 1), []))->fromConfig([]);
  8467.     }
  8468.     /**
  8469.      * Gets the private 'translation.reader' shared service.
  8470.      *
  8471.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8472.      */
  8473.     protected function getTranslation_ReaderService()
  8474.     {
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8491.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8492.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8493.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8494.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8495.         $instance->addLoader('yaml'$a);
  8496.         $instance->addLoader('yml'$a);
  8497.         $instance->addLoader('xlf'$b);
  8498.         $instance->addLoader('xliff'$b);
  8499.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8500.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8501.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8502.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8503.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8504.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8505.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8506.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8507.         return $instance;
  8508.     }
  8509.     /**
  8510.      * Gets the private 'translation.warmer' shared service.
  8511.      *
  8512.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8513.      */
  8514.     protected function getTranslation_WarmerService()
  8515.     {
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8518.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8519.             'translator' => ['services''translator''getTranslatorService'false],
  8520.         ], [
  8521.             'translator' => '?',
  8522.         ]))->withContext('translation.warmer'$this));
  8523.     }
  8524.     /**
  8525.      * Gets the private 'translation.writer' shared service.
  8526.      *
  8527.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8528.      */
  8529.     protected function getTranslation_WriterService()
  8530.     {
  8531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8543.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8545.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8546.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8547.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8548.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8549.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8550.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8551.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8552.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8553.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8554.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8555.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8556.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8557.         return $instance;
  8558.     }
  8559.     /**
  8560.      * Gets the private 'translator.default' shared service.
  8561.      *
  8562.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8563.      */
  8564.     protected function getTranslator_DefaultService()
  8565.     {
  8566.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8567.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8568.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8569.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8570.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8571.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8572.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8573.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8574.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8575.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8576.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8577.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8578.         ], [
  8579.             'translation.loader.csv' => '?',
  8580.             'translation.loader.dat' => '?',
  8581.             'translation.loader.ini' => '?',
  8582.             'translation.loader.json' => '?',
  8583.             'translation.loader.mo' => '?',
  8584.             'translation.loader.php' => '?',
  8585.             'translation.loader.po' => '?',
  8586.             'translation.loader.qt' => '?',
  8587.             'translation.loader.res' => '?',
  8588.             'translation.loader.xliff' => '?',
  8589.             'translation.loader.yml' => '?',
  8590.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], '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')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], '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')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/twig/extra-bundle/translations'15 => 'vendor/qipsius/tcpdf-bundle/translations'16 => 'vendor/symfony/swiftmailer-bundle/translations']]], []);
  8591.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8592.         $instance->setFallbackLocales([=> 'fr']);
  8593.         return $instance;
  8594.     }
  8595.     /**
  8596.      * Gets the private 'twig.command.debug' shared service.
  8597.      *
  8598.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8599.      */
  8600.     protected function getTwig_Command_DebugService()
  8601.     {
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8604.         $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()));
  8605.         $instance->setName('debug:twig');
  8606.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8607.         return $instance;
  8608.     }
  8609.     /**
  8610.      * Gets the private 'twig.command.lint' shared service.
  8611.      *
  8612.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8613.      */
  8614.     protected function getTwig_Command_LintService()
  8615.     {
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8619.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8620.         $instance->setName('lint:twig');
  8621.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8622.         return $instance;
  8623.     }
  8624.     /**
  8625.      * Gets the private 'twig.form.engine' shared service.
  8626.      *
  8627.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8628.      */
  8629.     protected function getTwig_Form_EngineService()
  8630.     {
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8634.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8635.         if (isset($this->privates['twig.form.engine'])) {
  8636.             return $this->privates['twig.form.engine'];
  8637.         }
  8638.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8639.     }
  8640.     /**
  8641.      * Gets the private 'twig.form.renderer' shared service.
  8642.      *
  8643.      * @return \Symfony\Component\Form\FormRenderer
  8644.      */
  8645.     protected function getTwig_Form_RendererService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8649.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8650.         if (isset($this->privates['twig.form.renderer'])) {
  8651.             return $this->privates['twig.form.renderer'];
  8652.         }
  8653.         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()));
  8654.     }
  8655.     /**
  8656.      * Gets the private 'twig.mailer.message_listener' shared service.
  8657.      *
  8658.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8659.      */
  8660.     protected function getTwig_Mailer_MessageListenerService()
  8661.     {
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8665.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8666.         if (isset($this->privates['twig.mailer.message_listener'])) {
  8667.             return $this->privates['twig.mailer.message_listener'];
  8668.         }
  8669.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8670.     }
  8671.     /**
  8672.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8673.      *
  8674.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8675.      */
  8676.     protected function getTwig_Runtime_HttpkernelService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  8684.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8685.         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, [
  8686.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8687.         ], [
  8688.             'inline' => '?',
  8689.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8690.     }
  8691.     /**
  8692.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8693.      *
  8694.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8695.      */
  8696.     protected function getTwig_Runtime_SecurityCsrfService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8699.         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()));
  8700.     }
  8701.     /**
  8702.      * Gets the private 'twig.runtime.serializer' shared service.
  8703.      *
  8704.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8705.      */
  8706.     protected function getTwig_Runtime_SerializerService()
  8707.     {
  8708.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8710.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8711.     }
  8712.     /**
  8713.      * Gets the private 'twig.template_cache_warmer' shared service.
  8714.      *
  8715.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8716.      */
  8717.     protected function getTwig_TemplateCacheWarmerService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8722.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8723.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8724.         ], [
  8725.             'twig' => '?',
  8726.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  8727.     }
  8728.     /**
  8729.      * Gets the private 'validator.builder' shared service.
  8730.      *
  8731.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8732.      */
  8733.     protected function getValidator_BuilderService()
  8734.     {
  8735.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8736.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8737.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8738.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8739.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8740.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8741.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8742.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8743.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8744.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8745.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8746.         ], [
  8747.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8748.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8749.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8750.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8751.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8752.             'doctrine.orm.validator.unique' => '?',
  8753.             'security.validator.user_password' => '?',
  8754.             'validator.expression' => '?',
  8755.         ])));
  8756.         if ($this->has('translator')) {
  8757.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8758.         }
  8759.         $instance->setTranslationDomain('validators');
  8760.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8761.         $instance->enableAnnotationMapping(true);
  8762.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8763.         $instance->addMethodMapping('loadValidatorMetadata');
  8764.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8765.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8766.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8767.         return $instance;
  8768.     }
  8769.     /**
  8770.      * Gets the private 'validator.email' shared service.
  8771.      *
  8772.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8773.      */
  8774.     protected function getValidator_EmailService()
  8775.     {
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8779.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8780.     }
  8781.     /**
  8782.      * Gets the private 'validator.expression' shared service.
  8783.      *
  8784.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8785.      */
  8786.     protected function getValidator_ExpressionService()
  8787.     {
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8791.         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())));
  8792.     }
  8793.     /**
  8794.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8795.      *
  8796.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8797.      */
  8798.     protected function getValidator_Mapping_CacheWarmerService()
  8799.     {
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8803.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8804.     }
  8805.     /**
  8806.      * Gets the private 'validator.not_compromised_password' shared service.
  8807.      *
  8808.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8809.      */
  8810.     protected function getValidator_NotCompromisedPasswordService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8815.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  8816.     }
  8817.     /**
  8818.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8819.      *
  8820.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8821.      */
  8822.     protected function getVarDumper_Command_ServerDumpService()
  8823.     {
  8824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8830.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8831.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8832.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8833.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8834.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8835.         $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()))]);
  8836.         $instance->setName('server:dump');
  8837.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8838.         return $instance;
  8839.     }
  8840.     /**
  8841.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8842.      *
  8843.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8844.      */
  8845.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8846.     {
  8847.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8848.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8849.         return $instance;
  8850.     }
  8851.     /**
  8852.      * Gets the private 'var_dumper.html_dumper' shared service.
  8853.      *
  8854.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8855.      */
  8856.     protected function getVarDumper_HtmlDumperService()
  8857.     {
  8858.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8859.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8860.         return $instance;
  8861.     }
  8862.     /**
  8863.      * Gets the private 'var_dumper.server_connection' shared service.
  8864.      *
  8865.      * @return \Symfony\Component\VarDumper\Server\Connection
  8866.      */
  8867.     protected function getVarDumper_ServerConnectionService()
  8868.     {
  8869.         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()]);
  8870.     }
  8871.     /**
  8872.      * Gets the private 'web_profiler.csp.handler' shared service.
  8873.      *
  8874.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8875.      */
  8876.     protected function getWebProfiler_Csp_HandlerService()
  8877.     {
  8878.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8879.     }
  8880.     /**
  8881.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8882.      *
  8883.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8884.      */
  8885.     protected function getWebProfiler_DebugToolbarService()
  8886.     {
  8887.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8888.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8889.             return $this->privates['web_profiler.debug_toolbar'];
  8890.         }
  8891.         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()));
  8892.     }
  8893.     /**
  8894.      * Gets the public 'cache_clearer' alias.
  8895.      *
  8896.      * @return object The ".container.private.cache_clearer" service.
  8897.      */
  8898.     protected function getCacheClearerService()
  8899.     {
  8900.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8901.         return $this->get('.container.private.cache_clearer');
  8902.     }
  8903.     /**
  8904.      * Gets the public 'filesystem' alias.
  8905.      *
  8906.      * @return object The ".container.private.filesystem" service.
  8907.      */
  8908.     protected function getFilesystemService()
  8909.     {
  8910.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8911.         return $this->get('.container.private.filesystem');
  8912.     }
  8913.     /**
  8914.      * Gets the public 'serializer' alias.
  8915.      *
  8916.      * @return object The ".container.private.serializer" service.
  8917.      */
  8918.     protected function getSerializerService()
  8919.     {
  8920.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8921.         return $this->get('.container.private.serializer');
  8922.     }
  8923.     /**
  8924.      * Gets the public 'security.csrf.token_manager' alias.
  8925.      *
  8926.      * @return object The ".container.private.security.csrf.token_manager" service.
  8927.      */
  8928.     protected function getSecurity_Csrf_TokenManagerService()
  8929.     {
  8930.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8931.         return $this->get('.container.private.security.csrf.token_manager');
  8932.     }
  8933.     /**
  8934.      * Gets the public 'form.factory' alias.
  8935.      *
  8936.      * @return object The ".container.private.form.factory" service.
  8937.      */
  8938.     protected function getForm_FactoryService()
  8939.     {
  8940.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8941.         return $this->get('.container.private.form.factory');
  8942.     }
  8943.     /**
  8944.      * Gets the public 'form.type.file' alias.
  8945.      *
  8946.      * @return object The ".container.private.form.type.file" service.
  8947.      */
  8948.     protected function getForm_Type_FileService()
  8949.     {
  8950.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8951.         return $this->get('.container.private.form.type.file');
  8952.     }
  8953.     /**
  8954.      * Gets the public 'profiler' alias.
  8955.      *
  8956.      * @return object The ".container.private.profiler" service.
  8957.      */
  8958.     protected function getProfilerService()
  8959.     {
  8960.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8961.         return $this->get('.container.private.profiler');
  8962.     }
  8963.     /**
  8964.      * Gets the public 'twig' alias.
  8965.      *
  8966.      * @return object The ".container.private.twig" service.
  8967.      */
  8968.     protected function getTwigService()
  8969.     {
  8970.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8971.         return $this->get('.container.private.twig');
  8972.     }
  8973.     /**
  8974.      * Gets the public 'security.authorization_checker' alias.
  8975.      *
  8976.      * @return object The ".container.private.security.authorization_checker" service.
  8977.      */
  8978.     protected function getSecurity_AuthorizationCheckerService()
  8979.     {
  8980.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8981.         return $this->get('.container.private.security.authorization_checker');
  8982.     }
  8983.     /**
  8984.      * Gets the public 'security.token_storage' alias.
  8985.      *
  8986.      * @return object The ".container.private.security.token_storage" service.
  8987.      */
  8988.     protected function getSecurity_TokenStorageService()
  8989.     {
  8990.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8991.         return $this->get('.container.private.security.token_storage');
  8992.     }
  8993.     /**
  8994.      * Gets the public 'security.password_encoder' alias.
  8995.      *
  8996.      * @return object The ".container.private.security.password_encoder" service.
  8997.      */
  8998.     protected function getSecurity_PasswordEncoderService()
  8999.     {
  9000.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9001.         return $this->get('.container.private.security.password_encoder');
  9002.     }
  9003.     /**
  9004.      * Gets the public 'session' alias.
  9005.      *
  9006.      * @return object The ".container.private.session" service.
  9007.      */
  9008.     protected function getSessionService()
  9009.     {
  9010.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9011.         return $this->get('.container.private.session');
  9012.     }
  9013.     /**
  9014.      * Gets the public 'validator' alias.
  9015.      *
  9016.      * @return object The ".container.private.validator" service.
  9017.      */
  9018.     protected function getValidatorService()
  9019.     {
  9020.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9021.         return $this->get('.container.private.validator');
  9022.     }
  9023.     /**
  9024.      * @return array|bool|float|int|string|\UnitEnum|null
  9025.      */
  9026.     public function getParameter(string $name)
  9027.     {
  9028.         if (isset($this->buildParameters[$name])) {
  9029.             return $this->buildParameters[$name];
  9030.         }
  9031.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9032.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9033.         }
  9034.         if (isset($this->loadedDynamicParameters[$name])) {
  9035.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9036.         }
  9037.         return $this->parameters[$name];
  9038.     }
  9039.     public function hasParameter(string $name): bool
  9040.     {
  9041.         if (isset($this->buildParameters[$name])) {
  9042.             return true;
  9043.         }
  9044.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9045.     }
  9046.     public function setParameter(string $name$value): void
  9047.     {
  9048.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9049.     }
  9050.     public function getParameterBag(): ParameterBagInterface
  9051.     {
  9052.         if (null === $this->parameterBag) {
  9053.             $parameters $this->parameters;
  9054.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9055.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9056.             }
  9057.             foreach ($this->buildParameters as $name => $value) {
  9058.                 $parameters[$name] = $value;
  9059.             }
  9060.             $this->parameterBag = new FrozenParameterBag($parameters);
  9061.         }
  9062.         return $this->parameterBag;
  9063.     }
  9064.     private $loadedDynamicParameters = [
  9065.         'kernel.runtime_environment' => false,
  9066.         'kernel.build_dir' => false,
  9067.         'kernel.cache_dir' => false,
  9068.         'kernel.secret' => false,
  9069.         'debug.container.dump' => false,
  9070.         'serializer.mapping.cache.file' => false,
  9071.         'validator.mapping.cache.file' => false,
  9072.         'profiler.storage.dsn' => false,
  9073.         'doctrine.orm.proxy_dir' => false,
  9074.         'qipsius_tcpdf.tcpdf' => false,
  9075.         'swiftmailer.spool.default.memory.path' => false,
  9076.     ];
  9077.     private $dynamicParameters = [];
  9078.     private function getDynamicParameter(string $name)
  9079.     {
  9080.         switch ($name) {
  9081.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9082.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9083.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9084.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9085.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9086.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9087.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9088.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9089.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9090.             case 'qipsius_tcpdf.tcpdf'$value = [
  9091.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  9092.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  9093.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  9094.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  9095.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  9096.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  9097.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  9098.                 'k_cell_height_ratio' => 1.25,
  9099.                 'k_title_magnification' => 1.3,
  9100.                 'k_small_ratio' => 0.6666666666666666,
  9101.                 'k_thai_topchars' => true,
  9102.                 'k_tcpdf_calls_in_html' => false,
  9103.                 'k_tcpdf_external_config' => true,
  9104.                 'k_tcpdf_throw_exception_error' => true,
  9105.                 'head_magnification' => 1.1,
  9106.                 'pdf_page_format' => 'A4',
  9107.                 'pdf_page_orientation' => 'P',
  9108.                 'pdf_creator' => 'TCPDF',
  9109.                 'pdf_author' => 'TCPDF',
  9110.                 'pdf_header_title' => '',
  9111.                 'pdf_header_string' => '',
  9112.                 'pdf_header_logo' => '',
  9113.                 'pdf_header_logo_width' => '',
  9114.                 'pdf_unit' => 'mm',
  9115.                 'pdf_margin_header' => 5,
  9116.                 'pdf_margin_footer' => 10,
  9117.                 'pdf_margin_top' => 27,
  9118.                 'pdf_margin_bottom' => 25,
  9119.                 'pdf_margin_left' => 15,
  9120.                 'pdf_margin_right' => 15,
  9121.                 'pdf_font_name_main' => 'helvetica',
  9122.                 'pdf_font_size_main' => 10,
  9123.                 'pdf_font_name_data' => 'helvetica',
  9124.                 'pdf_font_size_data' => 8,
  9125.                 'pdf_font_monospaced' => 'courier',
  9126.                 'pdf_image_scale_ratio' => 1.25,
  9127.             ]; break;
  9128.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  9129.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9130.         }
  9131.         $this->loadedDynamicParameters[$name] = true;
  9132.         return $this->dynamicParameters[$name] = $value;
  9133.     }
  9134.     protected function getDefaultParameters(): array
  9135.     {
  9136.         return [
  9137.             'kernel.project_dir' => \dirname(__DIR__4),
  9138.             'kernel.environment' => 'dev',
  9139.             'kernel.debug' => true,
  9140.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9141.             'kernel.bundles' => [
  9142.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9143.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9144.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9145.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9146.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9147.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9148.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9149.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9150.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9151.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9152.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9153.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  9154.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  9155.             ],
  9156.             'kernel.bundles_metadata' => [
  9157.                 'FrameworkBundle' => [
  9158.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9159.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9160.                 ],
  9161.                 'SensioFrameworkExtraBundle' => [
  9162.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9163.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9164.                 ],
  9165.                 'TwigBundle' => [
  9166.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9167.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9168.                 ],
  9169.                 'WebProfilerBundle' => [
  9170.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9171.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9172.                 ],
  9173.                 'MonologBundle' => [
  9174.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9175.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9176.                 ],
  9177.                 'DebugBundle' => [
  9178.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9179.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9180.                 ],
  9181.                 'MakerBundle' => [
  9182.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9183.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9184.                 ],
  9185.                 'DoctrineBundle' => [
  9186.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9187.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9188.                 ],
  9189.                 'DoctrineMigrationsBundle' => [
  9190.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9191.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9192.                 ],
  9193.                 'SecurityBundle' => [
  9194.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9195.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9196.                 ],
  9197.                 'TwigExtraBundle' => [
  9198.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9199.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9200.                 ],
  9201.                 'QipsiusTCPDFBundle' => [
  9202.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  9203.                     'namespace' => 'Qipsius\\TCPDFBundle',
  9204.                 ],
  9205.                 'SwiftmailerBundle' => [
  9206.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  9207.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  9208.                 ],
  9209.             ],
  9210.             'kernel.charset' => 'UTF-8',
  9211.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9212.             'container.dumper.inline_class_loader' => true,
  9213.             'container.dumper.inline_factories' => true,
  9214.             'locale' => 'fr',
  9215.             'documents_directory' => (\dirname(__DIR__4).'/public/uploads/documents/'),
  9216.             'pictures_directory' => (\dirname(__DIR__4).'/public/uploads/pictures/'),
  9217.             'event_dispatcher.event_aliases' => [
  9218.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9219.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9220.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9221.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9222.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9223.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9224.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9225.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9226.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9227.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9228.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9229.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9230.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9231.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9232.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9233.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9234.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9235.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9236.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9237.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9238.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9239.             ],
  9240.             'fragment.renderer.hinclude.global_template' => NULL,
  9241.             'fragment.path' => '/_fragment',
  9242.             'kernel.http_method_override' => true,
  9243.             'kernel.trusted_hosts' => [
  9244.             ],
  9245.             'kernel.default_locale' => 'fr',
  9246.             'kernel.enabled_locales' => [
  9247.             ],
  9248.             'kernel.error_controller' => 'error_controller',
  9249.             'debug.file_link_format' => NULL,
  9250.             'asset.request_context.base_path' => NULL,
  9251.             'asset.request_context.secure' => NULL,
  9252.             'translator.logging' => false,
  9253.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9254.             'debug.error_handler.throw_at' => -1,
  9255.             'router.request_context.host' => 'localhost',
  9256.             'router.request_context.scheme' => 'http',
  9257.             'router.request_context.base_url' => '',
  9258.             'router.resource' => 'kernel::loadRoutes',
  9259.             'request_listener.http_port' => 80,
  9260.             'request_listener.https_port' => 443,
  9261.             'session.metadata.storage_key' => '_sf2_meta',
  9262.             'session.storage.options' => [
  9263.                 'cache_limiter' => '0',
  9264.                 'cookie_secure' => 'auto',
  9265.                 'cookie_httponly' => true,
  9266.                 'cookie_samesite' => 'lax',
  9267.                 'gc_probability' => 1,
  9268.             ],
  9269.             'session.save_path' => NULL,
  9270.             'session.metadata.update_threshold' => 0,
  9271.             'form.type_extension.csrf.enabled' => true,
  9272.             'form.type_extension.csrf.field_name' => '_token',
  9273.             'validator.translation_domain' => 'validators',
  9274.             'profiler_listener.only_exceptions' => false,
  9275.             'profiler_listener.only_main_requests' => false,
  9276.             'twig.form.resources' => [
  9277.                 => 'form_div_layout.html.twig',
  9278.             ],
  9279.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9280.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9281.             'web_profiler.debug_toolbar.mode' => 2,
  9282.             'monolog.use_microseconds' => true,
  9283.             'monolog.swift_mailer.handlers' => [
  9284.             ],
  9285.             'monolog.handlers_to_channels' => [
  9286.                 'monolog.handler.console' => [
  9287.                     'type' => 'exclusive',
  9288.                     'elements' => [
  9289.                         => 'event',
  9290.                         => 'doctrine',
  9291.                         => 'console',
  9292.                     ],
  9293.                 ],
  9294.                 'monolog.handler.main' => [
  9295.                     'type' => 'exclusive',
  9296.                     'elements' => [
  9297.                         => 'event',
  9298.                     ],
  9299.                 ],
  9300.             ],
  9301.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9302.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9303.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9304.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9305.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9306.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9307.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9308.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9309.             'doctrine.entity_managers' => [
  9310.                 'default' => 'doctrine.orm.default_entity_manager',
  9311.             ],
  9312.             'doctrine.default_entity_manager' => 'default',
  9313.             'doctrine.dbal.connection_factory.types' => [
  9314.             ],
  9315.             'doctrine.connections' => [
  9316.                 'default' => 'doctrine.dbal.default_connection',
  9317.             ],
  9318.             'doctrine.default_connection' => 'default',
  9319.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9320.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9321.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9322.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9323.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9324.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9325.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9326.             'doctrine.orm.cache.memcache_port' => 11211,
  9327.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9328.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9329.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9330.             'doctrine.orm.cache.memcached_port' => 11211,
  9331.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9332.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9333.             'doctrine.orm.cache.redis_host' => 'localhost',
  9334.             'doctrine.orm.cache.redis_port' => 6379,
  9335.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9336.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9337.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9338.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9339.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9340.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9341.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9342.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9343.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9344.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9345.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9346.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9347.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9348.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9349.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9350.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9351.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9352.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9353.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9354.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9355.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9356.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9357.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9358.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9359.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9360.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9361.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9362.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9363.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9364.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9365.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9366.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9367.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9368.             'doctrine.migrations.preferred_em' => NULL,
  9369.             'doctrine.migrations.preferred_connection' => NULL,
  9370.             'security.role_hierarchy.roles' => [
  9371.                 'ROLE_USER' => [
  9372.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9373.                 ],
  9374.                 'ROLE_MANAGER' => [
  9375.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9376.                 ],
  9377.                 'ROLE_DPO' => [
  9378.                     => 'ROLE_MANAGER',
  9379.                 ],
  9380.                 'ROLE_JURISTE' => [
  9381.                     => 'ROLE_MANAGER',
  9382.                 ],
  9383.                 'ROLE_COMMERCE' => [
  9384.                     => 'ROLE_MANAGER',
  9385.                 ],
  9386.                 'ROLE_ADMIN' => [
  9387.                     => 'ROLE_DPO',
  9388.                     => 'ROLE_JURISTE',
  9389.                     => 'ROLE_COMMERCE',
  9390.                 ],
  9391.             ],
  9392.             'security.access.denied_url' => NULL,
  9393.             'security.authentication.manager.erase_credentials' => true,
  9394.             'security.authentication.session_strategy.strategy' => 'migrate',
  9395.             'security.access.always_authenticate_before_granting' => false,
  9396.             'security.authentication.hide_user_not_found' => true,
  9397.             'security.firewalls' => [
  9398.                 => 'dev',
  9399.                 => 'main',
  9400.             ],
  9401.             'security.main._indexed_authenticators' => [
  9402.             ],
  9403.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  9404.             'qipsius_tcpdf.class' => 'TCPDF',
  9405.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  9406.             'swiftmailer.mailer.default.spool.enabled' => true,
  9407.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  9408.             'swiftmailer.mailer.default.single_address' => NULL,
  9409.             'swiftmailer.mailer.default.delivery.enabled' => true,
  9410.             'swiftmailer.spool.enabled' => true,
  9411.             'swiftmailer.delivery.enabled' => true,
  9412.             'swiftmailer.single_address' => NULL,
  9413.             'swiftmailer.mailers' => [
  9414.                 'default' => 'swiftmailer.mailer.default',
  9415.             ],
  9416.             'swiftmailer.default_mailer' => 'default',
  9417.             'data_collector.templates' => [
  9418.                 'data_collector.request' => [
  9419.                     => 'request',
  9420.                     => '@WebProfiler/Collector/request.html.twig',
  9421.                 ],
  9422.                 'data_collector.time' => [
  9423.                     => 'time',
  9424.                     => '@WebProfiler/Collector/time.html.twig',
  9425.                 ],
  9426.                 'data_collector.memory' => [
  9427.                     => 'memory',
  9428.                     => '@WebProfiler/Collector/memory.html.twig',
  9429.                 ],
  9430.                 'data_collector.validator' => [
  9431.                     => 'validator',
  9432.                     => '@WebProfiler/Collector/validator.html.twig',
  9433.                 ],
  9434.                 'data_collector.ajax' => [
  9435.                     => 'ajax',
  9436.                     => '@WebProfiler/Collector/ajax.html.twig',
  9437.                 ],
  9438.                 'data_collector.form' => [
  9439.                     => 'form',
  9440.                     => '@WebProfiler/Collector/form.html.twig',
  9441.                 ],
  9442.                 'data_collector.exception' => [
  9443.                     => 'exception',
  9444.                     => '@WebProfiler/Collector/exception.html.twig',
  9445.                 ],
  9446.                 'data_collector.logger' => [
  9447.                     => 'logger',
  9448.                     => '@WebProfiler/Collector/logger.html.twig',
  9449.                 ],
  9450.                 'data_collector.events' => [
  9451.                     => 'events',
  9452.                     => '@WebProfiler/Collector/events.html.twig',
  9453.                 ],
  9454.                 'data_collector.router' => [
  9455.                     => 'router',
  9456.                     => '@WebProfiler/Collector/router.html.twig',
  9457.                 ],
  9458.                 'data_collector.cache' => [
  9459.                     => 'cache',
  9460.                     => '@WebProfiler/Collector/cache.html.twig',
  9461.                 ],
  9462.                 'data_collector.translation' => [
  9463.                     => 'translation',
  9464.                     => '@WebProfiler/Collector/translation.html.twig',
  9465.                 ],
  9466.                 'data_collector.security' => [
  9467.                     => 'security',
  9468.                     => '@Security/Collector/security.html.twig',
  9469.                 ],
  9470.                 'data_collector.twig' => [
  9471.                     => 'twig',
  9472.                     => '@WebProfiler/Collector/twig.html.twig',
  9473.                 ],
  9474.                 'data_collector.doctrine' => [
  9475.                     => 'db',
  9476.                     => '@Doctrine/Collector/db.html.twig',
  9477.                 ],
  9478.                 'doctrine_migrations.migrations_collector' => [
  9479.                     => 'doctrine_migrations',
  9480.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  9481.                 ],
  9482.                 'swiftmailer.data_collector' => [
  9483.                     => 'swiftmailer',
  9484.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  9485.                 ],
  9486.                 'data_collector.dump' => [
  9487.                     => 'dump',
  9488.                     => '@Debug/Profiler/dump.html.twig',
  9489.                 ],
  9490.                 'mailer.data_collector' => [
  9491.                     => 'mailer',
  9492.                     => '@WebProfiler/Collector/mailer.html.twig',
  9493.                 ],
  9494.                 'data_collector.config' => [
  9495.                     => 'config',
  9496.                     => '@WebProfiler/Collector/config.html.twig',
  9497.                 ],
  9498.             ],
  9499.             'console.command.ids' => [
  9500.             ],
  9501.         ];
  9502.     }
  9503.     protected function throw($message)
  9504.     {
  9505.         throw new RuntimeException($message);
  9506.     }
  9507. }