var/cache/dev/ContainerLKsQTXq/App_KernelDevDebugContainer.php line 616

Open in your IDE?
  1. <?php
  2. namespace ContainerLKsQTXq;
  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\\ActionController' => 'getActionControllerService',
  47.             'App\\Controller\\ActionGprController' => 'getActionGprControllerService',
  48.             'App\\Controller\\ConfigController' => 'getConfigControllerService',
  49.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  50.             'App\\Controller\\ExercisingController' => 'getExercisingControllerService',
  51.             'App\\Controller\\HomepageController' => 'getHomepageControllerService',
  52.             'App\\Controller\\IncidentController' => 'getIncidentControllerService',
  53.             'App\\Controller\\JsonRequestController' => 'getJsonRequestControllerService',
  54.             'App\\Controller\\ManagerController' => 'getManagerControllerService',
  55.             'App\\Controller\\StyleController' => 'getStyleControllerService',
  56.             'App\\Controller\\SubContractorController' => 'getSubContractorControllerService',
  57.             'App\\Controller\\SubContractorGprController' => 'getSubContractorGprControllerService',
  58.             'App\\Controller\\SystemController' => 'getSystemControllerService',
  59.             'App\\Controller\\TrainingController' => 'getTrainingControllerService',
  60.             'App\\Controller\\TreatmentController' => 'getTreatmentControllerService',
  61.             'App\\Controller\\UserController' => 'getUserControllerService',
  62.             'App\\Services\\ConfigService' => 'getConfigServiceService',
  63.             'App\\Services\\FileUploadService' => 'getFileUploadServiceService',
  64.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  65.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  67.             'app.service.sendemailservice' => 'getApp_Service_SendemailserviceService',
  68.             'cache.app' => 'getCache_AppService',
  69.             'cache.app_clearer' => 'getCache_AppClearerService',
  70.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  71.             'cache.system' => 'getCache_SystemService',
  72.             'cache.system_clearer' => 'getCache_SystemClearerService',
  73.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  74.             'cache_warmer' => 'getCacheWarmerService',
  75.             'console.command.public_alias.App\\Command\\CronEmailing' => 'getCronEmailingService',
  76.             'console.command_loader' => 'getConsole_CommandLoaderService',
  77.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  78.             'data_collector.dump' => 'getDataCollector_DumpService',
  79.             'doctrine' => 'getDoctrineService',
  80.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  81.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  82.             'error_controller' => 'getErrorControllerService',
  83.             'event_dispatcher' => 'getEventDispatcherService',
  84.             'gedmo.listener.blameable' => 'getGedmo_Listener_BlameableService',
  85.             'gedmo.listener.loggable' => 'getGedmo_Listener_LoggableService',
  86.             'gedmo.listener.sluggable' => 'getGedmo_Listener_SluggableService',
  87.             'gedmo.listener.sortable' => 'getGedmo_Listener_SortableService',
  88.             'gedmo.listener.timestampable' => 'getGedmo_Listener_TimestampableService',
  89.             'gedmo.listener.translatable' => 'getGedmo_Listener_TranslatableService',
  90.             'gedmo.listener.tree' => 'getGedmo_Listener_TreeService',
  91.             'http_kernel' => 'getHttpKernelService',
  92.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  93.             'request_stack' => 'getRequestStackService',
  94.             'router' => 'getRouterService',
  95.             'routing.loader' => 'getRouting_LoaderService',
  96.             'services_resetter' => 'getServicesResetterService',
  97.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  98.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  99.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  100.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  101.             'translator' => 'getTranslatorService',
  102.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  103.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  104.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  105.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  106.             'cache_clearer' => 'getCacheClearerService',
  107.             'filesystem' => 'getFilesystemService',
  108.             'serializer' => 'getSerializerService',
  109.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  110.             'form.factory' => 'getForm_FactoryService',
  111.             'form.type.file' => 'getForm_Type_FileService',
  112.             'profiler' => 'getProfilerService',
  113.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  114.             'security.token_storage' => 'getSecurity_TokenStorageService',
  115.             'twig' => 'getTwigService',
  116.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  117.             'session' => 'getSessionService',
  118.             'validator' => 'getValidatorService',
  119.         ];
  120.         $this->aliases = [
  121.             'database_connection' => 'doctrine.dbal.default_connection',
  122.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  123.             'mailer' => 'swiftmailer.mailer.default',
  124.         ];
  125.         $this->privates['service_container'] = function () {
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  132.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  135.             include_once \dirname(__DIR__4).'/src/Controller/ConfigController.php';
  136.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  141.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleRewriteListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  143.             include_once \dirname(__DIR__4).'/src/EventListener/DoctrineExtensionListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  297.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  335.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  370.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  402.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  410.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  411.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  442.             include_once \dirname(__DIR__4).'/src/Twig/ConfigExtension.php';
  443.             include_once \dirname(__DIR__4).'/src/Twig/SlappExtensions.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  456.             include_once __DIR__.'/proxy-classes.php';
  457.         };
  458.     }
  459.     public function compile(): void
  460.     {
  461.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  462.     }
  463.     public function isCompiled(): bool
  464.     {
  465.         return true;
  466.     }
  467.     public function getRemovedIds(): array
  468.     {
  469.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  470.     }
  471.     protected function createProxy($class\Closure $factory)
  472.     {
  473.         return $factory();
  474.     }
  475.     /**
  476.      * Gets the public '.container.private.cache_clearer' shared service.
  477.      *
  478.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  479.      */
  480.     protected function get_Container_Private_CacheClearerService()
  481.     {
  482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  484.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  485.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  486.         }, 1));
  487.     }
  488.     /**
  489.      * Gets the public '.container.private.filesystem' shared service.
  490.      *
  491.      * @return \Symfony\Component\Filesystem\Filesystem
  492.      */
  493.     protected function get_Container_Private_FilesystemService()
  494.     {
  495.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  496.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  497.     }
  498.     /**
  499.      * Gets the public '.container.private.form.factory' shared service.
  500.      *
  501.      * @return \Symfony\Component\Form\FormFactory
  502.      */
  503.     protected function get_Container_Private_Form_FactoryService()
  504.     {
  505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  507.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  508.         if (isset($this->services['.container.private.form.factory'])) {
  509.             return $this->services['.container.private.form.factory'];
  510.         }
  511.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  512.     }
  513.     /**
  514.      * Gets the public '.container.private.form.type.file' shared service.
  515.      *
  516.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  517.      */
  518.     protected function get_Container_Private_Form_Type_FileService()
  519.     {
  520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  523.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  524.     }
  525.     /**
  526.      * Gets the public '.container.private.profiler' shared service.
  527.      *
  528.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  529.      */
  530.     protected function get_Container_Private_ProfilerService()
  531.     {
  532.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  533.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  534.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  535.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  537.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  538.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  539.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  540.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  541.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  542.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  543.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  544.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  545.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  546.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  547.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  548.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  549.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  550.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  551.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  552.         if ($this->has('kernel')) {
  553.             $e->setKernel($b);
  554.         }
  555.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  556.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  557.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  558.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  559.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  560.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  561.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  562.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  563.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  564.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  565.         $instance->add($d);
  566.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  567.         $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));
  568.         $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())));
  569.         $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([])))));
  570.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  571.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  572.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  573.         $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()))));
  574.         $instance->add($e);
  575.         return $instance;
  576.     }
  577.     /**
  578.      * Gets the public '.container.private.security.authorization_checker' shared service.
  579.      *
  580.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  581.      */
  582.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  583.     {
  584.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  585.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  586.             return $this->services['.container.private.security.authorization_checker'];
  587.         }
  588.         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);
  589.     }
  590.     /**
  591.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  592.      *
  593.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  594.      */
  595.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  596.     {
  597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  601.         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())));
  602.     }
  603.     /**
  604.      * Gets the public '.container.private.security.password_encoder' shared service.
  605.      *
  606.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  607.      *
  608.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  609.      */
  610.     protected function get_Container_Private_Security_PasswordEncoderService()
  611.     {
  612.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  613.         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()));
  614.     }
  615.     /**
  616.      * Gets the public '.container.private.security.token_storage' shared service.
  617.      *
  618.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  619.      */
  620.     protected function get_Container_Private_Security_TokenStorageService()
  621.     {
  622.         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, [
  623.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  624.         ], [
  625.             'request_stack' => '?',
  626.         ]));
  627.     }
  628.     /**
  629.      * Gets the public '.container.private.serializer' shared service.
  630.      *
  631.      * @return \Symfony\Component\Serializer\Serializer
  632.      */
  633.     protected function get_Container_Private_SerializerService()
  634.     {
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  678.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  679.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  680.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  681.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  682.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  683.         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()]);
  684.     }
  685.     /**
  686.      * Gets the public '.container.private.session' shared service.
  687.      *
  688.      * @return \Symfony\Component\HttpFoundation\Session\Session
  689.      */
  690.     protected function get_Container_Private_SessionService()
  691.     {
  692.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  693.         if (isset($this->services['.container.private.session'])) {
  694.             return $this->services['.container.private.session'];
  695.         }
  696.         return $this->services['.container.private.session'] = $a->createSession();
  697.     }
  698.     /**
  699.      * Gets the public '.container.private.twig' shared service.
  700.      *
  701.      * @return \Twig\Environment
  702.      */
  703.     protected function get_Container_Private_TwigService()
  704.     {
  705.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  706.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  707.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  710.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  717.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  718.         $a->addPath((\dirname(__DIR__4).'/templates'));
  719.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  722.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  723.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  724.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  725.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  726.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  727.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  728.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  729.         $h = ($this->services['router'] ?? $this->getRouterService());
  730.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  731.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  732.         $j = new \Symfony\Bridge\Twig\AppVariable();
  733.         $j->setEnvironment('dev');
  734.         $j->setDebug(true);
  735.         if ($this->has('.container.private.security.token_storage')) {
  736.             $j->setTokenStorage($c);
  737.         }
  738.         if ($this->has('request_stack')) {
  739.             $j->setRequestStack($b);
  740.         }
  741.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  743.         $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())));
  744.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  745.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  746.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  748.         $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($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  749.             return new \EmptyIterator();
  750.         }, 0))));
  751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  761.         $instance->addExtension(new \App\Twig\ConfigExtension(($this->services['App\\Controller\\ConfigController'] ?? $this->getConfigControllerService())));
  762.         $instance->addExtension(new \App\Twig\SlappExtensions($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $h));
  763.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  764.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  765.         $instance->addGlobal('app'$j);
  766.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  767.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  768.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  769.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  770.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  771.         ], [
  772.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  773.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  774.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  775.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  776.         ])));
  777.         $instance->addGlobal('kaia_embed_host'$this->getEnv('KAIA_EMBED_HOST'));
  778.         $instance->addGlobal('kaia_api_token'$this->getEnv('KAIA_API_TOKEN'));
  779.         $instance->addGlobal('kaia_chat_model_ids'$this->getEnv('KAIA_CHAT_MODEL_IDS'));
  780.         $instance->addGlobal('kaia_api_url'$this->getEnv('KAIA_API_URL'));
  781.         $instance->addGlobal('kaia_ws_url'$this->getEnv('KAIA_WS_URL'));
  782.         $instance->addGlobal('kaia_cdn_url'$this->getEnv('KAIA_CDN_URL'));
  783.         $instance->addGlobal('kaia_size'$this->getEnv('KAIA_SIZE'));
  784.         $instance->addGlobal('kaia_color_mode'$this->getEnv('KAIA_COLOR_MODE'));
  785.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  786.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  787.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  788.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  789.         return $instance;
  790.     }
  791.     /**
  792.      * Gets the public '.container.private.validator' shared service.
  793.      *
  794.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  795.      */
  796.     protected function get_Container_Private_ValidatorService()
  797.     {
  798.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  799.     }
  800.     /**
  801.      * Gets the public 'App\Controller\ActionController' shared autowired service.
  802.      *
  803.      * @return \App\Controller\ActionController
  804.      */
  805.     protected function getActionControllerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  808.         include_once \dirname(__DIR__4).'/src/Controller/ActionController.php';
  809.         $this->services['App\\Controller\\ActionController'] = $instance = new \App\Controller\ActionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  810.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ActionController'$this));
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public 'App\Controller\ActionGprController' shared autowired service.
  815.      *
  816.      * @return \App\Controller\ActionGprController
  817.      */
  818.     protected function getActionGprControllerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  821.         include_once \dirname(__DIR__4).'/src/Controller/ActionGprController.php';
  822.         $this->services['App\\Controller\\ActionGprController'] = $instance = new \App\Controller\ActionGprController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  823.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ActionGprController'$this));
  824.         return $instance;
  825.     }
  826.     /**
  827.      * Gets the public 'App\Controller\ConfigController' shared autowired service.
  828.      *
  829.      * @return \App\Controller\ConfigController
  830.      */
  831.     protected function getConfigControllerService()
  832.     {
  833.         $this->services['App\\Controller\\ConfigController'] = $instance = new \App\Controller\ConfigController();
  834.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ConfigController'$this));
  835.         return $instance;
  836.     }
  837.     /**
  838.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  839.      *
  840.      * @return \App\Controller\DefaultController
  841.      */
  842.     protected function getDefaultControllerService()
  843.     {
  844.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  845.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  846.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DefaultController'$this));
  847.         return $instance;
  848.     }
  849.     /**
  850.      * Gets the public 'App\Controller\ExercisingController' shared autowired service.
  851.      *
  852.      * @return \App\Controller\ExercisingController
  853.      */
  854.     protected function getExercisingControllerService()
  855.     {
  856.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  857.         include_once \dirname(__DIR__4).'/src/Controller/ExercisingController.php';
  858.         $this->services['App\\Controller\\ExercisingController'] = $instance = new \App\Controller\ExercisingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  859.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExercisingController'$this));
  860.         return $instance;
  861.     }
  862.     /**
  863.      * Gets the public 'App\Controller\HomepageController' shared autowired service.
  864.      *
  865.      * @return \App\Controller\HomepageController
  866.      */
  867.     protected function getHomepageControllerService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/src/Controller/HomepageController.php';
  870.         $this->services['App\\Controller\\HomepageController'] = $instance = new \App\Controller\HomepageController();
  871.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HomepageController'$this));
  872.         return $instance;
  873.     }
  874.     /**
  875.      * Gets the public 'App\Controller\IncidentController' shared autowired service.
  876.      *
  877.      * @return \App\Controller\IncidentController
  878.      */
  879.     protected function getIncidentControllerService()
  880.     {
  881.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  882.         include_once \dirname(__DIR__4).'/src/Controller/IncidentController.php';
  883.         $this->services['App\\Controller\\IncidentController'] = $instance = new \App\Controller\IncidentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  884.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\IncidentController'$this));
  885.         return $instance;
  886.     }
  887.     /**
  888.      * Gets the public 'App\Controller\JsonRequestController' shared autowired service.
  889.      *
  890.      * @return \App\Controller\JsonRequestController
  891.      */
  892.     protected function getJsonRequestControllerService()
  893.     {
  894.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  895.         include_once \dirname(__DIR__4).'/src/Controller/JsonRequestController.php';
  896.         $this->services['App\\Controller\\JsonRequestController'] = $instance = new \App\Controller\JsonRequestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  897.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\JsonRequestController'$this));
  898.         return $instance;
  899.     }
  900.     /**
  901.      * Gets the public 'App\Controller\ManagerController' shared autowired service.
  902.      *
  903.      * @return \App\Controller\ManagerController
  904.      */
  905.     protected function getManagerControllerService()
  906.     {
  907.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  908.         include_once \dirname(__DIR__4).'/src/Controller/ManagerController.php';
  909.         $this->services['App\\Controller\\ManagerController'] = $instance = new \App\Controller\ManagerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  910.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ManagerController'$this));
  911.         return $instance;
  912.     }
  913.     /**
  914.      * Gets the public 'App\Controller\StyleController' shared autowired service.
  915.      *
  916.      * @return \App\Controller\StyleController
  917.      */
  918.     protected function getStyleControllerService()
  919.     {
  920.         include_once \dirname(__DIR__4).'/src/Controller/StyleController.php';
  921.         return $this->services['App\\Controller\\StyleController'] = new \App\Controller\StyleController();
  922.     }
  923.     /**
  924.      * Gets the public 'App\Controller\SubContractorController' shared autowired service.
  925.      *
  926.      * @return \App\Controller\SubContractorController
  927.      */
  928.     protected function getSubContractorControllerService()
  929.     {
  930.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  931.         include_once \dirname(__DIR__4).'/src/Controller/SubContractorController.php';
  932.         $this->services['App\\Controller\\SubContractorController'] = $instance = new \App\Controller\SubContractorController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  933.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SubContractorController'$this));
  934.         return $instance;
  935.     }
  936.     /**
  937.      * Gets the public 'App\Controller\SubContractorGprController' shared autowired service.
  938.      *
  939.      * @return \App\Controller\SubContractorGprController
  940.      */
  941.     protected function getSubContractorGprControllerService()
  942.     {
  943.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  944.         include_once \dirname(__DIR__4).'/src/Controller/SubContractorGprController.php';
  945.         $this->services['App\\Controller\\SubContractorGprController'] = $instance = new \App\Controller\SubContractorGprController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  946.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SubContractorGprController'$this));
  947.         return $instance;
  948.     }
  949.     /**
  950.      * Gets the public 'App\Controller\SystemController' shared autowired service.
  951.      *
  952.      * @return \App\Controller\SystemController
  953.      */
  954.     protected function getSystemControllerService()
  955.     {
  956.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  957.         include_once \dirname(__DIR__4).'/src/Controller/SystemController.php';
  958.         $this->services['App\\Controller\\SystemController'] = $instance = new \App\Controller\SystemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  959.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SystemController'$this));
  960.         return $instance;
  961.     }
  962.     /**
  963.      * Gets the public 'App\Controller\TrainingController' shared autowired service.
  964.      *
  965.      * @return \App\Controller\TrainingController
  966.      */
  967.     protected function getTrainingControllerService()
  968.     {
  969.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  970.         include_once \dirname(__DIR__4).'/src/Controller/TrainingController.php';
  971.         $this->services['App\\Controller\\TrainingController'] = $instance = new \App\Controller\TrainingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  972.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TrainingController'$this));
  973.         return $instance;
  974.     }
  975.     /**
  976.      * Gets the public 'App\Controller\TreatmentController' shared autowired service.
  977.      *
  978.      * @return \App\Controller\TreatmentController
  979.      */
  980.     protected function getTreatmentControllerService()
  981.     {
  982.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  983.         include_once \dirname(__DIR__4).'/src/Controller/TreatmentController.php';
  984.         $this->services['App\\Controller\\TreatmentController'] = $instance = new \App\Controller\TreatmentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  985.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TreatmentController'$this));
  986.         return $instance;
  987.     }
  988.     /**
  989.      * Gets the public 'App\Controller\UserController' shared autowired service.
  990.      *
  991.      * @return \App\Controller\UserController
  992.      */
  993.     protected function getUserControllerService()
  994.     {
  995.         include_once \dirname(__DIR__4).'/src/Controller/AbstractMDPController.php';
  996.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  997.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  998.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController'$this));
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public 'App\Services\ConfigService' shared autowired service.
  1003.      *
  1004.      * @return \App\Services\ConfigService
  1005.      */
  1006.     protected function getConfigServiceService()
  1007.     {
  1008.         return $this->services['App\\Services\\ConfigService'] = new \App\Services\ConfigService();
  1009.     }
  1010.     /**
  1011.      * Gets the public 'App\Services\FileUploadService' shared autowired service.
  1012.      *
  1013.      * @return \App\Services\FileUploadService
  1014.      */
  1015.     protected function getFileUploadServiceService()
  1016.     {
  1017.         include_once \dirname(__DIR__4).'/src/Services/FileUploadService.php';
  1018.         return $this->services['App\\Services\\FileUploadService'] = new \App\Services\FileUploadService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1019.     }
  1020.     /**
  1021.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1022.      *
  1023.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1024.      */
  1025.     protected function getProfilerControllerService()
  1026.     {
  1027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1028.         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()));
  1029.     }
  1030.     /**
  1031.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1032.      *
  1033.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1034.      */
  1035.     protected function getRedirectControllerService()
  1036.     {
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1038.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1039.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1040.     }
  1041.     /**
  1042.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1043.      *
  1044.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1045.      */
  1046.     protected function getTemplateControllerService()
  1047.     {
  1048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1049.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1050.     }
  1051.     /**
  1052.      * Gets the public 'app.service.sendemailservice' shared autowired service.
  1053.      *
  1054.      * @return \App\Services\SendEmailService
  1055.      */
  1056.     protected function getApp_Service_SendemailserviceService()
  1057.     {
  1058.         include_once \dirname(__DIR__4).'/src/Services/SendEmailService.php';
  1059.         return $this->services['app.service.sendemailservice'] = new \App\Services\SendEmailService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1060.     }
  1061.     /**
  1062.      * Gets the public 'cache.app' shared service.
  1063.      *
  1064.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1065.      */
  1066.     protected function getCache_AppService()
  1067.     {
  1068.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gdg6ZYRAZb'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1069.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1070.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1071.     }
  1072.     /**
  1073.      * Gets the public 'cache.app_clearer' shared service.
  1074.      *
  1075.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1076.      */
  1077.     protected function getCache_AppClearerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1081.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1082.     }
  1083.     /**
  1084.      * Gets the public 'cache.global_clearer' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1087.      */
  1088.     protected function getCache_GlobalClearerService()
  1089.     {
  1090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1092.         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())]);
  1093.     }
  1094.     /**
  1095.      * Gets the public 'cache.system' shared service.
  1096.      *
  1097.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1098.      */
  1099.     protected function getCache_SystemService()
  1100.     {
  1101.         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())));
  1102.     }
  1103.     /**
  1104.      * Gets the public 'cache.system_clearer' shared service.
  1105.      *
  1106.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1107.      */
  1108.     protected function getCache_SystemClearerService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1112.         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())]);
  1113.     }
  1114.     /**
  1115.      * Gets the public 'cache.validator_expression_language' shared service.
  1116.      *
  1117.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1118.      */
  1119.     protected function getCache_ValidatorExpressionLanguageService()
  1120.     {
  1121.         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())));
  1122.     }
  1123.     /**
  1124.      * Gets the public 'cache_warmer' shared service.
  1125.      *
  1126.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1127.      */
  1128.     protected function getCacheWarmerService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1132.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1133.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1134.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1135.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1136.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1137.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1138.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1139.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1140.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1141.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1142.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1143.     }
  1144.     /**
  1145.      * Gets the public 'console.command.public_alias.App\Command\CronEmailing' shared autowired service.
  1146.      *
  1147.      * @return \App\Command\CronEmailing
  1148.      */
  1149.     protected function getCronEmailingService()
  1150.     {
  1151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1152.         include_once \dirname(__DIR__4).'/src/Command/CronEmailing.php';
  1153.         return $this->services['console.command.public_alias.App\\Command\\CronEmailing'] = new \App\Command\CronEmailing($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\SendEmailService'] ?? $this->getSendEmailServiceService()));
  1154.     }
  1155.     /**
  1156.      * Gets the public 'console.command_loader' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1159.      */
  1160.     protected function getConsole_CommandLoaderService()
  1161.     {
  1162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1164.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1165.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1166.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1167.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1168.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1169.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1170.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1171.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1172.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1173.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1174.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1175.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1176.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1177.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1178.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1179.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1180.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1181.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1182.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1183.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1184.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1185.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1186.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1187.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1188.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1189.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1190.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1191.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1192.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1193.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1194.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1195.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1196.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1197.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1198.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1199.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1200.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1201.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1202.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1203.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1204.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1205.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1206.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1207.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1208.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1209.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1210.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1211.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1212.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1213.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1214.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1215.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  1216.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  1217.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  1218.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  1219.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  1220.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  1221.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  1222.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  1223.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  1224.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  1225.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  1226.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  1227.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  1228.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1229.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1230.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1231.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1232.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1233.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1234.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1235.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1236.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1237.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1238.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1239.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1240.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1241.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1242.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1243.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1244.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1245.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1246.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1247.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1248.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1249.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1250.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1251.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1252.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1253.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1254.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1255.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1256.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1257.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1258.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1259.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1260.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1261.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1262.         ], [
  1263.             'console.command.about' => '?',
  1264.             'console.command.assets_install' => '?',
  1265.             'console.command.cache_clear' => '?',
  1266.             'console.command.cache_pool_clear' => '?',
  1267.             'console.command.cache_pool_prune' => '?',
  1268.             'console.command.cache_pool_delete' => '?',
  1269.             'console.command.cache_pool_list' => '?',
  1270.             'console.command.cache_warmup' => '?',
  1271.             'console.command.config_debug' => '?',
  1272.             'console.command.config_dump_reference' => '?',
  1273.             'console.command.container_debug' => '?',
  1274.             'console.command.container_lint' => '?',
  1275.             'console.command.debug_autowiring' => '?',
  1276.             'console.command.dotenv_debug' => '?',
  1277.             'console.command.event_dispatcher_debug' => '?',
  1278.             'console.command.router_debug' => '?',
  1279.             'console.command.router_match' => '?',
  1280.             'console.command.translation_debug' => '?',
  1281.             'console.command.translation_extract' => '?',
  1282.             'console.command.validator_debug' => '?',
  1283.             'console.command.translation_pull' => '?',
  1284.             'console.command.translation_push' => '?',
  1285.             'console.command.xliff_lint' => '?',
  1286.             'console.command.yaml_lint' => '?',
  1287.             'console.command.form_debug' => '?',
  1288.             'console.command.secrets_set' => '?',
  1289.             'console.command.secrets_remove' => '?',
  1290.             'console.command.secrets_generate_key' => '?',
  1291.             'console.command.secrets_list' => '?',
  1292.             'console.command.secrets_decrypt_to_local' => '?',
  1293.             'console.command.secrets_encrypt_from_local' => '?',
  1294.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1295.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1296.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1297.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1298.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1299.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1300.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1301.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1302.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1303.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1304.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1305.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1306.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1307.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1308.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1309.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1310.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1311.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1312.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1313.             'doctrine_migrations.diff_command' => '?',
  1314.             'doctrine_migrations.sync_metadata_command' => '?',
  1315.             'doctrine_migrations.versions_command' => '?',
  1316.             'doctrine_migrations.current_command' => '?',
  1317.             'doctrine_migrations.dump_schema_command' => '?',
  1318.             'doctrine_migrations.execute_command' => '?',
  1319.             'doctrine_migrations.generate_command' => '?',
  1320.             'doctrine_migrations.latest_command' => '?',
  1321.             'doctrine_migrations.migrate_command' => '?',
  1322.             'doctrine_migrations.rollup_command' => '?',
  1323.             'doctrine_migrations.status_command' => '?',
  1324.             'doctrine_migrations.up_to_date_command' => '?',
  1325.             'doctrine_migrations.version_command' => '?',
  1326.             'var_dumper.command.server_dump' => '?',
  1327.             'monolog.command.server_log' => '?',
  1328.             'security.command.debug_firewall' => '?',
  1329.             'security.command.user_password_encoder' => '?',
  1330.             'security.command.user_password_hash' => '?',
  1331.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1332.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1333.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1334.             'twig.command.debug' => '?',
  1335.             'twig.command.lint' => '?',
  1336.             'maker.auto_command.make_auth' => '?',
  1337.             'maker.auto_command.make_command' => '?',
  1338.             'maker.auto_command.make_twig_component' => '?',
  1339.             'maker.auto_command.make_controller' => '?',
  1340.             'maker.auto_command.make_crud' => '?',
  1341.             'maker.auto_command.make_docker_database' => '?',
  1342.             'maker.auto_command.make_entity' => '?',
  1343.             'maker.auto_command.make_fixtures' => '?',
  1344.             'maker.auto_command.make_form' => '?',
  1345.             'maker.auto_command.make_message' => '?',
  1346.             'maker.auto_command.make_messenger_middleware' => '?',
  1347.             'maker.auto_command.make_registration_form' => '?',
  1348.             'maker.auto_command.make_reset_password' => '?',
  1349.             'maker.auto_command.make_serializer_encoder' => '?',
  1350.             'maker.auto_command.make_serializer_normalizer' => '?',
  1351.             'maker.auto_command.make_subscriber' => '?',
  1352.             'maker.auto_command.make_twig_extension' => '?',
  1353.             'maker.auto_command.make_test' => '?',
  1354.             'maker.auto_command.make_validator' => '?',
  1355.             'maker.auto_command.make_voter' => '?',
  1356.             'maker.auto_command.make_user' => '?',
  1357.             'maker.auto_command.make_migration' => '?',
  1358.             'maker.auto_command.make_stimulus_controller' => '?',
  1359.             'maker.auto_command.make_security_form_login' => '?',
  1360.         ]), ['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''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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''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']);
  1361.     }
  1362.     /**
  1363.      * Gets the public 'container.env_var_processors_locator' shared service.
  1364.      *
  1365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1366.      */
  1367.     protected function getContainer_EnvVarProcessorsLocatorService()
  1368.     {
  1369.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1370.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1371.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1372.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1373.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1374.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1375.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1376.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1377.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1378.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1379.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1380.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1381.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1382.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1383.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1384.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1385.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1386.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1387.         ], [
  1388.             'base64' => '?',
  1389.             'bool' => '?',
  1390.             'const' => '?',
  1391.             'csv' => '?',
  1392.             'default' => '?',
  1393.             'file' => '?',
  1394.             'float' => '?',
  1395.             'int' => '?',
  1396.             'json' => '?',
  1397.             'key' => '?',
  1398.             'not' => '?',
  1399.             'query_string' => '?',
  1400.             'require' => '?',
  1401.             'resolve' => '?',
  1402.             'string' => '?',
  1403.             'trim' => '?',
  1404.             'url' => '?',
  1405.         ]);
  1406.     }
  1407.     /**
  1408.      * Gets the public 'data_collector.dump' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1411.      */
  1412.     protected function getDataCollector_DumpService()
  1413.     {
  1414.         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()));
  1415.     }
  1416.     /**
  1417.      * Gets the public 'doctrine' shared service.
  1418.      *
  1419.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1420.      */
  1421.     protected function getDoctrineService()
  1422.     {
  1423.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1424.     }
  1425.     /**
  1426.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1427.      *
  1428.      * @return \Doctrine\DBAL\Connection
  1429.      */
  1430.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1431.     {
  1432.         $a = new \Doctrine\DBAL\Configuration();
  1433.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1434.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1435.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1437.         $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))));
  1438.         $c->setConnectionName('default');
  1439.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1440.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1441.         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()), []);
  1442.     }
  1443.     /**
  1444.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1445.      *
  1446.      * @return \Doctrine\ORM\EntityManager
  1447.      */
  1448.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1449.     {
  1450.         if ($lazyLoad) {
  1451.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1452.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1453.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1454.                     $proxy->setProxyInitializer(null);
  1455.                     return true;
  1456.                 });
  1457.             });
  1458.         }
  1459.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1476.         $a = new \Doctrine\ORM\Configuration();
  1477.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1478.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1479.         $b->addDriver($c'App\\Entity');
  1480.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1481.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  1482.         $a->setEntityNamespaces(['App' => 'App\\Entity''Gedmo' => 'Gedmo\\Loggable\\Entity']);
  1483.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1484.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1485.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1486.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1487.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1488.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1489.         ], [
  1490.             'doctrine.ulid_generator' => '?',
  1491.             'doctrine.uuid_generator' => '?',
  1492.         ])));
  1493.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1494.         $a->setProxyNamespace('Proxies');
  1495.         $a->setAutoGenerateProxyClasses(true);
  1496.         $a->setSchemaIgnoreClasses([]);
  1497.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1498.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1499.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1500.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1501.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1502.         $a->setLazyGhostObjectEnabled(false);
  1503.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1504.             'App\\Repository\\TreatmentRepository' => ['privates''App\\Repository\\TreatmentRepository''getTreatmentRepositoryService'false],
  1505.         ], [
  1506.             'App\\Repository\\TreatmentRepository' => '?',
  1507.         ])));
  1508.         $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()));
  1509.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1510.         return $instance;
  1511.     }
  1512.     /**
  1513.      * Gets the public 'error_controller' shared service.
  1514.      *
  1515.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1516.      */
  1517.     protected function getErrorControllerService()
  1518.     {
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1524.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1525.         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)));
  1526.     }
  1527.     /**
  1528.      * Gets the public 'event_dispatcher' shared service.
  1529.      *
  1530.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1531.      */
  1532.     protected function getEventDispatcherService()
  1533.     {
  1534.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1535.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1536.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1537.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1538.         $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())));
  1539.         $instance->addListener('security.switch_user', [=> function () {
  1540.             return ($this->privates['appbundle.eventlisteners.switchuserlistener'] ?? $this->getAppbundle_Eventlisteners_SwitchuserlistenerService());
  1541.         }, => 'onSwitchUser'], 0);
  1542.         $instance->addListener('kernel.request', [=> function () {
  1543.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1544.         }, => 'onLateKernelRequest'], -10);
  1545.         $instance->addListener('kernel.request', [=> function () {
  1546.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1547.         }, => 'onKernelRequest'], 0);
  1548.         $instance->addListener('console.command', [=> function () {
  1549.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1550.         }, => 'onConsoleCommand'], -10);
  1551.         $instance->addListener('kernel.controller', [=> function () {
  1552.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1553.         }, => 'onKernelController'], 0);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['App\\EventListener\\LocaleRewriteListener'] ?? $this->getLocaleRewriteListenerService());
  1556.         }, => 'onKernelRequest'], 1);
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->privates['appbundle.eventlisteners.localerewritelistener'] ?? $this->getAppbundle_Eventlisteners_LocalerewritelistenerService());
  1559.         }, => 'onKernelRequest'], 1);
  1560.         $instance->addListener('kernel.response', [=> function () {
  1561.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1562.         }, => 'onKernelResponse'], 0);
  1563.         $instance->addListener('kernel.response', [=> function () {
  1564.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1565.         }, => 'onKernelResponse'], -1024);
  1566.         $instance->addListener('kernel.request', [=> function () {
  1567.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1568.         }, => 'setDefaultLocale'], 100);
  1569.         $instance->addListener('kernel.request', [=> function () {
  1570.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1571.         }, => 'onKernelRequest'], 16);
  1572.         $instance->addListener('kernel.finish_request', [=> function () {
  1573.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1574.         }, => 'onKernelFinishRequest'], 0);
  1575.         $instance->addListener('kernel.request', [=> function () {
  1576.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1577.         }, => 'onKernelRequest'], 256);
  1578.         $instance->addListener('kernel.response', [=> function () {
  1579.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1580.         }, => 'onResponse'], -255);
  1581.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1582.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1583.         }, => 'onControllerArguments'], 0);
  1584.         $instance->addListener('kernel.exception', [=> function () {
  1585.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1586.         }, => 'logKernelException'], 0);
  1587.         $instance->addListener('kernel.exception', [=> function () {
  1588.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1589.         }, => 'onKernelException'], -128);
  1590.         $instance->addListener('kernel.response', [=> function () {
  1591.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1592.         }, => 'removeCspHeader'], -128);
  1593.         $instance->addListener('kernel.request', [=> function () {
  1594.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1595.         }, => 'onKernelRequest'], 15);
  1596.         $instance->addListener('kernel.finish_request', [=> function () {
  1597.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1598.         }, => 'onKernelFinishRequest'], -15);
  1599.         $instance->addListener('console.error', [=> function () {
  1600.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1601.         }, => 'onConsoleError'], -128);
  1602.         $instance->addListener('console.terminate', [=> function () {
  1603.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1604.         }, => 'onConsoleTerminate'], -128);
  1605.         $instance->addListener('console.error', [=> function () {
  1606.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1607.         }, => 'onConsoleError'], 0);
  1608.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1609.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1610.         }, => 'onMessage'], -255);
  1611.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1612.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1613.         }, => 'onMessage'], -255);
  1614.         $instance->addListener('kernel.request', [=> function () {
  1615.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1616.         }, => 'configure'], 2048);
  1617.         $instance->addListener('console.command', [=> function () {
  1618.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1619.         }, => 'configure'], 2048);
  1620.         $instance->addListener('kernel.request', [=> function () {
  1621.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1622.         }, => 'onKernelRequest'], 32);
  1623.         $instance->addListener('kernel.finish_request', [=> function () {
  1624.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1625.         }, => 'onKernelFinishRequest'], 0);
  1626.         $instance->addListener('kernel.exception', [=> function () {
  1627.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1628.         }, => 'onKernelException'], -64);
  1629.         $instance->addListener('kernel.response', [=> function () {
  1630.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1631.         }, => 'onKernelResponse'], 0);
  1632.         $instance->addListener('kernel.request', [=> function () {
  1633.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1634.         }, => 'onKernelRequest'], 128);
  1635.         $instance->addListener('kernel.response', [=> function () {
  1636.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1637.         }, => 'onKernelResponse'], -1000);
  1638.         $instance->addListener('kernel.finish_request', [=> function () {
  1639.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1640.         }, => 'onFinishRequest'], 0);
  1641.         $instance->addListener('kernel.response', [=> function () {
  1642.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1643.         }, => 'onKernelResponse'], -100);
  1644.         $instance->addListener('kernel.exception', [=> function () {
  1645.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1646.         }, => 'onKernelException'], 0);
  1647.         $instance->addListener('kernel.terminate', [=> function () {
  1648.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1649.         }, => 'onKernelTerminate'], -1024);
  1650.         $instance->addListener('kernel.controller', [=> function () {
  1651.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1652.         }, => 'onKernelController'], 0);
  1653.         $instance->addListener('kernel.response', [=> function () {
  1654.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1655.         }, => 'onKernelResponse'], 0);
  1656.         $instance->addListener('kernel.controller', [=> function () {
  1657.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1658.         }, => 'onKernelController'], 0);
  1659.         $instance->addListener('kernel.controller', [=> function () {
  1660.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1661.         }, => 'onKernelController'], 0);
  1662.         $instance->addListener('kernel.controller', [=> function () {
  1663.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1664.         }, => 'onKernelController'], -128);
  1665.         $instance->addListener('kernel.view', [=> function () {
  1666.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1667.         }, => 'onKernelView'], 0);
  1668.         $instance->addListener('kernel.controller', [=> function () {
  1669.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1670.         }, => 'onKernelController'], 0);
  1671.         $instance->addListener('kernel.response', [=> function () {
  1672.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1673.         }, => 'onKernelResponse'], 0);
  1674.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1675.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1676.         }, => 'onKernelControllerArguments'], 0);
  1677.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1678.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1679.         }, => 'onKernelControllerArguments'], 0);
  1680.         $instance->addListener('console.command', [=> function () {
  1681.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1682.         }, => 'configure'], 1024);
  1683.         $instance->addListener('console.error', [=> function () {
  1684.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1685.         }, => 'onConsoleError'], 0);
  1686.         $instance->addListener('console.terminate', [=> function () {
  1687.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1688.         }, => 'onConsoleTerminate'], 0);
  1689.         $instance->addListener('console.command', [=> function () {
  1690.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1691.         }, => 'onCommand'], 255);
  1692.         $instance->addListener('console.terminate', [=> function () {
  1693.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1694.         }, => 'onTerminate'], -255);
  1695.         $instance->addListener('kernel.response', [=> function () {
  1696.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1697.         }, => 'onKernelResponse'], 0);
  1698.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1699.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1700.         }, => 'onVoterVote'], 0);
  1701.         $instance->addListener('kernel.request', [=> function () {
  1702.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1703.         }, => 'configureLogoutUrlGenerator'], 8);
  1704.         $instance->addListener('kernel.request', [=> function () {
  1705.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1706.         }, => 'onKernelRequest'], 8);
  1707.         $instance->addListener('kernel.finish_request', [=> function () {
  1708.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1709.         }, => 'onKernelFinishRequest'], 0);
  1710.         $instance->addListener('kernel.exception', [=> function () {
  1711.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1712.         }, => 'onException'], 0);
  1713.         $instance->addListener('kernel.terminate', [=> function () {
  1714.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1715.         }, => 'onTerminate'], 0);
  1716.         $instance->addListener('console.error', [=> function () {
  1717.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1718.         }, => 'onException'], 0);
  1719.         $instance->addListener('console.terminate', [=> function () {
  1720.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1721.         }, => 'onTerminate'], 0);
  1722.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1723.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1724.         }, => 'onMessage'], 0);
  1725.         $instance->addListener('kernel.response', [=> function () {
  1726.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1727.         }, => 'onKernelResponse'], -128);
  1728.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1729.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1730.         }, => 'onLogout'], 0);
  1731.         return $instance;
  1732.     }
  1733.     /**
  1734.      * Gets the public 'gedmo.listener.blameable' shared autowired service.
  1735.      *
  1736.      * @return \Gedmo\Blameable\BlameableListener
  1737.      */
  1738.     protected function getGedmo_Listener_BlameableService()
  1739.     {
  1740.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  1744.         $this->services['gedmo.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  1745.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1746.         return $instance;
  1747.     }
  1748.     /**
  1749.      * Gets the public 'gedmo.listener.loggable' shared autowired service.
  1750.      *
  1751.      * @return \Gedmo\Loggable\LoggableListener
  1752.      */
  1753.     protected function getGedmo_Listener_LoggableService()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1758.         $this->services['gedmo.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  1759.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1760.         return $instance;
  1761.     }
  1762.     /**
  1763.      * Gets the public 'gedmo.listener.sluggable' shared autowired service.
  1764.      *
  1765.      * @return \Gedmo\Sluggable\SluggableListener
  1766.      */
  1767.     protected function getGedmo_Listener_SluggableService()
  1768.     {
  1769.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  1772.         $this->services['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  1773.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1774.         return $instance;
  1775.     }
  1776.     /**
  1777.      * Gets the public 'gedmo.listener.sortable' shared autowired service.
  1778.      *
  1779.      * @return \Gedmo\Sortable\SortableListener
  1780.      */
  1781.     protected function getGedmo_Listener_SortableService()
  1782.     {
  1783.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  1786.         $this->services['gedmo.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  1787.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1788.         return $instance;
  1789.     }
  1790.     /**
  1791.      * Gets the public 'gedmo.listener.timestampable' shared autowired service.
  1792.      *
  1793.      * @return \Gedmo\Timestampable\TimestampableListener
  1794.      */
  1795.     protected function getGedmo_Listener_TimestampableService()
  1796.     {
  1797.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1799.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  1800.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  1801.         $this->services['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  1802.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1803.         return $instance;
  1804.     }
  1805.     /**
  1806.      * Gets the public 'gedmo.listener.translatable' shared autowired service.
  1807.      *
  1808.      * @return \Gedmo\Translatable\TranslatableListener
  1809.      */
  1810.     protected function getGedmo_Listener_TranslatableService()
  1811.     {
  1812.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  1815.         $this->services['gedmo.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  1816.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1817.         $instance->setDefaultLocale('fr');
  1818.         $instance->setTranslationFallback(false);
  1819.         return $instance;
  1820.     }
  1821.     /**
  1822.      * Gets the public 'gedmo.listener.tree' shared autowired service.
  1823.      *
  1824.      * @return \Gedmo\Tree\TreeListener
  1825.      */
  1826.     protected function getGedmo_Listener_TreeService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  1831.         $this->services['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  1832.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1833.         return $instance;
  1834.     }
  1835.     /**
  1836.      * Gets the public 'http_kernel' shared service.
  1837.      *
  1838.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1839.      */
  1840.     protected function getHttpKernelService()
  1841.     {
  1842.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1843.         if (isset($this->services['http_kernel'])) {
  1844.             return $this->services['http_kernel'];
  1845.         }
  1846.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1847.         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 () {
  1848.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1849.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1850.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1851.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1852.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1853.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1854.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1855.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1856.         }, 8)), $b));
  1857.     }
  1858.     /**
  1859.      * Gets the public 'monolog.logger.deprecation' shared service.
  1860.      *
  1861.      * @return \Symfony\Bridge\Monolog\Logger
  1862.      */
  1863.     protected function getMonolog_Logger_DeprecationService()
  1864.     {
  1865.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1866.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1867.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1868.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1869.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1870.         return $instance;
  1871.     }
  1872.     /**
  1873.      * Gets the public 'request_stack' shared service.
  1874.      *
  1875.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1876.      */
  1877.     protected function getRequestStackService()
  1878.     {
  1879.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1880.     }
  1881.     /**
  1882.      * Gets the public 'router' shared service.
  1883.      *
  1884.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1885.      */
  1886.     protected function getRouterService()
  1887.     {
  1888.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1889.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1890.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1891.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1892.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1893.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1894.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1895.         ], [
  1896.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1897.         ]))->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');
  1898.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1899.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1900.         return $instance;
  1901.     }
  1902.     /**
  1903.      * Gets the public 'routing.loader' shared service.
  1904.      *
  1905.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1906.      */
  1907.     protected function getRouting_LoaderService()
  1908.     {
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1933.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1934.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1935.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1936.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  1937.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  1938.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  1939.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  1940.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  1941.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1942.             'kernel' => ['services''kernel''getKernelService'false],
  1943.         ], [
  1944.             'kernel' => 'App\\Kernel',
  1945.         ]), 'dev'));
  1946.         $a->addLoader($c);
  1947.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1948.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1949.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1950.     }
  1951.     /**
  1952.      * Gets the public 'services_resetter' shared service.
  1953.      *
  1954.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1955.      */
  1956.     protected function getServicesResetterService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1959.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1960.             if (isset($this->services['cache.app'])) {
  1961.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1962.             }
  1963.             if (isset($this->services['cache.system'])) {
  1964.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1965.             }
  1966.             if (isset($this->privates['cache.validator'])) {
  1967.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1968.             }
  1969.             if (isset($this->privates['cache.serializer'])) {
  1970.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1971.             }
  1972.             if (isset($this->privates['cache.annotations'])) {
  1973.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1974.             }
  1975.             if (isset($this->privates['cache.property_info'])) {
  1976.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1977.             }
  1978.             if (isset($this->privates['mailer.message_logger_listener'])) {
  1979.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1980.             }
  1981.             if (isset($this->privates['debug.stopwatch'])) {
  1982.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1983.             }
  1984.             if (isset($this->services['event_dispatcher'])) {
  1985.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1986.             }
  1987.             if (isset($this->privates['session_listener'])) {
  1988.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1989.             }
  1990.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1991.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1992.             }
  1993.             if (isset($this->services['cache.validator_expression_language'])) {
  1994.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1995.             }
  1996.             if (isset($this->services['.container.private.profiler'])) {
  1997.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1998.             }
  1999.             if (isset($this->services['.container.private.validator'])) {
  2000.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2001.             }
  2002.             if (isset($this->services['doctrine'])) {
  2003.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2004.             }
  2005.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  2006.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2007.             }
  2008.             if (isset($this->privates['form.type.entity'])) {
  2009.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2010.             }
  2011.             if (isset($this->privates['monolog.handler.main'])) {
  2012.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2013.             }
  2014.             if (isset($this->privates['monolog.handler.console'])) {
  2015.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2016.             }
  2017.             if (isset($this->services['.container.private.security.token_storage'])) {
  2018.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2019.             }
  2020.             if (isset($this->privates['cache.security_expression_language'])) {
  2021.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2022.             }
  2023.             if (isset($this->privates['debug.security.firewall'])) {
  2024.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2025.             }
  2026.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2027.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2028.             }
  2029.             if (isset($this->privates['twig.form.engine'])) {
  2030.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2031.             }
  2032.         }, function () {
  2033.             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->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (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'])) + (int) (isset($this->privates['twig.form.engine']));
  2034.         }), ['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'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'twig.form.engine' => [=> 'reset']]);
  2035.     }
  2036.     /**
  2037.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2038.      *
  2039.      * @return \Swift_Mailer
  2040.      */
  2041.     protected function getSwiftmailer_Mailer_DefaultService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2044.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2045.     }
  2046.     /**
  2047.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2048.      *
  2049.      * @return \Swift_Plugins_MessageLogger
  2050.      */
  2051.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2056.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2057.     }
  2058.     /**
  2059.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2060.      *
  2061.      * @return \Swift_Transport
  2062.      */
  2063.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2064.     {
  2065.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2069.         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())));
  2070.     }
  2071.     /**
  2072.      * Gets the public 'swiftmailer.transport' shared service.
  2073.      *
  2074.      * @return \Swift_Transport_SpoolTransport
  2075.      */
  2076.     protected function getSwiftmailer_TransportService()
  2077.     {
  2078.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2082.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2085.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2087.         $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());
  2088.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the public 'translator' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2095.      */
  2096.     protected function getTranslatorService()
  2097.     {
  2098.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2099.     }
  2100.     /**
  2101.      * Gets the public 'var_dumper.cloner' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2104.      */
  2105.     protected function getVarDumper_ClonerService()
  2106.     {
  2107.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2108.         $instance->setMaxItems(2500);
  2109.         $instance->setMinDepth(1);
  2110.         $instance->setMaxString(-1);
  2111.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2112.         return $instance;
  2113.     }
  2114.     /**
  2115.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2116.      *
  2117.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2118.      */
  2119.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2122.         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()));
  2123.     }
  2124.     /**
  2125.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2126.      *
  2127.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2128.      */
  2129.     protected function getWebProfiler_Controller_ProfilerService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2132.         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));
  2133.     }
  2134.     /**
  2135.      * Gets the public 'web_profiler.controller.router' shared service.
  2136.      *
  2137.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2138.      */
  2139.     protected function getWebProfiler_Controller_RouterService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2142.         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 () {
  2143.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2144.         }, 1));
  2145.     }
  2146.     /**
  2147.      * Gets the private '.console.command.about.lazy' shared service.
  2148.      *
  2149.      * @return \Symfony\Component\Console\Command\LazyCommand
  2150.      */
  2151.     protected function get_Console_Command_About_LazyService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2155.         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 {
  2156.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2157.         });
  2158.     }
  2159.     /**
  2160.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Console\Command\LazyCommand
  2163.      */
  2164.     protected function get_Console_Command_AssetsInstall_LazyService()
  2165.     {
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2168.         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 {
  2169.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2170.         });
  2171.     }
  2172.     /**
  2173.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Console\Command\LazyCommand
  2176.      */
  2177.     protected function get_Console_Command_CacheClear_LazyService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2181.         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 {
  2182.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2183.         });
  2184.     }
  2185.     /**
  2186.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\Console\Command\LazyCommand
  2189.      */
  2190.     protected function get_Console_Command_CachePoolClear_LazyService()
  2191.     {
  2192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2194.         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 {
  2195.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2196.         });
  2197.     }
  2198.     /**
  2199.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Console\Command\LazyCommand
  2202.      */
  2203.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2207.         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 {
  2208.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2209.         });
  2210.     }
  2211.     /**
  2212.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Console\Command\LazyCommand
  2215.      */
  2216.     protected function get_Console_Command_CachePoolList_LazyService()
  2217.     {
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2220.         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 {
  2221.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2222.         });
  2223.     }
  2224.     /**
  2225.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Console\Command\LazyCommand
  2228.      */
  2229.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2233.         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 {
  2234.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2235.         });
  2236.     }
  2237.     /**
  2238.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\Console\Command\LazyCommand
  2241.      */
  2242.     protected function get_Console_Command_CacheWarmup_LazyService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2246.         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 {
  2247.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2248.         });
  2249.     }
  2250.     /**
  2251.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Console\Command\LazyCommand
  2254.      */
  2255.     protected function get_Console_Command_ConfigDebug_LazyService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2259.         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 {
  2260.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2261.         });
  2262.     }
  2263.     /**
  2264.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\Console\Command\LazyCommand
  2267.      */
  2268.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2272.         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 {
  2273.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2274.         });
  2275.     }
  2276.     /**
  2277.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\Console\Command\LazyCommand
  2280.      */
  2281.     protected function get_Console_Command_ContainerDebug_LazyService()
  2282.     {
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2285.         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 {
  2286.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2287.         });
  2288.     }
  2289.     /**
  2290.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2291.      *
  2292.      * @return \Symfony\Component\Console\Command\LazyCommand
  2293.      */
  2294.     protected function get_Console_Command_ContainerLint_LazyService()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2298.         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 {
  2299.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2300.         });
  2301.     }
  2302.     /**
  2303.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\Console\Command\LazyCommand
  2306.      */
  2307.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2311.         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 {
  2312.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2313.         });
  2314.     }
  2315.     /**
  2316.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Console\Command\LazyCommand
  2319.      */
  2320.     protected function get_Console_Command_DotenvDebug_LazyService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2324.         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 {
  2325.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2326.         });
  2327.     }
  2328.     /**
  2329.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\Console\Command\LazyCommand
  2332.      */
  2333.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2337.         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 {
  2338.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2339.         });
  2340.     }
  2341.     /**
  2342.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\Console\Command\LazyCommand
  2345.      */
  2346.     protected function get_Console_Command_FormDebug_LazyService()
  2347.     {
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2350.         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 {
  2351.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2352.         });
  2353.     }
  2354.     /**
  2355.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2356.      *
  2357.      * @return \Symfony\Component\Console\Command\LazyCommand
  2358.      */
  2359.     protected function get_Console_Command_RouterDebug_LazyService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2363.         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 {
  2364.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2365.         });
  2366.     }
  2367.     /**
  2368.      * Gets the private '.console.command.router_match.lazy' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\Console\Command\LazyCommand
  2371.      */
  2372.     protected function get_Console_Command_RouterMatch_LazyService()
  2373.     {
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2376.         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 {
  2377.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2378.         });
  2379.     }
  2380.     /**
  2381.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\Console\Command\LazyCommand
  2384.      */
  2385.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2389.         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 {
  2390.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2391.         });
  2392.     }
  2393.     /**
  2394.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2395.      *
  2396.      * @return \Symfony\Component\Console\Command\LazyCommand
  2397.      */
  2398.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2402.         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 {
  2403.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2404.         });
  2405.     }
  2406.     /**
  2407.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Console\Command\LazyCommand
  2410.      */
  2411.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2415.         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 {
  2416.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2417.         });
  2418.     }
  2419.     /**
  2420.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2421.      *
  2422.      * @return \Symfony\Component\Console\Command\LazyCommand
  2423.      */
  2424.     protected function get_Console_Command_SecretsList_LazyService()
  2425.     {
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2428.         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 {
  2429.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2430.         });
  2431.     }
  2432.     /**
  2433.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Console\Command\LazyCommand
  2436.      */
  2437.     protected function get_Console_Command_SecretsRemove_LazyService()
  2438.     {
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2441.         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 {
  2442.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2443.         });
  2444.     }
  2445.     /**
  2446.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\Console\Command\LazyCommand
  2449.      */
  2450.     protected function get_Console_Command_SecretsSet_LazyService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2454.         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 {
  2455.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2456.         });
  2457.     }
  2458.     /**
  2459.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2460.      *
  2461.      * @return \Symfony\Component\Console\Command\LazyCommand
  2462.      */
  2463.     protected function get_Console_Command_TranslationDebug_LazyService()
  2464.     {
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2467.         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 {
  2468.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2469.         });
  2470.     }
  2471.     /**
  2472.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Console\Command\LazyCommand
  2475.      */
  2476.     protected function get_Console_Command_TranslationExtract_LazyService()
  2477.     {
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2480.         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 {
  2481.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2482.         });
  2483.     }
  2484.     /**
  2485.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Console\Command\LazyCommand
  2488.      */
  2489.     protected function get_Console_Command_TranslationPull_LazyService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2493.         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 {
  2494.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2495.         });
  2496.     }
  2497.     /**
  2498.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Console\Command\LazyCommand
  2501.      */
  2502.     protected function get_Console_Command_TranslationPush_LazyService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2506.         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 {
  2507.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2508.         });
  2509.     }
  2510.     /**
  2511.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Console\Command\LazyCommand
  2514.      */
  2515.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2516.     {
  2517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2519.         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 {
  2520.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2521.         });
  2522.     }
  2523.     /**
  2524.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Console\Command\LazyCommand
  2527.      */
  2528.     protected function get_Console_Command_XliffLint_LazyService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2532.         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 {
  2533.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2534.         });
  2535.     }
  2536.     /**
  2537.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\Console\Command\LazyCommand
  2540.      */
  2541.     protected function get_Console_Command_YamlLint_LazyService()
  2542.     {
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2545.         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 {
  2546.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2547.         });
  2548.     }
  2549.     /**
  2550.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Console\Command\LazyCommand
  2553.      */
  2554.     protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2558.         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 {
  2559.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2560.         });
  2561.     }
  2562.     /**
  2563.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Console\Command\LazyCommand
  2566.      */
  2567.     protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2571.         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 {
  2572.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2573.         });
  2574.     }
  2575.     /**
  2576.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\Console\Command\LazyCommand
  2579.      */
  2580.     protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2584.         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 {
  2585.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2586.         });
  2587.     }
  2588.     /**
  2589.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Console\Command\LazyCommand
  2592.      */
  2593.     protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2594.     {
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2597.         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 {
  2598.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2599.         });
  2600.     }
  2601.     /**
  2602.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Console\Command\LazyCommand
  2605.      */
  2606.     protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2607.     {
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2610.         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 {
  2611.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2612.         });
  2613.     }
  2614.     /**
  2615.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\Console\Command\LazyCommand
  2618.      */
  2619.     protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2620.     {
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2623.         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 {
  2624.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2625.         });
  2626.     }
  2627.     /**
  2628.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Console\Command\LazyCommand
  2631.      */
  2632.     protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2636.         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 {
  2637.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2638.         });
  2639.     }
  2640.     /**
  2641.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Console\Command\LazyCommand
  2644.      */
  2645.     protected function get_DoctrineMigrations_RollupCommand_LazyService()
  2646.     {
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2649.         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 {
  2650.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2651.         });
  2652.     }
  2653.     /**
  2654.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Console\Command\LazyCommand
  2657.      */
  2658.     protected function get_DoctrineMigrations_StatusCommand_LazyService()
  2659.     {
  2660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2662.         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 {
  2663.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2664.         });
  2665.     }
  2666.     /**
  2667.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\Console\Command\LazyCommand
  2670.      */
  2671.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2675.         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 {
  2676.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2677.         });
  2678.     }
  2679.     /**
  2680.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\Console\Command\LazyCommand
  2683.      */
  2684.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2688.         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 {
  2689.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2690.         });
  2691.     }
  2692.     /**
  2693.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\Console\Command\LazyCommand
  2696.      */
  2697.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  2698.     {
  2699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2701.         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 {
  2702.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2703.         });
  2704.     }
  2705.     /**
  2706.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\Console\Command\LazyCommand
  2709.      */
  2710.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2714.         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 {
  2715.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2716.         });
  2717.     }
  2718.     /**
  2719.      * Gets the private '.errored..service_locator.0IdPg8y.App\Entity\SubcontractorType' shared service.
  2720.      *
  2721.      * @return \App\Entity\SubcontractorType
  2722.      */
  2723.     protected function getSubcontractorTypeService()
  2724.     {
  2725.         $this->throw('Cannot autowire service ".service_locator.0IdPg8y": it references class "App\\Entity\\SubcontractorType" but no such service exists.');
  2726.     }
  2727.     /**
  2728.      * Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
  2729.      *
  2730.      * @return \App\Entity\User
  2731.      */
  2732.     protected function getUserService()
  2733.     {
  2734.         $this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
  2735.     }
  2736.     /**
  2737.      * Gets the private '.errored..service_locator.6yyNhdY.App\Entity\SubcontractorStd' shared service.
  2738.      *
  2739.      * @return \App\Entity\SubcontractorStd
  2740.      */
  2741.     protected function getSubcontractorStdService()
  2742.     {
  2743.         $this->throw('Cannot autowire service ".service_locator.6yyNhdY": it references class "App\\Entity\\SubcontractorStd" but no such service exists.');
  2744.     }
  2745.     /**
  2746.      * Gets the private '.errored..service_locator.C0O7g94.App\Entity\Training' shared service.
  2747.      *
  2748.      * @return \App\Entity\Training
  2749.      */
  2750.     protected function getTrainingService()
  2751.     {
  2752.         $this->throw('Cannot autowire service ".service_locator.C0O7g94": it references class "App\\Entity\\Training" but no such service exists.');
  2753.     }
  2754.     /**
  2755.      * Gets the private '.errored..service_locator.EN1oKZA.App\Entity\ExercisingClaimRequest' shared service.
  2756.      *
  2757.      * @return \App\Entity\ExercisingClaimRequest
  2758.      */
  2759.     protected function getExercisingClaimRequestService()
  2760.     {
  2761.         $this->throw('Cannot autowire service ".service_locator.EN1oKZA": it references class "App\\Entity\\ExercisingClaimRequest" but no such service exists.');
  2762.     }
  2763.     /**
  2764.      * Gets the private '.errored..service_locator.FitdjK5.App\Entity\Action' shared service.
  2765.      *
  2766.      * @return \App\Entity\Action
  2767.      */
  2768.     protected function getActionService()
  2769.     {
  2770.         $this->throw('Cannot autowire service ".service_locator.FitdjK5": it references class "App\\Entity\\Action" but no such service exists.');
  2771.     }
  2772.     /**
  2773.      * Gets the private '.errored..service_locator.GUzzxF3.App\Entity\Action' shared service.
  2774.      *
  2775.      * @return \App\Entity\Action
  2776.      */
  2777.     protected function getAction2Service()
  2778.     {
  2779.         $this->throw('Cannot autowire service ".service_locator.GUzzxF3": it references class "App\\Entity\\Action" but no such service exists.');
  2780.     }
  2781.     /**
  2782.      * Gets the private '.errored..service_locator.HeS.z9s.App\Entity\Treatment' shared service.
  2783.      *
  2784.      * @return \App\Entity\Treatment
  2785.      */
  2786.     protected function getTreatmentService()
  2787.     {
  2788.         $this->throw('Cannot autowire service ".service_locator.HeS.z9s": it references class "App\\Entity\\Treatment" but no such service exists.');
  2789.     }
  2790.     /**
  2791.      * Gets the private '.errored..service_locator.HyGV.Jt.App\Entity\Treatment' shared service.
  2792.      *
  2793.      * @return \App\Entity\Treatment
  2794.      */
  2795.     protected function getTreatment2Service()
  2796.     {
  2797.         $this->throw('Cannot autowire service ".service_locator.HyGV.Jt": it references class "App\\Entity\\Treatment" but no such service exists.');
  2798.     }
  2799.     /**
  2800.      * Gets the private '.errored..service_locator.ICQhBYA.App\Entity\Partner' shared service.
  2801.      *
  2802.      * @return \App\Entity\Partner
  2803.      */
  2804.     protected function getPartnerService()
  2805.     {
  2806.         $this->throw('Cannot autowire service ".service_locator.ICQhBYA": it references class "App\\Entity\\Partner" but no such service exists.');
  2807.     }
  2808.     /**
  2809.      * Gets the private '.errored..service_locator.JS20hFA.App\Entity\System' shared service.
  2810.      *
  2811.      * @return \App\Entity\System
  2812.      */
  2813.     protected function getSystemService()
  2814.     {
  2815.         $this->throw('Cannot autowire service ".service_locator.JS20hFA": it references class "App\\Entity\\System" but no such service exists.');
  2816.     }
  2817.     /**
  2818.      * Gets the private '.errored..service_locator.KDYAHgO.App\Entity\Partner' shared service.
  2819.      *
  2820.      * @return \App\Entity\Partner
  2821.      */
  2822.     protected function getPartner2Service()
  2823.     {
  2824.         $this->throw('Cannot autowire service ".service_locator.KDYAHgO": it references class "App\\Entity\\Partner" but no such service exists.');
  2825.     }
  2826.     /**
  2827.      * Gets the private '.errored..service_locator.KZkRILm.App\Entity\Subcontractor' shared service.
  2828.      *
  2829.      * @return \App\Entity\Subcontractor
  2830.      */
  2831.     protected function getSubcontractorService()
  2832.     {
  2833.         $this->throw('Cannot autowire service ".service_locator.KZkRILm": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2834.     }
  2835.     /**
  2836.      * Gets the private '.errored..service_locator.Nu02FTC.App\Entity\Incident' shared service.
  2837.      *
  2838.      * @return \App\Entity\Incident
  2839.      */
  2840.     protected function getIncidentService()
  2841.     {
  2842.         $this->throw('Cannot autowire service ".service_locator.Nu02FTC": it references class "App\\Entity\\Incident" but no such service exists.');
  2843.     }
  2844.     /**
  2845.      * Gets the private '.errored..service_locator.OTzALgi.App\Entity\SubscriptionType' shared service.
  2846.      *
  2847.      * @return \App\Entity\SubscriptionType
  2848.      */
  2849.     protected function getSubscriptionTypeService()
  2850.     {
  2851.         $this->throw('Cannot autowire service ".service_locator.OTzALgi": it references class "App\\Entity\\SubscriptionType" but no such service exists.');
  2852.     }
  2853.     /**
  2854.      * Gets the private '.errored..service_locator.OTzALgi.App\Entity\User' shared service.
  2855.      *
  2856.      * @return \App\Entity\User
  2857.      */
  2858.     protected function getUser2Service()
  2859.     {
  2860.         $this->throw('Cannot autowire service ".service_locator.OTzALgi": it references class "App\\Entity\\User" but no such service exists.');
  2861.     }
  2862.     /**
  2863.      * Gets the private '.errored..service_locator.OYNa6tv.App\Entity\Subcontractor' shared service.
  2864.      *
  2865.      * @return \App\Entity\Subcontractor
  2866.      */
  2867.     protected function getSubcontractor2Service()
  2868.     {
  2869.         $this->throw('Cannot autowire service ".service_locator.OYNa6tv": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2870.     }
  2871.     /**
  2872.      * Gets the private '.errored..service_locator.QWJs.qa.App\Entity\SubcontractorStd' shared service.
  2873.      *
  2874.      * @return \App\Entity\SubcontractorStd
  2875.      */
  2876.     protected function getSubcontractorStd2Service()
  2877.     {
  2878.         $this->throw('Cannot autowire service ".service_locator.QWJs.qa": it references class "App\\Entity\\SubcontractorStd" but no such service exists.');
  2879.     }
  2880.     /**
  2881.      * Gets the private '.errored..service_locator.QWJs.qa.App\Entity\SubcontractorStdDocument' shared service.
  2882.      *
  2883.      * @return \App\Entity\SubcontractorStdDocument
  2884.      */
  2885.     protected function getSubcontractorStdDocumentService()
  2886.     {
  2887.         $this->throw('Cannot autowire service ".service_locator.QWJs.qa": it references class "App\\Entity\\SubcontractorStdDocument" but no such service exists.');
  2888.     }
  2889.     /**
  2890.      * Gets the private '.errored..service_locator.STDXTW2.App\Entity\TreatmentStd' shared service.
  2891.      *
  2892.      * @return \App\Entity\TreatmentStd
  2893.      */
  2894.     protected function getTreatmentStdService()
  2895.     {
  2896.         $this->throw('Cannot autowire service ".service_locator.STDXTW2": it references class "App\\Entity\\TreatmentStd" but no such service exists.');
  2897.     }
  2898.     /**
  2899.      * Gets the private '.errored..service_locator.Tj1bCYO.App\Entity\Document' shared service.
  2900.      *
  2901.      * @return \App\Entity\Document
  2902.      */
  2903.     protected function getDocumentService()
  2904.     {
  2905.         $this->throw('Cannot autowire service ".service_locator.Tj1bCYO": it references class "App\\Entity\\Document" but no such service exists.');
  2906.     }
  2907.     /**
  2908.      * Gets the private '.errored..service_locator.TtMmK9Q.App\Entity\Action' shared service.
  2909.      *
  2910.      * @return \App\Entity\Action
  2911.      */
  2912.     protected function getAction3Service()
  2913.     {
  2914.         $this->throw('Cannot autowire service ".service_locator.TtMmK9Q": it references class "App\\Entity\\Action" but no such service exists.');
  2915.     }
  2916.     /**
  2917.      * Gets the private '.errored..service_locator.Wx.x6CL.App\Entity\Subscription' shared service.
  2918.      *
  2919.      * @return \App\Entity\Subscription
  2920.      */
  2921.     protected function getSubscriptionService()
  2922.     {
  2923.         $this->throw('Cannot autowire service ".service_locator.Wx.x6CL": it references class "App\\Entity\\Subscription" but no such service exists.');
  2924.     }
  2925.     /**
  2926.      * Gets the private '.errored..service_locator.X7CGKl8.App\Entity\Treatment' shared service.
  2927.      *
  2928.      * @return \App\Entity\Treatment
  2929.      */
  2930.     protected function getTreatment3Service()
  2931.     {
  2932.         $this->throw('Cannot autowire service ".service_locator.X7CGKl8": it references class "App\\Entity\\Treatment" but no such service exists.');
  2933.     }
  2934.     /**
  2935.      * Gets the private '.errored..service_locator.Xg7apSt.App\Entity\Subcontractor' shared service.
  2936.      *
  2937.      * @return \App\Entity\Subcontractor
  2938.      */
  2939.     protected function getSubcontractor3Service()
  2940.     {
  2941.         $this->throw('Cannot autowire service ".service_locator.Xg7apSt": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2942.     }
  2943.     /**
  2944.      * Gets the private '.errored..service_locator.Z2uXgOB.App\Entity\ExercisingClaimRequest' shared service.
  2945.      *
  2946.      * @return \App\Entity\ExercisingClaimRequest
  2947.      */
  2948.     protected function getExercisingClaimRequest2Service()
  2949.     {
  2950.         $this->throw('Cannot autowire service ".service_locator.Z2uXgOB": it references class "App\\Entity\\ExercisingClaimRequest" but no such service exists.');
  2951.     }
  2952.     /**
  2953.      * Gets the private '.errored..service_locator.bY95.K..App\Entity\System' shared service.
  2954.      *
  2955.      * @return \App\Entity\System
  2956.      */
  2957.     protected function getSystem2Service()
  2958.     {
  2959.         $this->throw('Cannot autowire service ".service_locator.bY95.K.": it references class "App\\Entity\\System" but no such service exists.');
  2960.     }
  2961.     /**
  2962.      * Gets the private '.errored..service_locator.fhX6f.w.App\Entity\Document' shared service.
  2963.      *
  2964.      * @return \App\Entity\Document
  2965.      */
  2966.     protected function getDocument2Service()
  2967.     {
  2968.         $this->throw('Cannot autowire service ".service_locator.fhX6f.w": it references class "App\\Entity\\Document" but no such service exists.');
  2969.     }
  2970.     /**
  2971.      * Gets the private '.errored..service_locator.fhX6f.w.App\Entity\DocumentType' shared service.
  2972.      *
  2973.      * @return \App\Entity\DocumentType
  2974.      */
  2975.     protected function getDocumentTypeService()
  2976.     {
  2977.         $this->throw('Cannot autowire service ".service_locator.fhX6f.w": it references class "App\\Entity\\DocumentType" but no such service exists.');
  2978.     }
  2979.     /**
  2980.      * Gets the private '.errored..service_locator.g7nthji.App\Entity\Subcontractor' shared service.
  2981.      *
  2982.      * @return \App\Entity\Subcontractor
  2983.      */
  2984.     protected function getSubcontractor4Service()
  2985.     {
  2986.         $this->throw('Cannot autowire service ".service_locator.g7nthji": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  2987.     }
  2988.     /**
  2989.      * Gets the private '.errored..service_locator.imyHFaH.App\Entity\Action' shared service.
  2990.      *
  2991.      * @return \App\Entity\Action
  2992.      */
  2993.     protected function getAction4Service()
  2994.     {
  2995.         $this->throw('Cannot autowire service ".service_locator.imyHFaH": it references class "App\\Entity\\Action" but no such service exists.');
  2996.     }
  2997.     /**
  2998.      * Gets the private '.errored..service_locator.lQZbJJ2.App\Entity\SystemStd' shared service.
  2999.      *
  3000.      * @return \App\Entity\SystemStd
  3001.      */
  3002.     protected function getSystemStdService()
  3003.     {
  3004.         $this->throw('Cannot autowire service ".service_locator.lQZbJJ2": it references class "App\\Entity\\SystemStd" but no such service exists.');
  3005.     }
  3006.     /**
  3007.      * Gets the private '.errored..service_locator.nOLP.jF.App\Entity\Document' shared service.
  3008.      *
  3009.      * @return \App\Entity\Document
  3010.      */
  3011.     protected function getDocument3Service()
  3012.     {
  3013.         $this->throw('Cannot autowire service ".service_locator.nOLP.jF": it references class "App\\Entity\\Document" but no such service exists.');
  3014.     }
  3015.     /**
  3016.      * Gets the private '.errored..service_locator.nX4pAD7.App\Entity\UserDocument' shared service.
  3017.      *
  3018.      * @return \App\Entity\UserDocument
  3019.      */
  3020.     protected function getUserDocumentService()
  3021.     {
  3022.         $this->throw('Cannot autowire service ".service_locator.nX4pAD7": it references class "App\\Entity\\UserDocument" but no such service exists.');
  3023.     }
  3024.     /**
  3025.      * Gets the private '.errored..service_locator.q7Gb0Wr.App\Entity\System' shared service.
  3026.      *
  3027.      * @return \App\Entity\System
  3028.      */
  3029.     protected function getSystem3Service()
  3030.     {
  3031.         $this->throw('Cannot autowire service ".service_locator.q7Gb0Wr": it references class "App\\Entity\\System" but no such service exists.');
  3032.     }
  3033.     /**
  3034.      * Gets the private '.errored..service_locator.qlE3Qw0.App\Entity\Partner' shared service.
  3035.      *
  3036.      * @return \App\Entity\Partner
  3037.      */
  3038.     protected function getPartner3Service()
  3039.     {
  3040.         $this->throw('Cannot autowire service ".service_locator.qlE3Qw0": it references class "App\\Entity\\Partner" but no such service exists.');
  3041.     }
  3042.     /**
  3043.      * Gets the private '.errored..service_locator.qyBRc1r.App\Entity\TrainingTeam' shared service.
  3044.      *
  3045.      * @return \App\Entity\TrainingTeam
  3046.      */
  3047.     protected function getTrainingTeamService()
  3048.     {
  3049.         $this->throw('Cannot autowire service ".service_locator.qyBRc1r": it references class "App\\Entity\\TrainingTeam" but no such service exists.');
  3050.     }
  3051.     /**
  3052.      * Gets the private '.errored..service_locator.r88saIC.App\Entity\Account' shared service.
  3053.      *
  3054.      * @return \App\Entity\Account
  3055.      */
  3056.     protected function getAccountService()
  3057.     {
  3058.         $this->throw('Cannot autowire service ".service_locator.r88saIC": it references class "App\\Entity\\Account" but no such service exists.');
  3059.     }
  3060.     /**
  3061.      * Gets the private '.errored..service_locator.reKEzLp.App\Entity\Manager' shared service.
  3062.      *
  3063.      * @return \App\Entity\Manager
  3064.      */
  3065.     protected function getManagerService()
  3066.     {
  3067.         $this->throw('Cannot autowire service ".service_locator.reKEzLp": it references class "App\\Entity\\Manager" but no such service exists.');
  3068.     }
  3069.     /**
  3070.      * Gets the private '.errored..service_locator.rnOZmu0.App\Entity\TrainingCampain' shared service.
  3071.      *
  3072.      * @return \App\Entity\TrainingCampain
  3073.      */
  3074.     protected function getTrainingCampainService()
  3075.     {
  3076.         $this->throw('Cannot autowire service ".service_locator.rnOZmu0": it references class "App\\Entity\\TrainingCampain" but no such service exists.');
  3077.     }
  3078.     /**
  3079.      * Gets the private '.errored..service_locator.sj6IO_6.App\Entity\Subcontractor' shared service.
  3080.      *
  3081.      * @return \App\Entity\Subcontractor
  3082.      */
  3083.     protected function getSubcontractor5Service()
  3084.     {
  3085.         $this->throw('Cannot autowire service ".service_locator.sj6IO_6": it references class "App\\Entity\\Subcontractor" but no such service exists.');
  3086.     }
  3087.     /**
  3088.      * Gets the private '.errored..service_locator.sj6IO_6.App\Entity\UserDocument' shared service.
  3089.      *
  3090.      * @return \App\Entity\UserDocument
  3091.      */
  3092.     protected function getUserDocument2Service()
  3093.     {
  3094.         $this->throw('Cannot autowire service ".service_locator.sj6IO_6": it references class "App\\Entity\\UserDocument" but no such service exists.');
  3095.     }
  3096.     /**
  3097.      * Gets the private '.errored..service_locator.vlJoCqf.App\Entity\Info' shared service.
  3098.      *
  3099.      * @return \App\Entity\Info
  3100.      */
  3101.     protected function getInfoService()
  3102.     {
  3103.         $this->throw('Cannot autowire service ".service_locator.vlJoCqf": it references class "App\\Entity\\Info" but no such service exists.');
  3104.     }
  3105.     /**
  3106.      * Gets the private '.errored..service_locator.wDj2NOz.App\Entity\ActionStd' shared service.
  3107.      *
  3108.      * @return \App\Entity\ActionStd
  3109.      */
  3110.     protected function getActionStdService()
  3111.     {
  3112.         $this->throw('Cannot autowire service ".service_locator.wDj2NOz": it references class "App\\Entity\\ActionStd" but no such service exists.');
  3113.     }
  3114.     /**
  3115.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3116.      *
  3117.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3118.      */
  3119.     protected function getLoaderInterfaceService()
  3120.     {
  3121.         $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".');
  3122.     }
  3123.     /**
  3124.      * Gets the private '.errored..service_locator.xYPrbWE.App\Entity\ActionStd' shared service.
  3125.      *
  3126.      * @return \App\Entity\ActionStd
  3127.      */
  3128.     protected function getActionStd2Service()
  3129.     {
  3130.         $this->throw('Cannot autowire service ".service_locator.xYPrbWE": it references class "App\\Entity\\ActionStd" but no such service exists.');
  3131.     }
  3132.     /**
  3133.      * Gets the private '.errored..service_locator.y2sGY9W.App\Entity\DocumentType' shared service.
  3134.      *
  3135.      * @return \App\Entity\DocumentType
  3136.      */
  3137.     protected function getDocumentType2Service()
  3138.     {
  3139.         $this->throw('Cannot autowire service ".service_locator.y2sGY9W": it references class "App\\Entity\\DocumentType" but no such service exists.');
  3140.     }
  3141.     /**
  3142.      * Gets the private '.errored..service_locator.y4zQImq.App\Entity\Subscription' shared service.
  3143.      *
  3144.      * @return \App\Entity\Subscription
  3145.      */
  3146.     protected function getSubscription2Service()
  3147.     {
  3148.         $this->throw('Cannot autowire service ".service_locator.y4zQImq": it references class "App\\Entity\\Subscription" but no such service exists.');
  3149.     }
  3150.     /**
  3151.      * Gets the private '.errored..service_locator.y4zQImq.App\Entity\User' shared service.
  3152.      *
  3153.      * @return \App\Entity\User
  3154.      */
  3155.     protected function getUser3Service()
  3156.     {
  3157.         $this->throw('Cannot autowire service ".service_locator.y4zQImq": it references class "App\\Entity\\User" but no such service exists.');
  3158.     }
  3159.     /**
  3160.      * Gets the private '.errored..service_locator.y57SvXX.App\Entity\TrainingCampain' shared service.
  3161.      *
  3162.      * @return \App\Entity\TrainingCampain
  3163.      */
  3164.     protected function getTrainingCampain2Service()
  3165.     {
  3166.         $this->throw('Cannot autowire service ".service_locator.y57SvXX": it references class "App\\Entity\\TrainingCampain" but no such service exists.');
  3167.     }
  3168.     /**
  3169.      * Gets the private '.errored..service_locator.y57SvXX.App\Entity\TrainingRequest' shared service.
  3170.      *
  3171.      * @return \App\Entity\TrainingRequest
  3172.      */
  3173.     protected function getTrainingRequestService()
  3174.     {
  3175.         $this->throw('Cannot autowire service ".service_locator.y57SvXX": it references class "App\\Entity\\TrainingRequest" but no such service exists.');
  3176.     }
  3177.     /**
  3178.      * Gets the private '.errored..service_locator.ygpPqBH.App\Entity\Incident' shared service.
  3179.      *
  3180.      * @return \App\Entity\Incident
  3181.      */
  3182.     protected function getIncident2Service()
  3183.     {
  3184.         $this->throw('Cannot autowire service ".service_locator.ygpPqBH": it references class "App\\Entity\\Incident" but no such service exists.');
  3185.     }
  3186.     /**
  3187.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\Console\Command\LazyCommand
  3190.      */
  3191.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3192.     {
  3193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3195.         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 {
  3196.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3197.         });
  3198.     }
  3199.     /**
  3200.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3201.      *
  3202.      * @return \Symfony\Component\Console\Command\LazyCommand
  3203.      */
  3204.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3208.         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 {
  3209.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3210.         });
  3211.     }
  3212.     /**
  3213.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3214.      *
  3215.      * @return \Symfony\Component\Console\Command\LazyCommand
  3216.      */
  3217.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3218.     {
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3221.         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 {
  3222.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3223.         });
  3224.     }
  3225.     /**
  3226.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3227.      *
  3228.      * @return \Symfony\Component\Console\Command\LazyCommand
  3229.      */
  3230.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3234.         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 {
  3235.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3236.         });
  3237.     }
  3238.     /**
  3239.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3240.      *
  3241.      * @return \Symfony\Component\Console\Command\LazyCommand
  3242.      */
  3243.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3244.     {
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3247.         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 {
  3248.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3249.         });
  3250.     }
  3251.     /**
  3252.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3253.      *
  3254.      * @return \Symfony\Component\Console\Command\LazyCommand
  3255.      */
  3256.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3257.     {
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3260.         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 {
  3261.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3262.         });
  3263.     }
  3264.     /**
  3265.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3266.      *
  3267.      * @return \Symfony\Component\Console\Command\LazyCommand
  3268.      */
  3269.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3273.         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 {
  3274.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3275.         });
  3276.     }
  3277.     /**
  3278.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3279.      *
  3280.      * @return \Symfony\Component\Console\Command\LazyCommand
  3281.      */
  3282.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3283.     {
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3286.         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 {
  3287.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3288.         });
  3289.     }
  3290.     /**
  3291.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\Console\Command\LazyCommand
  3294.      */
  3295.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3296.     {
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3299.         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 {
  3300.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3301.         });
  3302.     }
  3303.     /**
  3304.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3305.      *
  3306.      * @return \Symfony\Component\Console\Command\LazyCommand
  3307.      */
  3308.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3312.         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 {
  3313.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3314.         });
  3315.     }
  3316.     /**
  3317.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3318.      *
  3319.      * @return \Symfony\Component\Console\Command\LazyCommand
  3320.      */
  3321.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3325.         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 {
  3326.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3327.         });
  3328.     }
  3329.     /**
  3330.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3331.      *
  3332.      * @return \Symfony\Component\Console\Command\LazyCommand
  3333.      */
  3334.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3338.         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 {
  3339.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3340.         });
  3341.     }
  3342.     /**
  3343.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3344.      *
  3345.      * @return \Symfony\Component\Console\Command\LazyCommand
  3346.      */
  3347.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3351.         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 {
  3352.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3353.         });
  3354.     }
  3355.     /**
  3356.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  3357.      *
  3358.      * @return \Symfony\Component\Console\Command\LazyCommand
  3359.      */
  3360.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3364.         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 {
  3365.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  3366.         });
  3367.     }
  3368.     /**
  3369.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3370.      *
  3371.      * @return \Symfony\Component\Console\Command\LazyCommand
  3372.      */
  3373.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3377.         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 {
  3378.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3379.         });
  3380.     }
  3381.     /**
  3382.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3383.      *
  3384.      * @return \Symfony\Component\Console\Command\LazyCommand
  3385.      */
  3386.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3387.     {
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3390.         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 {
  3391.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3392.         });
  3393.     }
  3394.     /**
  3395.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3396.      *
  3397.      * @return \Symfony\Component\Console\Command\LazyCommand
  3398.      */
  3399.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3400.     {
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3403.         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 {
  3404.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3405.         });
  3406.     }
  3407.     /**
  3408.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3409.      *
  3410.      * @return \Symfony\Component\Console\Command\LazyCommand
  3411.      */
  3412.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3413.     {
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3416.         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 {
  3417.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3418.         });
  3419.     }
  3420.     /**
  3421.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3422.      *
  3423.      * @return \Symfony\Component\Console\Command\LazyCommand
  3424.      */
  3425.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3429.         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 {
  3430.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3431.         });
  3432.     }
  3433.     /**
  3434.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3435.      *
  3436.      * @return \Symfony\Component\Console\Command\LazyCommand
  3437.      */
  3438.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3439.     {
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3442.         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 {
  3443.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3444.         });
  3445.     }
  3446.     /**
  3447.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3448.      *
  3449.      * @return \Symfony\Component\Console\Command\LazyCommand
  3450.      */
  3451.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3452.     {
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3455.         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 {
  3456.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3457.         });
  3458.     }
  3459.     /**
  3460.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3461.      *
  3462.      * @return \Symfony\Component\Console\Command\LazyCommand
  3463.      */
  3464.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3465.     {
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3468.         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 {
  3469.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3470.         });
  3471.     }
  3472.     /**
  3473.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3474.      *
  3475.      * @return \Symfony\Component\Console\Command\LazyCommand
  3476.      */
  3477.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3478.     {
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3481.         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 {
  3482.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3483.         });
  3484.     }
  3485.     /**
  3486.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3487.      *
  3488.      * @return \Symfony\Component\Console\Command\LazyCommand
  3489.      */
  3490.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3491.     {
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3494.         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 {
  3495.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3496.         });
  3497.     }
  3498.     /**
  3499.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3500.      *
  3501.      * @return \Symfony\Component\Console\Command\LazyCommand
  3502.      */
  3503.     protected function get_Monolog_Command_ServerLog_LazyService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3507.         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 {
  3508.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3509.         });
  3510.     }
  3511.     /**
  3512.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\Console\Command\LazyCommand
  3515.      */
  3516.     protected function get_Security_Command_DebugFirewall_LazyService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3520.         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 {
  3521.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3522.         });
  3523.     }
  3524.     /**
  3525.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\Console\Command\LazyCommand
  3528.      */
  3529.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3533.         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 {
  3534.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3535.         });
  3536.     }
  3537.     /**
  3538.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\Console\Command\LazyCommand
  3541.      */
  3542.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3546.         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 {
  3547.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3548.         });
  3549.     }
  3550.     /**
  3551.      * Gets the private '.service_locator.0IdPg8y' shared service.
  3552.      *
  3553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3554.      */
  3555.     protected function get_ServiceLocator_0IdPg8yService()
  3556.     {
  3557.         return $this->privates['.service_locator.0IdPg8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3558.             '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.'],
  3559.         ], [
  3560.             'type' => 'App\\Entity\\SubcontractorType',
  3561.         ]);
  3562.     }
  3563.     /**
  3564.      * Gets the private '.service_locator.4T4EJFR' shared service.
  3565.      *
  3566.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3567.      */
  3568.     protected function get_ServiceLocator_4T4EJFRService()
  3569.     {
  3570.         return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3571.             '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.'],
  3572.         ], [
  3573.             'user' => 'App\\Entity\\User',
  3574.         ]);
  3575.     }
  3576.     /**
  3577.      * Gets the private '.service_locator.6yyNhdY' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3580.      */
  3581.     protected function get_ServiceLocator_6yyNhdYService()
  3582.     {
  3583.         return $this->privates['.service_locator.6yyNhdY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3584.             '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.'],
  3585.         ], [
  3586.             'subcontractor' => 'App\\Entity\\SubcontractorStd',
  3587.         ]);
  3588.     }
  3589.     /**
  3590.      * Gets the private '.service_locator.9kVc5KX' shared service.
  3591.      *
  3592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3593.      */
  3594.     protected function get_ServiceLocator_9kVc5KXService()
  3595.     {
  3596.         return $this->privates['.service_locator.9kVc5KX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3597.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3598.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3599.         ], [
  3600.             'em' => '?',
  3601.             'security' => '?',
  3602.         ]);
  3603.     }
  3604.     /**
  3605.      * Gets the private '.service_locator.C0O7g94' shared service.
  3606.      *
  3607.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3608.      */
  3609.     protected function get_ServiceLocator_C0O7g94Service()
  3610.     {
  3611.         return $this->privates['.service_locator.C0O7g94'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3612.             '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.'],
  3613.         ], [
  3614.             'training' => 'App\\Entity\\Training',
  3615.         ]);
  3616.     }
  3617.     /**
  3618.      * Gets the private '.service_locator.EN1oKZA' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3621.      */
  3622.     protected function get_ServiceLocator_EN1oKZAService()
  3623.     {
  3624.         return $this->privates['.service_locator.EN1oKZA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3625.             'exercisingclaim' => ['privates''.errored..service_locator.EN1oKZA.App\\Entity\\ExercisingClaimRequest'NULL'Cannot autowire service ".service_locator.EN1oKZA": it references class "App\\Entity\\ExercisingClaimRequest" but no such service exists.'],
  3626.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  3627.         ], [
  3628.             'exercisingclaim' => 'App\\Entity\\ExercisingClaimRequest',
  3629.             'fileUploadService' => 'App\\Services\\FileUploadService',
  3630.         ]);
  3631.     }
  3632.     /**
  3633.      * Gets the private '.service_locator.FitdjK5' shared service.
  3634.      *
  3635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3636.      */
  3637.     protected function get_ServiceLocator_FitdjK5Service()
  3638.     {
  3639.         return $this->privates['.service_locator.FitdjK5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3640.             'action' => ['privates''.errored..service_locator.FitdjK5.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.FitdjK5": it references class "App\\Entity\\Action" but no such service exists.'],
  3641.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  3642.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3643.         ], [
  3644.             'action' => 'App\\Entity\\Action',
  3645.             'fileUploadService' => 'App\\Services\\FileUploadService',
  3646.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3647.         ]);
  3648.     }
  3649.     /**
  3650.      * Gets the private '.service_locator.GUzzxF3' shared service.
  3651.      *
  3652.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3653.      */
  3654.     protected function get_ServiceLocator_GUzzxF3Service()
  3655.     {
  3656.         return $this->privates['.service_locator.GUzzxF3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3657.             '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.'],
  3658.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3659.         ], [
  3660.             'action' => 'App\\Entity\\Action',
  3661.             'security' => '?',
  3662.         ]);
  3663.     }
  3664.     /**
  3665.      * Gets the private '.service_locator.HeS.z9s' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3668.      */
  3669.     protected function get_ServiceLocator_HeS_Z9sService()
  3670.     {
  3671.         return $this->privates['.service_locator.HeS.z9s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3672.             '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.'],
  3673.         ], [
  3674.             'treatment' => 'App\\Entity\\Treatment',
  3675.         ]);
  3676.     }
  3677.     /**
  3678.      * Gets the private '.service_locator.HyGV.Jt' shared service.
  3679.      *
  3680.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3681.      */
  3682.     protected function get_ServiceLocator_HyGV_JtService()
  3683.     {
  3684.         return $this->privates['.service_locator.HyGV.Jt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3685.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  3686.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3687.             'treatment' => ['privates''.errored..service_locator.HyGV.Jt.App\\Entity\\Treatment'NULL'Cannot autowire service ".service_locator.HyGV.Jt": it references class "App\\Entity\\Treatment" but no such service exists.'],
  3688.         ], [
  3689.             'fileUploadService' => 'App\\Services\\FileUploadService',
  3690.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3691.             'treatment' => 'App\\Entity\\Treatment',
  3692.         ]);
  3693.     }
  3694.     /**
  3695.      * Gets the private '.service_locator.ICQhBYA' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3698.      */
  3699.     protected function get_ServiceLocator_ICQhBYAService()
  3700.     {
  3701.         return $this->privates['.service_locator.ICQhBYA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3702.             '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.'],
  3703.         ], [
  3704.             'partner' => 'App\\Entity\\Partner',
  3705.         ]);
  3706.     }
  3707.     /**
  3708.      * Gets the private '.service_locator.JS20hFA' shared service.
  3709.      *
  3710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3711.      */
  3712.     protected function get_ServiceLocator_JS20hFAService()
  3713.     {
  3714.         return $this->privates['.service_locator.JS20hFA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3715.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3716.             '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.'],
  3717.         ], [
  3718.             'security' => '?',
  3719.             'system' => 'App\\Entity\\System',
  3720.         ]);
  3721.     }
  3722.     /**
  3723.      * Gets the private '.service_locator.KDYAHgO' shared service.
  3724.      *
  3725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3726.      */
  3727.     protected function get_ServiceLocator_KDYAHgOService()
  3728.     {
  3729.         return $this->privates['.service_locator.KDYAHgO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3730.             '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.'],
  3731.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3732.         ], [
  3733.             'partner' => 'App\\Entity\\Partner',
  3734.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3735.         ]);
  3736.     }
  3737.     /**
  3738.      * Gets the private '.service_locator.KZkRILm' shared service.
  3739.      *
  3740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3741.      */
  3742.     protected function get_ServiceLocator_KZkRILmService()
  3743.     {
  3744.         return $this->privates['.service_locator.KZkRILm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3745.             '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.'],
  3746.         ], [
  3747.             'subcontractor' => 'App\\Entity\\Subcontractor',
  3748.         ]);
  3749.     }
  3750.     /**
  3751.      * Gets the private '.service_locator.LHBmK94' shared service.
  3752.      *
  3753.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3754.      */
  3755.     protected function get_ServiceLocator_LHBmK94Service()
  3756.     {
  3757.         return $this->privates['.service_locator.LHBmK94'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3758.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  3759.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3760.         ], [
  3761.             'fileUploadService' => 'App\\Services\\FileUploadService',
  3762.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3763.         ]);
  3764.     }
  3765.     /**
  3766.      * Gets the private '.service_locator.Nu02FTC' shared service.
  3767.      *
  3768.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3769.      */
  3770.     protected function get_ServiceLocator_Nu02FTCService()
  3771.     {
  3772.         return $this->privates['.service_locator.Nu02FTC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3773.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  3774.             'incident' => ['privates''.errored..service_locator.Nu02FTC.App\\Entity\\Incident'NULL'Cannot autowire service ".service_locator.Nu02FTC": it references class "App\\Entity\\Incident" but no such service exists.'],
  3775.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3776.         ], [
  3777.             'fileUploadService' => 'App\\Services\\FileUploadService',
  3778.             'incident' => 'App\\Entity\\Incident',
  3779.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3780.         ]);
  3781.     }
  3782.     /**
  3783.      * Gets the private '.service_locator.OTzALgi' shared service.
  3784.      *
  3785.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3786.      */
  3787.     protected function get_ServiceLocator_OTzALgiService()
  3788.     {
  3789.         return $this->privates['.service_locator.OTzALgi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3790.             '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.'],
  3791.             '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.'],
  3792.         ], [
  3793.             'subscriptionType' => 'App\\Entity\\SubscriptionType',
  3794.             'user' => 'App\\Entity\\User',
  3795.         ]);
  3796.     }
  3797.     /**
  3798.      * Gets the private '.service_locator.OYNa6tv' shared service.
  3799.      *
  3800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3801.      */
  3802.     protected function get_ServiceLocator_OYNa6tvService()
  3803.     {
  3804.         return $this->privates['.service_locator.OYNa6tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3805.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  3806.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3807.             'subcontractor' => ['privates''.errored..service_locator.OYNa6tv.App\\Entity\\Subcontractor'NULL'Cannot autowire service ".service_locator.OYNa6tv": it references class "App\\Entity\\Subcontractor" but no such service exists.'],
  3808.         ], [
  3809.             'fileUploadService' => 'App\\Services\\FileUploadService',
  3810.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3811.             'subcontractor' => 'App\\Entity\\Subcontractor',
  3812.         ]);
  3813.     }
  3814.     /**
  3815.      * Gets the private '.service_locator.QWJs.qa' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3818.      */
  3819.     protected function get_ServiceLocator_QWJs_QaService()
  3820.     {
  3821.         return $this->privates['.service_locator.QWJs.qa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3822.             '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.'],
  3823.             '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.'],
  3824.         ], [
  3825.             'subcontractor' => 'App\\Entity\\SubcontractorStd',
  3826.             'subcontractorStdDocument' => 'App\\Entity\\SubcontractorStdDocument',
  3827.         ]);
  3828.     }
  3829.     /**
  3830.      * Gets the private '.service_locator.STDXTW2' shared service.
  3831.      *
  3832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3833.      */
  3834.     protected function get_ServiceLocator_STDXTW2Service()
  3835.     {
  3836.         return $this->privates['.service_locator.STDXTW2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3837.             '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.'],
  3838.         ], [
  3839.             'treatment' => 'App\\Entity\\TreatmentStd',
  3840.         ]);
  3841.     }
  3842.     /**
  3843.      * Gets the private '.service_locator.Tj1bCYO' shared service.
  3844.      *
  3845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3846.      */
  3847.     protected function get_ServiceLocator_Tj1bCYOService()
  3848.     {
  3849.         return $this->privates['.service_locator.Tj1bCYO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3850.             '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.'],
  3851.         ], [
  3852.             'document' => 'App\\Entity\\Document',
  3853.         ]);
  3854.     }
  3855.     /**
  3856.      * Gets the private '.service_locator.TtMmK9Q' shared service.
  3857.      *
  3858.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3859.      */
  3860.     protected function get_ServiceLocator_TtMmK9QService()
  3861.     {
  3862.         return $this->privates['.service_locator.TtMmK9Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3863.             '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.'],
  3864.         ], [
  3865.             'action' => 'App\\Entity\\Action',
  3866.         ]);
  3867.     }
  3868.     /**
  3869.      * Gets the private '.service_locator.Wx.x6CL' shared service.
  3870.      *
  3871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3872.      */
  3873.     protected function get_ServiceLocator_Wx_X6CLService()
  3874.     {
  3875.         return $this->privates['.service_locator.Wx.x6CL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3876.             '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.'],
  3877.         ], [
  3878.             'subscription' => 'App\\Entity\\Subscription',
  3879.         ]);
  3880.     }
  3881.     /**
  3882.      * Gets the private '.service_locator.X7CGKl8' shared service.
  3883.      *
  3884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3885.      */
  3886.     protected function get_ServiceLocator_X7CGKl8Service()
  3887.     {
  3888.         return $this->privates['.service_locator.X7CGKl8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3889.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3890.             '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.'],
  3891.         ], [
  3892.             'security' => '?',
  3893.             'treatment' => 'App\\Entity\\Treatment',
  3894.         ]);
  3895.     }
  3896.     /**
  3897.      * Gets the private '.service_locator.Xg7apSt' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3900.      */
  3901.     protected function get_ServiceLocator_Xg7apStService()
  3902.     {
  3903.         return $this->privates['.service_locator.Xg7apSt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3904.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3905.             '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.'],
  3906.         ], [
  3907.             'security' => '?',
  3908.             'subcontractor' => 'App\\Entity\\Subcontractor',
  3909.         ]);
  3910.     }
  3911.     /**
  3912.      * Gets the private '.service_locator.XsyfP82' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3915.      */
  3916.     protected function get_ServiceLocator_XsyfP82Service()
  3917.     {
  3918.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3919.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3920.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3921.         ], [
  3922.             'event_dispatcher' => '?',
  3923.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3924.         ]);
  3925.     }
  3926.     /**
  3927.      * Gets the private '.service_locator.Z2uXgOB' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3930.      */
  3931.     protected function get_ServiceLocator_Z2uXgOBService()
  3932.     {
  3933.         return $this->privates['.service_locator.Z2uXgOB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3934.             '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.'],
  3935.         ], [
  3936.             'exercisingclaim' => 'App\\Entity\\ExercisingClaimRequest',
  3937.         ]);
  3938.     }
  3939.     /**
  3940.      * Gets the private '.service_locator.aKM6MDa' shared service.
  3941.      *
  3942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3943.      */
  3944.     protected function get_ServiceLocator_AKM6MDaService()
  3945.     {
  3946.         return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3947.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3948.         ], [
  3949.             'entityManager' => '?',
  3950.         ]);
  3951.     }
  3952.     /**
  3953.      * Gets the private '.service_locator.bY95.K.' shared service.
  3954.      *
  3955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3956.      */
  3957.     protected function get_ServiceLocator_BY95_K_Service()
  3958.     {
  3959.         return $this->privates['.service_locator.bY95.K.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3960.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3961.             '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.'],
  3962.         ], [
  3963.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3964.             'system' => 'App\\Entity\\System',
  3965.         ]);
  3966.     }
  3967.     /**
  3968.      * Gets the private '.service_locator.fhX6f.w' shared service.
  3969.      *
  3970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3971.      */
  3972.     protected function get_ServiceLocator_FhX6f_WService()
  3973.     {
  3974.         return $this->privates['.service_locator.fhX6f.w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3975.             '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.'],
  3976.             '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.'],
  3977.         ], [
  3978.             'document' => 'App\\Entity\\Document',
  3979.             'type' => 'App\\Entity\\DocumentType',
  3980.         ]);
  3981.     }
  3982.     /**
  3983.      * Gets the private '.service_locator.g0M32zk' shared service.
  3984.      *
  3985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3986.      */
  3987.     protected function get_ServiceLocator_G0M32zkService()
  3988.     {
  3989.         return $this->privates['.service_locator.g0M32zk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3990.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  3991.         ], [
  3992.             'sendEmailService' => 'App\\Services\\SendEmailService',
  3993.         ]);
  3994.     }
  3995.     /**
  3996.      * Gets the private '.service_locator.g7nthji' shared service.
  3997.      *
  3998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3999.      */
  4000.     protected function get_ServiceLocator_G7nthjiService()
  4001.     {
  4002.         return $this->privates['.service_locator.g7nthji'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4003.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4004.             '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.'],
  4005.         ], [
  4006.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4007.             'subcontractor' => 'App\\Entity\\Subcontractor',
  4008.         ]);
  4009.     }
  4010.     /**
  4011.      * Gets the private '.service_locator.iPUDszY' shared service.
  4012.      *
  4013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4014.      */
  4015.     protected function get_ServiceLocator_IPUDszYService()
  4016.     {
  4017.         return $this->privates['.service_locator.iPUDszY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4018.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  4019.             'translator' => ['services''translator''getTranslatorService'false],
  4020.         ], [
  4021.             'fileUploadService' => 'App\\Services\\FileUploadService',
  4022.             'translator' => '?',
  4023.         ]);
  4024.     }
  4025.     /**
  4026.      * Gets the private '.service_locator.imyHFaH' shared service.
  4027.      *
  4028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4029.      */
  4030.     protected function get_ServiceLocator_ImyHFaHService()
  4031.     {
  4032.         return $this->privates['.service_locator.imyHFaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4033.             '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.'],
  4034.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4035.         ], [
  4036.             'action' => 'App\\Entity\\Action',
  4037.             'em' => '?',
  4038.         ]);
  4039.     }
  4040.     /**
  4041.      * Gets the private '.service_locator.jaLcF7S' shared service.
  4042.      *
  4043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4044.      */
  4045.     protected function get_ServiceLocator_JaLcF7SService()
  4046.     {
  4047.         return $this->privates['.service_locator.jaLcF7S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4048.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4049.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4050.         ], [
  4051.             'em' => '?',
  4052.             'serializer' => '?',
  4053.         ]);
  4054.     }
  4055.     /**
  4056.      * Gets the private '.service_locator.lQZbJJ2' shared service.
  4057.      *
  4058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4059.      */
  4060.     protected function get_ServiceLocator_LQZbJJ2Service()
  4061.     {
  4062.         return $this->privates['.service_locator.lQZbJJ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4063.             '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.'],
  4064.         ], [
  4065.             'system' => 'App\\Entity\\SystemStd',
  4066.         ]);
  4067.     }
  4068.     /**
  4069.      * Gets the private '.service_locator.ltF1ZuF' shared service.
  4070.      *
  4071.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4072.      */
  4073.     protected function get_ServiceLocator_LtF1ZuFService()
  4074.     {
  4075.         return $this->privates['.service_locator.ltF1ZuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4076.             'App\\Controller\\ActionController::actionsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4077.             'App\\Controller\\ActionController::actionsCopyAction' => ['privates''.service_locator.FitdjK5''get_ServiceLocator_FitdjK5Service'false],
  4078.             'App\\Controller\\ActionController::actionsDeleteAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  4079.             'App\\Controller\\ActionController::actionsDeleteDocAction' => ['privates''.service_locator.imyHFaH''get_ServiceLocator_ImyHFaHService'false],
  4080.             'App\\Controller\\ActionController::actionsEditAction' => ['privates''.service_locator.FitdjK5''get_ServiceLocator_FitdjK5Service'false],
  4081.             'App\\Controller\\ActionController::actionsPrintAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  4082.             'App\\Controller\\ActionController::actionsStandardizeAction' => ['privates''.service_locator.GUzzxF3''get_ServiceLocator_GUzzxF3Service'false],
  4083.             'App\\Controller\\ActionGprController::actionsGrpAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4084.             'App\\Controller\\ActionGprController::actionsGrpDeleteAllAction' => ['privates''.service_locator.imyHFaH''get_ServiceLocator_ImyHFaHService'false],
  4085.             'App\\Controller\\ActionGprController::actionsGrpListAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  4086.             'App\\Controller\\DefaultController::forgotPasswordAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4087.             'App\\Controller\\DefaultController::loginAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4088.             'App\\Controller\\ExercisingController::exercisingclaimsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4089.             'App\\Controller\\ExercisingController::exercisingclaimsDeleteAction' => ['privates''.service_locator.Z2uXgOB''get_ServiceLocator_Z2uXgOBService'false],
  4090.             'App\\Controller\\ExercisingController::exercisingclaimsEditAction' => ['privates''.service_locator.EN1oKZA''get_ServiceLocator_EN1oKZAService'false],
  4091.             'App\\Controller\\IncidentController::incidentsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4092.             'App\\Controller\\IncidentController::incidentsCopyAction' => ['privates''.service_locator.Nu02FTC''get_ServiceLocator_Nu02FTCService'false],
  4093.             'App\\Controller\\IncidentController::incidentsDeleteAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  4094.             'App\\Controller\\IncidentController::incidentsEditAction' => ['privates''.service_locator.Nu02FTC''get_ServiceLocator_Nu02FTCService'false],
  4095.             'App\\Controller\\IncidentController::incidentsViewAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  4096.             'App\\Controller\\ManagerController::actionsDeleteAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4097.             'App\\Controller\\ManagerController::actionsDeleteDocAction' => ['privates''.service_locator.xYPrbWE''get_ServiceLocator_XYPrbWEService'false],
  4098.             'App\\Controller\\ManagerController::actionsEditAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4099.             'App\\Controller\\ManagerController::actionsGanTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4100.             'App\\Controller\\ManagerController::actionsTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4101.             'App\\Controller\\ManagerController::creditsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4102.             'App\\Controller\\ManagerController::documentsAction' => ['privates''.service_locator.ybFLXvo''get_ServiceLocator_YbFLXvoService'false],
  4103.             'App\\Controller\\ManagerController::documentsDeleteAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  4104.             'App\\Controller\\ManagerController::documentsEditAction' => ['privates''.service_locator.nOLP.jF''get_ServiceLocator_NOLP_JFService'false],
  4105.             'App\\Controller\\ManagerController::documentsTranslateAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  4106.             'App\\Controller\\ManagerController::documentsTypesDeleteAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  4107.             'App\\Controller\\ManagerController::documentsTypesEditAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  4108.             'App\\Controller\\ManagerController::infosDeleteAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  4109.             'App\\Controller\\ManagerController::infosEditAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  4110.             'App\\Controller\\ManagerController::loginLogsAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4111.             'App\\Controller\\ManagerController::managersDeleteAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  4112.             'App\\Controller\\ManagerController::managersEditAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  4113.             'App\\Controller\\ManagerController::partnersAddAction' => ['privates''.service_locator.ybFLXvo''get_ServiceLocator_YbFLXvoService'false],
  4114.             'App\\Controller\\ManagerController::partnersDeleteAction' => ['privates''.service_locator.ICQhBYA''get_ServiceLocator_ICQhBYAService'false],
  4115.             'App\\Controller\\ManagerController::partnersEditAction' => ['privates''.service_locator.qlE3Qw0''get_ServiceLocator_QlE3Qw0Service'false],
  4116.             'App\\Controller\\ManagerController::subcontractorsDeleteAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4117.             'App\\Controller\\ManagerController::subcontractorsDeleteDocAction' => ['privates''.service_locator.QWJs.qa''get_ServiceLocator_QWJs_QaService'false],
  4118.             'App\\Controller\\ManagerController::subcontractorsEditAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4119.             'App\\Controller\\ManagerController::subcontractorsGanTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4120.             'App\\Controller\\ManagerController::subcontractorsTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4121.             'App\\Controller\\ManagerController::subscriptionsDeleteAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  4122.             'App\\Controller\\ManagerController::subscriptionsEditAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  4123.             'App\\Controller\\ManagerController::subscriptionsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4124.             'App\\Controller\\ManagerController::subscriptionsUserAddAction' => ['privates''.service_locator.OTzALgi''get_ServiceLocator_OTzALgiService'false],
  4125.             'App\\Controller\\ManagerController::subscriptionsUserDisableAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  4126.             'App\\Controller\\ManagerController::subscriptionsUserPaymentAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  4127.             'App\\Controller\\ManagerController::substituteAction' => ['privates''.service_locator.r88saIC''get_ServiceLocator_R88saICService'false],
  4128.             'App\\Controller\\ManagerController::systemsDeleteAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4129.             'App\\Controller\\ManagerController::systemsEditAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4130.             'App\\Controller\\ManagerController::systemsGanTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4131.             'App\\Controller\\ManagerController::systemsTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4132.             'App\\Controller\\ManagerController::trainingsAnswerAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4133.             'App\\Controller\\ManagerController::trainingsDeleteAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4134.             'App\\Controller\\ManagerController::trainingsEditAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4135.             'App\\Controller\\ManagerController::trainingsGanTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4136.             'App\\Controller\\ManagerController::trainingsTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4137.             'App\\Controller\\ManagerController::treatmentsDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4138.             'App\\Controller\\ManagerController::treatmentsEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4139.             'App\\Controller\\ManagerController::treatmentsGanTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4140.             'App\\Controller\\ManagerController::treatmentsTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4141.             'App\\Controller\\ManagerController::userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4142.             'App\\Controller\\ManagerController::usersDeleteAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4143.             'App\\Controller\\ManagerController::usersEditAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4144.             'App\\Controller\\ManagerController::usersPrintAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4145.             'App\\Controller\\SubContractorController::subcontractorsAction' => ['privates''.service_locator.0IdPg8y''get_ServiceLocator_0IdPg8yService'false],
  4146.             'App\\Controller\\SubContractorController::subcontractorsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4147.             'App\\Controller\\SubContractorController::subcontractorsCopyAction' => ['privates''.service_locator.OYNa6tv''get_ServiceLocator_OYNa6tvService'false],
  4148.             'App\\Controller\\SubContractorController::subcontractorsDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  4149.             'App\\Controller\\SubContractorController::subcontractorsDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  4150.             'App\\Controller\\SubContractorController::subcontractorsEditAction' => ['privates''.service_locator.OYNa6tv''get_ServiceLocator_OYNa6tvService'false],
  4151.             'App\\Controller\\SubContractorController::subcontractorsExportXlsxAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4152.             'App\\Controller\\SubContractorController::subcontractorsStandardizeAction' => ['privates''.service_locator.Xg7apSt''get_ServiceLocator_Xg7apStService'false],
  4153.             'App\\Controller\\SubContractorController::subcontractorsTableFragmentAction' => ['privates''.service_locator.0IdPg8y''get_ServiceLocator_0IdPg8yService'false],
  4154.             'App\\Controller\\SubContractorGprController::subcontractorsGrpAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4155.             'App\\Controller\\SubContractorGprController::subcontractorsGrpCopyAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  4156.             'App\\Controller\\SubContractorGprController::subcontractorsGrpDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  4157.             'App\\Controller\\SubContractorGprController::subcontractorsGrpDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  4158.             'App\\Controller\\SubContractorGprController::subcontractorsGrpEditAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  4159.             'App\\Controller\\SystemController::systemsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4160.             'App\\Controller\\SystemController::systemsDeleteAction' => ['privates''.service_locator.q7Gb0Wr''get_ServiceLocator_Q7Gb0WrService'false],
  4161.             'App\\Controller\\SystemController::systemsEditAction' => ['privates''.service_locator.bY95.K.''get_ServiceLocator_BY95_K_Service'false],
  4162.             'App\\Controller\\SystemController::systemsStandardizeAction' => ['privates''.service_locator.JS20hFA''get_ServiceLocator_JS20hFAService'false],
  4163.             'App\\Controller\\TrainingController::trainingsAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4164.             'App\\Controller\\TrainingController::trainingsRequestsReviveAction' => ['privates''.service_locator.y57SvXX''get_ServiceLocator_Y57SvXXService'false],
  4165.             'App\\Controller\\TrainingController::trainingsRequestsReviveAllAction' => ['privates''.service_locator.rnOZmu0''get_ServiceLocator_RnOZmu0Service'false],
  4166.             'App\\Controller\\TrainingController::trainingsTeamsDeleteAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  4167.             'App\\Controller\\TrainingController::trainingsTeamsEditAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  4168.             'App\\Controller\\TreatmentController::treatmentsAddAction' => ['privates''.service_locator.qzYwSNX''get_ServiceLocator_QzYwSNXService'false],
  4169.             'App\\Controller\\TreatmentController::treatmentsCopyAction' => ['privates''.service_locator.HyGV.Jt''get_ServiceLocator_HyGV_JtService'false],
  4170.             'App\\Controller\\TreatmentController::treatmentsDeleteAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  4171.             'App\\Controller\\TreatmentController::treatmentsEditAction' => ['privates''.service_locator.HyGV.Jt''get_ServiceLocator_HyGV_JtService'false],
  4172.             'App\\Controller\\TreatmentController::treatmentsExportOneAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  4173.             'App\\Controller\\TreatmentController::treatmentsExportXlsxAction' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4174.             'App\\Controller\\TreatmentController::treatmentsShowAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  4175.             'App\\Controller\\TreatmentController::treatmentsStandardizeAction' => ['privates''.service_locator.X7CGKl8''get_ServiceLocator_X7CGKl8Service'false],
  4176.             'App\\Controller\\TreatmentController::treatmentsStdDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4177.             'App\\Controller\\TreatmentController::treatmentsStdEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4178.             'App\\Controller\\UserController::accountAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4179.             'App\\Controller\\UserController::accountExportAction' => ['privates''.service_locator.jaLcF7S''get_ServiceLocator_JaLcF7SService'false],
  4180.             'App\\Controller\\UserController::documentsAction' => ['privates''.service_locator.iPUDszY''get_ServiceLocator_IPUDszYService'false],
  4181.             'App\\Controller\\UserController::indexAction' => ['privates''.service_locator.9kVc5KX''get_ServiceLocator_9kVc5KXService'false],
  4182.             'App\\Controller\\UserController::interventionAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4183.             'App\\Controller\\UserController::partnersGetAction' => ['privates''.service_locator.KDYAHgO''get_ServiceLocator_KDYAHgOService'false],
  4184.             'App\\Controller\\UserController::readMdpDocumentsAction' => ['privates''.service_locator.fhX6f.w''get_ServiceLocator_FhX6f_WService'false],
  4185.             'App\\Controller\\UserController::readUserDocumentsAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  4186.             'App\\Controller\\UserController::userDocumentsDeleteAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  4187.             'App\\Controller\\UserController::userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4188.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4189.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4190.             'App\\Controller\\ActionController:actionsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4191.             'App\\Controller\\ActionController:actionsCopyAction' => ['privates''.service_locator.FitdjK5''get_ServiceLocator_FitdjK5Service'false],
  4192.             'App\\Controller\\ActionController:actionsDeleteAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  4193.             'App\\Controller\\ActionController:actionsDeleteDocAction' => ['privates''.service_locator.imyHFaH''get_ServiceLocator_ImyHFaHService'false],
  4194.             'App\\Controller\\ActionController:actionsEditAction' => ['privates''.service_locator.FitdjK5''get_ServiceLocator_FitdjK5Service'false],
  4195.             'App\\Controller\\ActionController:actionsPrintAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  4196.             'App\\Controller\\ActionController:actionsStandardizeAction' => ['privates''.service_locator.GUzzxF3''get_ServiceLocator_GUzzxF3Service'false],
  4197.             'App\\Controller\\ActionGprController:actionsGrpAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4198.             'App\\Controller\\ActionGprController:actionsGrpDeleteAllAction' => ['privates''.service_locator.imyHFaH''get_ServiceLocator_ImyHFaHService'false],
  4199.             'App\\Controller\\ActionGprController:actionsGrpListAction' => ['privates''.service_locator.TtMmK9Q''get_ServiceLocator_TtMmK9QService'false],
  4200.             'App\\Controller\\DefaultController:forgotPasswordAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4201.             'App\\Controller\\DefaultController:loginAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4202.             'App\\Controller\\ExercisingController:exercisingclaimsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4203.             'App\\Controller\\ExercisingController:exercisingclaimsDeleteAction' => ['privates''.service_locator.Z2uXgOB''get_ServiceLocator_Z2uXgOBService'false],
  4204.             'App\\Controller\\ExercisingController:exercisingclaimsEditAction' => ['privates''.service_locator.EN1oKZA''get_ServiceLocator_EN1oKZAService'false],
  4205.             'App\\Controller\\IncidentController:incidentsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4206.             'App\\Controller\\IncidentController:incidentsCopyAction' => ['privates''.service_locator.Nu02FTC''get_ServiceLocator_Nu02FTCService'false],
  4207.             'App\\Controller\\IncidentController:incidentsDeleteAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  4208.             'App\\Controller\\IncidentController:incidentsEditAction' => ['privates''.service_locator.Nu02FTC''get_ServiceLocator_Nu02FTCService'false],
  4209.             'App\\Controller\\IncidentController:incidentsViewAction' => ['privates''.service_locator.ygpPqBH''get_ServiceLocator_YgpPqBHService'false],
  4210.             'App\\Controller\\ManagerController:actionsDeleteAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4211.             'App\\Controller\\ManagerController:actionsDeleteDocAction' => ['privates''.service_locator.xYPrbWE''get_ServiceLocator_XYPrbWEService'false],
  4212.             'App\\Controller\\ManagerController:actionsEditAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4213.             'App\\Controller\\ManagerController:actionsGanTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4214.             'App\\Controller\\ManagerController:actionsTranslateAction' => ['privates''.service_locator.wDj2NOz''get_ServiceLocator_WDj2NOzService'false],
  4215.             'App\\Controller\\ManagerController:creditsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4216.             'App\\Controller\\ManagerController:documentsAction' => ['privates''.service_locator.ybFLXvo''get_ServiceLocator_YbFLXvoService'false],
  4217.             'App\\Controller\\ManagerController:documentsDeleteAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  4218.             'App\\Controller\\ManagerController:documentsEditAction' => ['privates''.service_locator.nOLP.jF''get_ServiceLocator_NOLP_JFService'false],
  4219.             'App\\Controller\\ManagerController:documentsTranslateAction' => ['privates''.service_locator.Tj1bCYO''get_ServiceLocator_Tj1bCYOService'false],
  4220.             'App\\Controller\\ManagerController:documentsTypesDeleteAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  4221.             'App\\Controller\\ManagerController:documentsTypesEditAction' => ['privates''.service_locator.y2sGY9W''get_ServiceLocator_Y2sGY9WService'false],
  4222.             'App\\Controller\\ManagerController:infosDeleteAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  4223.             'App\\Controller\\ManagerController:infosEditAction' => ['privates''.service_locator.vlJoCqf''get_ServiceLocator_VlJoCqfService'false],
  4224.             'App\\Controller\\ManagerController:loginLogsAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4225.             'App\\Controller\\ManagerController:managersDeleteAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  4226.             'App\\Controller\\ManagerController:managersEditAction' => ['privates''.service_locator.reKEzLp''get_ServiceLocator_ReKEzLpService'false],
  4227.             'App\\Controller\\ManagerController:partnersAddAction' => ['privates''.service_locator.ybFLXvo''get_ServiceLocator_YbFLXvoService'false],
  4228.             'App\\Controller\\ManagerController:partnersDeleteAction' => ['privates''.service_locator.ICQhBYA''get_ServiceLocator_ICQhBYAService'false],
  4229.             'App\\Controller\\ManagerController:partnersEditAction' => ['privates''.service_locator.qlE3Qw0''get_ServiceLocator_QlE3Qw0Service'false],
  4230.             'App\\Controller\\ManagerController:subcontractorsDeleteAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4231.             'App\\Controller\\ManagerController:subcontractorsDeleteDocAction' => ['privates''.service_locator.QWJs.qa''get_ServiceLocator_QWJs_QaService'false],
  4232.             'App\\Controller\\ManagerController:subcontractorsEditAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4233.             'App\\Controller\\ManagerController:subcontractorsGanTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4234.             'App\\Controller\\ManagerController:subcontractorsTranslateAction' => ['privates''.service_locator.6yyNhdY''get_ServiceLocator_6yyNhdYService'false],
  4235.             'App\\Controller\\ManagerController:subscriptionsDeleteAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  4236.             'App\\Controller\\ManagerController:subscriptionsEditAction' => ['privates''.service_locator.Wx.x6CL''get_ServiceLocator_Wx_X6CLService'false],
  4237.             'App\\Controller\\ManagerController:subscriptionsUserAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4238.             'App\\Controller\\ManagerController:subscriptionsUserAddAction' => ['privates''.service_locator.OTzALgi''get_ServiceLocator_OTzALgiService'false],
  4239.             'App\\Controller\\ManagerController:subscriptionsUserDisableAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  4240.             'App\\Controller\\ManagerController:subscriptionsUserPaymentAction' => ['privates''.service_locator.y4zQImq''get_ServiceLocator_Y4zQImqService'false],
  4241.             'App\\Controller\\ManagerController:substituteAction' => ['privates''.service_locator.r88saIC''get_ServiceLocator_R88saICService'false],
  4242.             'App\\Controller\\ManagerController:systemsDeleteAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4243.             'App\\Controller\\ManagerController:systemsEditAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4244.             'App\\Controller\\ManagerController:systemsGanTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4245.             'App\\Controller\\ManagerController:systemsTranslateAction' => ['privates''.service_locator.lQZbJJ2''get_ServiceLocator_LQZbJJ2Service'false],
  4246.             'App\\Controller\\ManagerController:trainingsAnswerAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4247.             'App\\Controller\\ManagerController:trainingsDeleteAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4248.             'App\\Controller\\ManagerController:trainingsEditAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4249.             'App\\Controller\\ManagerController:trainingsGanTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4250.             'App\\Controller\\ManagerController:trainingsTranslateAction' => ['privates''.service_locator.C0O7g94''get_ServiceLocator_C0O7g94Service'false],
  4251.             'App\\Controller\\ManagerController:treatmentsDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4252.             'App\\Controller\\ManagerController:treatmentsEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4253.             'App\\Controller\\ManagerController:treatmentsGanTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4254.             'App\\Controller\\ManagerController:treatmentsTranslateAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4255.             'App\\Controller\\ManagerController:userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4256.             'App\\Controller\\ManagerController:usersDeleteAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4257.             'App\\Controller\\ManagerController:usersEditAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4258.             'App\\Controller\\ManagerController:usersPrintAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4259.             'App\\Controller\\SubContractorController:subcontractorsAction' => ['privates''.service_locator.0IdPg8y''get_ServiceLocator_0IdPg8yService'false],
  4260.             'App\\Controller\\SubContractorController:subcontractorsAddAction' => ['privates''.service_locator.LHBmK94''get_ServiceLocator_LHBmK94Service'false],
  4261.             'App\\Controller\\SubContractorController:subcontractorsCopyAction' => ['privates''.service_locator.OYNa6tv''get_ServiceLocator_OYNa6tvService'false],
  4262.             'App\\Controller\\SubContractorController:subcontractorsDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  4263.             'App\\Controller\\SubContractorController:subcontractorsDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  4264.             'App\\Controller\\SubContractorController:subcontractorsEditAction' => ['privates''.service_locator.OYNa6tv''get_ServiceLocator_OYNa6tvService'false],
  4265.             'App\\Controller\\SubContractorController:subcontractorsExportXlsxAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  4266.             'App\\Controller\\SubContractorController:subcontractorsStandardizeAction' => ['privates''.service_locator.Xg7apSt''get_ServiceLocator_Xg7apStService'false],
  4267.             'App\\Controller\\SubContractorController:subcontractorsTableFragmentAction' => ['privates''.service_locator.0IdPg8y''get_ServiceLocator_0IdPg8yService'false],
  4268.             'App\\Controller\\SubContractorGprController:subcontractorsGrpAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4269.             'App\\Controller\\SubContractorGprController:subcontractorsGrpCopyAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  4270.             'App\\Controller\\SubContractorGprController:subcontractorsGrpDeleteAction' => ['privates''.service_locator.KZkRILm''get_ServiceLocator_KZkRILmService'false],
  4271.             'App\\Controller\\SubContractorGprController:subcontractorsGrpDeleteDocAction' => ['privates''.service_locator.sj6IO_6''get_ServiceLocator_Sj6IO6Service'false],
  4272.             'App\\Controller\\SubContractorGprController:subcontractorsGrpEditAction' => ['privates''.service_locator.g7nthji''get_ServiceLocator_G7nthjiService'false],
  4273.             'App\\Controller\\SystemController:systemsAddAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4274.             'App\\Controller\\SystemController:systemsDeleteAction' => ['privates''.service_locator.q7Gb0Wr''get_ServiceLocator_Q7Gb0WrService'false],
  4275.             'App\\Controller\\SystemController:systemsEditAction' => ['privates''.service_locator.bY95.K.''get_ServiceLocator_BY95_K_Service'false],
  4276.             'App\\Controller\\SystemController:systemsStandardizeAction' => ['privates''.service_locator.JS20hFA''get_ServiceLocator_JS20hFAService'false],
  4277.             'App\\Controller\\TrainingController:trainingsAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4278.             'App\\Controller\\TrainingController:trainingsRequestsReviveAction' => ['privates''.service_locator.y57SvXX''get_ServiceLocator_Y57SvXXService'false],
  4279.             'App\\Controller\\TrainingController:trainingsRequestsReviveAllAction' => ['privates''.service_locator.rnOZmu0''get_ServiceLocator_RnOZmu0Service'false],
  4280.             'App\\Controller\\TrainingController:trainingsTeamsDeleteAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  4281.             'App\\Controller\\TrainingController:trainingsTeamsEditAction' => ['privates''.service_locator.qyBRc1r''get_ServiceLocator_QyBRc1rService'false],
  4282.             'App\\Controller\\TreatmentController:treatmentsAddAction' => ['privates''.service_locator.qzYwSNX''get_ServiceLocator_QzYwSNXService'false],
  4283.             'App\\Controller\\TreatmentController:treatmentsCopyAction' => ['privates''.service_locator.HyGV.Jt''get_ServiceLocator_HyGV_JtService'false],
  4284.             'App\\Controller\\TreatmentController:treatmentsDeleteAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  4285.             'App\\Controller\\TreatmentController:treatmentsEditAction' => ['privates''.service_locator.HyGV.Jt''get_ServiceLocator_HyGV_JtService'false],
  4286.             'App\\Controller\\TreatmentController:treatmentsExportOneAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  4287.             'App\\Controller\\TreatmentController:treatmentsExportXlsxAction' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4288.             'App\\Controller\\TreatmentController:treatmentsShowAction' => ['privates''.service_locator.HeS.z9s''get_ServiceLocator_HeS_Z9sService'false],
  4289.             'App\\Controller\\TreatmentController:treatmentsStandardizeAction' => ['privates''.service_locator.X7CGKl8''get_ServiceLocator_X7CGKl8Service'false],
  4290.             'App\\Controller\\TreatmentController:treatmentsStdDeleteAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4291.             'App\\Controller\\TreatmentController:treatmentsStdEditAction' => ['privates''.service_locator.STDXTW2''get_ServiceLocator_STDXTW2Service'false],
  4292.             'App\\Controller\\UserController:accountAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4293.             'App\\Controller\\UserController:accountExportAction' => ['privates''.service_locator.jaLcF7S''get_ServiceLocator_JaLcF7SService'false],
  4294.             'App\\Controller\\UserController:documentsAction' => ['privates''.service_locator.iPUDszY''get_ServiceLocator_IPUDszYService'false],
  4295.             'App\\Controller\\UserController:indexAction' => ['privates''.service_locator.9kVc5KX''get_ServiceLocator_9kVc5KXService'false],
  4296.             'App\\Controller\\UserController:interventionAction' => ['privates''.service_locator.g0M32zk''get_ServiceLocator_G0M32zkService'false],
  4297.             'App\\Controller\\UserController:partnersGetAction' => ['privates''.service_locator.KDYAHgO''get_ServiceLocator_KDYAHgOService'false],
  4298.             'App\\Controller\\UserController:readMdpDocumentsAction' => ['privates''.service_locator.fhX6f.w''get_ServiceLocator_FhX6f_WService'false],
  4299.             'App\\Controller\\UserController:readUserDocumentsAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  4300.             'App\\Controller\\UserController:userDocumentsDeleteAction' => ['privates''.service_locator.nX4pAD7''get_ServiceLocator_NX4pAD7Service'false],
  4301.             'App\\Controller\\UserController:userSwitchAction' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4302.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4303.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4304.         ], [
  4305.             'App\\Controller\\ActionController::actionsAddAction' => '?',
  4306.             'App\\Controller\\ActionController::actionsCopyAction' => '?',
  4307.             'App\\Controller\\ActionController::actionsDeleteAction' => '?',
  4308.             'App\\Controller\\ActionController::actionsDeleteDocAction' => '?',
  4309.             'App\\Controller\\ActionController::actionsEditAction' => '?',
  4310.             'App\\Controller\\ActionController::actionsPrintAction' => '?',
  4311.             'App\\Controller\\ActionController::actionsStandardizeAction' => '?',
  4312.             'App\\Controller\\ActionGprController::actionsGrpAddAction' => '?',
  4313.             'App\\Controller\\ActionGprController::actionsGrpDeleteAllAction' => '?',
  4314.             'App\\Controller\\ActionGprController::actionsGrpListAction' => '?',
  4315.             'App\\Controller\\DefaultController::forgotPasswordAction' => '?',
  4316.             'App\\Controller\\DefaultController::loginAction' => '?',
  4317.             'App\\Controller\\ExercisingController::exercisingclaimsAddAction' => '?',
  4318.             'App\\Controller\\ExercisingController::exercisingclaimsDeleteAction' => '?',
  4319.             'App\\Controller\\ExercisingController::exercisingclaimsEditAction' => '?',
  4320.             'App\\Controller\\IncidentController::incidentsAddAction' => '?',
  4321.             'App\\Controller\\IncidentController::incidentsCopyAction' => '?',
  4322.             'App\\Controller\\IncidentController::incidentsDeleteAction' => '?',
  4323.             'App\\Controller\\IncidentController::incidentsEditAction' => '?',
  4324.             'App\\Controller\\IncidentController::incidentsViewAction' => '?',
  4325.             'App\\Controller\\ManagerController::actionsDeleteAction' => '?',
  4326.             'App\\Controller\\ManagerController::actionsDeleteDocAction' => '?',
  4327.             'App\\Controller\\ManagerController::actionsEditAction' => '?',
  4328.             'App\\Controller\\ManagerController::actionsGanTranslateAction' => '?',
  4329.             'App\\Controller\\ManagerController::actionsTranslateAction' => '?',
  4330.             'App\\Controller\\ManagerController::creditsUserAction' => '?',
  4331.             'App\\Controller\\ManagerController::documentsAction' => '?',
  4332.             'App\\Controller\\ManagerController::documentsDeleteAction' => '?',
  4333.             'App\\Controller\\ManagerController::documentsEditAction' => '?',
  4334.             'App\\Controller\\ManagerController::documentsTranslateAction' => '?',
  4335.             'App\\Controller\\ManagerController::documentsTypesDeleteAction' => '?',
  4336.             'App\\Controller\\ManagerController::documentsTypesEditAction' => '?',
  4337.             'App\\Controller\\ManagerController::infosDeleteAction' => '?',
  4338.             'App\\Controller\\ManagerController::infosEditAction' => '?',
  4339.             'App\\Controller\\ManagerController::loginLogsAction' => '?',
  4340.             'App\\Controller\\ManagerController::managersDeleteAction' => '?',
  4341.             'App\\Controller\\ManagerController::managersEditAction' => '?',
  4342.             'App\\Controller\\ManagerController::partnersAddAction' => '?',
  4343.             'App\\Controller\\ManagerController::partnersDeleteAction' => '?',
  4344.             'App\\Controller\\ManagerController::partnersEditAction' => '?',
  4345.             'App\\Controller\\ManagerController::subcontractorsDeleteAction' => '?',
  4346.             'App\\Controller\\ManagerController::subcontractorsDeleteDocAction' => '?',
  4347.             'App\\Controller\\ManagerController::subcontractorsEditAction' => '?',
  4348.             'App\\Controller\\ManagerController::subcontractorsGanTranslateAction' => '?',
  4349.             'App\\Controller\\ManagerController::subcontractorsTranslateAction' => '?',
  4350.             'App\\Controller\\ManagerController::subscriptionsDeleteAction' => '?',
  4351.             'App\\Controller\\ManagerController::subscriptionsEditAction' => '?',
  4352.             'App\\Controller\\ManagerController::subscriptionsUserAction' => '?',
  4353.             'App\\Controller\\ManagerController::subscriptionsUserAddAction' => '?',
  4354.             'App\\Controller\\ManagerController::subscriptionsUserDisableAction' => '?',
  4355.             'App\\Controller\\ManagerController::subscriptionsUserPaymentAction' => '?',
  4356.             'App\\Controller\\ManagerController::substituteAction' => '?',
  4357.             'App\\Controller\\ManagerController::systemsDeleteAction' => '?',
  4358.             'App\\Controller\\ManagerController::systemsEditAction' => '?',
  4359.             'App\\Controller\\ManagerController::systemsGanTranslateAction' => '?',
  4360.             'App\\Controller\\ManagerController::systemsTranslateAction' => '?',
  4361.             'App\\Controller\\ManagerController::trainingsAnswerAction' => '?',
  4362.             'App\\Controller\\ManagerController::trainingsDeleteAction' => '?',
  4363.             'App\\Controller\\ManagerController::trainingsEditAction' => '?',
  4364.             'App\\Controller\\ManagerController::trainingsGanTranslateAction' => '?',
  4365.             'App\\Controller\\ManagerController::trainingsTranslateAction' => '?',
  4366.             'App\\Controller\\ManagerController::treatmentsDeleteAction' => '?',
  4367.             'App\\Controller\\ManagerController::treatmentsEditAction' => '?',
  4368.             'App\\Controller\\ManagerController::treatmentsGanTranslateAction' => '?',
  4369.             'App\\Controller\\ManagerController::treatmentsTranslateAction' => '?',
  4370.             'App\\Controller\\ManagerController::userSwitchAction' => '?',
  4371.             'App\\Controller\\ManagerController::usersDeleteAction' => '?',
  4372.             'App\\Controller\\ManagerController::usersEditAction' => '?',
  4373.             'App\\Controller\\ManagerController::usersPrintAction' => '?',
  4374.             'App\\Controller\\SubContractorController::subcontractorsAction' => '?',
  4375.             'App\\Controller\\SubContractorController::subcontractorsAddAction' => '?',
  4376.             'App\\Controller\\SubContractorController::subcontractorsCopyAction' => '?',
  4377.             'App\\Controller\\SubContractorController::subcontractorsDeleteAction' => '?',
  4378.             'App\\Controller\\SubContractorController::subcontractorsDeleteDocAction' => '?',
  4379.             'App\\Controller\\SubContractorController::subcontractorsEditAction' => '?',
  4380.             'App\\Controller\\SubContractorController::subcontractorsExportXlsxAction' => '?',
  4381.             'App\\Controller\\SubContractorController::subcontractorsStandardizeAction' => '?',
  4382.             'App\\Controller\\SubContractorController::subcontractorsTableFragmentAction' => '?',
  4383.             'App\\Controller\\SubContractorGprController::subcontractorsGrpAddAction' => '?',
  4384.             'App\\Controller\\SubContractorGprController::subcontractorsGrpCopyAction' => '?',
  4385.             'App\\Controller\\SubContractorGprController::subcontractorsGrpDeleteAction' => '?',
  4386.             'App\\Controller\\SubContractorGprController::subcontractorsGrpDeleteDocAction' => '?',
  4387.             'App\\Controller\\SubContractorGprController::subcontractorsGrpEditAction' => '?',
  4388.             'App\\Controller\\SystemController::systemsAddAction' => '?',
  4389.             'App\\Controller\\SystemController::systemsDeleteAction' => '?',
  4390.             'App\\Controller\\SystemController::systemsEditAction' => '?',
  4391.             'App\\Controller\\SystemController::systemsStandardizeAction' => '?',
  4392.             'App\\Controller\\TrainingController::trainingsAction' => '?',
  4393.             'App\\Controller\\TrainingController::trainingsRequestsReviveAction' => '?',
  4394.             'App\\Controller\\TrainingController::trainingsRequestsReviveAllAction' => '?',
  4395.             'App\\Controller\\TrainingController::trainingsTeamsDeleteAction' => '?',
  4396.             'App\\Controller\\TrainingController::trainingsTeamsEditAction' => '?',
  4397.             'App\\Controller\\TreatmentController::treatmentsAddAction' => '?',
  4398.             'App\\Controller\\TreatmentController::treatmentsCopyAction' => '?',
  4399.             'App\\Controller\\TreatmentController::treatmentsDeleteAction' => '?',
  4400.             'App\\Controller\\TreatmentController::treatmentsEditAction' => '?',
  4401.             'App\\Controller\\TreatmentController::treatmentsExportOneAction' => '?',
  4402.             'App\\Controller\\TreatmentController::treatmentsExportXlsxAction' => '?',
  4403.             'App\\Controller\\TreatmentController::treatmentsShowAction' => '?',
  4404.             'App\\Controller\\TreatmentController::treatmentsStandardizeAction' => '?',
  4405.             'App\\Controller\\TreatmentController::treatmentsStdDeleteAction' => '?',
  4406.             'App\\Controller\\TreatmentController::treatmentsStdEditAction' => '?',
  4407.             'App\\Controller\\UserController::accountAction' => '?',
  4408.             'App\\Controller\\UserController::accountExportAction' => '?',
  4409.             'App\\Controller\\UserController::documentsAction' => '?',
  4410.             'App\\Controller\\UserController::indexAction' => '?',
  4411.             'App\\Controller\\UserController::interventionAction' => '?',
  4412.             'App\\Controller\\UserController::partnersGetAction' => '?',
  4413.             'App\\Controller\\UserController::readMdpDocumentsAction' => '?',
  4414.             'App\\Controller\\UserController::readUserDocumentsAction' => '?',
  4415.             'App\\Controller\\UserController::userDocumentsDeleteAction' => '?',
  4416.             'App\\Controller\\UserController::userSwitchAction' => '?',
  4417.             'kernel::loadRoutes' => '?',
  4418.             'kernel::registerContainerConfiguration' => '?',
  4419.             'App\\Controller\\ActionController:actionsAddAction' => '?',
  4420.             'App\\Controller\\ActionController:actionsCopyAction' => '?',
  4421.             'App\\Controller\\ActionController:actionsDeleteAction' => '?',
  4422.             'App\\Controller\\ActionController:actionsDeleteDocAction' => '?',
  4423.             'App\\Controller\\ActionController:actionsEditAction' => '?',
  4424.             'App\\Controller\\ActionController:actionsPrintAction' => '?',
  4425.             'App\\Controller\\ActionController:actionsStandardizeAction' => '?',
  4426.             'App\\Controller\\ActionGprController:actionsGrpAddAction' => '?',
  4427.             'App\\Controller\\ActionGprController:actionsGrpDeleteAllAction' => '?',
  4428.             'App\\Controller\\ActionGprController:actionsGrpListAction' => '?',
  4429.             'App\\Controller\\DefaultController:forgotPasswordAction' => '?',
  4430.             'App\\Controller\\DefaultController:loginAction' => '?',
  4431.             'App\\Controller\\ExercisingController:exercisingclaimsAddAction' => '?',
  4432.             'App\\Controller\\ExercisingController:exercisingclaimsDeleteAction' => '?',
  4433.             'App\\Controller\\ExercisingController:exercisingclaimsEditAction' => '?',
  4434.             'App\\Controller\\IncidentController:incidentsAddAction' => '?',
  4435.             'App\\Controller\\IncidentController:incidentsCopyAction' => '?',
  4436.             'App\\Controller\\IncidentController:incidentsDeleteAction' => '?',
  4437.             'App\\Controller\\IncidentController:incidentsEditAction' => '?',
  4438.             'App\\Controller\\IncidentController:incidentsViewAction' => '?',
  4439.             'App\\Controller\\ManagerController:actionsDeleteAction' => '?',
  4440.             'App\\Controller\\ManagerController:actionsDeleteDocAction' => '?',
  4441.             'App\\Controller\\ManagerController:actionsEditAction' => '?',
  4442.             'App\\Controller\\ManagerController:actionsGanTranslateAction' => '?',
  4443.             'App\\Controller\\ManagerController:actionsTranslateAction' => '?',
  4444.             'App\\Controller\\ManagerController:creditsUserAction' => '?',
  4445.             'App\\Controller\\ManagerController:documentsAction' => '?',
  4446.             'App\\Controller\\ManagerController:documentsDeleteAction' => '?',
  4447.             'App\\Controller\\ManagerController:documentsEditAction' => '?',
  4448.             'App\\Controller\\ManagerController:documentsTranslateAction' => '?',
  4449.             'App\\Controller\\ManagerController:documentsTypesDeleteAction' => '?',
  4450.             'App\\Controller\\ManagerController:documentsTypesEditAction' => '?',
  4451.             'App\\Controller\\ManagerController:infosDeleteAction' => '?',
  4452.             'App\\Controller\\ManagerController:infosEditAction' => '?',
  4453.             'App\\Controller\\ManagerController:loginLogsAction' => '?',
  4454.             'App\\Controller\\ManagerController:managersDeleteAction' => '?',
  4455.             'App\\Controller\\ManagerController:managersEditAction' => '?',
  4456.             'App\\Controller\\ManagerController:partnersAddAction' => '?',
  4457.             'App\\Controller\\ManagerController:partnersDeleteAction' => '?',
  4458.             'App\\Controller\\ManagerController:partnersEditAction' => '?',
  4459.             'App\\Controller\\ManagerController:subcontractorsDeleteAction' => '?',
  4460.             'App\\Controller\\ManagerController:subcontractorsDeleteDocAction' => '?',
  4461.             'App\\Controller\\ManagerController:subcontractorsEditAction' => '?',
  4462.             'App\\Controller\\ManagerController:subcontractorsGanTranslateAction' => '?',
  4463.             'App\\Controller\\ManagerController:subcontractorsTranslateAction' => '?',
  4464.             'App\\Controller\\ManagerController:subscriptionsDeleteAction' => '?',
  4465.             'App\\Controller\\ManagerController:subscriptionsEditAction' => '?',
  4466.             'App\\Controller\\ManagerController:subscriptionsUserAction' => '?',
  4467.             'App\\Controller\\ManagerController:subscriptionsUserAddAction' => '?',
  4468.             'App\\Controller\\ManagerController:subscriptionsUserDisableAction' => '?',
  4469.             'App\\Controller\\ManagerController:subscriptionsUserPaymentAction' => '?',
  4470.             'App\\Controller\\ManagerController:substituteAction' => '?',
  4471.             'App\\Controller\\ManagerController:systemsDeleteAction' => '?',
  4472.             'App\\Controller\\ManagerController:systemsEditAction' => '?',
  4473.             'App\\Controller\\ManagerController:systemsGanTranslateAction' => '?',
  4474.             'App\\Controller\\ManagerController:systemsTranslateAction' => '?',
  4475.             'App\\Controller\\ManagerController:trainingsAnswerAction' => '?',
  4476.             'App\\Controller\\ManagerController:trainingsDeleteAction' => '?',
  4477.             'App\\Controller\\ManagerController:trainingsEditAction' => '?',
  4478.             'App\\Controller\\ManagerController:trainingsGanTranslateAction' => '?',
  4479.             'App\\Controller\\ManagerController:trainingsTranslateAction' => '?',
  4480.             'App\\Controller\\ManagerController:treatmentsDeleteAction' => '?',
  4481.             'App\\Controller\\ManagerController:treatmentsEditAction' => '?',
  4482.             'App\\Controller\\ManagerController:treatmentsGanTranslateAction' => '?',
  4483.             'App\\Controller\\ManagerController:treatmentsTranslateAction' => '?',
  4484.             'App\\Controller\\ManagerController:userSwitchAction' => '?',
  4485.             'App\\Controller\\ManagerController:usersDeleteAction' => '?',
  4486.             'App\\Controller\\ManagerController:usersEditAction' => '?',
  4487.             'App\\Controller\\ManagerController:usersPrintAction' => '?',
  4488.             'App\\Controller\\SubContractorController:subcontractorsAction' => '?',
  4489.             'App\\Controller\\SubContractorController:subcontractorsAddAction' => '?',
  4490.             'App\\Controller\\SubContractorController:subcontractorsCopyAction' => '?',
  4491.             'App\\Controller\\SubContractorController:subcontractorsDeleteAction' => '?',
  4492.             'App\\Controller\\SubContractorController:subcontractorsDeleteDocAction' => '?',
  4493.             'App\\Controller\\SubContractorController:subcontractorsEditAction' => '?',
  4494.             'App\\Controller\\SubContractorController:subcontractorsExportXlsxAction' => '?',
  4495.             'App\\Controller\\SubContractorController:subcontractorsStandardizeAction' => '?',
  4496.             'App\\Controller\\SubContractorController:subcontractorsTableFragmentAction' => '?',
  4497.             'App\\Controller\\SubContractorGprController:subcontractorsGrpAddAction' => '?',
  4498.             'App\\Controller\\SubContractorGprController:subcontractorsGrpCopyAction' => '?',
  4499.             'App\\Controller\\SubContractorGprController:subcontractorsGrpDeleteAction' => '?',
  4500.             'App\\Controller\\SubContractorGprController:subcontractorsGrpDeleteDocAction' => '?',
  4501.             'App\\Controller\\SubContractorGprController:subcontractorsGrpEditAction' => '?',
  4502.             'App\\Controller\\SystemController:systemsAddAction' => '?',
  4503.             'App\\Controller\\SystemController:systemsDeleteAction' => '?',
  4504.             'App\\Controller\\SystemController:systemsEditAction' => '?',
  4505.             'App\\Controller\\SystemController:systemsStandardizeAction' => '?',
  4506.             'App\\Controller\\TrainingController:trainingsAction' => '?',
  4507.             'App\\Controller\\TrainingController:trainingsRequestsReviveAction' => '?',
  4508.             'App\\Controller\\TrainingController:trainingsRequestsReviveAllAction' => '?',
  4509.             'App\\Controller\\TrainingController:trainingsTeamsDeleteAction' => '?',
  4510.             'App\\Controller\\TrainingController:trainingsTeamsEditAction' => '?',
  4511.             'App\\Controller\\TreatmentController:treatmentsAddAction' => '?',
  4512.             'App\\Controller\\TreatmentController:treatmentsCopyAction' => '?',
  4513.             'App\\Controller\\TreatmentController:treatmentsDeleteAction' => '?',
  4514.             'App\\Controller\\TreatmentController:treatmentsEditAction' => '?',
  4515.             'App\\Controller\\TreatmentController:treatmentsExportOneAction' => '?',
  4516.             'App\\Controller\\TreatmentController:treatmentsExportXlsxAction' => '?',
  4517.             'App\\Controller\\TreatmentController:treatmentsShowAction' => '?',
  4518.             'App\\Controller\\TreatmentController:treatmentsStandardizeAction' => '?',
  4519.             'App\\Controller\\TreatmentController:treatmentsStdDeleteAction' => '?',
  4520.             'App\\Controller\\TreatmentController:treatmentsStdEditAction' => '?',
  4521.             'App\\Controller\\UserController:accountAction' => '?',
  4522.             'App\\Controller\\UserController:accountExportAction' => '?',
  4523.             'App\\Controller\\UserController:documentsAction' => '?',
  4524.             'App\\Controller\\UserController:indexAction' => '?',
  4525.             'App\\Controller\\UserController:interventionAction' => '?',
  4526.             'App\\Controller\\UserController:partnersGetAction' => '?',
  4527.             'App\\Controller\\UserController:readMdpDocumentsAction' => '?',
  4528.             'App\\Controller\\UserController:readUserDocumentsAction' => '?',
  4529.             'App\\Controller\\UserController:userDocumentsDeleteAction' => '?',
  4530.             'App\\Controller\\UserController:userSwitchAction' => '?',
  4531.             'kernel:loadRoutes' => '?',
  4532.             'kernel:registerContainerConfiguration' => '?',
  4533.         ]);
  4534.     }
  4535.     /**
  4536.      * Gets the private '.service_locator.mx0UMmY' shared service.
  4537.      *
  4538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4539.      */
  4540.     protected function get_ServiceLocator_Mx0UMmYService()
  4541.     {
  4542.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4543.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4544.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4545.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4546.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4547.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4548.             'router' => ['services''router''getRouterService'false],
  4549.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4550.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4551.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4552.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4553.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4554.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4555.         ], [
  4556.             'doctrine' => '?',
  4557.             'form.factory' => '?',
  4558.             'http_kernel' => '?',
  4559.             'parameter_bag' => '?',
  4560.             'request_stack' => '?',
  4561.             'router' => '?',
  4562.             'security.authorization_checker' => '?',
  4563.             'security.csrf.token_manager' => '?',
  4564.             'security.token_storage' => '?',
  4565.             'serializer' => '?',
  4566.             'session' => '.session.deprecated',
  4567.             'twig' => '?',
  4568.         ]);
  4569.     }
  4570.     /**
  4571.      * Gets the private '.service_locator.nOLP.jF' shared service.
  4572.      *
  4573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4574.      */
  4575.     protected function get_ServiceLocator_NOLP_JFService()
  4576.     {
  4577.         return $this->privates['.service_locator.nOLP.jF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4578.             'document' => ['privates''.errored..service_locator.nOLP.jF.App\\Entity\\Document'NULL'Cannot autowire service ".service_locator.nOLP.jF": it references class "App\\Entity\\Document" but no such service exists.'],
  4579.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  4580.         ], [
  4581.             'document' => 'App\\Entity\\Document',
  4582.             'fileUploadService' => 'App\\Services\\FileUploadService',
  4583.         ]);
  4584.     }
  4585.     /**
  4586.      * Gets the private '.service_locator.nX4pAD7' shared service.
  4587.      *
  4588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4589.      */
  4590.     protected function get_ServiceLocator_NX4pAD7Service()
  4591.     {
  4592.         return $this->privates['.service_locator.nX4pAD7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4593.             '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.'],
  4594.         ], [
  4595.             'userDocument' => 'App\\Entity\\UserDocument',
  4596.         ]);
  4597.     }
  4598.     /**
  4599.      * Gets the private '.service_locator.q7Gb0Wr' shared service.
  4600.      *
  4601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4602.      */
  4603.     protected function get_ServiceLocator_Q7Gb0WrService()
  4604.     {
  4605.         return $this->privates['.service_locator.q7Gb0Wr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4606.             '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.'],
  4607.         ], [
  4608.             'system' => 'App\\Entity\\System',
  4609.         ]);
  4610.     }
  4611.     /**
  4612.      * Gets the private '.service_locator.qlE3Qw0' shared service.
  4613.      *
  4614.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4615.      */
  4616.     protected function get_ServiceLocator_QlE3Qw0Service()
  4617.     {
  4618.         return $this->privates['.service_locator.qlE3Qw0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4619.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  4620.             'partner' => ['privates''.errored..service_locator.qlE3Qw0.App\\Entity\\Partner'NULL'Cannot autowire service ".service_locator.qlE3Qw0": it references class "App\\Entity\\Partner" but no such service exists.'],
  4621.         ], [
  4622.             'fileUploadService' => 'App\\Services\\FileUploadService',
  4623.             'partner' => 'App\\Entity\\Partner',
  4624.         ]);
  4625.     }
  4626.     /**
  4627.      * Gets the private '.service_locator.qyBRc1r' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4630.      */
  4631.     protected function get_ServiceLocator_QyBRc1rService()
  4632.     {
  4633.         return $this->privates['.service_locator.qyBRc1r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4634.             '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.'],
  4635.         ], [
  4636.             'team' => 'App\\Entity\\TrainingTeam',
  4637.         ]);
  4638.     }
  4639.     /**
  4640.      * Gets the private '.service_locator.qzYwSNX' shared service.
  4641.      *
  4642.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4643.      */
  4644.     protected function get_ServiceLocator_QzYwSNXService()
  4645.     {
  4646.         return $this->privates['.service_locator.qzYwSNX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4647.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  4648.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4649.             'translator' => ['services''translator''getTranslatorService'false],
  4650.         ], [
  4651.             'fileUploadService' => 'App\\Services\\FileUploadService',
  4652.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4653.             'translator' => '?',
  4654.         ]);
  4655.     }
  4656.     /**
  4657.      * Gets the private '.service_locator.r88saIC' shared service.
  4658.      *
  4659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4660.      */
  4661.     protected function get_ServiceLocator_R88saICService()
  4662.     {
  4663.         return $this->privates['.service_locator.r88saIC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4664.             '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.'],
  4665.         ], [
  4666.             'account' => 'App\\Entity\\Account',
  4667.         ]);
  4668.     }
  4669.     /**
  4670.      * Gets the private '.service_locator.reKEzLp' shared service.
  4671.      *
  4672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4673.      */
  4674.     protected function get_ServiceLocator_ReKEzLpService()
  4675.     {
  4676.         return $this->privates['.service_locator.reKEzLp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4677.             '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.'],
  4678.         ], [
  4679.             'manager' => 'App\\Entity\\Manager',
  4680.         ]);
  4681.     }
  4682.     /**
  4683.      * Gets the private '.service_locator.rnOZmu0' shared service.
  4684.      *
  4685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4686.      */
  4687.     protected function get_ServiceLocator_RnOZmu0Service()
  4688.     {
  4689.         return $this->privates['.service_locator.rnOZmu0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4690.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4691.             '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.'],
  4692.         ], [
  4693.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4694.             'trainingCampain' => 'App\\Entity\\TrainingCampain',
  4695.         ]);
  4696.     }
  4697.     /**
  4698.      * Gets the private '.service_locator.sj6IO_6' shared service.
  4699.      *
  4700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4701.      */
  4702.     protected function get_ServiceLocator_Sj6IO6Service()
  4703.     {
  4704.         return $this->privates['.service_locator.sj6IO_6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4705.             '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.'],
  4706.             '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.'],
  4707.         ], [
  4708.             'subcontractor' => 'App\\Entity\\Subcontractor',
  4709.             'userDocument' => 'App\\Entity\\UserDocument',
  4710.         ]);
  4711.     }
  4712.     /**
  4713.      * Gets the private '.service_locator.t6i3vFk' shared service.
  4714.      *
  4715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4716.      */
  4717.     protected function get_ServiceLocator_T6i3vFkService()
  4718.     {
  4719.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4720.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4721.         ], [
  4722.             'em' => '?',
  4723.         ]);
  4724.     }
  4725.     /**
  4726.      * Gets the private '.service_locator.vlJoCqf' shared service.
  4727.      *
  4728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4729.      */
  4730.     protected function get_ServiceLocator_VlJoCqfService()
  4731.     {
  4732.         return $this->privates['.service_locator.vlJoCqf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4733.             '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.'],
  4734.         ], [
  4735.             'info' => 'App\\Entity\\Info',
  4736.         ]);
  4737.     }
  4738.     /**
  4739.      * Gets the private '.service_locator.wDj2NOz' shared service.
  4740.      *
  4741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4742.      */
  4743.     protected function get_ServiceLocator_WDj2NOzService()
  4744.     {
  4745.         return $this->privates['.service_locator.wDj2NOz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4746.             '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.'],
  4747.         ], [
  4748.             'action' => 'App\\Entity\\ActionStd',
  4749.         ]);
  4750.     }
  4751.     /**
  4752.      * Gets the private '.service_locator.xUrKPVU' shared service.
  4753.      *
  4754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4755.      */
  4756.     protected function get_ServiceLocator_XUrKPVUService()
  4757.     {
  4758.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4759.             '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".'],
  4760.         ], [
  4761.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4762.         ]);
  4763.     }
  4764.     /**
  4765.      * Gets the private '.service_locator.xYPrbWE' shared service.
  4766.      *
  4767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4768.      */
  4769.     protected function get_ServiceLocator_XYPrbWEService()
  4770.     {
  4771.         return $this->privates['.service_locator.xYPrbWE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4772.             'action' => ['privates''.errored..service_locator.xYPrbWE.App\\Entity\\ActionStd'NULL'Cannot autowire service ".service_locator.xYPrbWE": it references class "App\\Entity\\ActionStd" but no such service exists.'],
  4773.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4774.         ], [
  4775.             'action' => 'App\\Entity\\ActionStd',
  4776.             'em' => '?',
  4777.         ]);
  4778.     }
  4779.     /**
  4780.      * Gets the private '.service_locator.y2sGY9W' shared service.
  4781.      *
  4782.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4783.      */
  4784.     protected function get_ServiceLocator_Y2sGY9WService()
  4785.     {
  4786.         return $this->privates['.service_locator.y2sGY9W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4787.             '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.'],
  4788.         ], [
  4789.             'documentType' => 'App\\Entity\\DocumentType',
  4790.         ]);
  4791.     }
  4792.     /**
  4793.      * Gets the private '.service_locator.y4zQImq' shared service.
  4794.      *
  4795.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4796.      */
  4797.     protected function get_ServiceLocator_Y4zQImqService()
  4798.     {
  4799.         return $this->privates['.service_locator.y4zQImq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4800.             '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.'],
  4801.             '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.'],
  4802.         ], [
  4803.             'subscription' => 'App\\Entity\\Subscription',
  4804.             'user' => 'App\\Entity\\User',
  4805.         ]);
  4806.     }
  4807.     /**
  4808.      * Gets the private '.service_locator.y57SvXX' shared service.
  4809.      *
  4810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4811.      */
  4812.     protected function get_ServiceLocator_Y57SvXXService()
  4813.     {
  4814.         return $this->privates['.service_locator.y57SvXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4815.             'sendEmailService' => ['privates''App\\Services\\SendEmailService''getSendEmailServiceService'false],
  4816.             '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.'],
  4817.             '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.'],
  4818.         ], [
  4819.             'sendEmailService' => 'App\\Services\\SendEmailService',
  4820.             'trainingCampain' => 'App\\Entity\\TrainingCampain',
  4821.             'trainingRequest' => 'App\\Entity\\TrainingRequest',
  4822.         ]);
  4823.     }
  4824.     /**
  4825.      * Gets the private '.service_locator.ybFLXvo' shared service.
  4826.      *
  4827.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4828.      */
  4829.     protected function get_ServiceLocator_YbFLXvoService()
  4830.     {
  4831.         return $this->privates['.service_locator.ybFLXvo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4832.             'fileUploadService' => ['services''App\\Services\\FileUploadService''getFileUploadServiceService'false],
  4833.         ], [
  4834.             'fileUploadService' => 'App\\Services\\FileUploadService',
  4835.         ]);
  4836.     }
  4837.     /**
  4838.      * Gets the private '.service_locator.ygpPqBH' shared service.
  4839.      *
  4840.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4841.      */
  4842.     protected function get_ServiceLocator_YgpPqBHService()
  4843.     {
  4844.         return $this->privates['.service_locator.ygpPqBH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4845.             '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.'],
  4846.         ], [
  4847.             'incident' => 'App\\Entity\\Incident',
  4848.         ]);
  4849.     }
  4850.     /**
  4851.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4852.      *
  4853.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4854.      */
  4855.     protected function get_ServiceLocator_ZJyh7qSService()
  4856.     {
  4857.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4858.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4859.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4860.         ], [
  4861.             'security.firewall.map.context.dev' => '?',
  4862.             'security.firewall.map.context.main' => '?',
  4863.         ]);
  4864.     }
  4865.     /**
  4866.      * Gets the private '.session.deprecated' shared service.
  4867.      *
  4868.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4869.      */
  4870.     protected function get_Session_DeprecatedService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4873.         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();
  4874.     }
  4875.     /**
  4876.      * Gets the private '.twig.command.debug.lazy' shared service.
  4877.      *
  4878.      * @return \Symfony\Component\Console\Command\LazyCommand
  4879.      */
  4880.     protected function get_Twig_Command_Debug_LazyService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4884.         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 {
  4885.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4886.         });
  4887.     }
  4888.     /**
  4889.      * Gets the private '.twig.command.lint.lazy' shared service.
  4890.      *
  4891.      * @return \Symfony\Component\Console\Command\LazyCommand
  4892.      */
  4893.     protected function get_Twig_Command_Lint_LazyService()
  4894.     {
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4897.         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 {
  4898.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4899.         });
  4900.     }
  4901.     /**
  4902.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4903.      *
  4904.      * @return \Symfony\Component\Console\Command\LazyCommand
  4905.      */
  4906.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4910.         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 {
  4911.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4912.         });
  4913.     }
  4914.     /**
  4915.      * Gets the private 'App\EventListener\LocaleRewriteListener' shared autowired service.
  4916.      *
  4917.      * @return \App\EventListener\LocaleRewriteListener
  4918.      */
  4919.     protected function getLocaleRewriteListenerService()
  4920.     {
  4921.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4922.         if (isset($this->privates['App\\EventListener\\LocaleRewriteListener'])) {
  4923.             return $this->privates['App\\EventListener\\LocaleRewriteListener'];
  4924.         }
  4925.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4926.         if (isset($this->privates['App\\EventListener\\LocaleRewriteListener'])) {
  4927.             return $this->privates['App\\EventListener\\LocaleRewriteListener'];
  4928.         }
  4929.         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()));
  4930.     }
  4931.     /**
  4932.      * Gets the private 'App\Form\ActionEditGrpType' shared autowired service.
  4933.      *
  4934.      * @return \App\Form\ActionEditGrpType
  4935.      */
  4936.     protected function getActionEditGrpTypeService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4940.         include_once \dirname(__DIR__4).'/src/Form/ActionEditGrpType.php';
  4941.         return $this->privates['App\\Form\\ActionEditGrpType'] = new \App\Form\ActionEditGrpType();
  4942.     }
  4943.     /**
  4944.      * Gets the private 'App\Form\ActionGrpType' shared autowired service.
  4945.      *
  4946.      * @return \App\Form\ActionGrpType
  4947.      */
  4948.     protected function getActionGrpTypeService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4952.         include_once \dirname(__DIR__4).'/src/Form/ActionGrpType.php';
  4953.         return $this->privates['App\\Form\\ActionGrpType'] = new \App\Form\ActionGrpType();
  4954.     }
  4955.     /**
  4956.      * Gets the private 'App\Form\ActionStdTranslateType' shared autowired service.
  4957.      *
  4958.      * @return \App\Form\ActionStdTranslateType
  4959.      */
  4960.     protected function getActionStdTranslateTypeService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4964.         include_once \dirname(__DIR__4).'/src/Form/ActionStdTranslateType.php';
  4965.         return $this->privates['App\\Form\\ActionStdTranslateType'] = new \App\Form\ActionStdTranslateType();
  4966.     }
  4967.     /**
  4968.      * Gets the private 'App\Form\ActionStdType' shared autowired service.
  4969.      *
  4970.      * @return \App\Form\ActionStdType
  4971.      */
  4972.     protected function getActionStdTypeService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4976.         include_once \dirname(__DIR__4).'/src/Form/ActionStdType.php';
  4977.         return $this->privates['App\\Form\\ActionStdType'] = new \App\Form\ActionStdType();
  4978.     }
  4979.     /**
  4980.      * Gets the private 'App\Form\ActionType' shared autowired service.
  4981.      *
  4982.      * @return \App\Form\ActionType
  4983.      */
  4984.     protected function getActionTypeService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4988.         include_once \dirname(__DIR__4).'/src/Form/ActionType.php';
  4989.         return $this->privates['App\\Form\\ActionType'] = new \App\Form\ActionType();
  4990.     }
  4991.     /**
  4992.      * Gets the private 'App\Form\ExercisingClaimRequestType' shared autowired service.
  4993.      *
  4994.      * @return \App\Form\ExercisingClaimRequestType
  4995.      */
  4996.     protected function getExercisingClaimRequestTypeService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5000.         include_once \dirname(__DIR__4).'/src/Form/ExercisingClaimRequestType.php';
  5001.         return $this->privates['App\\Form\\ExercisingClaimRequestType'] = new \App\Form\ExercisingClaimRequestType();
  5002.     }
  5003.     /**
  5004.      * Gets the private 'App\Form\IncidentType' shared autowired service.
  5005.      *
  5006.      * @return \App\Form\IncidentType
  5007.      */
  5008.     protected function getIncidentTypeService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5012.         include_once \dirname(__DIR__4).'/src/Form/IncidentType.php';
  5013.         return $this->privates['App\\Form\\IncidentType'] = new \App\Form\IncidentType();
  5014.     }
  5015.     /**
  5016.      * Gets the private 'App\Form\IncidentViewType' shared autowired service.
  5017.      *
  5018.      * @return \App\Form\IncidentViewType
  5019.      */
  5020.     protected function getIncidentViewTypeService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5024.         include_once \dirname(__DIR__4).'/src/Form/IncidentViewType.php';
  5025.         return $this->privates['App\\Form\\IncidentViewType'] = new \App\Form\IncidentViewType();
  5026.     }
  5027.     /**
  5028.      * Gets the private 'App\Form\InfoType' shared autowired service.
  5029.      *
  5030.      * @return \App\Form\InfoType
  5031.      */
  5032.     protected function getInfoTypeService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5036.         include_once \dirname(__DIR__4).'/src/Form/InfoType.php';
  5037.         return $this->privates['App\\Form\\InfoType'] = new \App\Form\InfoType();
  5038.     }
  5039.     /**
  5040.      * Gets the private 'App\Form\ManagerType' shared autowired service.
  5041.      *
  5042.      * @return \App\Form\ManagerType
  5043.      */
  5044.     protected function getManagerTypeService()
  5045.     {
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5048.         include_once \dirname(__DIR__4).'/src/Form/ManagerType.php';
  5049.         return $this->privates['App\\Form\\ManagerType'] = new \App\Form\ManagerType();
  5050.     }
  5051.     /**
  5052.      * Gets the private 'App\Form\PartnerType' shared autowired service.
  5053.      *
  5054.      * @return \App\Form\PartnerType
  5055.      */
  5056.     protected function getPartnerTypeService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5060.         include_once \dirname(__DIR__4).'/src/Form/PartnerType.php';
  5061.         return $this->privates['App\\Form\\PartnerType'] = new \App\Form\PartnerType();
  5062.     }
  5063.     /**
  5064.      * Gets the private 'App\Form\SubcontractorStdTranslateType' shared autowired service.
  5065.      *
  5066.      * @return \App\Form\SubcontractorStdTranslateType
  5067.      */
  5068.     protected function getSubcontractorStdTranslateTypeService()
  5069.     {
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5072.         include_once \dirname(__DIR__4).'/src/Form/SubcontractorStdTranslateType.php';
  5073.         return $this->privates['App\\Form\\SubcontractorStdTranslateType'] = new \App\Form\SubcontractorStdTranslateType();
  5074.     }
  5075.     /**
  5076.      * Gets the private 'App\Form\SubcontractorStdType' shared autowired service.
  5077.      *
  5078.      * @return \App\Form\SubcontractorStdType
  5079.      */
  5080.     protected function getSubcontractorStdTypeService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5084.         include_once \dirname(__DIR__4).'/src/Form/SubcontractorStdType.php';
  5085.         return $this->privates['App\\Form\\SubcontractorStdType'] = new \App\Form\SubcontractorStdType();
  5086.     }
  5087.     /**
  5088.      * Gets the private 'App\Form\SubcontractorType' shared autowired service.
  5089.      *
  5090.      * @return \App\Form\SubcontractorType
  5091.      */
  5092.     protected function getSubcontractorType2Service()
  5093.     {
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5096.         include_once \dirname(__DIR__4).'/src/Form/SubcontractorType.php';
  5097.         return $this->privates['App\\Form\\SubcontractorType'] = new \App\Form\SubcontractorType();
  5098.     }
  5099.     /**
  5100.      * Gets the private 'App\Form\SubscriptionType' shared autowired service.
  5101.      *
  5102.      * @return \App\Form\SubscriptionType
  5103.      */
  5104.     protected function getSubscriptionType2Service()
  5105.     {
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5108.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionType.php';
  5109.         return $this->privates['App\\Form\\SubscriptionType'] = new \App\Form\SubscriptionType();
  5110.     }
  5111.     /**
  5112.      * Gets the private 'App\Form\SubscriptionUserType' shared autowired service.
  5113.      *
  5114.      * @return \App\Form\SubscriptionUserType
  5115.      */
  5116.     protected function getSubscriptionUserTypeService()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5120.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionUserType.php';
  5121.         return $this->privates['App\\Form\\SubscriptionUserType'] = new \App\Form\SubscriptionUserType();
  5122.     }
  5123.     /**
  5124.      * Gets the private 'App\Form\SystemStdTranslateType' shared autowired service.
  5125.      *
  5126.      * @return \App\Form\SystemStdTranslateType
  5127.      */
  5128.     protected function getSystemStdTranslateTypeService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5132.         include_once \dirname(__DIR__4).'/src/Form/SystemStdTranslateType.php';
  5133.         return $this->privates['App\\Form\\SystemStdTranslateType'] = new \App\Form\SystemStdTranslateType();
  5134.     }
  5135.     /**
  5136.      * Gets the private 'App\Form\SystemStdType' shared autowired service.
  5137.      *
  5138.      * @return \App\Form\SystemStdType
  5139.      */
  5140.     protected function getSystemStdTypeService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5144.         include_once \dirname(__DIR__4).'/src/Form/SystemStdType.php';
  5145.         return $this->privates['App\\Form\\SystemStdType'] = new \App\Form\SystemStdType();
  5146.     }
  5147.     /**
  5148.      * Gets the private 'App\Form\SystemType' shared autowired service.
  5149.      *
  5150.      * @return \App\Form\SystemType
  5151.      */
  5152.     protected function getSystemTypeService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5156.         include_once \dirname(__DIR__4).'/src/Form/SystemType.php';
  5157.         return $this->privates['App\\Form\\SystemType'] = new \App\Form\SystemType();
  5158.     }
  5159.     /**
  5160.      * Gets the private 'App\Form\TrainingTeamType' shared autowired service.
  5161.      *
  5162.      * @return \App\Form\TrainingTeamType
  5163.      */
  5164.     protected function getTrainingTeamTypeService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5168.         include_once \dirname(__DIR__4).'/src/Form/TrainingTeamType.php';
  5169.         return $this->privates['App\\Form\\TrainingTeamType'] = new \App\Form\TrainingTeamType();
  5170.     }
  5171.     /**
  5172.      * Gets the private 'App\Form\TrainingTranslateType' shared autowired service.
  5173.      *
  5174.      * @return \App\Form\TrainingTranslateType
  5175.      */
  5176.     protected function getTrainingTranslateTypeService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5180.         include_once \dirname(__DIR__4).'/src/Form/TrainingTranslateType.php';
  5181.         return $this->privates['App\\Form\\TrainingTranslateType'] = new \App\Form\TrainingTranslateType();
  5182.     }
  5183.     /**
  5184.      * Gets the private 'App\Form\TrainingType' shared autowired service.
  5185.      *
  5186.      * @return \App\Form\TrainingType
  5187.      */
  5188.     protected function getTrainingTypeService()
  5189.     {
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5192.         include_once \dirname(__DIR__4).'/src/Form/TrainingType.php';
  5193.         return $this->privates['App\\Form\\TrainingType'] = new \App\Form\TrainingType();
  5194.     }
  5195.     /**
  5196.      * Gets the private 'App\Form\TreatmentStdTranslateType' shared autowired service.
  5197.      *
  5198.      * @return \App\Form\TreatmentStdTranslateType
  5199.      */
  5200.     protected function getTreatmentStdTranslateTypeService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5204.         include_once \dirname(__DIR__4).'/src/Form/TreatmentStdTranslateType.php';
  5205.         return $this->privates['App\\Form\\TreatmentStdTranslateType'] = new \App\Form\TreatmentStdTranslateType();
  5206.     }
  5207.     /**
  5208.      * Gets the private 'App\Form\TreatmentStdType' shared autowired service.
  5209.      *
  5210.      * @return \App\Form\TreatmentStdType
  5211.      */
  5212.     protected function getTreatmentStdTypeService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5216.         include_once \dirname(__DIR__4).'/src/Form/TreatmentStdType.php';
  5217.         return $this->privates['App\\Form\\TreatmentStdType'] = new \App\Form\TreatmentStdType();
  5218.     }
  5219.     /**
  5220.      * Gets the private 'App\Form\TreatmentType' shared autowired service.
  5221.      *
  5222.      * @return \App\Form\TreatmentType
  5223.      */
  5224.     protected function getTreatmentTypeService()
  5225.     {
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5228.         include_once \dirname(__DIR__4).'/src/Form/TreatmentType.php';
  5229.         return $this->privates['App\\Form\\TreatmentType'] = new \App\Form\TreatmentType();
  5230.     }
  5231.     /**
  5232.      * Gets the private 'App\Form\UserType' shared autowired service.
  5233.      *
  5234.      * @return \App\Form\UserType
  5235.      */
  5236.     protected function getUserTypeService()
  5237.     {
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5240.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  5241.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  5242.     }
  5243.     /**
  5244.      * Gets the private 'App\Repository\TreatmentRepository' shared autowired service.
  5245.      *
  5246.      * @return \App\Repository\TreatmentRepository
  5247.      */
  5248.     protected function getTreatmentRepositoryService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5256.         include_once \dirname(__DIR__4).'/src/Repository/TreatmentRepository.php';
  5257.         return $this->privates['App\\Repository\\TreatmentRepository'] = new \App\Repository\TreatmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'App\Services\SendEmailService' shared autowired service.
  5261.      *
  5262.      * @return \App\Services\SendEmailService
  5263.      */
  5264.     protected function getSendEmailServiceService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/src/Services/SendEmailService.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  5272.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5273.         if (isset($this->privates['App\\Services\\SendEmailService'])) {
  5274.             return $this->privates['App\\Services\\SendEmailService'];
  5275.         }
  5276.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5277.         if (isset($this->privates['App\\Services\\SendEmailService'])) {
  5278.             return $this->privates['App\\Services\\SendEmailService'];
  5279.         }
  5280.         return $this->privates['App\\Services\\SendEmailService'] = new \App\Services\SendEmailService(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5281.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5282.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5283.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5284.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5285.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a), $b);
  5286.     }
  5287.     /**
  5288.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5289.      *
  5290.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5291.      */
  5292.     protected function getManagerRegistryAwareConnectionProviderService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5296.         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'));
  5297.     }
  5298.     /**
  5299.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5300.      *
  5301.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5302.      */
  5303.     protected function getRunSqlCommandService()
  5304.     {
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5308.         $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()));
  5309.         $instance->setName('dbal:run-sql');
  5310.         return $instance;
  5311.     }
  5312.     /**
  5313.      * Gets the private 'annotations.cache_adapter' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5316.      */
  5317.     protected function getAnnotations_CacheAdapterService()
  5318.     {
  5319.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5320.     }
  5321.     /**
  5322.      * Gets the private 'annotations.cache_warmer' shared service.
  5323.      *
  5324.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5325.      */
  5326.     protected function getAnnotations_CacheWarmerService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5331.         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);
  5332.     }
  5333.     /**
  5334.      * Gets the private 'annotations.cached_reader' shared service.
  5335.      *
  5336.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5337.      */
  5338.     protected function getAnnotations_CachedReaderService()
  5339.     {
  5340.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5341.     }
  5342.     /**
  5343.      * Gets the private 'annotations.reader' shared service.
  5344.      *
  5345.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5346.      */
  5347.     protected function getAnnotations_ReaderService()
  5348.     {
  5349.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5350.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5351.         $a->registerUniqueLoader('class_exists');
  5352.         $instance->addGlobalIgnoredName('required'$a);
  5353.         return $instance;
  5354.     }
  5355.     /**
  5356.      * Gets the private 'appbundle.eventlisteners.localerewritelistener' shared autowired service.
  5357.      *
  5358.      * @return \App\EventListener\LocaleRewriteListener
  5359.      */
  5360.     protected function getAppbundle_Eventlisteners_LocalerewritelistenerService()
  5361.     {
  5362.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5363.         if (isset($this->privates['appbundle.eventlisteners.localerewritelistener'])) {
  5364.             return $this->privates['appbundle.eventlisteners.localerewritelistener'];
  5365.         }
  5366.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5367.         if (isset($this->privates['appbundle.eventlisteners.localerewritelistener'])) {
  5368.             return $this->privates['appbundle.eventlisteners.localerewritelistener'];
  5369.         }
  5370.         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()));
  5371.     }
  5372.     /**
  5373.      * Gets the private 'appbundle.eventlisteners.switchuserlistener' shared autowired service.
  5374.      *
  5375.      * @return \App\EventListener\SwitchUserListener
  5376.      */
  5377.     protected function getAppbundle_Eventlisteners_SwitchuserlistenerService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/src/EventListener/SwitchUserListener.php';
  5380.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5381.         if (isset($this->privates['appbundle.eventlisteners.switchuserlistener'])) {
  5382.             return $this->privates['appbundle.eventlisteners.switchuserlistener'];
  5383.         }
  5384.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5385.         if (isset($this->privates['appbundle.eventlisteners.switchuserlistener'])) {
  5386.             return $this->privates['appbundle.eventlisteners.switchuserlistener'];
  5387.         }
  5388.         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);
  5389.     }
  5390.     /**
  5391.      * Gets the private 'cache.annotations' shared service.
  5392.      *
  5393.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5394.      */
  5395.     protected function getCache_AnnotationsService()
  5396.     {
  5397.         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())));
  5398.     }
  5399.     /**
  5400.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5401.      *
  5402.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5403.      */
  5404.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5405.     {
  5406.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5407.     }
  5408.     /**
  5409.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5410.      *
  5411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5412.      */
  5413.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5414.     {
  5415.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5416.     }
  5417.     /**
  5418.      * Gets the private 'cache.property_info' shared service.
  5419.      *
  5420.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5421.      */
  5422.     protected function getCache_PropertyInfoService()
  5423.     {
  5424.         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())));
  5425.     }
  5426.     /**
  5427.      * Gets the private 'cache.security_expression_language' shared service.
  5428.      *
  5429.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5430.      */
  5431.     protected function getCache_SecurityExpressionLanguageService()
  5432.     {
  5433.         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())));
  5434.     }
  5435.     /**
  5436.      * Gets the private 'cache.serializer' shared service.
  5437.      *
  5438.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5439.      */
  5440.     protected function getCache_SerializerService()
  5441.     {
  5442.         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())));
  5443.     }
  5444.     /**
  5445.      * Gets the private 'cache.validator' shared service.
  5446.      *
  5447.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5448.      */
  5449.     protected function getCache_ValidatorService()
  5450.     {
  5451.         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())));
  5452.     }
  5453.     /**
  5454.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5455.      *
  5456.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5457.      */
  5458.     protected function getCachePoolClearer_CacheWarmerService()
  5459.     {
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5462.         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']);
  5463.     }
  5464.     /**
  5465.      * Gets the private 'config_builder.warmer' shared service.
  5466.      *
  5467.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5468.      */
  5469.     protected function getConfigBuilder_WarmerService()
  5470.     {
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5473.         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()));
  5474.     }
  5475.     /**
  5476.      * Gets the private 'config_cache_factory' shared service.
  5477.      *
  5478.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5479.      */
  5480.     protected function getConfigCacheFactoryService()
  5481.     {
  5482.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5483.             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)));
  5484.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5485.         }, 2));
  5486.     }
  5487.     /**
  5488.      * Gets the private 'console.command.about' shared service.
  5489.      *
  5490.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5491.      */
  5492.     protected function getConsole_Command_AboutService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5496.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5497.         $instance->setName('about');
  5498.         $instance->setDescription('Display information about the current project');
  5499.         return $instance;
  5500.     }
  5501.     /**
  5502.      * Gets the private 'console.command.assets_install' shared service.
  5503.      *
  5504.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5505.      */
  5506.     protected function getConsole_Command_AssetsInstallService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5511.         $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));
  5512.         $instance->setName('assets:install');
  5513.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5514.         return $instance;
  5515.     }
  5516.     /**
  5517.      * Gets the private 'console.command.cache_clear' shared service.
  5518.      *
  5519.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5520.      */
  5521.     protected function getConsole_Command_CacheClearService()
  5522.     {
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5526.         $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())));
  5527.         $instance->setName('cache:clear');
  5528.         $instance->setDescription('Clear the cache');
  5529.         return $instance;
  5530.     }
  5531.     /**
  5532.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5533.      *
  5534.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5535.      */
  5536.     protected function getConsole_Command_CachePoolClearService()
  5537.     {
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5540.         $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']);
  5541.         $instance->setName('cache:pool:clear');
  5542.         $instance->setDescription('Clear cache pools');
  5543.         return $instance;
  5544.     }
  5545.     /**
  5546.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5547.      *
  5548.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5549.      */
  5550.     protected function getConsole_Command_CachePoolDeleteService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5554.         $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']);
  5555.         $instance->setName('cache:pool:delete');
  5556.         $instance->setDescription('Delete an item from a cache pool');
  5557.         return $instance;
  5558.     }
  5559.     /**
  5560.      * Gets the private 'console.command.cache_pool_list' shared service.
  5561.      *
  5562.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5563.      */
  5564.     protected function getConsole_Command_CachePoolListService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5568.         $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']);
  5569.         $instance->setName('cache:pool:list');
  5570.         $instance->setDescription('List available cache pools');
  5571.         return $instance;
  5572.     }
  5573.     /**
  5574.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5575.      *
  5576.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5577.      */
  5578.     protected function getConsole_Command_CachePoolPruneService()
  5579.     {
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5582.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5583.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5584.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5585.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5586.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5587.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5588.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5589.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5590.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5591.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5592.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5593.         }, 10));
  5594.         $instance->setName('cache:pool:prune');
  5595.         $instance->setDescription('Prune cache pools');
  5596.         return $instance;
  5597.     }
  5598.     /**
  5599.      * Gets the private 'console.command.cache_warmup' shared service.
  5600.      *
  5601.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5602.      */
  5603.     protected function getConsole_Command_CacheWarmupService()
  5604.     {
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5607.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5608.         $instance->setName('cache:warmup');
  5609.         $instance->setDescription('Warm up an empty cache');
  5610.         return $instance;
  5611.     }
  5612.     /**
  5613.      * Gets the private 'console.command.config_debug' shared service.
  5614.      *
  5615.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5616.      */
  5617.     protected function getConsole_Command_ConfigDebugService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5624.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5625.         $instance->setName('debug:config');
  5626.         $instance->setDescription('Dump the current configuration for an extension');
  5627.         return $instance;
  5628.     }
  5629.     /**
  5630.      * Gets the private 'console.command.config_dump_reference' shared service.
  5631.      *
  5632.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5633.      */
  5634.     protected function getConsole_Command_ConfigDumpReferenceService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5641.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5642.         $instance->setName('config:dump-reference');
  5643.         $instance->setDescription('Dump the default configuration for an extension');
  5644.         return $instance;
  5645.     }
  5646.     /**
  5647.      * Gets the private 'console.command.container_debug' shared service.
  5648.      *
  5649.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5650.      */
  5651.     protected function getConsole_Command_ContainerDebugService()
  5652.     {
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5656.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5657.         $instance->setName('debug:container');
  5658.         $instance->setDescription('Display current services for an application');
  5659.         return $instance;
  5660.     }
  5661.     /**
  5662.      * Gets the private 'console.command.container_lint' shared service.
  5663.      *
  5664.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5665.      */
  5666.     protected function getConsole_Command_ContainerLintService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5670.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5671.         $instance->setName('lint:container');
  5672.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5673.         return $instance;
  5674.     }
  5675.     /**
  5676.      * Gets the private 'console.command.debug_autowiring' shared service.
  5677.      *
  5678.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5679.      */
  5680.     protected function getConsole_Command_DebugAutowiringService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5686.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5687.         $instance->setName('debug:autowiring');
  5688.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5689.         return $instance;
  5690.     }
  5691.     /**
  5692.      * Gets the private 'console.command.dotenv_debug' shared service.
  5693.      *
  5694.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5695.      */
  5696.     protected function getConsole_Command_DotenvDebugService()
  5697.     {
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5700.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  5701.         $instance->setName('debug:dotenv');
  5702.         $instance->setDescription('Lists all dotenv files with variables and values');
  5703.         return $instance;
  5704.     }
  5705.     /**
  5706.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5707.      *
  5708.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5709.      */
  5710.     protected function getConsole_Command_EventDispatcherDebugService()
  5711.     {
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5714.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  5715.         $instance->setName('debug:event-dispatcher');
  5716.         $instance->setDescription('Display configured listeners for an application');
  5717.         return $instance;
  5718.     }
  5719.     /**
  5720.      * Gets the private 'console.command.form_debug' shared service.
  5721.      *
  5722.      * @return \Symfony\Component\Form\Command\DebugCommand
  5723.      */
  5724.     protected function getConsole_Command_FormDebugService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5728.         $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()));
  5729.         $instance->setName('debug:form');
  5730.         $instance->setDescription('Display form type information');
  5731.         return $instance;
  5732.     }
  5733.     /**
  5734.      * Gets the private 'console.command.router_debug' shared service.
  5735.      *
  5736.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5737.      */
  5738.     protected function getConsole_Command_RouterDebugService()
  5739.     {
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5743.         $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()));
  5744.         $instance->setName('debug:router');
  5745.         $instance->setDescription('Display current routes for an application');
  5746.         return $instance;
  5747.     }
  5748.     /**
  5749.      * Gets the private 'console.command.router_match' shared service.
  5750.      *
  5751.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5752.      */
  5753.     protected function getConsole_Command_RouterMatchService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5757.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5758.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5759.         }, 1));
  5760.         $instance->setName('router:match');
  5761.         $instance->setDescription('Help debug routes by simulating a path info match');
  5762.         return $instance;
  5763.     }
  5764.     /**
  5765.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5766.      *
  5767.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5768.      */
  5769.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5770.     {
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5775.         $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')))));
  5776.         $instance->setName('secrets:decrypt-to-local');
  5777.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5778.         return $instance;
  5779.     }
  5780.     /**
  5781.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5782.      *
  5783.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5784.      */
  5785.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5786.     {
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5791.         $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')))));
  5792.         $instance->setName('secrets:encrypt-from-local');
  5793.         $instance->setDescription('Encrypt all local secrets to the vault');
  5794.         return $instance;
  5795.     }
  5796.     /**
  5797.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5798.      *
  5799.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5800.      */
  5801.     protected function getConsole_Command_SecretsGenerateKeyService()
  5802.     {
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5807.         $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')))));
  5808.         $instance->setName('secrets:generate-keys');
  5809.         $instance->setDescription('Generate new encryption keys');
  5810.         return $instance;
  5811.     }
  5812.     /**
  5813.      * Gets the private 'console.command.secrets_list' shared service.
  5814.      *
  5815.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5816.      */
  5817.     protected function getConsole_Command_SecretsListService()
  5818.     {
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5823.         $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')))));
  5824.         $instance->setName('secrets:list');
  5825.         $instance->setDescription('List all secrets');
  5826.         return $instance;
  5827.     }
  5828.     /**
  5829.      * Gets the private 'console.command.secrets_remove' shared service.
  5830.      *
  5831.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5832.      */
  5833.     protected function getConsole_Command_SecretsRemoveService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5839.         $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')))));
  5840.         $instance->setName('secrets:remove');
  5841.         $instance->setDescription('Remove a secret from the vault');
  5842.         return $instance;
  5843.     }
  5844.     /**
  5845.      * Gets the private 'console.command.secrets_set' shared service.
  5846.      *
  5847.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5848.      */
  5849.     protected function getConsole_Command_SecretsSetService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5855.         $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')))));
  5856.         $instance->setName('secrets:set');
  5857.         $instance->setDescription('Set a secret in the vault');
  5858.         return $instance;
  5859.     }
  5860.     /**
  5861.      * Gets the private 'console.command.translation_debug' shared service.
  5862.      *
  5863.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5864.      */
  5865.     protected function getConsole_Command_TranslationDebugService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5869.         $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/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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  5870.         $instance->setName('debug:translation');
  5871.         $instance->setDescription('Display translation messages information');
  5872.         return $instance;
  5873.     }
  5874.     /**
  5875.      * Gets the private 'console.command.translation_extract' shared service.
  5876.      *
  5877.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5878.      */
  5879.     protected function getConsole_Command_TranslationExtractService()
  5880.     {
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5883.         $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/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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  5884.         $instance->setName('translation:extract');
  5885.         $instance->setAliases([=> 'translation:update']);
  5886.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  5887.         return $instance;
  5888.     }
  5889.     /**
  5890.      * Gets the private 'console.command.translation_pull' shared service.
  5891.      *
  5892.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  5893.      */
  5894.     protected function getConsole_Command_TranslationPullService()
  5895.     {
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5899.         $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', [], []);
  5900.         $instance->setName('translation:pull');
  5901.         $instance->setDescription('Pull translations from a given provider.');
  5902.         return $instance;
  5903.     }
  5904.     /**
  5905.      * Gets the private 'console.command.translation_push' shared service.
  5906.      *
  5907.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5908.      */
  5909.     protected function getConsole_Command_TranslationPushService()
  5910.     {
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5914.         $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()), [], []);
  5915.         $instance->setName('translation:push');
  5916.         $instance->setDescription('Push translations to a given provider.');
  5917.         return $instance;
  5918.     }
  5919.     /**
  5920.      * Gets the private 'console.command.validator_debug' shared service.
  5921.      *
  5922.      * @return \Symfony\Component\Validator\Command\DebugCommand
  5923.      */
  5924.     protected function getConsole_Command_ValidatorDebugService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5928.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5929.         $instance->setName('debug:validator');
  5930.         $instance->setDescription('Display validation constraints for classes');
  5931.         return $instance;
  5932.     }
  5933.     /**
  5934.      * Gets the private 'console.command.xliff_lint' shared service.
  5935.      *
  5936.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5937.      */
  5938.     protected function getConsole_Command_XliffLintService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5942.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5943.         $instance->setName('lint:xliff');
  5944.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5945.         return $instance;
  5946.     }
  5947.     /**
  5948.      * Gets the private 'console.command.yaml_lint' shared service.
  5949.      *
  5950.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5951.      */
  5952.     protected function getConsole_Command_YamlLintService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5957.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5958.         $instance->setName('lint:yaml');
  5959.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5960.         return $instance;
  5961.     }
  5962.     /**
  5963.      * Gets the private 'console.error_listener' shared service.
  5964.      *
  5965.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5966.      */
  5967.     protected function getConsole_ErrorListenerService()
  5968.     {
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5970.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5971.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5972.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5973.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5974.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5975.     }
  5976.     /**
  5977.      * Gets the private 'container.env_var_processor' shared service.
  5978.      *
  5979.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5980.      */
  5981.     protected function getContainer_EnvVarProcessorService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5985.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5986.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5987.         }, 1));
  5988.     }
  5989.     /**
  5990.      * Gets the private 'container.getenv' shared service.
  5991.      *
  5992.      * @return \Closure
  5993.      */
  5994.     protected function getContainer_GetenvService()
  5995.     {
  5996.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  5997.     }
  5998.     /**
  5999.      * Gets the private 'data_collector.form' shared service.
  6000.      *
  6001.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6002.      */
  6003.     protected function getDataCollector_FormService()
  6004.     {
  6005.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6006.     }
  6007.     /**
  6008.      * Gets the private 'data_collector.request' shared service.
  6009.      *
  6010.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6011.      */
  6012.     protected function getDataCollector_RequestService()
  6013.     {
  6014.         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())));
  6015.     }
  6016.     /**
  6017.      * Gets the private 'data_collector.request.session_collector' shared service.
  6018.      *
  6019.      * @return \Closure
  6020.      */
  6021.     protected function getDataCollector_Request_SessionCollectorService()
  6022.     {
  6023.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6024.     }
  6025.     /**
  6026.      * Gets the private 'debug.argument_resolver.default' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6029.      */
  6030.     protected function getDebug_ArgumentResolver_DefaultService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6035.         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))));
  6036.     }
  6037.     /**
  6038.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6039.      *
  6040.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6041.      */
  6042.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6043.     {
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6047.         $a = ($this->privates['.service_locator.ltF1ZuF'] ?? $this->get_ServiceLocator_LtF1ZuFService());
  6048.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6049.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6050.         }
  6051.         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))));
  6052.     }
  6053.     /**
  6054.      * Gets the private 'debug.argument_resolver.request' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6057.      */
  6058.     protected function getDebug_ArgumentResolver_RequestService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6063.         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))));
  6064.     }
  6065.     /**
  6066.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6067.      *
  6068.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6069.      */
  6070.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6075.         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))));
  6076.     }
  6077.     /**
  6078.      * Gets the private 'debug.argument_resolver.service' shared service.
  6079.      *
  6080.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6081.      */
  6082.     protected function getDebug_ArgumentResolver_ServiceService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6087.         $a = ($this->privates['.service_locator.ltF1ZuF'] ?? $this->get_ServiceLocator_LtF1ZuFService());
  6088.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6089.             return $this->privates['debug.argument_resolver.service'];
  6090.         }
  6091.         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))));
  6092.     }
  6093.     /**
  6094.      * Gets the private 'debug.argument_resolver.session' shared service.
  6095.      *
  6096.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6097.      */
  6098.     protected function getDebug_ArgumentResolver_SessionService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6103.         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))));
  6104.     }
  6105.     /**
  6106.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6109.      */
  6110.     protected function getDebug_ArgumentResolver_VariadicService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6115.         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))));
  6116.     }
  6117.     /**
  6118.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6119.      *
  6120.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6121.      */
  6122.     protected function getDebug_DebugHandlersListenerService()
  6123.     {
  6124.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6125.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6126.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6127.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6129.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  6130.     }
  6131.     /**
  6132.      * Gets the private 'debug.dump_listener' shared service.
  6133.      *
  6134.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6135.      */
  6136.     protected function getDebug_DumpListenerService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6140.         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()));
  6141.     }
  6142.     /**
  6143.      * Gets the private 'debug.file_link_formatter' shared service.
  6144.      *
  6145.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6146.      */
  6147.     protected function getDebug_FileLinkFormatterService()
  6148.     {
  6149.         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 () {
  6150.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6151.         });
  6152.     }
  6153.     /**
  6154.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6155.      *
  6156.      * @return \string
  6157.      */
  6158.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6159.     {
  6160.         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');
  6161.     }
  6162.     /**
  6163.      * Gets the private 'debug.log_processor' shared service.
  6164.      *
  6165.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6166.      */
  6167.     protected function getDebug_LogProcessorService()
  6168.     {
  6169.         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())));
  6170.     }
  6171.     /**
  6172.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6173.      *
  6174.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6175.      */
  6176.     protected function getDebug_Security_Access_DecisionManagerService()
  6177.     {
  6178.         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 () {
  6179.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6180.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6181.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6182.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6183.     }
  6184.     /**
  6185.      * Gets the private 'debug.security.firewall' shared service.
  6186.      *
  6187.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6188.      */
  6189.     protected function getDebug_Security_FirewallService()
  6190.     {
  6191.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6192.         if (isset($this->privates['debug.security.firewall'])) {
  6193.             return $this->privates['debug.security.firewall'];
  6194.         }
  6195.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6196.         if (isset($this->privates['debug.security.firewall'])) {
  6197.             return $this->privates['debug.security.firewall'];
  6198.         }
  6199.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6200.     }
  6201.     /**
  6202.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6203.      *
  6204.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6205.      */
  6206.     protected function getDebug_Security_UserValueResolverService()
  6207.     {
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6211.         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))));
  6212.     }
  6213.     /**
  6214.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6215.      *
  6216.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6217.      */
  6218.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6224.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6225.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6226.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6227.         }
  6228.         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);
  6229.     }
  6230.     /**
  6231.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6232.      *
  6233.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6234.      */
  6235.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6241.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6242.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6243.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6244.         }
  6245.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6246.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6247.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6248.         }
  6249.         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);
  6250.     }
  6251.     /**
  6252.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6255.      */
  6256.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6263.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6264.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6265.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6266.         }
  6267.         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);
  6268.     }
  6269.     /**
  6270.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6271.      *
  6272.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6273.      */
  6274.     protected function getDebug_Security_Voter_VoteListenerService()
  6275.     {
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6277.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6278.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6279.             return $this->privates['debug.security.voter.vote_listener'];
  6280.         }
  6281.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6282.     }
  6283.     /**
  6284.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6285.      *
  6286.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6287.      */
  6288.     protected function getDoctrine_CacheClearMetadataCommandService()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6294.         $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()));
  6295.         $instance->setName('doctrine:cache:clear-metadata');
  6296.         return $instance;
  6297.     }
  6298.     /**
  6299.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6300.      *
  6301.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6302.      */
  6303.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6304.     {
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6309.         $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()));
  6310.         $instance->setName('doctrine:cache:clear-query');
  6311.         return $instance;
  6312.     }
  6313.     /**
  6314.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6315.      *
  6316.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6317.      */
  6318.     protected function getDoctrine_CacheClearResultCommandService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6324.         $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()));
  6325.         $instance->setName('doctrine:cache:clear-result');
  6326.         return $instance;
  6327.     }
  6328.     /**
  6329.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6330.      *
  6331.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6332.      */
  6333.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6334.     {
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6339.         $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()));
  6340.         $instance->setName('doctrine:cache:clear-collection-region');
  6341.         return $instance;
  6342.     }
  6343.     /**
  6344.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6345.      *
  6346.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6347.      */
  6348.     protected function getDoctrine_ClearEntityRegionCommandService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6354.         $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()));
  6355.         $instance->setName('doctrine:cache:clear-entity-region');
  6356.         return $instance;
  6357.     }
  6358.     /**
  6359.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6360.      *
  6361.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6362.      */
  6363.     protected function getDoctrine_ClearQueryRegionCommandService()
  6364.     {
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6369.         $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()));
  6370.         $instance->setName('doctrine:cache:clear-query-region');
  6371.         return $instance;
  6372.     }
  6373.     /**
  6374.      * Gets the private 'doctrine.database_create_command' shared service.
  6375.      *
  6376.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6377.      */
  6378.     protected function getDoctrine_DatabaseCreateCommandService()
  6379.     {
  6380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6381.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6383.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6384.         $instance->setName('doctrine:database:create');
  6385.         return $instance;
  6386.     }
  6387.     /**
  6388.      * Gets the private 'doctrine.database_drop_command' shared service.
  6389.      *
  6390.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6391.      */
  6392.     protected function getDoctrine_DatabaseDropCommandService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6397.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6398.         $instance->setName('doctrine:database:drop');
  6399.         return $instance;
  6400.     }
  6401.     /**
  6402.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6403.      *
  6404.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6405.      */
  6406.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6407.     {
  6408.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6409.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6410.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6411.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6412.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6413.             'gedmo.listener.blameable' => ['services''gedmo.listener.blameable''getGedmo_Listener_BlameableService'false],
  6414.             'gedmo.listener.loggable' => ['services''gedmo.listener.loggable''getGedmo_Listener_LoggableService'false],
  6415.             'gedmo.listener.sluggable' => ['services''gedmo.listener.sluggable''getGedmo_Listener_SluggableService'false],
  6416.             'gedmo.listener.sortable' => ['services''gedmo.listener.sortable''getGedmo_Listener_SortableService'false],
  6417.             'gedmo.listener.timestampable' => ['services''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  6418.             'gedmo.listener.translatable' => ['services''gedmo.listener.translatable''getGedmo_Listener_TranslatableService'false],
  6419.             'gedmo.listener.tree' => ['services''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  6420.         ], [
  6421.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6422.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6423.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6424.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6425.             'gedmo.listener.blameable' => '?',
  6426.             'gedmo.listener.loggable' => '?',
  6427.             'gedmo.listener.sluggable' => '?',
  6428.             'gedmo.listener.sortable' => '?',
  6429.             'gedmo.listener.timestampable' => '?',
  6430.             'gedmo.listener.translatable' => '?',
  6431.             'gedmo.listener.tree' => '?',
  6432.         ]), [=> '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']]);
  6433.     }
  6434.     /**
  6435.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6436.      *
  6437.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6438.      */
  6439.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6440.     {
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6444.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6445.         $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()));
  6446.         $instance->setName('doctrine:ensure-production-settings');
  6447.         return $instance;
  6448.     }
  6449.     /**
  6450.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6451.      *
  6452.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6453.      */
  6454.     protected function getDoctrine_MappingConvertCommandService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6460.         $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()));
  6461.         $instance->setName('doctrine:mapping:convert');
  6462.         return $instance;
  6463.     }
  6464.     /**
  6465.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6466.      *
  6467.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6468.      */
  6469.     protected function getDoctrine_MappingImportCommandService()
  6470.     {
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6474.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6475.         $instance->setName('doctrine:mapping:import');
  6476.         return $instance;
  6477.     }
  6478.     /**
  6479.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6480.      *
  6481.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6482.      */
  6483.     protected function getDoctrine_MappingInfoCommandService()
  6484.     {
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6489.         $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()));
  6490.         $instance->setName('doctrine:mapping:info');
  6491.         return $instance;
  6492.     }
  6493.     /**
  6494.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6495.      *
  6496.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6497.      */
  6498.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6499.     {
  6500.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6502.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6503.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6504.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6505.         }
  6506.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6507.     }
  6508.     /**
  6509.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6510.      *
  6511.      * @return \Doctrine\Migrations\DependencyFactory
  6512.      */
  6513.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6514.     {
  6515.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6516.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6517.         $a->setAllOrNothing(false);
  6518.         $a->setCheckDatabasePlatform(true);
  6519.         $a->setTransactional(true);
  6520.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6521.         $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()));
  6522.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6523.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6524.         });
  6525.         return $instance;
  6526.     }
  6527.     /**
  6528.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6529.      *
  6530.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6531.      */
  6532.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6536.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6537.     }
  6538.     /**
  6539.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6540.      *
  6541.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6542.      */
  6543.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6544.     {
  6545.         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);
  6546.     }
  6547.     /**
  6548.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6549.      *
  6550.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6551.      */
  6552.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6555.         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()));
  6556.     }
  6557.     /**
  6558.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6559.      *
  6560.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6561.      */
  6562.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6563.     {
  6564.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6565.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6566.     }
  6567.     /**
  6568.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6569.      *
  6570.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6571.      */
  6572.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6576.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6577.     }
  6578.     /**
  6579.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6580.      *
  6581.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6582.      */
  6583.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6584.     {
  6585.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6587.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6588.             return new \EmptyIterator();
  6589.         }, 0));
  6590.     }
  6591.     /**
  6592.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6593.      *
  6594.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6595.      */
  6596.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6597.     {
  6598.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6600.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6601.     }
  6602.     /**
  6603.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6604.      *
  6605.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6606.      */
  6607.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6608.     {
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6611.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6615.      *
  6616.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6617.      */
  6618.     protected function getDoctrine_Orm_Validator_UniqueService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6623.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6624.     }
  6625.     /**
  6626.      * Gets the private 'doctrine.query_dql_command' shared service.
  6627.      *
  6628.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6629.      */
  6630.     protected function getDoctrine_QueryDqlCommandService()
  6631.     {
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6636.         $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()));
  6637.         $instance->setName('doctrine:query:dql');
  6638.         return $instance;
  6639.     }
  6640.     /**
  6641.      * Gets the private 'doctrine.query_sql_command' shared service.
  6642.      *
  6643.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6644.      */
  6645.     protected function getDoctrine_QuerySqlCommandService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6651.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6652.         $instance->setName('doctrine:query:sql');
  6653.         return $instance;
  6654.     }
  6655.     /**
  6656.      * Gets the private 'doctrine.schema_create_command' shared service.
  6657.      *
  6658.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6659.      */
  6660.     protected function getDoctrine_SchemaCreateCommandService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6667.         $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()));
  6668.         $instance->setName('doctrine:schema:create');
  6669.         return $instance;
  6670.     }
  6671.     /**
  6672.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6673.      *
  6674.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6675.      */
  6676.     protected function getDoctrine_SchemaDropCommandService()
  6677.     {
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6683.         $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()));
  6684.         $instance->setName('doctrine:schema:drop');
  6685.         return $instance;
  6686.     }
  6687.     /**
  6688.      * Gets the private 'doctrine.schema_update_command' shared service.
  6689.      *
  6690.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6691.      */
  6692.     protected function getDoctrine_SchemaUpdateCommandService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6699.         $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()));
  6700.         $instance->setName('doctrine:schema:update');
  6701.         return $instance;
  6702.     }
  6703.     /**
  6704.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6705.      *
  6706.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6707.      */
  6708.     protected function getDoctrine_SchemaValidateCommandService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6714.         $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()));
  6715.         $instance->setName('doctrine:schema:validate');
  6716.         return $instance;
  6717.     }
  6718.     /**
  6719.      * Gets the private 'doctrine.ulid_generator' shared service.
  6720.      *
  6721.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6722.      */
  6723.     protected function getDoctrine_UlidGeneratorService()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6727.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6728.     }
  6729.     /**
  6730.      * Gets the private 'doctrine.uuid_generator' shared service.
  6731.      *
  6732.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6733.      */
  6734.     protected function getDoctrine_UuidGeneratorService()
  6735.     {
  6736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6738.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6739.     }
  6740.     /**
  6741.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6742.      *
  6743.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6744.      */
  6745.     protected function getDoctrineMigrations_CurrentCommandService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6750.         $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');
  6751.         $instance->setName('doctrine:migrations:current');
  6752.         $instance->setDescription('Outputs the current version');
  6753.         return $instance;
  6754.     }
  6755.     /**
  6756.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6757.      *
  6758.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6759.      */
  6760.     protected function getDoctrineMigrations_DiffCommandService()
  6761.     {
  6762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6765.         $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');
  6766.         $instance->setName('doctrine:migrations:diff');
  6767.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  6768.         return $instance;
  6769.     }
  6770.     /**
  6771.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6772.      *
  6773.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6774.      */
  6775.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6776.     {
  6777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6780.         $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');
  6781.         $instance->setName('doctrine:migrations:dump-schema');
  6782.         $instance->setDescription('Dump the schema for your database to a migration.');
  6783.         return $instance;
  6784.     }
  6785.     /**
  6786.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6787.      *
  6788.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6789.      */
  6790.     protected function getDoctrineMigrations_ExecuteCommandService()
  6791.     {
  6792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6795.         $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');
  6796.         $instance->setName('doctrine:migrations:execute');
  6797.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  6798.         return $instance;
  6799.     }
  6800.     /**
  6801.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6802.      *
  6803.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6804.      */
  6805.     protected function getDoctrineMigrations_GenerateCommandService()
  6806.     {
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6810.         $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');
  6811.         $instance->setName('doctrine:migrations:generate');
  6812.         $instance->setDescription('Generate a blank migration class.');
  6813.         return $instance;
  6814.     }
  6815.     /**
  6816.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6817.      *
  6818.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6819.      */
  6820.     protected function getDoctrineMigrations_LatestCommandService()
  6821.     {
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6825.         $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');
  6826.         $instance->setName('doctrine:migrations:latest');
  6827.         $instance->setDescription('Outputs the latest version');
  6828.         return $instance;
  6829.     }
  6830.     /**
  6831.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6832.      *
  6833.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6834.      */
  6835.     protected function getDoctrineMigrations_MigrateCommandService()
  6836.     {
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6840.         $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');
  6841.         $instance->setName('doctrine:migrations:migrate');
  6842.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  6843.         return $instance;
  6844.     }
  6845.     /**
  6846.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6847.      *
  6848.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6849.      */
  6850.     protected function getDoctrineMigrations_RollupCommandService()
  6851.     {
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6855.         $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');
  6856.         $instance->setName('doctrine:migrations:rollup');
  6857.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  6858.         return $instance;
  6859.     }
  6860.     /**
  6861.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6862.      *
  6863.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6864.      */
  6865.     protected function getDoctrineMigrations_StatusCommandService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6870.         $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');
  6871.         $instance->setName('doctrine:migrations:status');
  6872.         $instance->setDescription('View the status of a set of migrations.');
  6873.         return $instance;
  6874.     }
  6875.     /**
  6876.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6877.      *
  6878.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6879.      */
  6880.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6881.     {
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6885.         $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');
  6886.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6887.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  6888.         return $instance;
  6889.     }
  6890.     /**
  6891.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6892.      *
  6893.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6894.      */
  6895.     protected function getDoctrineMigrations_UpToDateCommandService()
  6896.     {
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6900.         $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');
  6901.         $instance->setName('doctrine:migrations:up-to-date');
  6902.         $instance->setDescription('Tells you if your schema is up-to-date.');
  6903.         return $instance;
  6904.     }
  6905.     /**
  6906.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6907.      *
  6908.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6909.      */
  6910.     protected function getDoctrineMigrations_VersionCommandService()
  6911.     {
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6915.         $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');
  6916.         $instance->setName('doctrine:migrations:version');
  6917.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  6918.         return $instance;
  6919.     }
  6920.     /**
  6921.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6922.      *
  6923.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6924.      */
  6925.     protected function getDoctrineMigrations_VersionsCommandService()
  6926.     {
  6927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6930.         $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');
  6931.         $instance->setName('doctrine:migrations:list');
  6932.         $instance->setDescription('Display a list of all available migrations and their status.');
  6933.         return $instance;
  6934.     }
  6935.     /**
  6936.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6937.      *
  6938.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6939.      */
  6940.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6941.     {
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6944.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6945.         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()));
  6946.     }
  6947.     /**
  6948.      * Gets the private 'exception_listener' shared service.
  6949.      *
  6950.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6951.      */
  6952.     protected function getExceptionListenerService()
  6953.     {
  6954.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6955.     }
  6956.     /**
  6957.      * Gets the private 'extension.listener' shared autowired service.
  6958.      *
  6959.      * @return \App\EventListener\DoctrineExtensionListener
  6960.      */
  6961.     protected function getExtension_ListenerService()
  6962.     {
  6963.         $this->privates['extension.listener'] = $instance = new \App\EventListener\DoctrineExtensionListener();
  6964.         $instance->setContainer($this);
  6965.         return $instance;
  6966.     }
  6967.     /**
  6968.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6969.      *
  6970.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6971.      */
  6972.     protected function getForm_ChoiceListFactory_CachedService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6978.         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())));
  6979.     }
  6980.     /**
  6981.      * Gets the private 'form.registry' shared service.
  6982.      *
  6983.      * @return \Symfony\Component\Form\FormRegistry
  6984.      */
  6985.     protected function getForm_RegistryService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6994.         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, [
  6995.             'App\\Form\\ActionEditGrpType' => ['privates''App\\Form\\ActionEditGrpType''getActionEditGrpTypeService'false],
  6996.             'App\\Form\\ActionGrpType' => ['privates''App\\Form\\ActionGrpType''getActionGrpTypeService'false],
  6997.             'App\\Form\\ActionStdTranslateType' => ['privates''App\\Form\\ActionStdTranslateType''getActionStdTranslateTypeService'false],
  6998.             'App\\Form\\ActionStdType' => ['privates''App\\Form\\ActionStdType''getActionStdTypeService'false],
  6999.             'App\\Form\\ActionType' => ['privates''App\\Form\\ActionType''getActionTypeService'false],
  7000.             'App\\Form\\ExercisingClaimRequestType' => ['privates''App\\Form\\ExercisingClaimRequestType''getExercisingClaimRequestTypeService'false],
  7001.             'App\\Form\\IncidentType' => ['privates''App\\Form\\IncidentType''getIncidentTypeService'false],
  7002.             'App\\Form\\IncidentViewType' => ['privates''App\\Form\\IncidentViewType''getIncidentViewTypeService'false],
  7003.             'App\\Form\\InfoType' => ['privates''App\\Form\\InfoType''getInfoTypeService'false],
  7004.             'App\\Form\\ManagerType' => ['privates''App\\Form\\ManagerType''getManagerTypeService'false],
  7005.             'App\\Form\\PartnerType' => ['privates''App\\Form\\PartnerType''getPartnerTypeService'false],
  7006.             'App\\Form\\SubcontractorStdTranslateType' => ['privates''App\\Form\\SubcontractorStdTranslateType''getSubcontractorStdTranslateTypeService'false],
  7007.             'App\\Form\\SubcontractorStdType' => ['privates''App\\Form\\SubcontractorStdType''getSubcontractorStdTypeService'false],
  7008.             'App\\Form\\SubcontractorType' => ['privates''App\\Form\\SubcontractorType''getSubcontractorType2Service'false],
  7009.             'App\\Form\\SubscriptionType' => ['privates''App\\Form\\SubscriptionType''getSubscriptionType2Service'false],
  7010.             'App\\Form\\SubscriptionUserType' => ['privates''App\\Form\\SubscriptionUserType''getSubscriptionUserTypeService'false],
  7011.             'App\\Form\\SystemStdTranslateType' => ['privates''App\\Form\\SystemStdTranslateType''getSystemStdTranslateTypeService'false],
  7012.             'App\\Form\\SystemStdType' => ['privates''App\\Form\\SystemStdType''getSystemStdTypeService'false],
  7013.             'App\\Form\\SystemType' => ['privates''App\\Form\\SystemType''getSystemTypeService'false],
  7014.             'App\\Form\\TrainingTeamType' => ['privates''App\\Form\\TrainingTeamType''getTrainingTeamTypeService'false],
  7015.             'App\\Form\\TrainingTranslateType' => ['privates''App\\Form\\TrainingTranslateType''getTrainingTranslateTypeService'false],
  7016.             'App\\Form\\TrainingType' => ['privates''App\\Form\\TrainingType''getTrainingTypeService'false],
  7017.             'App\\Form\\TreatmentStdTranslateType' => ['privates''App\\Form\\TreatmentStdTranslateType''getTreatmentStdTranslateTypeService'false],
  7018.             'App\\Form\\TreatmentStdType' => ['privates''App\\Form\\TreatmentStdType''getTreatmentStdTypeService'false],
  7019.             'App\\Form\\TreatmentType' => ['privates''App\\Form\\TreatmentType''getTreatmentTypeService'false],
  7020.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  7021.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7022.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7023.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7024.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7025.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7026.         ], [
  7027.             'App\\Form\\ActionEditGrpType' => '?',
  7028.             'App\\Form\\ActionGrpType' => '?',
  7029.             'App\\Form\\ActionStdTranslateType' => '?',
  7030.             'App\\Form\\ActionStdType' => '?',
  7031.             'App\\Form\\ActionType' => '?',
  7032.             'App\\Form\\ExercisingClaimRequestType' => '?',
  7033.             'App\\Form\\IncidentType' => '?',
  7034.             'App\\Form\\IncidentViewType' => '?',
  7035.             'App\\Form\\InfoType' => '?',
  7036.             'App\\Form\\ManagerType' => '?',
  7037.             'App\\Form\\PartnerType' => '?',
  7038.             'App\\Form\\SubcontractorStdTranslateType' => '?',
  7039.             'App\\Form\\SubcontractorStdType' => '?',
  7040.             'App\\Form\\SubcontractorType' => '?',
  7041.             'App\\Form\\SubscriptionType' => '?',
  7042.             'App\\Form\\SubscriptionUserType' => '?',
  7043.             'App\\Form\\SystemStdTranslateType' => '?',
  7044.             'App\\Form\\SystemStdType' => '?',
  7045.             'App\\Form\\SystemType' => '?',
  7046.             'App\\Form\\TrainingTeamType' => '?',
  7047.             'App\\Form\\TrainingTranslateType' => '?',
  7048.             'App\\Form\\TrainingType' => '?',
  7049.             'App\\Form\\TreatmentStdTranslateType' => '?',
  7050.             'App\\Form\\TreatmentStdType' => '?',
  7051.             'App\\Form\\TreatmentType' => '?',
  7052.             'App\\Form\\UserType' => '?',
  7053.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7054.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7055.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7056.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7057.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7058.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7059.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7060.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7061.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7062.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7063.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7064.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7065.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7066.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7067.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7068.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7069.         }, 1)], new RewindableGenerator(function () {
  7070.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7071.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7072.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7073.     }
  7074.     /**
  7075.      * Gets the private 'form.server_params' shared service.
  7076.      *
  7077.      * @return \Symfony\Component\Form\Util\ServerParams
  7078.      */
  7079.     protected function getForm_ServerParamsService()
  7080.     {
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7082.         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())));
  7083.     }
  7084.     /**
  7085.      * Gets the private 'form.type.choice' shared service.
  7086.      *
  7087.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7088.      */
  7089.     protected function getForm_Type_ChoiceService()
  7090.     {
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7094.         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()));
  7095.     }
  7096.     /**
  7097.      * Gets the private 'form.type.color' shared service.
  7098.      *
  7099.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7100.      */
  7101.     protected function getForm_Type_ColorService()
  7102.     {
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7106.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7107.     }
  7108.     /**
  7109.      * Gets the private 'form.type.entity' shared service.
  7110.      *
  7111.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7112.      */
  7113.     protected function getForm_Type_EntityService()
  7114.     {
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7119.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7120.     }
  7121.     /**
  7122.      * Gets the private 'form.type.form' shared service.
  7123.      *
  7124.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7125.      */
  7126.     protected function getForm_Type_FormService()
  7127.     {
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7132.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7133.     }
  7134.     /**
  7135.      * Gets the private 'form.type_extension.csrf' shared service.
  7136.      *
  7137.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7138.      */
  7139.     protected function getForm_TypeExtension_CsrfService()
  7140.     {
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7144.         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()));
  7145.     }
  7146.     /**
  7147.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7148.      *
  7149.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7150.      */
  7151.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7152.     {
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7156.         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()));
  7157.     }
  7158.     /**
  7159.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7160.      *
  7161.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7162.      */
  7163.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7164.     {
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7170.         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())));
  7171.     }
  7172.     /**
  7173.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7174.      *
  7175.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7176.      */
  7177.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7178.     {
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7182.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7183.     }
  7184.     /**
  7185.      * Gets the private 'form.type_extension.form.validator' shared service.
  7186.      *
  7187.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7188.      */
  7189.     protected function getForm_TypeExtension_Form_ValidatorService()
  7190.     {
  7191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7195.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  7196.         if (isset($this->privates['form.type_extension.form.validator'])) {
  7197.             return $this->privates['form.type_extension.form.validator'];
  7198.         }
  7199.         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$a, ($this->services['translator'] ?? $this->getTranslatorService()));
  7200.     }
  7201.     /**
  7202.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7203.      *
  7204.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7205.      */
  7206.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7211.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7212.     }
  7213.     /**
  7214.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7215.      *
  7216.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7217.      */
  7218.     protected function getForm_TypeGuesser_DoctrineService()
  7219.     {
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7222.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7223.     }
  7224.     /**
  7225.      * Gets the private 'form.type_guesser.validator' shared service.
  7226.      *
  7227.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7228.      */
  7229.     protected function getForm_TypeGuesser_ValidatorService()
  7230.     {
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7233.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7234.     }
  7235.     /**
  7236.      * Gets the private 'fragment.renderer.inline' shared service.
  7237.      *
  7238.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7239.      */
  7240.     protected function getFragment_Renderer_InlineService()
  7241.     {
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7245.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7246.         if (isset($this->privates['fragment.renderer.inline'])) {
  7247.             return $this->privates['fragment.renderer.inline'];
  7248.         }
  7249.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7250.         if (isset($this->privates['fragment.renderer.inline'])) {
  7251.             return $this->privates['fragment.renderer.inline'];
  7252.         }
  7253.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7254.         $instance->setFragmentPath('/_fragment');
  7255.         return $instance;
  7256.     }
  7257.     /**
  7258.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7259.      *
  7260.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7261.      */
  7262.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7263.     {
  7264.         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())));
  7265.     }
  7266.     /**
  7267.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7268.      *
  7269.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7270.      */
  7271.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7272.     {
  7273.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7274.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7275.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7276.         }
  7277.         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);
  7278.     }
  7279.     /**
  7280.      * Gets the private 'locale_aware_listener' shared service.
  7281.      *
  7282.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7283.      */
  7284.     protected function getLocaleAwareListenerService()
  7285.     {
  7286.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7287.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7288.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7289.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7290.     }
  7291.     /**
  7292.      * Gets the private 'locale_listener' shared service.
  7293.      *
  7294.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7295.      */
  7296.     protected function getLocaleListenerService()
  7297.     {
  7298.         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, []);
  7299.     }
  7300.     /**
  7301.      * Gets the private 'mailer.transport_factory.native' shared service.
  7302.      *
  7303.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7304.      */
  7305.     protected function getMailer_TransportFactory_NativeService()
  7306.     {
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7310.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7311.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7312.             return $this->privates['mailer.transport_factory.native'];
  7313.         }
  7314.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7315.     }
  7316.     /**
  7317.      * Gets the private 'mailer.transport_factory.null' shared service.
  7318.      *
  7319.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7320.      */
  7321.     protected function getMailer_TransportFactory_NullService()
  7322.     {
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7326.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7327.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7328.             return $this->privates['mailer.transport_factory.null'];
  7329.         }
  7330.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7331.     }
  7332.     /**
  7333.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7334.      *
  7335.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7336.      */
  7337.     protected function getMailer_TransportFactory_SendmailService()
  7338.     {
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7342.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7343.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7344.             return $this->privates['mailer.transport_factory.sendmail'];
  7345.         }
  7346.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7347.     }
  7348.     /**
  7349.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7350.      *
  7351.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7352.      */
  7353.     protected function getMailer_TransportFactory_SmtpService()
  7354.     {
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7358.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7359.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7360.             return $this->privates['mailer.transport_factory.smtp'];
  7361.         }
  7362.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7363.     }
  7364.     /**
  7365.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7366.      *
  7367.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7368.      */
  7369.     protected function getMaker_AutoCommand_MakeAuthService()
  7370.     {
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7379.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7380.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7381.         $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')))));
  7382.         $instance->setName('make:auth');
  7383.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7384.         return $instance;
  7385.     }
  7386.     /**
  7387.      * Gets the private 'maker.auto_command.make_command' shared service.
  7388.      *
  7389.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7390.      */
  7391.     protected function getMaker_AutoCommand_MakeCommandService()
  7392.     {
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7399.         $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')))));
  7400.         $instance->setName('make:command');
  7401.         $instance->setDescription('Creates a new console command class');
  7402.         return $instance;
  7403.     }
  7404.     /**
  7405.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7406.      *
  7407.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7408.      */
  7409.     protected function getMaker_AutoCommand_MakeControllerService()
  7410.     {
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7417.         $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')))));
  7418.         $instance->setName('make:controller');
  7419.         $instance->setDescription('Creates a new controller class');
  7420.         return $instance;
  7421.     }
  7422.     /**
  7423.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7424.      *
  7425.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7426.      */
  7427.     protected function getMaker_AutoCommand_MakeCrudService()
  7428.     {
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7435.         $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')))));
  7436.         $instance->setName('make:crud');
  7437.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7438.         return $instance;
  7439.     }
  7440.     /**
  7441.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7442.      *
  7443.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7444.      */
  7445.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7446.     {
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7453.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7454.         $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')))));
  7455.         $instance->setName('make:docker:database');
  7456.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7457.         return $instance;
  7458.     }
  7459.     /**
  7460.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7461.      *
  7462.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7463.      */
  7464.     protected function getMaker_AutoCommand_MakeEntityService()
  7465.     {
  7466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7473.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7474.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7475.         $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')))));
  7476.         $instance->setName('make:entity');
  7477.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7478.         return $instance;
  7479.     }
  7480.     /**
  7481.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7482.      *
  7483.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7484.      */
  7485.     protected function getMaker_AutoCommand_MakeFixturesService()
  7486.     {
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7493.         $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')))));
  7494.         $instance->setName('make:fixtures');
  7495.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7496.         return $instance;
  7497.     }
  7498.     /**
  7499.      * Gets the private 'maker.auto_command.make_form' shared service.
  7500.      *
  7501.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7502.      */
  7503.     protected function getMaker_AutoCommand_MakeFormService()
  7504.     {
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7511.         $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')))));
  7512.         $instance->setName('make:form');
  7513.         $instance->setDescription('Creates a new form class');
  7514.         return $instance;
  7515.     }
  7516.     /**
  7517.      * Gets the private 'maker.auto_command.make_message' shared service.
  7518.      *
  7519.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7520.      */
  7521.     protected function getMaker_AutoCommand_MakeMessageService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7529.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7530.         $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')))));
  7531.         $instance->setName('make:message');
  7532.         $instance->setDescription('Creates a new message and handler');
  7533.         return $instance;
  7534.     }
  7535.     /**
  7536.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7537.      *
  7538.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7539.      */
  7540.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7541.     {
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7548.         $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')))));
  7549.         $instance->setName('make:messenger-middleware');
  7550.         $instance->setDescription('Creates a new messenger middleware');
  7551.         return $instance;
  7552.     }
  7553.     /**
  7554.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7555.      *
  7556.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7557.      */
  7558.     protected function getMaker_AutoCommand_MakeMigrationService()
  7559.     {
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7567.         $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')))));
  7568.         $instance->setName('make:migration');
  7569.         $instance->setDescription('Creates a new migration based on database changes');
  7570.         return $instance;
  7571.     }
  7572.     /**
  7573.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7574.      *
  7575.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7576.      */
  7577.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7578.     {
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7585.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7586.         $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')))));
  7587.         $instance->setName('make:registration-form');
  7588.         $instance->setDescription('Creates a new registration form system');
  7589.         return $instance;
  7590.     }
  7591.     /**
  7592.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7593.      *
  7594.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7595.      */
  7596.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7604.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7605.         $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')))));
  7606.         $instance->setName('make:reset-password');
  7607.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7608.         return $instance;
  7609.     }
  7610.     /**
  7611.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  7612.      *
  7613.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7614.      */
  7615.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  7616.     {
  7617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7625.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7626.         $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')))));
  7627.         $instance->setName('make:security:form-login');
  7628.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  7629.         return $instance;
  7630.     }
  7631.     /**
  7632.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7633.      *
  7634.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7635.      */
  7636.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7637.     {
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7644.         $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')))));
  7645.         $instance->setName('make:serializer:encoder');
  7646.         $instance->setDescription('Creates a new serializer encoder class');
  7647.         return $instance;
  7648.     }
  7649.     /**
  7650.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7651.      *
  7652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7653.      */
  7654.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7655.     {
  7656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7662.         $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')))));
  7663.         $instance->setName('make:serializer:normalizer');
  7664.         $instance->setDescription('Creates a new serializer normalizer class');
  7665.         return $instance;
  7666.     }
  7667.     /**
  7668.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7669.      *
  7670.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7671.      */
  7672.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7680.         $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')))));
  7681.         $instance->setName('make:stimulus-controller');
  7682.         $instance->setDescription('Creates a new Stimulus controller');
  7683.         return $instance;
  7684.     }
  7685.     /**
  7686.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7687.      *
  7688.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7689.      */
  7690.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7699.         $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')))));
  7700.         $instance->setName('make:subscriber');
  7701.         $instance->setDescription('Creates a new event subscriber class');
  7702.         return $instance;
  7703.     }
  7704.     /**
  7705.      * Gets the private 'maker.auto_command.make_test' shared service.
  7706.      *
  7707.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7708.      */
  7709.     protected function getMaker_AutoCommand_MakeTestService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7718.         $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')))));
  7719.         $instance->setName('make:test');
  7720.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7721.         $instance->setDescription('Creates a new test class');
  7722.         return $instance;
  7723.     }
  7724.     /**
  7725.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  7726.      *
  7727.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7728.      */
  7729.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7737.         $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')))));
  7738.         $instance->setName('make:twig-component');
  7739.         $instance->setDescription('Creates a twig (or live) component');
  7740.         return $instance;
  7741.     }
  7742.     /**
  7743.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7744.      *
  7745.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7746.      */
  7747.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7748.     {
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7755.         $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')))));
  7756.         $instance->setName('make:twig-extension');
  7757.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  7758.         return $instance;
  7759.     }
  7760.     /**
  7761.      * Gets the private 'maker.auto_command.make_user' shared service.
  7762.      *
  7763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7764.      */
  7765.     protected function getMaker_AutoCommand_MakeUserService()
  7766.     {
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7775.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7776.         $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')))));
  7777.         $instance->setName('make:user');
  7778.         $instance->setDescription('Creates a new security user class');
  7779.         return $instance;
  7780.     }
  7781.     /**
  7782.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7783.      *
  7784.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7785.      */
  7786.     protected function getMaker_AutoCommand_MakeValidatorService()
  7787.     {
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7794.         $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')))));
  7795.         $instance->setName('make:validator');
  7796.         $instance->setDescription('Creates a new validator and constraint class');
  7797.         return $instance;
  7798.     }
  7799.     /**
  7800.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7801.      *
  7802.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7803.      */
  7804.     protected function getMaker_AutoCommand_MakeVoterService()
  7805.     {
  7806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7812.         $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')))));
  7813.         $instance->setName('make:voter');
  7814.         $instance->setDescription('Creates a new security voter class');
  7815.         return $instance;
  7816.     }
  7817.     /**
  7818.      * Gets the private 'maker.doctrine_helper' shared service.
  7819.      *
  7820.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7821.      */
  7822.     protected function getMaker_DoctrineHelperService()
  7823.     {
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7825.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  7826.         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]]]);
  7827.     }
  7828.     /**
  7829.      * Gets the private 'maker.entity_class_generator' shared service.
  7830.      *
  7831.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7832.      */
  7833.     protected function getMaker_EntityClassGeneratorService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7836.         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()));
  7837.     }
  7838.     /**
  7839.      * Gets the private 'maker.file_link_formatter' shared service.
  7840.      *
  7841.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  7842.      */
  7843.     protected function getMaker_FileLinkFormatterService()
  7844.     {
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7846.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7847.     }
  7848.     /**
  7849.      * Gets the private 'maker.file_manager' shared service.
  7850.      *
  7851.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7852.      */
  7853.     protected function getMaker_FileManagerService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7859.         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'));
  7860.     }
  7861.     /**
  7862.      * Gets the private 'maker.generator' shared service.
  7863.      *
  7864.      * @return \Symfony\Bundle\MakerBundle\Generator
  7865.      */
  7866.     protected function getMaker_GeneratorService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7870.         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());
  7871.     }
  7872.     /**
  7873.      * Gets the private 'maker.php_compat_util' shared service.
  7874.      *
  7875.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7876.      */
  7877.     protected function getMaker_PhpCompatUtilService()
  7878.     {
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7880.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7881.     }
  7882.     /**
  7883.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7884.      *
  7885.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7886.      */
  7887.     protected function getMaker_Renderer_FormTypeRendererService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7890.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7891.     }
  7892.     /**
  7893.      * Gets the private 'mime_types' shared service.
  7894.      *
  7895.      * @return \Symfony\Component\Mime\MimeTypes
  7896.      */
  7897.     protected function getMimeTypesService()
  7898.     {
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7902.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7903.         $instance->setDefault($instance);
  7904.         return $instance;
  7905.     }
  7906.     /**
  7907.      * Gets the private 'monolog.command.server_log' shared service.
  7908.      *
  7909.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7910.      */
  7911.     protected function getMonolog_Command_ServerLogService()
  7912.     {
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7915.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7916.         $instance->setName('server:log');
  7917.         $instance->setDescription('Start a log server that displays logs in real time');
  7918.         return $instance;
  7919.     }
  7920.     /**
  7921.      * Gets the private 'monolog.handler.console' shared service.
  7922.      *
  7923.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7924.      */
  7925.     protected function getMonolog_Handler_ConsoleService()
  7926.     {
  7927.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7928.     }
  7929.     /**
  7930.      * Gets the private 'monolog.handler.main' shared service.
  7931.      *
  7932.      * @return \Monolog\Handler\StreamHandler
  7933.      */
  7934.     protected function getMonolog_Handler_MainService()
  7935.     {
  7936.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  7937.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7938.         return $instance;
  7939.     }
  7940.     /**
  7941.      * Gets the private 'monolog.logger' shared service.
  7942.      *
  7943.      * @return \Symfony\Bridge\Monolog\Logger
  7944.      */
  7945.     protected function getMonolog_LoggerService()
  7946.     {
  7947.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7948.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7949.         $instance->useMicrosecondTimestamps(true);
  7950.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7951.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7952.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7953.         return $instance;
  7954.     }
  7955.     /**
  7956.      * Gets the private 'monolog.logger.cache' shared service.
  7957.      *
  7958.      * @return \Symfony\Bridge\Monolog\Logger
  7959.      */
  7960.     protected function getMonolog_Logger_CacheService()
  7961.     {
  7962.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7963.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7964.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7965.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7966.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7967.         return $instance;
  7968.     }
  7969.     /**
  7970.      * Gets the private 'monolog.logger.mailer' shared service.
  7971.      *
  7972.      * @return \Symfony\Bridge\Monolog\Logger
  7973.      */
  7974.     protected function getMonolog_Logger_MailerService()
  7975.     {
  7976.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  7977.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7978.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7979.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7980.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7981.         return $instance;
  7982.     }
  7983.     /**
  7984.      * Gets the private 'monolog.logger.request' shared service.
  7985.      *
  7986.      * @return \Symfony\Bridge\Monolog\Logger
  7987.      */
  7988.     protected function getMonolog_Logger_RequestService()
  7989.     {
  7990.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7991.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7992.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7993.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7994.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7995.         return $instance;
  7996.     }
  7997.     /**
  7998.      * Gets the private 'monolog.logger.security' shared service.
  7999.      *
  8000.      * @return \Symfony\Bridge\Monolog\Logger
  8001.      */
  8002.     protected function getMonolog_Logger_SecurityService()
  8003.     {
  8004.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8005.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8006.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8007.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8008.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8009.         return $instance;
  8010.     }
  8011.     /**
  8012.      * Gets the private 'parameter_bag' shared service.
  8013.      *
  8014.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8015.      */
  8016.     protected function getParameterBagService()
  8017.     {
  8018.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8019.     }
  8020.     /**
  8021.      * Gets the private 'profiler_listener' shared service.
  8022.      *
  8023.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8024.      */
  8025.     protected function getProfilerListenerService()
  8026.     {
  8027.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8028.         if (isset($this->privates['profiler_listener'])) {
  8029.             return $this->privates['profiler_listener'];
  8030.         }
  8031.         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);
  8032.     }
  8033.     /**
  8034.      * Gets the private 'property_accessor' shared service.
  8035.      *
  8036.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8037.      */
  8038.     protected function getPropertyAccessorService()
  8039.     {
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8046.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8047.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8048.     }
  8049.     /**
  8050.      * Gets the private 'property_info' shared service.
  8051.      *
  8052.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8053.      */
  8054.     protected function getPropertyInfoService()
  8055.     {
  8056.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8057.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8058.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8059.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8060.         }, 3), new RewindableGenerator(function () {
  8061.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8062.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8063.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8064.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8065.         }, 4), new RewindableGenerator(function () {
  8066.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8067.         }, 1), new RewindableGenerator(function () {
  8068.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8069.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8070.         }, 2), new RewindableGenerator(function () {
  8071.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8072.         }, 1));
  8073.     }
  8074.     /**
  8075.      * Gets the private 'property_info.serializer_extractor' shared service.
  8076.      *
  8077.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8078.      */
  8079.     protected function getPropertyInfo_SerializerExtractorService()
  8080.     {
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8082.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8083.     }
  8084.     /**
  8085.      * Gets the private 'router.cache_warmer' shared service.
  8086.      *
  8087.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8088.      */
  8089.     protected function getRouter_CacheWarmerService()
  8090.     {
  8091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8093.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8094.             'router' => ['services''router''getRouterService'false],
  8095.         ], [
  8096.             'router' => '?',
  8097.         ]))->withContext('router.cache_warmer'$this));
  8098.     }
  8099.     /**
  8100.      * Gets the private 'router.expression_language_provider' shared service.
  8101.      *
  8102.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8103.      */
  8104.     protected function getRouter_ExpressionLanguageProviderService()
  8105.     {
  8106.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8107.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8108.         ], [
  8109.             'env' => 'Closure',
  8110.         ]));
  8111.     }
  8112.     /**
  8113.      * Gets the private 'router.request_context' shared service.
  8114.      *
  8115.      * @return \Symfony\Component\Routing\RequestContext
  8116.      */
  8117.     protected function getRouter_RequestContextService()
  8118.     {
  8119.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8120.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'router_listener' shared service.
  8125.      *
  8126.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8127.      */
  8128.     protected function getRouterListenerService()
  8129.     {
  8130.         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);
  8131.     }
  8132.     /**
  8133.      * Gets the private 'secrets.vault' shared service.
  8134.      *
  8135.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8136.      */
  8137.     protected function getSecrets_VaultService()
  8138.     {
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8143.         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'));
  8144.     }
  8145.     /**
  8146.      * Gets the private 'security.access_listener' shared service.
  8147.      *
  8148.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8149.      */
  8150.     protected function getSecurity_AccessListenerService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8155.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8156.         if (isset($this->privates['security.access_listener'])) {
  8157.             return $this->privates['security.access_listener'];
  8158.         }
  8159.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8160.         if (isset($this->privates['security.access_listener'])) {
  8161.             return $this->privates['security.access_listener'];
  8162.         }
  8163.         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);
  8164.     }
  8165.     /**
  8166.      * Gets the private 'security.access_map' shared service.
  8167.      *
  8168.      * @return \Symfony\Component\Security\Http\AccessMap
  8169.      */
  8170.     protected function getSecurity_AccessMapService()
  8171.     {
  8172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8174.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8176.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8177.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8178.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^forgot'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8179.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8180.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [=> 'ROLE_USER'=> 'ROLE_SUBUSER'], NULL);
  8181.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/manager'), [=> 'ROLE_MANAGER'], NULL);
  8182.         return $instance;
  8183.     }
  8184.     /**
  8185.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8186.      *
  8187.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8188.      *
  8189.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8190.      */
  8191.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8192.     {
  8193.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8194.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8195.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8196.             return $this->privates['security.authentication.listener.anonymous.main'];
  8197.         }
  8198.         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);
  8199.     }
  8200.     /**
  8201.      * Gets the private 'security.authentication.listener.form.main' shared service.
  8202.      *
  8203.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8204.      *
  8205.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  8206.      */
  8207.     protected function getSecurity_Authentication_Listener_Form_MainService()
  8208.     {
  8209.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  8210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8217.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8218.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  8219.             return $this->privates['security.authentication.listener.form.main'];
  8220.         }
  8221.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8222.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  8223.             return $this->privates['security.authentication.listener.form.main'];
  8224.         }
  8225.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8226.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  8227.             return $this->privates['security.authentication.listener.form.main'];
  8228.         }
  8229.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8230.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8231.         $e->setOptions(['login_path' => 'default_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8232.         $e->setFirewallName('main');
  8233.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8234.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  8235.         $g->setOptions(['login_path' => 'default_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8236.         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);
  8237.     }
  8238.     /**
  8239.      * Gets the private 'security.authentication.manager' shared service.
  8240.      *
  8241.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8242.      *
  8243.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8244.      */
  8245.     protected function getSecurity_Authentication_ManagerService()
  8246.     {
  8247.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8248.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8249.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  8250.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8251.         }, 2), true);
  8252.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8253.         return $instance;
  8254.     }
  8255.     /**
  8256.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8257.      *
  8258.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8259.      *
  8260.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8261.      */
  8262.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8263.     {
  8264.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8265.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8266.     }
  8267.     /**
  8268.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  8269.      *
  8270.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8271.      *
  8272.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  8273.      */
  8274.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  8275.     {
  8276.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8279.         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);
  8280.     }
  8281.     /**
  8282.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  8283.      *
  8284.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  8285.      */
  8286.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8293.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8294.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  8295.             return $this->privates['security.authentication.switchuser_listener.main'];
  8296.         }
  8297.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8298.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  8299.             return $this->privates['security.authentication.switchuser_listener.main'];
  8300.         }
  8301.         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);
  8302.     }
  8303.     /**
  8304.      * Gets the private 'security.channel_listener' shared service.
  8305.      *
  8306.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8307.      */
  8308.     protected function getSecurity_ChannelListenerService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8313.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8314.         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());
  8315.     }
  8316.     /**
  8317.      * Gets the private 'security.command.debug_firewall' shared service.
  8318.      *
  8319.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8320.      */
  8321.     protected function getSecurity_Command_DebugFirewallService()
  8322.     {
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8325.         $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);
  8326.         $instance->setName('debug:firewall');
  8327.         $instance->setDescription('Display information about your security firewall(s)');
  8328.         return $instance;
  8329.     }
  8330.     /**
  8331.      * Gets the private 'security.command.user_password_encoder' shared service.
  8332.      *
  8333.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8334.      *
  8335.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8336.      */
  8337.     protected function getSecurity_Command_UserPasswordEncoderService()
  8338.     {
  8339.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8340.         $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']);
  8341.         $instance->setName('security:encode-password');
  8342.         $instance->setDescription('Encode a password');
  8343.         return $instance;
  8344.     }
  8345.     /**
  8346.      * Gets the private 'security.command.user_password_hash' shared service.
  8347.      *
  8348.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8349.      */
  8350.     protected function getSecurity_Command_UserPasswordHashService()
  8351.     {
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8354.         $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']);
  8355.         $instance->setName('security:hash-password');
  8356.         $instance->setDescription('Hash a user password');
  8357.         return $instance;
  8358.     }
  8359.     /**
  8360.      * Gets the private 'security.context_listener.0' shared service.
  8361.      *
  8362.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8363.      */
  8364.     protected function getSecurity_ContextListener_0Service()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8369.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8370.         if (isset($this->privates['security.context_listener.0'])) {
  8371.             return $this->privates['security.context_listener.0'];
  8372.         }
  8373.         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 () {
  8374.             yield => ($this->privates['security.user.provider.concrete.app_db_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppDbProviderService());
  8375.         }, 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']);
  8376.     }
  8377.     /**
  8378.      * Gets the private 'security.csrf.token_storage' shared service.
  8379.      *
  8380.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8381.      */
  8382.     protected function getSecurity_Csrf_TokenStorageService()
  8383.     {
  8384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8387.         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())));
  8388.     }
  8389.     /**
  8390.      * Gets the private 'security.encoder_factory.generic' shared service.
  8391.      *
  8392.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8393.      *
  8394.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8395.      */
  8396.     protected function getSecurity_EncoderFactory_GenericService()
  8397.     {
  8398.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
  8400.         include_once \dirname(__DIR__4).'/src/Security/PasswordEncoder.php';
  8401.         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()))]);
  8402.     }
  8403.     /**
  8404.      * Gets the private 'security.event_dispatcher.main' shared service.
  8405.      *
  8406.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8407.      */
  8408.     protected function getSecurity_EventDispatcher_MainService()
  8409.     {
  8410.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8412.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8413.         }, => 'onLogout'], 0);
  8414.         return $instance;
  8415.     }
  8416.     /**
  8417.      * Gets the private 'security.firewall.map' shared service.
  8418.      *
  8419.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8420.      */
  8421.     protected function getSecurity_Firewall_MapService()
  8422.     {
  8423.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8424.         if (isset($this->privates['security.firewall.map'])) {
  8425.             return $this->privates['security.firewall.map'];
  8426.         }
  8427.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8428.             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)/')));
  8429.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  8430.         }, 2));
  8431.     }
  8432.     /**
  8433.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8434.      *
  8435.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8436.      */
  8437.     protected function getSecurity_Firewall_Map_Context_DevService()
  8438.     {
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8441.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8442.             return new \EmptyIterator();
  8443.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8444.     }
  8445.     /**
  8446.      * Gets the private 'security.firewall.map.context.main' shared service.
  8447.      *
  8448.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8449.      */
  8450.     protected function getSecurity_Firewall_Map_Context_MainService()
  8451.     {
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8458.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8459.         if (isset($this->privates['security.firewall.map.context.main'])) {
  8460.             return $this->privates['security.firewall.map.context.main'];
  8461.         }
  8462.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8463.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8464.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8465.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8466.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  8467.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8468.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  8469.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8470.         }, 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']));
  8471.     }
  8472.     /**
  8473.      * Gets the private 'security.helper' shared service.
  8474.      *
  8475.      * @return \Symfony\Component\Security\Core\Security
  8476.      */
  8477.     protected function getSecurity_HelperService()
  8478.     {
  8479.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8480.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8481.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8482.         ], [
  8483.             'security.authorization_checker' => '?',
  8484.             'security.token_storage' => '?',
  8485.         ]));
  8486.     }
  8487.     /**
  8488.      * Gets the private 'security.http_utils' shared service.
  8489.      *
  8490.      * @return \Symfony\Component\Security\Http\HttpUtils
  8491.      */
  8492.     protected function getSecurity_HttpUtilsService()
  8493.     {
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8495.         $a = ($this->services['router'] ?? $this->getRouterService());
  8496.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8497.     }
  8498.     /**
  8499.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8500.      *
  8501.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8502.      */
  8503.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8504.     {
  8505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8506.         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()));
  8507.     }
  8508.     /**
  8509.      * Gets the private 'security.logout_url_generator' shared service.
  8510.      *
  8511.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8512.      */
  8513.     protected function getSecurity_LogoutUrlGeneratorService()
  8514.     {
  8515.         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()));
  8516.     }
  8517.     /**
  8518.      * Gets the private 'security.password_hasher_factory' shared service.
  8519.      *
  8520.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8521.      */
  8522.     protected function getSecurity_PasswordHasherFactoryService()
  8523.     {
  8524.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
  8527.         include_once \dirname(__DIR__4).'/src/Security/PasswordEncoder.php';
  8528.         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()))]);
  8529.     }
  8530.     /**
  8531.      * Gets the private 'security.role_hierarchy' shared service.
  8532.      *
  8533.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8534.      */
  8535.     protected function getSecurity_RoleHierarchyService()
  8536.     {
  8537.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8538.     }
  8539.     /**
  8540.      * Gets the private 'security.user.provider.concrete.app_db_provider' shared service.
  8541.      *
  8542.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8543.      */
  8544.     protected function getSecurity_User_Provider_Concrete_AppDbProviderService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8549.         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);
  8550.     }
  8551.     /**
  8552.      * Gets the private 'security.validator.user_password' shared service.
  8553.      *
  8554.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8555.      */
  8556.     protected function getSecurity_Validator_UserPasswordService()
  8557.     {
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8561.         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()));
  8562.     }
  8563.     /**
  8564.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8565.      *
  8566.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8567.      */
  8568.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8569.     {
  8570.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8571.     }
  8572.     /**
  8573.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8574.      *
  8575.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8576.      */
  8577.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8578.     {
  8579.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8580.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8581.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8582.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8583.     }
  8584.     /**
  8585.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8586.      *
  8587.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8588.      */
  8589.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8590.     {
  8591.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8592.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8593.             return $this->privates['sensio_framework_extra.security.listener'];
  8594.         }
  8595.         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()));
  8596.     }
  8597.     /**
  8598.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8599.      *
  8600.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8601.      */
  8602.     protected function getSensioFrameworkExtra_View_ListenerService()
  8603.     {
  8604.         $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))));
  8605.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8606.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8607.         ], [
  8608.             'twig' => '?',
  8609.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8610.         return $instance;
  8611.     }
  8612.     /**
  8613.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8614.      *
  8615.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8616.      */
  8617.     protected function getSerializer_Mapping_CacheWarmerService()
  8618.     {
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8624.         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'));
  8625.     }
  8626.     /**
  8627.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8628.      *
  8629.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8630.      */
  8631.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8632.     {
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8639.         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()))]));
  8640.     }
  8641.     /**
  8642.      * Gets the private 'session.factory' shared service.
  8643.      *
  8644.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8645.      */
  8646.     protected function getSession_FactoryService()
  8647.     {
  8648.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8649.         if (isset($this->privates['session.factory'])) {
  8650.             return $this->privates['session.factory'];
  8651.         }
  8652.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  8653.     }
  8654.     /**
  8655.      * Gets the private 'session_listener' shared service.
  8656.      *
  8657.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8658.      */
  8659.     protected function getSessionListenerService()
  8660.     {
  8661.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8662.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8663.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8664.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8665.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8666.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8667.         ], [
  8668.             'initialized_session' => '?',
  8669.             'logger' => '?',
  8670.             'session' => '?',
  8671.             'session_collector' => '?',
  8672.             'session_factory' => '?',
  8673.         ]), true$this->parameters['session.storage.options']);
  8674.     }
  8675.     /**
  8676.      * Gets the private 'swiftmailer.command.debug' shared service.
  8677.      *
  8678.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  8679.      */
  8680.     protected function getSwiftmailer_Command_DebugService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  8685.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  8686.         $instance->setName('debug:swiftmailer');
  8687.         return $instance;
  8688.     }
  8689.     /**
  8690.      * Gets the private 'swiftmailer.command.new_email' shared service.
  8691.      *
  8692.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  8693.      */
  8694.     protected function getSwiftmailer_Command_NewEmailService()
  8695.     {
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  8699.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  8700.         $instance->setName('swiftmailer:email:send');
  8701.         return $instance;
  8702.     }
  8703.     /**
  8704.      * Gets the private 'swiftmailer.command.send_email' shared service.
  8705.      *
  8706.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  8707.      */
  8708.     protected function getSwiftmailer_Command_SendEmailService()
  8709.     {
  8710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  8713.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  8714.         $instance->setName('swiftmailer:spool:send');
  8715.         return $instance;
  8716.     }
  8717.     /**
  8718.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  8719.      *
  8720.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  8721.      */
  8722.     protected function getSwiftmailer_EmailSender_ListenerService()
  8723.     {
  8724.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  8725.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8726.     }
  8727.     /**
  8728.      * Gets the private 'translation.extractor' shared service.
  8729.      *
  8730.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8731.      */
  8732.     protected function getTranslation_ExtractorService()
  8733.     {
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8739.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8740.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8741.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8742.         return $instance;
  8743.     }
  8744.     /**
  8745.      * Gets the private 'translation.loader.csv' shared service.
  8746.      *
  8747.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8748.      */
  8749.     protected function getTranslation_Loader_CsvService()
  8750.     {
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8755.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8756.     }
  8757.     /**
  8758.      * Gets the private 'translation.loader.dat' shared service.
  8759.      *
  8760.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8761.      */
  8762.     protected function getTranslation_Loader_DatService()
  8763.     {
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8767.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8768.     }
  8769.     /**
  8770.      * Gets the private 'translation.loader.ini' shared service.
  8771.      *
  8772.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8773.      */
  8774.     protected function getTranslation_Loader_IniService()
  8775.     {
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8780.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8781.     }
  8782.     /**
  8783.      * Gets the private 'translation.loader.json' shared service.
  8784.      *
  8785.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8786.      */
  8787.     protected function getTranslation_Loader_JsonService()
  8788.     {
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8793.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8794.     }
  8795.     /**
  8796.      * Gets the private 'translation.loader.mo' shared service.
  8797.      *
  8798.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8799.      */
  8800.     protected function getTranslation_Loader_MoService()
  8801.     {
  8802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8806.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8807.     }
  8808.     /**
  8809.      * Gets the private 'translation.loader.php' shared service.
  8810.      *
  8811.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8812.      */
  8813.     protected function getTranslation_Loader_PhpService()
  8814.     {
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8819.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8820.     }
  8821.     /**
  8822.      * Gets the private 'translation.loader.po' shared service.
  8823.      *
  8824.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8825.      */
  8826.     protected function getTranslation_Loader_PoService()
  8827.     {
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8832.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8833.     }
  8834.     /**
  8835.      * Gets the private 'translation.loader.qt' shared service.
  8836.      *
  8837.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8838.      */
  8839.     protected function getTranslation_Loader_QtService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8843.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8844.     }
  8845.     /**
  8846.      * Gets the private 'translation.loader.res' shared service.
  8847.      *
  8848.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8849.      */
  8850.     protected function getTranslation_Loader_ResService()
  8851.     {
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8854.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8855.     }
  8856.     /**
  8857.      * Gets the private 'translation.loader.xliff' shared service.
  8858.      *
  8859.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8860.      */
  8861.     protected function getTranslation_Loader_XliffService()
  8862.     {
  8863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8865.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8866.     }
  8867.     /**
  8868.      * Gets the private 'translation.loader.yml' shared service.
  8869.      *
  8870.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8871.      */
  8872.     protected function getTranslation_Loader_YmlService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8878.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8879.     }
  8880.     /**
  8881.      * Gets the private 'translation.provider_collection' shared service.
  8882.      *
  8883.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8884.      */
  8885.     protected function getTranslation_ProviderCollectionService()
  8886.     {
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8889.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8890.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8891.         }, 1), []))->fromConfig([]);
  8892.     }
  8893.     /**
  8894.      * Gets the private 'translation.reader' shared service.
  8895.      *
  8896.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8897.      */
  8898.     protected function getTranslation_ReaderService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8909.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8916.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8917.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8918.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8919.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8920.         $instance->addLoader('yaml'$a);
  8921.         $instance->addLoader('yml'$a);
  8922.         $instance->addLoader('xlf'$b);
  8923.         $instance->addLoader('xliff'$b);
  8924.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8925.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8926.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8927.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8928.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8929.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8930.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8931.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8932.         return $instance;
  8933.     }
  8934.     /**
  8935.      * Gets the private 'translation.warmer' shared service.
  8936.      *
  8937.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8938.      */
  8939.     protected function getTranslation_WarmerService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8943.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8944.             'translator' => ['services''translator''getTranslatorService'false],
  8945.         ], [
  8946.             'translator' => '?',
  8947.         ]))->withContext('translation.warmer'$this));
  8948.     }
  8949.     /**
  8950.      * Gets the private 'translation.writer' shared service.
  8951.      *
  8952.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8953.      */
  8954.     protected function getTranslation_WriterService()
  8955.     {
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8970.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8971.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8972.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8973.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8974.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8975.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8976.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8977.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8978.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8979.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8980.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8981.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8982.         return $instance;
  8983.     }
  8984.     /**
  8985.      * Gets the private 'translator.default' shared service.
  8986.      *
  8987.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8988.      */
  8989.     protected function getTranslator_DefaultService()
  8990.     {
  8991.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8992.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8993.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8994.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8995.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8996.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8997.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8998.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8999.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9000.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9001.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9002.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9003.         ], [
  9004.             'translation.loader.csv' => '?',
  9005.             'translation.loader.dat' => '?',
  9006.             'translation.loader.ini' => '?',
  9007.             'translation.loader.json' => '?',
  9008.             'translation.loader.mo' => '?',
  9009.             'translation.loader.php' => '?',
  9010.             'translation.loader.po' => '?',
  9011.             'translation.loader.qt' => '?',
  9012.             'translation.loader.res' => '?',
  9013.             'translation.loader.xliff' => '?',
  9014.             'translation.loader.yml' => '?',
  9015.         ]), 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/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/twig/extra-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/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/qipsius/tcpdf-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/symfony/monolog-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/swiftmailer-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/twig/extra-bundle/translations']]], []);
  9016.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9017.         $instance->setFallbackLocales([=> 'fr']);
  9018.         return $instance;
  9019.     }
  9020.     /**
  9021.      * Gets the private 'twig.command.debug' shared service.
  9022.      *
  9023.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9024.      */
  9025.     protected function getTwig_Command_DebugService()
  9026.     {
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9029.         $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()));
  9030.         $instance->setName('debug:twig');
  9031.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9032.         return $instance;
  9033.     }
  9034.     /**
  9035.      * Gets the private 'twig.command.lint' shared service.
  9036.      *
  9037.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9038.      */
  9039.     protected function getTwig_Command_LintService()
  9040.     {
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9043.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9044.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9045.         $instance->setName('lint:twig');
  9046.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9047.         return $instance;
  9048.     }
  9049.     /**
  9050.      * Gets the private 'twig.form.engine' shared service.
  9051.      *
  9052.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9053.      */
  9054.     protected function getTwig_Form_EngineService()
  9055.     {
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9059.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9060.         if (isset($this->privates['twig.form.engine'])) {
  9061.             return $this->privates['twig.form.engine'];
  9062.         }
  9063.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9064.     }
  9065.     /**
  9066.      * Gets the private 'twig.form.renderer' shared service.
  9067.      *
  9068.      * @return \Symfony\Component\Form\FormRenderer
  9069.      */
  9070.     protected function getTwig_Form_RendererService()
  9071.     {
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9074.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9075.         if (isset($this->privates['twig.form.renderer'])) {
  9076.             return $this->privates['twig.form.renderer'];
  9077.         }
  9078.         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()));
  9079.     }
  9080.     /**
  9081.      * Gets the private 'twig.mailer.message_listener' shared service.
  9082.      *
  9083.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9084.      */
  9085.     protected function getTwig_Mailer_MessageListenerService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9090.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9091.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9092.             return $this->privates['twig.mailer.message_listener'];
  9093.         }
  9094.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9095.     }
  9096.     /**
  9097.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9098.      *
  9099.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9100.      */
  9101.     protected function getTwig_Runtime_HttpkernelService()
  9102.     {
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9109.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9110.         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, [
  9111.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9112.         ], [
  9113.             'inline' => '?',
  9114.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9115.     }
  9116.     /**
  9117.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9118.      *
  9119.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9120.      */
  9121.     protected function getTwig_Runtime_SecurityCsrfService()
  9122.     {
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9124.         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()));
  9125.     }
  9126.     /**
  9127.      * Gets the private 'twig.runtime.serializer' shared service.
  9128.      *
  9129.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9130.      */
  9131.     protected function getTwig_Runtime_SerializerService()
  9132.     {
  9133.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9135.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9136.     }
  9137.     /**
  9138.      * Gets the private 'twig.template_cache_warmer' shared service.
  9139.      *
  9140.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9141.      */
  9142.     protected function getTwig_TemplateCacheWarmerService()
  9143.     {
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9147.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9148.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9149.         ], [
  9150.             'twig' => '?',
  9151.         ]))->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')));
  9152.     }
  9153.     /**
  9154.      * Gets the private 'validator.builder' shared service.
  9155.      *
  9156.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9157.      */
  9158.     protected function getValidator_BuilderService()
  9159.     {
  9160.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9161.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9162.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9163.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9164.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9165.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9166.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9167.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9168.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9169.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9170.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9171.         ], [
  9172.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9173.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9174.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9175.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9176.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9177.             'doctrine.orm.validator.unique' => '?',
  9178.             'security.validator.user_password' => '?',
  9179.             'validator.expression' => '?',
  9180.         ])));
  9181.         if ($this->has('translator')) {
  9182.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9183.         }
  9184.         $instance->setTranslationDomain('validators');
  9185.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9186.         $instance->enableAnnotationMapping(true);
  9187.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9188.         $instance->addMethodMapping('loadValidatorMetadata');
  9189.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9190.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9191.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9192.         return $instance;
  9193.     }
  9194.     /**
  9195.      * Gets the private 'validator.email' shared service.
  9196.      *
  9197.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9198.      */
  9199.     protected function getValidator_EmailService()
  9200.     {
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9204.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  9205.     }
  9206.     /**
  9207.      * Gets the private 'validator.expression' shared service.
  9208.      *
  9209.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9210.      */
  9211.     protected function getValidator_ExpressionService()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9216.         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())));
  9217.     }
  9218.     /**
  9219.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9220.      *
  9221.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9222.      */
  9223.     protected function getValidator_Mapping_CacheWarmerService()
  9224.     {
  9225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9228.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9229.     }
  9230.     /**
  9231.      * Gets the private 'validator.not_compromised_password' shared service.
  9232.      *
  9233.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9234.      */
  9235.     protected function getValidator_NotCompromisedPasswordService()
  9236.     {
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9240.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'falseNULL);
  9241.     }
  9242.     /**
  9243.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9244.      *
  9245.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9246.      */
  9247.     protected function getVarDumper_Command_ServerDumpService()
  9248.     {
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9255.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9256.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9257.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9258.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9259.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9260.         $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()))]);
  9261.         $instance->setName('server:dump');
  9262.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9263.         return $instance;
  9264.     }
  9265.     /**
  9266.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9267.      *
  9268.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9269.      */
  9270.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9271.     {
  9272.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9273.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9274.         return $instance;
  9275.     }
  9276.     /**
  9277.      * Gets the private 'var_dumper.html_dumper' shared service.
  9278.      *
  9279.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9280.      */
  9281.     protected function getVarDumper_HtmlDumperService()
  9282.     {
  9283.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9284.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9285.         return $instance;
  9286.     }
  9287.     /**
  9288.      * Gets the private 'var_dumper.server_connection' shared service.
  9289.      *
  9290.      * @return \Symfony\Component\VarDumper\Server\Connection
  9291.      */
  9292.     protected function getVarDumper_ServerConnectionService()
  9293.     {
  9294.         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()]);
  9295.     }
  9296.     /**
  9297.      * Gets the private 'web_profiler.csp.handler' shared service.
  9298.      *
  9299.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9300.      */
  9301.     protected function getWebProfiler_Csp_HandlerService()
  9302.     {
  9303.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9304.     }
  9305.     /**
  9306.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9307.      *
  9308.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9309.      */
  9310.     protected function getWebProfiler_DebugToolbarService()
  9311.     {
  9312.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9313.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9314.             return $this->privates['web_profiler.debug_toolbar'];
  9315.         }
  9316.         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()));
  9317.     }
  9318.     /**
  9319.      * Gets the public 'cache_clearer' alias.
  9320.      *
  9321.      * @return object The ".container.private.cache_clearer" service.
  9322.      */
  9323.     protected function getCacheClearerService()
  9324.     {
  9325.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9326.         return $this->get('.container.private.cache_clearer');
  9327.     }
  9328.     /**
  9329.      * Gets the public 'filesystem' alias.
  9330.      *
  9331.      * @return object The ".container.private.filesystem" service.
  9332.      */
  9333.     protected function getFilesystemService()
  9334.     {
  9335.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9336.         return $this->get('.container.private.filesystem');
  9337.     }
  9338.     /**
  9339.      * Gets the public 'serializer' alias.
  9340.      *
  9341.      * @return object The ".container.private.serializer" service.
  9342.      */
  9343.     protected function getSerializerService()
  9344.     {
  9345.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9346.         return $this->get('.container.private.serializer');
  9347.     }
  9348.     /**
  9349.      * Gets the public 'security.csrf.token_manager' alias.
  9350.      *
  9351.      * @return object The ".container.private.security.csrf.token_manager" service.
  9352.      */
  9353.     protected function getSecurity_Csrf_TokenManagerService()
  9354.     {
  9355.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9356.         return $this->get('.container.private.security.csrf.token_manager');
  9357.     }
  9358.     /**
  9359.      * Gets the public 'form.factory' alias.
  9360.      *
  9361.      * @return object The ".container.private.form.factory" service.
  9362.      */
  9363.     protected function getForm_FactoryService()
  9364.     {
  9365.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9366.         return $this->get('.container.private.form.factory');
  9367.     }
  9368.     /**
  9369.      * Gets the public 'form.type.file' alias.
  9370.      *
  9371.      * @return object The ".container.private.form.type.file" service.
  9372.      */
  9373.     protected function getForm_Type_FileService()
  9374.     {
  9375.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9376.         return $this->get('.container.private.form.type.file');
  9377.     }
  9378.     /**
  9379.      * Gets the public 'profiler' alias.
  9380.      *
  9381.      * @return object The ".container.private.profiler" service.
  9382.      */
  9383.     protected function getProfilerService()
  9384.     {
  9385.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9386.         return $this->get('.container.private.profiler');
  9387.     }
  9388.     /**
  9389.      * Gets the public 'security.authorization_checker' alias.
  9390.      *
  9391.      * @return object The ".container.private.security.authorization_checker" service.
  9392.      */
  9393.     protected function getSecurity_AuthorizationCheckerService()
  9394.     {
  9395.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9396.         return $this->get('.container.private.security.authorization_checker');
  9397.     }
  9398.     /**
  9399.      * Gets the public 'security.token_storage' alias.
  9400.      *
  9401.      * @return object The ".container.private.security.token_storage" service.
  9402.      */
  9403.     protected function getSecurity_TokenStorageService()
  9404.     {
  9405.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9406.         return $this->get('.container.private.security.token_storage');
  9407.     }
  9408.     /**
  9409.      * Gets the public 'twig' alias.
  9410.      *
  9411.      * @return object The ".container.private.twig" service.
  9412.      */
  9413.     protected function getTwigService()
  9414.     {
  9415.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9416.         return $this->get('.container.private.twig');
  9417.     }
  9418.     /**
  9419.      * Gets the public 'security.password_encoder' alias.
  9420.      *
  9421.      * @return object The ".container.private.security.password_encoder" service.
  9422.      */
  9423.     protected function getSecurity_PasswordEncoderService()
  9424.     {
  9425.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9426.         return $this->get('.container.private.security.password_encoder');
  9427.     }
  9428.     /**
  9429.      * Gets the public 'session' alias.
  9430.      *
  9431.      * @return object The ".container.private.session" service.
  9432.      */
  9433.     protected function getSessionService()
  9434.     {
  9435.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9436.         return $this->get('.container.private.session');
  9437.     }
  9438.     /**
  9439.      * Gets the public 'validator' alias.
  9440.      *
  9441.      * @return object The ".container.private.validator" service.
  9442.      */
  9443.     protected function getValidatorService()
  9444.     {
  9445.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9446.         return $this->get('.container.private.validator');
  9447.     }
  9448.     /**
  9449.      * @return array|bool|float|int|string|\UnitEnum|null
  9450.      */
  9451.     public function getParameter(string $name)
  9452.     {
  9453.         if (isset($this->buildParameters[$name])) {
  9454.             return $this->buildParameters[$name];
  9455.         }
  9456.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9457.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9458.         }
  9459.         if (isset($this->loadedDynamicParameters[$name])) {
  9460.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9461.         }
  9462.         return $this->parameters[$name];
  9463.     }
  9464.     public function hasParameter(string $name): bool
  9465.     {
  9466.         if (isset($this->buildParameters[$name])) {
  9467.             return true;
  9468.         }
  9469.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9470.     }
  9471.     public function setParameter(string $name$value): void
  9472.     {
  9473.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9474.     }
  9475.     public function getParameterBag(): ParameterBagInterface
  9476.     {
  9477.         if (null === $this->parameterBag) {
  9478.             $parameters $this->parameters;
  9479.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9480.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9481.             }
  9482.             foreach ($this->buildParameters as $name => $value) {
  9483.                 $parameters[$name] = $value;
  9484.             }
  9485.             $this->parameterBag = new FrozenParameterBag($parameters);
  9486.         }
  9487.         return $this->parameterBag;
  9488.     }
  9489.     private $loadedDynamicParameters = [
  9490.         'kernel.runtime_environment' => false,
  9491.         'kernel.build_dir' => false,
  9492.         'kernel.cache_dir' => false,
  9493.         'kernel.secret' => false,
  9494.         'debug.container.dump' => false,
  9495.         'serializer.mapping.cache.file' => false,
  9496.         'validator.mapping.cache.file' => false,
  9497.         'profiler.storage.dsn' => false,
  9498.         'doctrine.orm.proxy_dir' => false,
  9499.         'qipsius_tcpdf.tcpdf' => false,
  9500.         'swiftmailer.spool.default.memory.path' => false,
  9501.     ];
  9502.     private $dynamicParameters = [];
  9503.     private function getDynamicParameter(string $name)
  9504.     {
  9505.         switch ($name) {
  9506.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9507.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9508.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9509.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9510.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9511.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9512.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9513.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9514.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9515.             case 'qipsius_tcpdf.tcpdf'$value = [
  9516.                 'k_path_url' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  9517.                 'k_path_main' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/'),
  9518.                 'k_path_fonts' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/fonts/'),
  9519.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  9520.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  9521.                 'k_path_images' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/'),
  9522.                 'k_blank_image' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  9523.                 'k_cell_height_ratio' => 1.25,
  9524.                 'k_title_magnification' => 1.3,
  9525.                 'k_small_ratio' => 0.6666666666666666,
  9526.                 'k_thai_topchars' => true,
  9527.                 'k_tcpdf_calls_in_html' => false,
  9528.                 'k_tcpdf_external_config' => true,
  9529.                 'k_tcpdf_throw_exception_error' => true,
  9530.                 'head_magnification' => 1.1,
  9531.                 'pdf_page_format' => 'A4',
  9532.                 'pdf_page_orientation' => 'P',
  9533.                 'pdf_creator' => 'TCPDF',
  9534.                 'pdf_author' => 'TCPDF',
  9535.                 'pdf_header_title' => '',
  9536.                 'pdf_header_string' => '',
  9537.                 'pdf_header_logo' => '',
  9538.                 'pdf_header_logo_width' => '',
  9539.                 'pdf_unit' => 'mm',
  9540.                 'pdf_margin_header' => 5,
  9541.                 'pdf_margin_footer' => 10,
  9542.                 'pdf_margin_top' => 27,
  9543.                 'pdf_margin_bottom' => 25,
  9544.                 'pdf_margin_left' => 15,
  9545.                 'pdf_margin_right' => 15,
  9546.                 'pdf_font_name_main' => 'helvetica',
  9547.                 'pdf_font_size_main' => 10,
  9548.                 'pdf_font_name_data' => 'helvetica',
  9549.                 'pdf_font_size_data' => 8,
  9550.                 'pdf_font_monospaced' => 'courier',
  9551.                 'pdf_image_scale_ratio' => 1.25,
  9552.             ]; break;
  9553.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  9554.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9555.         }
  9556.         $this->loadedDynamicParameters[$name] = true;
  9557.         return $this->dynamicParameters[$name] = $value;
  9558.     }
  9559.     protected function getDefaultParameters(): array
  9560.     {
  9561.         return [
  9562.             'kernel.project_dir' => \dirname(__DIR__4),
  9563.             'kernel.environment' => 'dev',
  9564.             'kernel.debug' => true,
  9565.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9566.             'kernel.bundles' => [
  9567.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9568.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9569.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9570.                 'QipsiusTCPDFBundle' => 'Qipsius\\TCPDFBundle\\QipsiusTCPDFBundle',
  9571.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9572.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9573.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9574.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9575.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9576.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  9577.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9578.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9579.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9580.             ],
  9581.             'kernel.bundles_metadata' => [
  9582.                 'FrameworkBundle' => [
  9583.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9584.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9585.                 ],
  9586.                 'DoctrineBundle' => [
  9587.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9588.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9589.                 ],
  9590.                 'DoctrineMigrationsBundle' => [
  9591.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9592.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9593.                 ],
  9594.                 'QipsiusTCPDFBundle' => [
  9595.                     'path' => (\dirname(__DIR__4).'/vendor/qipsius/tcpdf-bundle'),
  9596.                     'namespace' => 'Qipsius\\TCPDFBundle',
  9597.                 ],
  9598.                 'SensioFrameworkExtraBundle' => [
  9599.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9600.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9601.                 ],
  9602.                 'DebugBundle' => [
  9603.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9604.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9605.                 ],
  9606.                 'MakerBundle' => [
  9607.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9608.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9609.                 ],
  9610.                 'MonologBundle' => [
  9611.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9612.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9613.                 ],
  9614.                 'SecurityBundle' => [
  9615.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9616.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9617.                 ],
  9618.                 'SwiftmailerBundle' => [
  9619.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  9620.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  9621.                 ],
  9622.                 'TwigBundle' => [
  9623.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9624.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9625.                 ],
  9626.                 'WebProfilerBundle' => [
  9627.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9628.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9629.                 ],
  9630.                 'TwigExtraBundle' => [
  9631.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9632.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9633.                 ],
  9634.             ],
  9635.             'kernel.charset' => 'UTF-8',
  9636.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9637.             'container.dumper.inline_class_loader' => true,
  9638.             'container.dumper.inline_factories' => true,
  9639.             'locale' => 'fr',
  9640.             'documents_directory' => (\dirname(__DIR__4).'/public/uploads/documents/'),
  9641.             'pictures_directory' => (\dirname(__DIR__4).'/public/uploads/pictures/'),
  9642.             'event_dispatcher.event_aliases' => [
  9643.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9644.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9645.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9646.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9647.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9648.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9649.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9650.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9651.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9652.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9653.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9654.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9655.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9656.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9657.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9658.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9659.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9660.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9661.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9662.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9663.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9664.             ],
  9665.             'fragment.renderer.hinclude.global_template' => NULL,
  9666.             'fragment.path' => '/_fragment',
  9667.             'kernel.http_method_override' => false,
  9668.             'kernel.trusted_hosts' => [
  9669.             ],
  9670.             'kernel.default_locale' => 'fr',
  9671.             'kernel.enabled_locales' => [
  9672.             ],
  9673.             'kernel.error_controller' => 'error_controller',
  9674.             'debug.file_link_format' => NULL,
  9675.             'asset.request_context.base_path' => NULL,
  9676.             'asset.request_context.secure' => NULL,
  9677.             'translator.logging' => false,
  9678.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9679.             'debug.error_handler.throw_at' => -1,
  9680.             'router.request_context.host' => 'localhost',
  9681.             'router.request_context.scheme' => 'http',
  9682.             'router.request_context.base_url' => '',
  9683.             'router.resource' => 'kernel::loadRoutes',
  9684.             'request_listener.http_port' => 80,
  9685.             'request_listener.https_port' => 443,
  9686.             'session.metadata.storage_key' => '_sf2_meta',
  9687.             'session.storage.options' => [
  9688.                 'cache_limiter' => '0',
  9689.                 'cookie_secure' => 'auto',
  9690.                 'cookie_httponly' => true,
  9691.                 'cookie_samesite' => 'lax',
  9692.                 'gc_probability' => 1,
  9693.             ],
  9694.             'session.save_path' => NULL,
  9695.             'session.metadata.update_threshold' => 0,
  9696.             'form.type_extension.csrf.enabled' => true,
  9697.             'form.type_extension.csrf.field_name' => '_token',
  9698.             'validator.translation_domain' => 'validators',
  9699.             'profiler_listener.only_exceptions' => false,
  9700.             'profiler_listener.only_main_requests' => false,
  9701.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9702.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9703.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9704.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9705.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9706.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9707.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9708.             'doctrine.entity_managers' => [
  9709.                 'default' => 'doctrine.orm.default_entity_manager',
  9710.             ],
  9711.             'doctrine.default_entity_manager' => 'default',
  9712.             'doctrine.dbal.connection_factory.types' => [
  9713.             ],
  9714.             'doctrine.connections' => [
  9715.                 'default' => 'doctrine.dbal.default_connection',
  9716.             ],
  9717.             'doctrine.default_connection' => 'default',
  9718.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9719.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9720.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9721.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9722.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9723.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9724.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9725.             'doctrine.orm.cache.memcache_port' => 11211,
  9726.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9727.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9728.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9729.             'doctrine.orm.cache.memcached_port' => 11211,
  9730.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9731.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9732.             'doctrine.orm.cache.redis_host' => 'localhost',
  9733.             'doctrine.orm.cache.redis_port' => 6379,
  9734.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9735.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9736.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9737.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9738.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9739.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9740.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9741.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9742.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9743.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9744.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9745.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9746.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9747.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9748.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9749.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9750.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9751.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9752.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9753.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9754.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9755.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9756.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9757.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9758.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9759.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9760.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9761.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9762.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9763.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9764.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9765.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9766.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9767.             'doctrine.migrations.preferred_em' => NULL,
  9768.             'doctrine.migrations.preferred_connection' => NULL,
  9769.             'qipsius_tcpdf.file' => (\dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php'),
  9770.             'qipsius_tcpdf.class' => 'TCPDF',
  9771.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9772.             'monolog.use_microseconds' => true,
  9773.             'monolog.swift_mailer.handlers' => [
  9774.             ],
  9775.             'monolog.handlers_to_channels' => [
  9776.                 'monolog.handler.console' => [
  9777.                     'type' => 'exclusive',
  9778.                     'elements' => [
  9779.                         => 'event',
  9780.                         => 'doctrine',
  9781.                         => 'console',
  9782.                     ],
  9783.                 ],
  9784.                 'monolog.handler.main' => [
  9785.                     'type' => 'exclusive',
  9786.                     'elements' => [
  9787.                         => 'event',
  9788.                     ],
  9789.                 ],
  9790.             ],
  9791.             'security.role_hierarchy.roles' => [
  9792.                 'ROLE_USER' => [
  9793.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9794.                 ],
  9795.                 'ROLE_MANAGER' => [
  9796.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9797.                 ],
  9798.                 'ROLE_DPO' => [
  9799.                     => 'ROLE_MANAGER',
  9800.                 ],
  9801.                 'ROLE_JURISTE' => [
  9802.                     => 'ROLE_MANAGER',
  9803.                 ],
  9804.                 'ROLE_COMMERCE' => [
  9805.                     => 'ROLE_MANAGER',
  9806.                 ],
  9807.                 'ROLE_ADMIN' => [
  9808.                     => 'ROLE_DPO',
  9809.                     => 'ROLE_JURISTE',
  9810.                     => 'ROLE_COMMERCE',
  9811.                 ],
  9812.             ],
  9813.             'security.access.denied_url' => NULL,
  9814.             'security.authentication.manager.erase_credentials' => true,
  9815.             'security.authentication.session_strategy.strategy' => 'migrate',
  9816.             'security.access.always_authenticate_before_granting' => false,
  9817.             'security.authentication.hide_user_not_found' => true,
  9818.             'security.firewalls' => [
  9819.                 => 'dev',
  9820.                 => 'main',
  9821.             ],
  9822.             'security.main._indexed_authenticators' => [
  9823.             ],
  9824.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  9825.             'swiftmailer.mailer.default.spool.enabled' => true,
  9826.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  9827.             'swiftmailer.mailer.default.single_address' => NULL,
  9828.             'swiftmailer.mailer.default.delivery.enabled' => true,
  9829.             'swiftmailer.spool.enabled' => true,
  9830.             'swiftmailer.delivery.enabled' => true,
  9831.             'swiftmailer.single_address' => NULL,
  9832.             'swiftmailer.mailers' => [
  9833.                 'default' => 'swiftmailer.mailer.default',
  9834.             ],
  9835.             'swiftmailer.default_mailer' => 'default',
  9836.             'twig.form.resources' => [
  9837.                 => 'form_div_layout.html.twig',
  9838.             ],
  9839.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9840.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9841.             'web_profiler.debug_toolbar.mode' => 2,
  9842.             'data_collector.templates' => [
  9843.                 'data_collector.request' => [
  9844.                     => 'request',
  9845.                     => '@WebProfiler/Collector/request.html.twig',
  9846.                 ],
  9847.                 'data_collector.time' => [
  9848.                     => 'time',
  9849.                     => '@WebProfiler/Collector/time.html.twig',
  9850.                 ],
  9851.                 'data_collector.memory' => [
  9852.                     => 'memory',
  9853.                     => '@WebProfiler/Collector/memory.html.twig',
  9854.                 ],
  9855.                 'data_collector.validator' => [
  9856.                     => 'validator',
  9857.                     => '@WebProfiler/Collector/validator.html.twig',
  9858.                 ],
  9859.                 'data_collector.ajax' => [
  9860.                     => 'ajax',
  9861.                     => '@WebProfiler/Collector/ajax.html.twig',
  9862.                 ],
  9863.                 'data_collector.form' => [
  9864.                     => 'form',
  9865.                     => '@WebProfiler/Collector/form.html.twig',
  9866.                 ],
  9867.                 'data_collector.exception' => [
  9868.                     => 'exception',
  9869.                     => '@WebProfiler/Collector/exception.html.twig',
  9870.                 ],
  9871.                 'data_collector.logger' => [
  9872.                     => 'logger',
  9873.                     => '@WebProfiler/Collector/logger.html.twig',
  9874.                 ],
  9875.                 'data_collector.events' => [
  9876.                     => 'events',
  9877.                     => '@WebProfiler/Collector/events.html.twig',
  9878.                 ],
  9879.                 'data_collector.router' => [
  9880.                     => 'router',
  9881.                     => '@WebProfiler/Collector/router.html.twig',
  9882.                 ],
  9883.                 'data_collector.cache' => [
  9884.                     => 'cache',
  9885.                     => '@WebProfiler/Collector/cache.html.twig',
  9886.                 ],
  9887.                 'data_collector.translation' => [
  9888.                     => 'translation',
  9889.                     => '@WebProfiler/Collector/translation.html.twig',
  9890.                 ],
  9891.                 'data_collector.security' => [
  9892.                     => 'security',
  9893.                     => '@Security/Collector/security.html.twig',
  9894.                 ],
  9895.                 'data_collector.twig' => [
  9896.                     => 'twig',
  9897.                     => '@WebProfiler/Collector/twig.html.twig',
  9898.                 ],
  9899.                 'data_collector.doctrine' => [
  9900.                     => 'db',
  9901.                     => '@Doctrine/Collector/db.html.twig',
  9902.                 ],
  9903.                 'doctrine_migrations.migrations_collector' => [
  9904.                     => 'doctrine_migrations',
  9905.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  9906.                 ],
  9907.                 'swiftmailer.data_collector' => [
  9908.                     => 'swiftmailer',
  9909.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  9910.                 ],
  9911.                 'data_collector.dump' => [
  9912.                     => 'dump',
  9913.                     => '@Debug/Profiler/dump.html.twig',
  9914.                 ],
  9915.                 'mailer.data_collector' => [
  9916.                     => 'mailer',
  9917.                     => '@WebProfiler/Collector/mailer.html.twig',
  9918.                 ],
  9919.                 'data_collector.config' => [
  9920.                     => 'config',
  9921.                     => '@WebProfiler/Collector/config.html.twig',
  9922.                 ],
  9923.             ],
  9924.             'console.command.ids' => [
  9925.                 => 'console.command.public_alias.App\\Command\\CronEmailing',
  9926.             ],
  9927.         ];
  9928.     }
  9929.     protected function throw($message)
  9930.     {
  9931.         throw new RuntimeException($message);
  9932.     }
  9933. }