var/cache/dev/ContainerUVDQlxx/App_KernelDevDebugContainer.php line 7838

Open in your IDE?
  1. <?php
  2. namespace ContainerUVDQlxx;
  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\\BaseCrudController' => 'getBaseCrudControllerService',
  47.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  48.             'App\\Controller\\ManagementConnection\\AjaxCommandController' => 'getAjaxCommandControllerService',
  49.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController' => 'getAjaxCommandTdlteControllerService',
  50.             'App\\Controller\\ManagementConnection\\CommandController' => 'getCommandControllerService',
  51.             'App\\Controller\\ManagementConnection\\CommandTdlteController' => 'getCommandTdlteControllerService',
  52.             'App\\Controller\\ManagementUsers\\AjaxUserController' => 'getAjaxUserControllerService',
  53.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController' => 'getUserAdminServiceProviderControllerService',
  54.             'App\\Controller\\ManagementUsers\\UserServiceProviderController' => 'getUserServiceProviderControllerService',
  55.             'App\\Controller\\ManagementUsers\\UserTechnicianController' => 'getUserTechnicianControllerService',
  56.             'App\\Controller\\PartageFtth\\AjaxPartageFtthController' => 'getAjaxPartageFtthControllerService',
  57.             'App\\Controller\\PartageFtth\\PartageFtthController' => 'getPartageFtthControllerService',
  58.             'App\\Controller\\PartageFtth\\SavController' => 'getSavControllerService',
  59.             'App\\Controller\\Report\\PvCommandController' => 'getPvCommandControllerService',
  60.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  61.             'App\\Controller\\Setting\\AjaxSettingController' => 'getAjaxSettingControllerService',
  62.             'App\\Controller\\Setting\\DemenagementController' => 'getDemenagementControllerService',
  63.             'App\\Controller\\Setting\\MarqueController' => 'getMarqueControllerService',
  64.             'App\\Controller\\Setting\\ModelController' => 'getModelControllerService',
  65.             'App\\Controller\\Setting\\OrganismeController' => 'getOrganismeControllerService',
  66.             'App\\Controller\\Setting\\StatusCommandController' => 'getStatusCommandControllerService',
  67.             'App\\Controller\\Setting\\VersionController' => 'getVersionControllerService',
  68.             'App\\Utils\\Mailer\\NotificationMailer' => 'getNotificationMailerService',
  69.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  70.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  71.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  72.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  73.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  74.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  75.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  76.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  77.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  78.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  79.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  80.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  81.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.backup_command' => 'getUniqidNamer_BackupCommandService',
  82.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.change_box_intervention' => 'getUniqidNamer_ChangeBoxInterventionService',
  83.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.default_img_mapping' => 'getUniqidNamer_DefaultImgMappingService',
  84.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.detail_command' => 'getUniqidNamer_DetailCommandService',
  85.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.mise_en_service' => 'getUniqidNamer_MiseEnServiceService',
  86.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.post_testing_command' => 'getUniqidNamer_PostTestingCommandService',
  87.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.pv_command' => 'getUniqidNamer_PvCommandService',
  88.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.test_post_installation' => 'getUniqidNamer_TestPostInstallationService',
  89.             'cache.app' => 'getCache_AppService',
  90.             'cache.app_clearer' => 'getCache_AppClearerService',
  91.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  92.             'cache.system' => 'getCache_SystemService',
  93.             'cache.system_clearer' => 'getCache_SystemClearerService',
  94.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  95.             'cache_warmer' => 'getCacheWarmerService',
  96.             'console.command_loader' => 'getConsole_CommandLoaderService',
  97.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  98.             'data_collector.dump' => 'getDataCollector_DumpService',
  99.             'doctrine' => 'getDoctrineService',
  100.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  101.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  102.             'error_controller' => 'getErrorControllerService',
  103.             'event_dispatcher' => 'getEventDispatcherService',
  104.             'http_kernel' => 'getHttpKernelService',
  105.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  106.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  107.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  108.             'monolog.logger.pdfcommand' => 'getMonolog_Logger_PdfcommandService',
  109.             'monolog.logger.ws' => 'getMonolog_Logger_WsService',
  110.             'request_stack' => 'getRequestStackService',
  111.             'router' => 'getRouterService',
  112.             'routing.loader' => 'getRouting_LoaderService',
  113.             'services_resetter' => 'getServicesResetterService',
  114.             'translator' => 'getTranslatorService',
  115.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  116.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  117.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  118.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  119.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  120.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  121.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  122.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  123.             'cache_clearer' => 'getCacheClearerService',
  124.             'filesystem' => 'getFilesystemService',
  125.             'serializer' => 'getSerializerService',
  126.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  127.             'form.factory' => 'getForm_FactoryService',
  128.             'form.type.file' => 'getForm_Type_FileService',
  129.             'profiler' => 'getProfilerService',
  130.             'twig' => 'getTwigService',
  131.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  132.             'security.token_storage' => 'getSecurity_TokenStorageService',
  133.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  134.             'session' => 'getSessionService',
  135.             'validator' => 'getValidatorService',
  136.         ];
  137.         $this->aliases = [
  138.             'database_connection' => 'doctrine.dbal.default_connection',
  139.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  140.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  141.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  142.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  143.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  144.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  145.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  146.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  147.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  148.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  149.         ];
  150.         $this->privates['service_container'] = function () {
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  157.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  158.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  159.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  160.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  161.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  163.             include_once \dirname(__DIR__4).'/src/Utils/Paginator/Repository/AjaxListingRepositoryInterface.php';
  164.             include_once \dirname(__DIR__4).'/src/Repository/DemenagementRepository.php';
  165.             include_once \dirname(__DIR__4).'/src/Repository/MarqueRepository.php';
  166.             include_once \dirname(__DIR__4).'/src/Repository/ModelRepository.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  179.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  295.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  298.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  385.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  386.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  387.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  390.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  393.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  406.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  407.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  420.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  426.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  445.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  449.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  459.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  481.             include_once \dirname(__DIR__4).'/src/Twig/MarqueExtension.php';
  482.             include_once \dirname(__DIR__4).'/src/Twig/ModelExtension.php';
  483.             include_once \dirname(__DIR__4).'/src/Twig/MotifChangementExtension.php';
  484.             include_once \dirname(__DIR__4).'/src/Twig/OffreExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  493.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  501.             include_once __DIR__.'/proxy-classes.php';
  502.         };
  503.     }
  504.     public function compile(): void
  505.     {
  506.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  507.     }
  508.     public function isCompiled(): bool
  509.     {
  510.         return true;
  511.     }
  512.     public function getRemovedIds(): array
  513.     {
  514.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  515.     }
  516.     protected function createProxy($class\Closure $factory)
  517.     {
  518.         return $factory();
  519.     }
  520.     /**
  521.      * Gets the public '.container.private.cache_clearer' shared service.
  522.      *
  523.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  524.      */
  525.     protected function get_Container_Private_CacheClearerService()
  526.     {
  527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  529.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  530.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  531.         }, 1));
  532.     }
  533.     /**
  534.      * Gets the public '.container.private.filesystem' shared service.
  535.      *
  536.      * @return \Symfony\Component\Filesystem\Filesystem
  537.      */
  538.     protected function get_Container_Private_FilesystemService()
  539.     {
  540.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  541.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  542.     }
  543.     /**
  544.      * Gets the public '.container.private.form.factory' shared service.
  545.      *
  546.      * @return \Symfony\Component\Form\FormFactory
  547.      */
  548.     protected function get_Container_Private_Form_FactoryService()
  549.     {
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  552.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  553.         if (isset($this->services['.container.private.form.factory'])) {
  554.             return $this->services['.container.private.form.factory'];
  555.         }
  556.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  557.     }
  558.     /**
  559.      * Gets the public '.container.private.form.type.file' shared service.
  560.      *
  561.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  562.      */
  563.     protected function get_Container_Private_Form_Type_FileService()
  564.     {
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  568.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  569.     }
  570.     /**
  571.      * Gets the public '.container.private.profiler' shared service.
  572.      *
  573.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  574.      */
  575.     protected function get_Container_Private_ProfilerService()
  576.     {
  577.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  578.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  579.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  580.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  581.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  582.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  583.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  584.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  585.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  586.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  587.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  588.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  589.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  590.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  591.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  592.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  593.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  594.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  595.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  596.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  597.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  598.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  599.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  600.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  601.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  602.         if ($this->has('kernel')) {
  603.             $g->setKernel($b);
  604.         }
  605.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  606.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  607.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  608.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  609.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  610.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  611.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  612.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  613.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  614.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  615.         $instance->add($d);
  616.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  617.         $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));
  618.         $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())));
  619.         $instance->add($e);
  620.         $instance->add($f);
  621.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  622.         $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()))));
  623.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  624.         $instance->add($g);
  625.         return $instance;
  626.     }
  627.     /**
  628.      * Gets the public '.container.private.security.authorization_checker' shared service.
  629.      *
  630.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  631.      */
  632.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  633.     {
  634.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  635.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  636.             return $this->services['.container.private.security.authorization_checker'];
  637.         }
  638.         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);
  639.     }
  640.     /**
  641.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  642.      *
  643.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  644.      */
  645.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  646.     {
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  651.         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())));
  652.     }
  653.     /**
  654.      * Gets the public '.container.private.security.password_encoder' shared service.
  655.      *
  656.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  657.      *
  658.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  659.      */
  660.     protected function get_Container_Private_Security_PasswordEncoderService()
  661.     {
  662.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  663.         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()));
  664.     }
  665.     /**
  666.      * Gets the public '.container.private.security.token_storage' shared service.
  667.      *
  668.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  669.      */
  670.     protected function get_Container_Private_Security_TokenStorageService()
  671.     {
  672.         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, [
  673.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  674.         ], [
  675.             'request_stack' => '?',
  676.         ]));
  677.     }
  678.     /**
  679.      * Gets the public '.container.private.serializer' shared service.
  680.      *
  681.      * @return \Symfony\Component\Serializer\Serializer
  682.      */
  683.     protected function get_Container_Private_SerializerService()
  684.     {
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  695.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  696.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  697.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  698.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  699.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  728.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  729.         if (isset($this->services['.container.private.serializer'])) {
  730.             return $this->services['.container.private.serializer'];
  731.         }
  732.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  733.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  734.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  735.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  736.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => 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([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$a$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($c$d$b$a$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()]);
  737.     }
  738.     /**
  739.      * Gets the public '.container.private.session' shared service.
  740.      *
  741.      * @return \Symfony\Component\HttpFoundation\Session\Session
  742.      */
  743.     protected function get_Container_Private_SessionService()
  744.     {
  745.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  747.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  748.         if (isset($this->services['.container.private.session'])) {
  749.             return $this->services['.container.private.session'];
  750.         }
  751.         return $this->services['.container.private.session'] = $a->createSession();
  752.     }
  753.     /**
  754.      * Gets the public '.container.private.twig' shared service.
  755.      *
  756.      * @return \Twig\Environment
  757.      */
  758.     protected function get_Container_Private_TwigService()
  759.     {
  760.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  761.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  762.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  766.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  767.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  768.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  769.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  770.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  771.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  772.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  773.         $a->addPath((\dirname(__DIR__4).'/templates'));
  774.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  775.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  777.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  778.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  779.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  780.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  781.         $e = ($this->services['router'] ?? $this->getRouterService());
  782.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  783.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  784.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  785.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  786.         $i = new \Symfony\Bridge\Twig\AppVariable();
  787.         $i->setEnvironment('dev');
  788.         $i->setDebug(true);
  789.         if ($this->has('.container.private.security.token_storage')) {
  790.             $i->setTokenStorage($g);
  791.         }
  792.         if ($this->has('request_stack')) {
  793.             $i->setRequestStack($f);
  794.         }
  795.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  796.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  797.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  798.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  799.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  800.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  802.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  803.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  804.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  805.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  806.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  807.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  808.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  809.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  810.         $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())));
  811.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  812.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  813.         $instance->addExtension(new \App\Twig\MarqueExtension(($this->privates['App\\Repository\\MarqueRepository'] ?? $this->getMarqueRepositoryService())));
  814.         $instance->addExtension(new \App\Twig\ModelExtension(($this->privates['App\\Repository\\ModelRepository'] ?? $this->getModelRepositoryService())));
  815.         $instance->addExtension(new \App\Twig\MotifChangementExtension(($this->privates['App\\Repository\\DemenagementRepository'] ?? $this->getDemenagementRepositoryService())));
  816.         $instance->addExtension(new \App\Twig\OffreExtension());
  817.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  818.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  819.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  820.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  821.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  822.         ], [
  823.             'webpack_encore.entrypoint_lookup_collection' => '?',
  824.             'webpack_encore.tag_renderer' => '?',
  825.         ])));
  826.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  827.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  828.         $instance->addGlobal('app'$i);
  829.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  830.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  831.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  832.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  833.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  834.         ], [
  835.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  836.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  837.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  838.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  839.         ])));
  840.         $instance->addGlobal('assets_base_url'$this->getEnv('ASSETS_BASE_URL'));
  841.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  842.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  843.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  844.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  845.         return $instance;
  846.     }
  847.     /**
  848.      * Gets the public '.container.private.validator' shared service.
  849.      *
  850.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  851.      */
  852.     protected function get_Container_Private_ValidatorService()
  853.     {
  854.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  855.         if (isset($this->services['.container.private.validator'])) {
  856.             return $this->services['.container.private.validator'];
  857.         }
  858.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  859.     }
  860.     /**
  861.      * Gets the public 'App\Controller\BaseCrudController' shared autowired service.
  862.      *
  863.      * @return \App\Controller\BaseCrudController
  864.      */
  865.     protected function getBaseCrudControllerService()
  866.     {
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  868.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  869.         $this->services['App\\Controller\\BaseCrudController'] = $instance = new \App\Controller\BaseCrudController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  870.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\BaseCrudController'$this));
  871.         return $instance;
  872.     }
  873.     /**
  874.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  875.      *
  876.      * @return \App\Controller\DashboardController
  877.      */
  878.     protected function getDashboardControllerService()
  879.     {
  880.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  881.         return $this->services['App\\Controller\\DashboardController'] = new \App\Controller\DashboardController();
  882.     }
  883.     /**
  884.      * Gets the public 'App\Controller\ManagementConnection\AjaxCommandController' shared autowired service.
  885.      *
  886.      * @return \App\Controller\ManagementConnection\AjaxCommandController
  887.      */
  888.     protected function getAjaxCommandControllerService()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  891.         include_once \dirname(__DIR__4).'/src/Controller/ManagementConnection/AjaxCommandController.php';
  892.         $this->services['App\\Controller\\ManagementConnection\\AjaxCommandController'] = $instance = new \App\Controller\ManagementConnection\AjaxCommandController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->privates['App\\Utils\\Security\\UserAuthorizationChecker'] ?? $this->getUserAuthorizationCheckerService()), ($this->privates['App\\Repository\\CommandRepository'] ?? $this->getCommandRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  893.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\ManagementConnection\\AjaxCommandController'$this));
  894.         return $instance;
  895.     }
  896.     /**
  897.      * Gets the public 'App\Controller\ManagementConnection\AjaxCommandTdlteController' shared autowired service.
  898.      *
  899.      * @return \App\Controller\ManagementConnection\AjaxCommandTdlteController
  900.      */
  901.     protected function getAjaxCommandTdlteControllerService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/src/Controller/ManagementConnection/AjaxCommandTdlteController.php';
  904.         return $this->services['App\\Controller\\ManagementConnection\\AjaxCommandTdlteController'] = new \App\Controller\ManagementConnection\AjaxCommandTdlteController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->privates['App\\Utils\\Security\\UserAuthorizationChecker'] ?? $this->getUserAuthorizationCheckerService()), ($this->privates['App\\Repository\\CommandTdlteRepository'] ?? $this->getCommandTdlteRepositoryService()));
  905.     }
  906.     /**
  907.      * Gets the public 'App\Controller\ManagementConnection\CommandController' shared autowired service.
  908.      *
  909.      * @return \App\Controller\ManagementConnection\CommandController
  910.      */
  911.     protected function getCommandControllerService()
  912.     {
  913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  914.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  915.         include_once \dirname(__DIR__4).'/src/Controller/ManagementConnection/CommandController.php';
  916.         $this->services['App\\Controller\\ManagementConnection\\CommandController'] = $instance = new \App\Controller\ManagementConnection\CommandController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  917.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\ManagementConnection\\CommandController'$this));
  918.         return $instance;
  919.     }
  920.     /**
  921.      * Gets the public 'App\Controller\ManagementConnection\CommandTdlteController' shared autowired service.
  922.      *
  923.      * @return \App\Controller\ManagementConnection\CommandTdlteController
  924.      */
  925.     protected function getCommandTdlteControllerService()
  926.     {
  927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  928.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  929.         include_once \dirname(__DIR__4).'/src/Controller/ManagementConnection/CommandTdlteController.php';
  930.         $this->services['App\\Controller\\ManagementConnection\\CommandTdlteController'] = $instance = new \App\Controller\ManagementConnection\CommandTdlteController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  931.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\ManagementConnection\\CommandTdlteController'$this));
  932.         return $instance;
  933.     }
  934.     /**
  935.      * Gets the public 'App\Controller\ManagementUsers\AjaxUserController' shared autowired service.
  936.      *
  937.      * @return \App\Controller\ManagementUsers\AjaxUserController
  938.      */
  939.     protected function getAjaxUserControllerService()
  940.     {
  941.         include_once \dirname(__DIR__4).'/src/Controller/ManagementUsers/AjaxUserController.php';
  942.         return $this->services['App\\Controller\\ManagementUsers\\AjaxUserController'] = new \App\Controller\ManagementUsers\AjaxUserController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Utils\\Security\\UserAuthorizationChecker'] ?? $this->getUserAuthorizationCheckerService()), ($this->privates['App\\Repository\\UserTechnicianRepository'] ?? $this->getUserTechnicianRepositoryService()));
  943.     }
  944.     /**
  945.      * Gets the public 'App\Controller\ManagementUsers\UserAdminServiceProviderController' shared autowired service.
  946.      *
  947.      * @return \App\Controller\ManagementUsers\UserAdminServiceProviderController
  948.      */
  949.     protected function getUserAdminServiceProviderControllerService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/src/Controller/ManagementUsers/UserAdminServiceProviderController.php';
  952.         return $this->services['App\\Controller\\ManagementUsers\\UserAdminServiceProviderController'] = new \App\Controller\ManagementUsers\UserAdminServiceProviderController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  953.     }
  954.     /**
  955.      * Gets the public 'App\Controller\ManagementUsers\UserServiceProviderController' shared autowired service.
  956.      *
  957.      * @return \App\Controller\ManagementUsers\UserServiceProviderController
  958.      */
  959.     protected function getUserServiceProviderControllerService()
  960.     {
  961.         include_once \dirname(__DIR__4).'/src/Controller/ManagementUsers/UserServiceProviderController.php';
  962.         return $this->services['App\\Controller\\ManagementUsers\\UserServiceProviderController'] = new \App\Controller\ManagementUsers\UserServiceProviderController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  963.     }
  964.     /**
  965.      * Gets the public 'App\Controller\ManagementUsers\UserTechnicianController' shared autowired service.
  966.      *
  967.      * @return \App\Controller\ManagementUsers\UserTechnicianController
  968.      */
  969.     protected function getUserTechnicianControllerService()
  970.     {
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  972.         include_once \dirname(__DIR__4).'/src/Controller/ManagementUsers/UserTechnicianController.php';
  973.         include_once \dirname(__DIR__4).'/src/Service/FileUploader.php';
  974.         $this->services['App\\Controller\\ManagementUsers\\UserTechnicianController'] = $instance = new \App\Controller\ManagementUsers\UserTechnicianController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->privates['App\\Utils\\Helper\\ParamsHelper'] ?? $this->getParamsHelperService()), ($this->privates['App\\Provider\\Kannel\\KannelSmsProvider'] ?? $this->getKannelSmsProviderService()), ($this->services['translator'] ?? $this->getTranslatorService()), new \App\Service\FileUploader((\dirname(__DIR__4).'/public/cin')));
  975.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\ManagementUsers\\UserTechnicianController'$this));
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'App\Controller\PartageFtth\AjaxPartageFtthController' shared autowired service.
  980.      *
  981.      * @return \App\Controller\PartageFtth\AjaxPartageFtthController
  982.      */
  983.     protected function getAjaxPartageFtthControllerService()
  984.     {
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  986.         include_once \dirname(__DIR__4).'/src/Controller/PartageFtth/AjaxPartageFtthController.php';
  987.         $this->services['App\\Controller\\PartageFtth\\AjaxPartageFtthController'] = $instance = new \App\Controller\PartageFtth\AjaxPartageFtthController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->privates['App\\Utils\\Security\\UserAuthorizationChecker'] ?? $this->getUserAuthorizationCheckerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Repository\\CommandRepository'] ?? $this->getCommandRepositoryService()));
  988.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\PartageFtth\\AjaxPartageFtthController'$this));
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the public 'App\Controller\PartageFtth\PartageFtthController' shared autowired service.
  993.      *
  994.      * @return \App\Controller\PartageFtth\PartageFtthController
  995.      */
  996.     protected function getPartageFtthControllerService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  999.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1000.         include_once \dirname(__DIR__4).'/src/Controller/PartageFtth/PartageFtthController.php';
  1001.         include_once \dirname(__DIR__4).'/src/Service/PartageService.php';
  1002.         $this->services['App\\Controller\\PartageFtth\\PartageFtthController'] = $instance = new \App\Controller\PartageFtth\PartageFtthController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['monolog.logger.ws'] ?? $this->getMonolog_Logger_WsService()), ($this->privates['App\\Utils\\Helper\\ParamsHelper'] ?? $this->getParamsHelperService()), new \App\Service\PartageService(($this->privates['App\\Repository\\WorkOrderRepository'] ?? $this->getWorkOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['App\\Utils\\Session\\SessionHelper'] ?? $this->getSessionHelperService())));
  1003.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\PartageFtth\\PartageFtthController'$this));
  1004.         return $instance;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'App\Controller\PartageFtth\SavController' shared autowired service.
  1008.      *
  1009.      * @return \App\Controller\PartageFtth\SavController
  1010.      */
  1011.     protected function getSavControllerService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1014.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1015.         include_once \dirname(__DIR__4).'/src/Controller/PartageFtth/SavController.php';
  1016.         $this->services['App\\Controller\\PartageFtth\\SavController'] = $instance = new \App\Controller\PartageFtth\SavController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1017.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\PartageFtth\\SavController'$this));
  1018.         return $instance;
  1019.     }
  1020.     /**
  1021.      * Gets the public 'App\Controller\Report\PvCommandController' shared autowired service.
  1022.      *
  1023.      * @return \App\Controller\Report\PvCommandController
  1024.      */
  1025.     protected function getPvCommandControllerService()
  1026.     {
  1027.         include_once \dirname(__DIR__4).'/src/Controller/Report/PvCommandController.php';
  1028.         return $this->services['App\\Controller\\Report\\PvCommandController'] = new \App\Controller\Report\PvCommandController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Repository\\PvCommandRepository'] ?? $this->getPvCommandRepositoryService()), ($this->privates['App\\Repository\\ProcessingCommandRepository'] ?? $this->getProcessingCommandRepositoryService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1029.     }
  1030.     /**
  1031.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1032.      *
  1033.      * @return \App\Controller\SecurityController
  1034.      */
  1035.     protected function getSecurityControllerService()
  1036.     {
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1038.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1039.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1040.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\SecurityController'$this));
  1041.         return $instance;
  1042.     }
  1043.     /**
  1044.      * Gets the public 'App\Controller\Setting\AjaxSettingController' shared autowired service.
  1045.      *
  1046.      * @return \App\Controller\Setting\AjaxSettingController
  1047.      */
  1048.     protected function getAjaxSettingControllerService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/src/Controller/Setting/AjaxSettingController.php';
  1051.         return $this->services['App\\Controller\\Setting\\AjaxSettingController'] = new \App\Controller\Setting\AjaxSettingController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1052.     }
  1053.     /**
  1054.      * Gets the public 'App\Controller\Setting\DemenagementController' shared autowired service.
  1055.      *
  1056.      * @return \App\Controller\Setting\DemenagementController
  1057.      */
  1058.     protected function getDemenagementControllerService()
  1059.     {
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1061.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1062.         include_once \dirname(__DIR__4).'/src/Controller/Setting/DemenagementController.php';
  1063.         $this->services['App\\Controller\\Setting\\DemenagementController'] = $instance = new \App\Controller\Setting\DemenagementController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1064.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\Setting\\DemenagementController'$this));
  1065.         return $instance;
  1066.     }
  1067.     /**
  1068.      * Gets the public 'App\Controller\Setting\MarqueController' shared autowired service.
  1069.      *
  1070.      * @return \App\Controller\Setting\MarqueController
  1071.      */
  1072.     protected function getMarqueControllerService()
  1073.     {
  1074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1075.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1076.         include_once \dirname(__DIR__4).'/src/Controller/Setting/MarqueController.php';
  1077.         $this->services['App\\Controller\\Setting\\MarqueController'] = $instance = new \App\Controller\Setting\MarqueController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1078.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\Setting\\MarqueController'$this));
  1079.         return $instance;
  1080.     }
  1081.     /**
  1082.      * Gets the public 'App\Controller\Setting\ModelController' shared autowired service.
  1083.      *
  1084.      * @return \App\Controller\Setting\ModelController
  1085.      */
  1086.     protected function getModelControllerService()
  1087.     {
  1088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1089.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1090.         include_once \dirname(__DIR__4).'/src/Controller/Setting/ModelController.php';
  1091.         $this->services['App\\Controller\\Setting\\ModelController'] = $instance = new \App\Controller\Setting\ModelController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1092.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\Setting\\ModelController'$this));
  1093.         return $instance;
  1094.     }
  1095.     /**
  1096.      * Gets the public 'App\Controller\Setting\OrganismeController' shared autowired service.
  1097.      *
  1098.      * @return \App\Controller\Setting\OrganismeController
  1099.      */
  1100.     protected function getOrganismeControllerService()
  1101.     {
  1102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1103.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1104.         include_once \dirname(__DIR__4).'/src/Controller/Setting/OrganismeController.php';
  1105.         $this->services['App\\Controller\\Setting\\OrganismeController'] = $instance = new \App\Controller\Setting\OrganismeController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1106.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\Setting\\OrganismeController'$this));
  1107.         return $instance;
  1108.     }
  1109.     /**
  1110.      * Gets the public 'App\Controller\Setting\StatusCommandController' shared autowired service.
  1111.      *
  1112.      * @return \App\Controller\Setting\StatusCommandController
  1113.      */
  1114.     protected function getStatusCommandControllerService()
  1115.     {
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1117.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1118.         include_once \dirname(__DIR__4).'/src/Controller/Setting/StatusCommandController.php';
  1119.         $this->services['App\\Controller\\Setting\\StatusCommandController'] = $instance = new \App\Controller\Setting\StatusCommandController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1120.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\Setting\\StatusCommandController'$this));
  1121.         return $instance;
  1122.     }
  1123.     /**
  1124.      * Gets the public 'App\Controller\Setting\VersionController' shared autowired service.
  1125.      *
  1126.      * @return \App\Controller\Setting\VersionController
  1127.      */
  1128.     protected function getVersionControllerService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/BaseCrudController.php';
  1132.         include_once \dirname(__DIR__4).'/src/Controller/Setting/VersionController.php';
  1133.         $this->services['App\\Controller\\Setting\\VersionController'] = $instance = new \App\Controller\Setting\VersionController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1134.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Controller\\Setting\\VersionController'$this));
  1135.         return $instance;
  1136.     }
  1137.     /**
  1138.      * Gets the public 'App\Utils\Mailer\NotificationMailer' shared autowired service.
  1139.      *
  1140.      * @return \App\Utils\Mailer\NotificationMailer
  1141.      */
  1142.     protected function getNotificationMailerService()
  1143.     {
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1145.         include_once \dirname(__DIR__4).'/src/Utils/Mailer/NotificationMailer.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  1151.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1152.         if (isset($this->services['App\\Utils\\Mailer\\NotificationMailer'])) {
  1153.             return $this->services['App\\Utils\\Mailer\\NotificationMailer'];
  1154.         }
  1155.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1156.         if (isset($this->services['App\\Utils\\Mailer\\NotificationMailer'])) {
  1157.             return $this->services['App\\Utils\\Mailer\\NotificationMailer'];
  1158.         }
  1159.         $this->services['App\\Utils\\Mailer\\NotificationMailer'] = $instance = new \App\Utils\Mailer\NotificationMailer($a, new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  1160.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  1161.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  1162.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  1163.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  1164.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$b), $this->getEnv('MAILER_FROM'), $this->getEnv('MAILER_ALIAS_FROM'));
  1165.         $instance->setContainer(($this->privates['.service_locator.445pGC9'] ?? $this->get_ServiceLocator_445pGC9Service())->withContext('App\\Utils\\Mailer\\NotificationMailer'$this));
  1166.         return $instance;
  1167.     }
  1168.     /**
  1169.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1170.      *
  1171.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1172.      */
  1173.     protected function getProfilerControllerService()
  1174.     {
  1175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1176.         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()));
  1177.     }
  1178.     /**
  1179.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1180.      *
  1181.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1182.      */
  1183.     protected function getRedirectControllerService()
  1184.     {
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1186.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1187.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1188.     }
  1189.     /**
  1190.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1191.      *
  1192.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1193.      */
  1194.     protected function getTemplateControllerService()
  1195.     {
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1197.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1198.     }
  1199.     /**
  1200.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1201.      *
  1202.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1203.      */
  1204.     protected function getBase64NamerService()
  1205.     {
  1206.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1210.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1211.     }
  1212.     /**
  1213.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1214.      *
  1215.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1216.      */
  1217.     protected function getCurrentDateTimeDirectoryNamerService()
  1218.     {
  1219.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1224.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1225.     }
  1226.     /**
  1227.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1228.      *
  1229.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1230.      */
  1231.     protected function getHashNamerService()
  1232.     {
  1233.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1237.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1238.     }
  1239.     /**
  1240.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1241.      *
  1242.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1243.      */
  1244.     protected function getOrignameNamerService()
  1245.     {
  1246.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1249.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1250.     }
  1251.     /**
  1252.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1253.      *
  1254.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1255.      */
  1256.     protected function getPropertyDirectoryNamerService()
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1261.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1262.     }
  1263.     /**
  1264.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1265.      *
  1266.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1267.      */
  1268.     protected function getPropertyNamerService()
  1269.     {
  1270.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1274.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1275.     }
  1276.     /**
  1277.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1278.      *
  1279.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1280.      */
  1281.     protected function getSmartUniqueNamerService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1285.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1286.     }
  1287.     /**
  1288.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1289.      *
  1290.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1291.      */
  1292.     protected function getSubdirDirectoryNamerService()
  1293.     {
  1294.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1297.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1298.     }
  1299.     /**
  1300.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1301.      *
  1302.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1303.      */
  1304.     protected function getUniqidNamerService()
  1305.     {
  1306.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1309.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1310.     }
  1311.     /**
  1312.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.backup_command' shared service.
  1313.      *
  1314.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1315.      */
  1316.     protected function getUniqidNamer_BackupCommandService()
  1317.     {
  1318.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1319.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1321.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.backup_command'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1322.     }
  1323.     /**
  1324.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.change_box_intervention' shared service.
  1325.      *
  1326.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1327.      */
  1328.     protected function getUniqidNamer_ChangeBoxInterventionService()
  1329.     {
  1330.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1331.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1333.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.change_box_intervention'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1334.     }
  1335.     /**
  1336.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.default_img_mapping' shared service.
  1337.      *
  1338.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1339.      */
  1340.     protected function getUniqidNamer_DefaultImgMappingService()
  1341.     {
  1342.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1345.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.default_img_mapping'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1346.     }
  1347.     /**
  1348.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.detail_command' shared service.
  1349.      *
  1350.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1351.      */
  1352.     protected function getUniqidNamer_DetailCommandService()
  1353.     {
  1354.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1357.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.detail_command'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1358.     }
  1359.     /**
  1360.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.mise_en_service' shared service.
  1361.      *
  1362.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1363.      */
  1364.     protected function getUniqidNamer_MiseEnServiceService()
  1365.     {
  1366.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1367.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1369.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.mise_en_service'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1370.     }
  1371.     /**
  1372.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.post_testing_command' shared service.
  1373.      *
  1374.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1375.      */
  1376.     protected function getUniqidNamer_PostTestingCommandService()
  1377.     {
  1378.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1380.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1381.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.post_testing_command'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1382.     }
  1383.     /**
  1384.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.pv_command' shared service.
  1385.      *
  1386.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1387.      */
  1388.     protected function getUniqidNamer_PvCommandService()
  1389.     {
  1390.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1391.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1393.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.pv_command'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1394.     }
  1395.     /**
  1396.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.test_post_installation' shared service.
  1397.      *
  1398.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1399.      */
  1400.     protected function getUniqidNamer_TestPostInstallationService()
  1401.     {
  1402.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1405.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.test_post_installation'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1406.     }
  1407.     /**
  1408.      * Gets the public 'cache.app' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1411.      */
  1412.     protected function getCache_AppService()
  1413.     {
  1414.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aqN3InANu1'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1415.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1416.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1417.     }
  1418.     /**
  1419.      * Gets the public 'cache.app_clearer' shared service.
  1420.      *
  1421.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1422.      */
  1423.     protected function getCache_AppClearerService()
  1424.     {
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1427.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1428.     }
  1429.     /**
  1430.      * Gets the public 'cache.global_clearer' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1433.      */
  1434.     protected function getCache_GlobalClearerService()
  1435.     {
  1436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1438.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1439.     }
  1440.     /**
  1441.      * Gets the public 'cache.system' shared service.
  1442.      *
  1443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1444.      */
  1445.     protected function getCache_SystemService()
  1446.     {
  1447.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FplKveb610'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1448.     }
  1449.     /**
  1450.      * Gets the public 'cache.system_clearer' shared service.
  1451.      *
  1452.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1453.      */
  1454.     protected function getCache_SystemClearerService()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1458.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1459.     }
  1460.     /**
  1461.      * Gets the public 'cache.validator_expression_language' shared service.
  1462.      *
  1463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1464.      */
  1465.     protected function getCache_ValidatorExpressionLanguageService()
  1466.     {
  1467.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+9kiokDZJi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1468.     }
  1469.     /**
  1470.      * Gets the public 'cache_warmer' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1473.      */
  1474.     protected function getCacheWarmerService()
  1475.     {
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1478.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1479.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1480.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1481.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1482.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1483.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1484.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1485.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1486.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1487.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1488.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1489.             yield 10 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1490.         }, 11), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1491.     }
  1492.     /**
  1493.      * Gets the public 'console.command_loader' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1496.      */
  1497.     protected function getConsole_CommandLoaderService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1501.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1502.             'App\\Command\\Archived\\ArchivedRaccoCommand' => ['privates''.App\\Command\\Archived\\ArchivedRaccoCommand.lazy''getArchivedRaccoCommand_LazyService'false],
  1503.             'App\\Command\\BatchProcesses\\CreateIndexPostCommandCommand' => ['privates''App\\Command\\BatchProcesses\\CreateIndexPostCommandCommand''getCreateIndexPostCommandCommandService'false],
  1504.             'App\\Command\\BatchProcesses\\PdfGeneratorProcess' => ['privates''App\\Command\\BatchProcesses\\PdfGeneratorProcess''getPdfGeneratorProcessService'false],
  1505.             'App\\Command\\Sms\\SendSmsCommand' => ['privates''.App\\Command\\Sms\\SendSmsCommand.lazy''getSendSmsCommand_LazyService'false],
  1506.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1507.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1508.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1509.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1510.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1511.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1512.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1513.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1514.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1515.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1516.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1517.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1518.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1519.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1520.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1521.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1522.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1523.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1524.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1525.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1526.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1527.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1528.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1529.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1530.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1531.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1532.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1533.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1534.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1535.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1536.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1537.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1538.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1539.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1540.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1541.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1542.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1543.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1544.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1545.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1546.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1547.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1548.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1549.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1550.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1551.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1552.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1553.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1554.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1555.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1556.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1557.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1558.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1559.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1560.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1561.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1562.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1563.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1564.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1565.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1566.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1567.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1568.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1569.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1570.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1571.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1572.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1573.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1574.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1575.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1576.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1577.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1578.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1579.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1580.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1581.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1582.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1583.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1584.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1585.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1586.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1587.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1588.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1589.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1590.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1591.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1592.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1593.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1594.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1595.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1596.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1597.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1598.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1599.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1600.             'maker.auto_command.make_security_form_login' => ['privates''.maker.auto_command.make_security_form_login.lazy''get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService'false],
  1601.         ], [
  1602.             'App\\Command\\Archived\\ArchivedRaccoCommand' => '?',
  1603.             'App\\Command\\BatchProcesses\\CreateIndexPostCommandCommand' => 'App\\Command\\BatchProcesses\\CreateIndexPostCommandCommand',
  1604.             'App\\Command\\BatchProcesses\\PdfGeneratorProcess' => 'App\\Command\\BatchProcesses\\PdfGeneratorProcess',
  1605.             'App\\Command\\Sms\\SendSmsCommand' => '?',
  1606.             'console.command.about' => '?',
  1607.             'console.command.assets_install' => '?',
  1608.             'console.command.cache_clear' => '?',
  1609.             'console.command.cache_pool_clear' => '?',
  1610.             'console.command.cache_pool_prune' => '?',
  1611.             'console.command.cache_pool_delete' => '?',
  1612.             'console.command.cache_pool_list' => '?',
  1613.             'console.command.cache_warmup' => '?',
  1614.             'console.command.config_debug' => '?',
  1615.             'console.command.config_dump_reference' => '?',
  1616.             'console.command.container_debug' => '?',
  1617.             'console.command.container_lint' => '?',
  1618.             'console.command.debug_autowiring' => '?',
  1619.             'console.command.dotenv_debug' => '?',
  1620.             'console.command.event_dispatcher_debug' => '?',
  1621.             'console.command.router_debug' => '?',
  1622.             'console.command.router_match' => '?',
  1623.             'console.command.translation_debug' => '?',
  1624.             'console.command.translation_extract' => '?',
  1625.             'console.command.validator_debug' => '?',
  1626.             'console.command.translation_pull' => '?',
  1627.             'console.command.translation_push' => '?',
  1628.             'console.command.xliff_lint' => '?',
  1629.             'console.command.yaml_lint' => '?',
  1630.             'console.command.form_debug' => '?',
  1631.             'console.command.secrets_set' => '?',
  1632.             'console.command.secrets_remove' => '?',
  1633.             'console.command.secrets_generate_key' => '?',
  1634.             'console.command.secrets_list' => '?',
  1635.             'console.command.secrets_decrypt_to_local' => '?',
  1636.             'console.command.secrets_encrypt_from_local' => '?',
  1637.             'twig.command.debug' => '?',
  1638.             'twig.command.lint' => '?',
  1639.             'var_dumper.command.server_dump' => '?',
  1640.             'monolog.command.server_log' => '?',
  1641.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1642.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1643.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1644.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1645.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1646.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1647.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1648.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1649.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1650.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1651.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1652.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1653.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1654.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1655.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1656.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1657.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1658.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1659.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1660.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1661.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1662.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1663.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1664.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1665.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1666.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1667.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1668.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1669.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1670.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1671.             'security.command.debug_firewall' => '?',
  1672.             'security.command.user_password_encoder' => '?',
  1673.             'security.command.user_password_hash' => '?',
  1674.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1675.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1676.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1677.             'maker.auto_command.make_auth' => '?',
  1678.             'maker.auto_command.make_command' => '?',
  1679.             'maker.auto_command.make_twig_component' => '?',
  1680.             'maker.auto_command.make_controller' => '?',
  1681.             'maker.auto_command.make_crud' => '?',
  1682.             'maker.auto_command.make_docker_database' => '?',
  1683.             'maker.auto_command.make_entity' => '?',
  1684.             'maker.auto_command.make_fixtures' => '?',
  1685.             'maker.auto_command.make_form' => '?',
  1686.             'maker.auto_command.make_message' => '?',
  1687.             'maker.auto_command.make_messenger_middleware' => '?',
  1688.             'maker.auto_command.make_registration_form' => '?',
  1689.             'maker.auto_command.make_reset_password' => '?',
  1690.             'maker.auto_command.make_serializer_encoder' => '?',
  1691.             'maker.auto_command.make_serializer_normalizer' => '?',
  1692.             'maker.auto_command.make_subscriber' => '?',
  1693.             'maker.auto_command.make_twig_extension' => '?',
  1694.             'maker.auto_command.make_test' => '?',
  1695.             'maker.auto_command.make_validator' => '?',
  1696.             'maker.auto_command.make_voter' => '?',
  1697.             'maker.auto_command.make_user' => '?',
  1698.             'maker.auto_command.make_migration' => '?',
  1699.             'maker.auto_command.make_stimulus_controller' => '?',
  1700.             'maker.auto_command.make_security_form_login' => '?',
  1701.         ]), ['cron:archived:racco' => 'App\\Command\\Archived\\ArchivedRaccoCommand''app:create-index-post-command' => 'App\\Command\\BatchProcesses\\CreateIndexPostCommandCommand''task:generateRapport' => 'App\\Command\\BatchProcesses\\PdfGeneratorProcess''send:sms:racco' => 'App\\Command\\Sms\\SendSmsCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''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']);
  1702.     }
  1703.     /**
  1704.      * Gets the public 'container.env_var_processors_locator' shared service.
  1705.      *
  1706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1707.      */
  1708.     protected function getContainer_EnvVarProcessorsLocatorService()
  1709.     {
  1710.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1711.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1712.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1713.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1714.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1715.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1716.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1717.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1718.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1719.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1720.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1721.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1722.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1723.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1724.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1725.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1726.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1727.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1728.         ], [
  1729.             'base64' => '?',
  1730.             'bool' => '?',
  1731.             'const' => '?',
  1732.             'csv' => '?',
  1733.             'default' => '?',
  1734.             'file' => '?',
  1735.             'float' => '?',
  1736.             'int' => '?',
  1737.             'json' => '?',
  1738.             'key' => '?',
  1739.             'not' => '?',
  1740.             'query_string' => '?',
  1741.             'require' => '?',
  1742.             'resolve' => '?',
  1743.             'string' => '?',
  1744.             'trim' => '?',
  1745.             'url' => '?',
  1746.         ]);
  1747.     }
  1748.     /**
  1749.      * Gets the public 'data_collector.dump' shared service.
  1750.      *
  1751.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1752.      */
  1753.     protected function getDataCollector_DumpService()
  1754.     {
  1755.         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()));
  1756.     }
  1757.     /**
  1758.      * Gets the public 'doctrine' shared service.
  1759.      *
  1760.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1761.      */
  1762.     protected function getDoctrineService()
  1763.     {
  1764.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1765.     }
  1766.     /**
  1767.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1768.      *
  1769.      * @return \Doctrine\DBAL\Connection
  1770.      */
  1771.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1772.     {
  1773.         $a = new \Doctrine\DBAL\Configuration();
  1774.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1775.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1776.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1777.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1778.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1779.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1780.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1781.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  1782.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1783.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1784.             'vich_uploader.listener.clean.backup_command' => ['privates''vich_uploader.listener.clean.backup_command''getVichUploader_Listener_Clean_BackupCommandService'false],
  1785.             'vich_uploader.listener.clean.change_box_intervention' => ['privates''vich_uploader.listener.clean.change_box_intervention''getVichUploader_Listener_Clean_ChangeBoxInterventionService'false],
  1786.             'vich_uploader.listener.clean.default_img_mapping' => ['privates''vich_uploader.listener.clean.default_img_mapping''getVichUploader_Listener_Clean_DefaultImgMappingService'false],
  1787.             'vich_uploader.listener.clean.detail_command' => ['privates''vich_uploader.listener.clean.detail_command''getVichUploader_Listener_Clean_DetailCommandService'false],
  1788.             'vich_uploader.listener.clean.mise_en_service' => ['privates''vich_uploader.listener.clean.mise_en_service''getVichUploader_Listener_Clean_MiseEnServiceService'false],
  1789.             'vich_uploader.listener.clean.post_testing_command' => ['privates''vich_uploader.listener.clean.post_testing_command''getVichUploader_Listener_Clean_PostTestingCommandService'false],
  1790.             'vich_uploader.listener.clean.pv_command' => ['privates''vich_uploader.listener.clean.pv_command''getVichUploader_Listener_Clean_PvCommandService'false],
  1791.             'vich_uploader.listener.clean.test_post_installation' => ['privates''vich_uploader.listener.clean.test_post_installation''getVichUploader_Listener_Clean_TestPostInstallationService'false],
  1792.             'vich_uploader.listener.remove.backup_command' => ['privates''vich_uploader.listener.remove.backup_command''getVichUploader_Listener_Remove_BackupCommandService'false],
  1793.             'vich_uploader.listener.remove.change_box_intervention' => ['privates''vich_uploader.listener.remove.change_box_intervention''getVichUploader_Listener_Remove_ChangeBoxInterventionService'false],
  1794.             'vich_uploader.listener.remove.default_img_mapping' => ['privates''vich_uploader.listener.remove.default_img_mapping''getVichUploader_Listener_Remove_DefaultImgMappingService'false],
  1795.             'vich_uploader.listener.remove.detail_command' => ['privates''vich_uploader.listener.remove.detail_command''getVichUploader_Listener_Remove_DetailCommandService'false],
  1796.             'vich_uploader.listener.remove.mise_en_service' => ['privates''vich_uploader.listener.remove.mise_en_service''getVichUploader_Listener_Remove_MiseEnServiceService'false],
  1797.             'vich_uploader.listener.remove.post_testing_command' => ['privates''vich_uploader.listener.remove.post_testing_command''getVichUploader_Listener_Remove_PostTestingCommandService'false],
  1798.             'vich_uploader.listener.remove.pv_command' => ['privates''vich_uploader.listener.remove.pv_command''getVichUploader_Listener_Remove_PvCommandService'false],
  1799.             'vich_uploader.listener.remove.test_post_installation' => ['privates''vich_uploader.listener.remove.test_post_installation''getVichUploader_Listener_Remove_TestPostInstallationService'false],
  1800.             'vich_uploader.listener.upload.backup_command' => ['privates''vich_uploader.listener.upload.backup_command''getVichUploader_Listener_Upload_BackupCommandService'false],
  1801.             'vich_uploader.listener.upload.change_box_intervention' => ['privates''vich_uploader.listener.upload.change_box_intervention''getVichUploader_Listener_Upload_ChangeBoxInterventionService'false],
  1802.             'vich_uploader.listener.upload.default_img_mapping' => ['privates''vich_uploader.listener.upload.default_img_mapping''getVichUploader_Listener_Upload_DefaultImgMappingService'false],
  1803.             'vich_uploader.listener.upload.detail_command' => ['privates''vich_uploader.listener.upload.detail_command''getVichUploader_Listener_Upload_DetailCommandService'false],
  1804.             'vich_uploader.listener.upload.mise_en_service' => ['privates''vich_uploader.listener.upload.mise_en_service''getVichUploader_Listener_Upload_MiseEnServiceService'false],
  1805.             'vich_uploader.listener.upload.post_testing_command' => ['privates''vich_uploader.listener.upload.post_testing_command''getVichUploader_Listener_Upload_PostTestingCommandService'false],
  1806.             'vich_uploader.listener.upload.pv_command' => ['privates''vich_uploader.listener.upload.pv_command''getVichUploader_Listener_Upload_PvCommandService'false],
  1807.             'vich_uploader.listener.upload.test_post_installation' => ['privates''vich_uploader.listener.upload.test_post_installation''getVichUploader_Listener_Upload_TestPostInstallationService'false],
  1808.         ], [
  1809.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1810.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1811.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1812.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1813.             'vich_uploader.listener.clean.backup_command' => '?',
  1814.             'vich_uploader.listener.clean.change_box_intervention' => '?',
  1815.             'vich_uploader.listener.clean.default_img_mapping' => '?',
  1816.             'vich_uploader.listener.clean.detail_command' => '?',
  1817.             'vich_uploader.listener.clean.mise_en_service' => '?',
  1818.             'vich_uploader.listener.clean.post_testing_command' => '?',
  1819.             'vich_uploader.listener.clean.pv_command' => '?',
  1820.             'vich_uploader.listener.clean.test_post_installation' => '?',
  1821.             'vich_uploader.listener.remove.backup_command' => '?',
  1822.             'vich_uploader.listener.remove.change_box_intervention' => '?',
  1823.             'vich_uploader.listener.remove.default_img_mapping' => '?',
  1824.             'vich_uploader.listener.remove.detail_command' => '?',
  1825.             'vich_uploader.listener.remove.mise_en_service' => '?',
  1826.             'vich_uploader.listener.remove.post_testing_command' => '?',
  1827.             'vich_uploader.listener.remove.pv_command' => '?',
  1828.             'vich_uploader.listener.remove.test_post_installation' => '?',
  1829.             'vich_uploader.listener.upload.backup_command' => '?',
  1830.             'vich_uploader.listener.upload.change_box_intervention' => '?',
  1831.             'vich_uploader.listener.upload.default_img_mapping' => '?',
  1832.             'vich_uploader.listener.upload.detail_command' => '?',
  1833.             'vich_uploader.listener.upload.mise_en_service' => '?',
  1834.             'vich_uploader.listener.upload.post_testing_command' => '?',
  1835.             'vich_uploader.listener.upload.pv_command' => '?',
  1836.             'vich_uploader.listener.upload.test_post_installation' => '?',
  1837.         ]), [=> 'vich_uploader.listener.clean.detail_command'=> 'vich_uploader.listener.clean.pv_command'=> 'vich_uploader.listener.clean.post_testing_command'=> 'vich_uploader.listener.clean.backup_command'=> 'vich_uploader.listener.clean.mise_en_service'=> 'vich_uploader.listener.clean.test_post_installation'=> 'vich_uploader.listener.clean.change_box_intervention'=> 'vich_uploader.listener.clean.default_img_mapping'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'10 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'11 => 'vich_uploader.listener.remove.detail_command'12 => 'vich_uploader.listener.upload.detail_command'13 => 'vich_uploader.listener.remove.pv_command'14 => 'vich_uploader.listener.upload.pv_command'15 => 'vich_uploader.listener.remove.post_testing_command'16 => 'vich_uploader.listener.upload.post_testing_command'17 => 'vich_uploader.listener.remove.backup_command'18 => 'vich_uploader.listener.upload.backup_command'19 => 'vich_uploader.listener.remove.mise_en_service'20 => 'vich_uploader.listener.upload.mise_en_service'21 => 'vich_uploader.listener.remove.test_post_installation'22 => 'vich_uploader.listener.upload.test_post_installation'23 => 'vich_uploader.listener.remove.change_box_intervention'24 => 'vich_uploader.listener.upload.change_box_intervention'25 => 'vich_uploader.listener.remove.default_img_mapping'26 => 'vich_uploader.listener.upload.default_img_mapping'27 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1838.     }
  1839.     /**
  1840.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1841.      *
  1842.      * @return \Doctrine\ORM\EntityManager
  1843.      */
  1844.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1845.     {
  1846.         if ($lazyLoad) {
  1847.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1848.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1849.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1850.                     $proxy->setProxyInitializer(null);
  1851.                     return true;
  1852.                 });
  1853.             });
  1854.         }
  1855.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1860.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1871.         $a = new \Doctrine\ORM\Configuration();
  1872.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1873.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1874.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1875.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1876.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1877.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1878.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1879.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1880.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1881.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1882.         ], [
  1883.             'doctrine.ulid_generator' => '?',
  1884.             'doctrine.uuid_generator' => '?',
  1885.         ])));
  1886.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1887.         $a->setProxyNamespace('Proxies');
  1888.         $a->setAutoGenerateProxyClasses(true);
  1889.         $a->setSchemaIgnoreClasses([]);
  1890.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1891.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1892.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1893.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1894.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1895.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1896.             'App\\Provider\\InterfaceInjection\\FtthProvider' => ['privates''App\\Provider\\InterfaceInjection\\FtthProvider''getFtthProviderService'false],
  1897.             'App\\Provider\\InterfaceInjection\\PartageFtthProvider' => ['privates''App\\Provider\\InterfaceInjection\\PartageFtthProvider''getPartageFtthProviderService'false],
  1898.             'App\\Provider\\InterfaceInjection\\TdlteProvider' => ['privates''App\\Provider\\InterfaceInjection\\TdlteProvider''getTdlteProviderService'false],
  1899.             'App\\Repository\\AccessPointRepository' => ['privates''App\\Repository\\AccessPointRepository''getAccessPointRepositoryService'false],
  1900.             'App\\Repository\\AffectHistoryRepository' => ['privates''App\\Repository\\AffectHistoryRepository''getAffectHistoryRepositoryService'false],
  1901.             'App\\Repository\\BackUp4gCommandRepository' => ['privates''App\\Repository\\BackUp4gCommandRepository''getBackUp4gCommandRepositoryService'false],
  1902.             'App\\Repository\\ChangeBoxInterventionRepository' => ['privates''App\\Repository\\ChangeBoxInterventionRepository''getChangeBoxInterventionRepositoryService'false],
  1903.             'App\\Repository\\ChangementEmplacementInterventionRepository' => ['privates''App\\Repository\\ChangementEmplacementInterventionRepository''getChangementEmplacementInterventionRepositoryService'false],
  1904.             'App\\Repository\\CommandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  1905.             'App\\Repository\\CommandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  1906.             'App\\Repository\\DemenagementRepository' => ['privates''App\\Repository\\DemenagementRepository''getDemenagementRepositoryService'false],
  1907.             'App\\Repository\\DetailCommandRepository' => ['privates''App\\Repository\\DetailCommandRepository''getDetailCommandRepositoryService'false],
  1908.             'App\\Repository\\DisturbingInterventionRepository' => ['privates''App\\Repository\\DisturbingInterventionRepository''getDisturbingInterventionRepositoryService'false],
  1909.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1910.             'App\\Repository\\MarqueRepository' => ['privates''App\\Repository\\MarqueRepository''getMarqueRepositoryService'false],
  1911.             'App\\Repository\\MiseEnServiceRepository' => ['privates''App\\Repository\\MiseEnServiceRepository''getMiseEnServiceRepositoryService'false],
  1912.             'App\\Repository\\ModelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  1913.             'App\\Repository\\OrganismeRepository' => ['privates''App\\Repository\\OrganismeRepository''getOrganismeRepositoryService'false],
  1914.             'App\\Repository\\PostTestingCommandRepository' => ['privates''App\\Repository\\PostTestingCommandRepository''getPostTestingCommandRepositoryService'false],
  1915.             'App\\Repository\\ProcessingCommandRepository' => ['privates''App\\Repository\\ProcessingCommandRepository''getProcessingCommandRepositoryService'false],
  1916.             'App\\Repository\\ProcessingCommandTdlteRepository' => ['privates''App\\Repository\\ProcessingCommandTdlteRepository''getProcessingCommandTdlteRepositoryService'false],
  1917.             'App\\Repository\\ProcessingWorkOrderRepository' => ['privates''App\\Repository\\ProcessingWorkOrderRepository''getProcessingWorkOrderRepositoryService'false],
  1918.             'App\\Repository\\PvCommandRepository' => ['privates''App\\Repository\\PvCommandRepository''getPvCommandRepositoryService'false],
  1919.             'App\\Repository\\SiteSurveyRepository' => ['privates''App\\Repository\\SiteSurveyRepository''getSiteSurveyRepositoryService'false],
  1920.             'App\\Repository\\StatusCommandRepository' => ['privates''App\\Repository\\StatusCommandRepository''getStatusCommandRepositoryService'false],
  1921.             'App\\Repository\\TestPostInstallationRepository' => ['privates''App\\Repository\\TestPostInstallationRepository''getTestPostInstallationRepositoryService'false],
  1922.             'App\\Repository\\TestPostInstallationSavRepository' => ['privates''App\\Repository\\TestPostInstallationSavRepository''getTestPostInstallationSavRepositoryService'false],
  1923.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1924.             'App\\Repository\\UserTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  1925.             'App\\Repository\\VersionRepository' => ['privates''App\\Repository\\VersionRepository''getVersionRepositoryService'false],
  1926.             'App\\Repository\\WorkOrderRepository' => ['privates''App\\Repository\\WorkOrderRepository''getWorkOrderRepositoryService'false],
  1927.         ], [
  1928.             'App\\Provider\\InterfaceInjection\\FtthProvider' => '?',
  1929.             'App\\Provider\\InterfaceInjection\\PartageFtthProvider' => '?',
  1930.             'App\\Provider\\InterfaceInjection\\TdlteProvider' => '?',
  1931.             'App\\Repository\\AccessPointRepository' => '?',
  1932.             'App\\Repository\\AffectHistoryRepository' => '?',
  1933.             'App\\Repository\\BackUp4gCommandRepository' => '?',
  1934.             'App\\Repository\\ChangeBoxInterventionRepository' => '?',
  1935.             'App\\Repository\\ChangementEmplacementInterventionRepository' => '?',
  1936.             'App\\Repository\\CommandRepository' => '?',
  1937.             'App\\Repository\\CommandTdlteRepository' => '?',
  1938.             'App\\Repository\\DemenagementRepository' => '?',
  1939.             'App\\Repository\\DetailCommandRepository' => '?',
  1940.             'App\\Repository\\DisturbingInterventionRepository' => '?',
  1941.             'App\\Repository\\ImageRepository' => '?',
  1942.             'App\\Repository\\MarqueRepository' => '?',
  1943.             'App\\Repository\\MiseEnServiceRepository' => '?',
  1944.             'App\\Repository\\ModelRepository' => '?',
  1945.             'App\\Repository\\OrganismeRepository' => '?',
  1946.             'App\\Repository\\PostTestingCommandRepository' => '?',
  1947.             'App\\Repository\\ProcessingCommandRepository' => '?',
  1948.             'App\\Repository\\ProcessingCommandTdlteRepository' => '?',
  1949.             'App\\Repository\\ProcessingWorkOrderRepository' => '?',
  1950.             'App\\Repository\\PvCommandRepository' => '?',
  1951.             'App\\Repository\\SiteSurveyRepository' => '?',
  1952.             'App\\Repository\\StatusCommandRepository' => '?',
  1953.             'App\\Repository\\TestPostInstallationRepository' => '?',
  1954.             'App\\Repository\\TestPostInstallationSavRepository' => '?',
  1955.             'App\\Repository\\UserRepository' => '?',
  1956.             'App\\Repository\\UserTechnicianRepository' => '?',
  1957.             'App\\Repository\\VersionRepository' => '?',
  1958.             'App\\Repository\\WorkOrderRepository' => '?',
  1959.         ])));
  1960.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1961.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1962.         return $instance;
  1963.     }
  1964.     /**
  1965.      * Gets the public 'error_controller' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1968.      */
  1969.     protected function getErrorControllerService()
  1970.     {
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1974.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1976.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1977.         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)));
  1978.     }
  1979.     /**
  1980.      * Gets the public 'event_dispatcher' shared service.
  1981.      *
  1982.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1983.      */
  1984.     protected function getEventDispatcherService()
  1985.     {
  1986.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1987.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1988.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1989.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1990.         $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())));
  1991.         $instance->addListener('kernel.controller', [=> function () {
  1992.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1993.         }, => 'onKernelController'], 0);
  1994.         $instance->addListener('kernel.exception', [=> function () {
  1995.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1996.         }, => 'onKernelException'], 0);
  1997.         $instance->addListener('kernel.response', [=> function () {
  1998.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1999.         }, => 'onKernelResponse'], 0);
  2000.         $instance->addListener('kernel.response', [=> function () {
  2001.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2002.         }, => 'onKernelResponse'], -1024);
  2003.         $instance->addListener('kernel.request', [=> function () {
  2004.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2005.         }, => 'setDefaultLocale'], 100);
  2006.         $instance->addListener('kernel.request', [=> function () {
  2007.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2008.         }, => 'onKernelRequest'], 16);
  2009.         $instance->addListener('kernel.finish_request', [=> function () {
  2010.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2011.         }, => 'onKernelFinishRequest'], 0);
  2012.         $instance->addListener('kernel.request', [=> function () {
  2013.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2014.         }, => 'onKernelRequest'], 256);
  2015.         $instance->addListener('kernel.response', [=> function () {
  2016.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2017.         }, => 'onResponse'], -255);
  2018.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2019.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2020.         }, => 'onControllerArguments'], 0);
  2021.         $instance->addListener('kernel.exception', [=> function () {
  2022.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2023.         }, => 'logKernelException'], 0);
  2024.         $instance->addListener('kernel.exception', [=> function () {
  2025.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2026.         }, => 'onKernelException'], -128);
  2027.         $instance->addListener('kernel.response', [=> function () {
  2028.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2029.         }, => 'removeCspHeader'], -128);
  2030.         $instance->addListener('kernel.request', [=> function () {
  2031.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2032.         }, => 'onKernelRequest'], 15);
  2033.         $instance->addListener('kernel.finish_request', [=> function () {
  2034.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2035.         }, => 'onKernelFinishRequest'], -15);
  2036.         $instance->addListener('console.error', [=> function () {
  2037.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2038.         }, => 'onConsoleError'], -128);
  2039.         $instance->addListener('console.terminate', [=> function () {
  2040.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2041.         }, => 'onConsoleTerminate'], -128);
  2042.         $instance->addListener('console.error', [=> function () {
  2043.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2044.         }, => 'onConsoleError'], 0);
  2045.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2046.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2047.         }, => 'onMessage'], -255);
  2048.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2049.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2050.         }, => 'onMessage'], -255);
  2051.         $instance->addListener('kernel.request', [=> function () {
  2052.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2053.         }, => 'configure'], 2048);
  2054.         $instance->addListener('console.command', [=> function () {
  2055.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2056.         }, => 'configure'], 2048);
  2057.         $instance->addListener('kernel.request', [=> function () {
  2058.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2059.         }, => 'onKernelRequest'], 32);
  2060.         $instance->addListener('kernel.finish_request', [=> function () {
  2061.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2062.         }, => 'onKernelFinishRequest'], 0);
  2063.         $instance->addListener('kernel.exception', [=> function () {
  2064.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2065.         }, => 'onKernelException'], -64);
  2066.         $instance->addListener('kernel.response', [=> function () {
  2067.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2068.         }, => 'onKernelResponse'], 0);
  2069.         $instance->addListener('kernel.request', [=> function () {
  2070.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2071.         }, => 'onKernelRequest'], 128);
  2072.         $instance->addListener('kernel.response', [=> function () {
  2073.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2074.         }, => 'onKernelResponse'], -1000);
  2075.         $instance->addListener('kernel.finish_request', [=> function () {
  2076.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2077.         }, => 'onFinishRequest'], 0);
  2078.         $instance->addListener('kernel.response', [=> function () {
  2079.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2080.         }, => 'onKernelResponse'], -100);
  2081.         $instance->addListener('kernel.exception', [=> function () {
  2082.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2083.         }, => 'onKernelException'], 0);
  2084.         $instance->addListener('kernel.terminate', [=> function () {
  2085.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2086.         }, => 'onKernelTerminate'], -1024);
  2087.         $instance->addListener('kernel.controller', [=> function () {
  2088.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2089.         }, => 'onKernelController'], 0);
  2090.         $instance->addListener('kernel.response', [=> function () {
  2091.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2092.         }, => 'onKernelResponse'], 0);
  2093.         $instance->addListener('kernel.controller', [=> function () {
  2094.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2095.         }, => 'onKernelController'], 0);
  2096.         $instance->addListener('kernel.controller', [=> function () {
  2097.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2098.         }, => 'onKernelController'], 0);
  2099.         $instance->addListener('kernel.controller', [=> function () {
  2100.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2101.         }, => 'onKernelController'], -128);
  2102.         $instance->addListener('kernel.view', [=> function () {
  2103.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2104.         }, => 'onKernelView'], 0);
  2105.         $instance->addListener('kernel.controller', [=> function () {
  2106.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2107.         }, => 'onKernelController'], 0);
  2108.         $instance->addListener('kernel.response', [=> function () {
  2109.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2110.         }, => 'onKernelResponse'], 0);
  2111.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2112.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2113.         }, => 'onKernelControllerArguments'], 0);
  2114.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2115.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2116.         }, => 'onKernelControllerArguments'], 0);
  2117.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2118.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2119.         }, => 'onMessage'], 0);
  2120.         $instance->addListener('kernel.response', [=> function () {
  2121.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2122.         }, => 'onKernelResponse'], -128);
  2123.         $instance->addListener('console.command', [=> function () {
  2124.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2125.         }, => 'onCommand'], 255);
  2126.         $instance->addListener('console.terminate', [=> function () {
  2127.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2128.         }, => 'onTerminate'], -255);
  2129.         $instance->addListener('console.command', [=> function () {
  2130.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2131.         }, => 'configure'], 1024);
  2132.         $instance->addListener('console.error', [=> function () {
  2133.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2134.         }, => 'onConsoleError'], 0);
  2135.         $instance->addListener('console.terminate', [=> function () {
  2136.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2137.         }, => 'onConsoleTerminate'], 0);
  2138.         $instance->addListener('kernel.response', [=> function () {
  2139.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2140.         }, => 'onKernelResponse'], 0);
  2141.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2142.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2143.         }, => 'onVoterVote'], 0);
  2144.         $instance->addListener('kernel.request', [=> function () {
  2145.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2146.         }, => 'configureLogoutUrlGenerator'], 8);
  2147.         $instance->addListener('kernel.request', [=> function () {
  2148.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2149.         }, => 'onKernelRequest'], 8);
  2150.         $instance->addListener('kernel.finish_request', [=> function () {
  2151.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2152.         }, => 'onKernelFinishRequest'], 0);
  2153.         $instance->addListener('kernel.finish_request', [=> function () {
  2154.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2155.         }, => 'resetAssets'], 0);
  2156.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2157.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2158.         }, => 'onLogout'], 0);
  2159.         return $instance;
  2160.     }
  2161.     /**
  2162.      * Gets the public 'http_kernel' shared service.
  2163.      *
  2164.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2165.      */
  2166.     protected function getHttpKernelService()
  2167.     {
  2168.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2169.         if (isset($this->services['http_kernel'])) {
  2170.             return $this->services['http_kernel'];
  2171.         }
  2172.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2173.         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 () {
  2174.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2175.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2176.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2177.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2178.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2179.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2180.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2181.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2182.         }, 8)), $b));
  2183.     }
  2184.     /**
  2185.      * Gets the public 'knp_snappy.image' shared service.
  2186.      *
  2187.      * @return \Knp\Snappy\Image
  2188.      */
  2189.     protected function getKnpSnappy_ImageService()
  2190.     {
  2191.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  2194.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  2195.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2196.         return $instance;
  2197.     }
  2198.     /**
  2199.      * Gets the public 'knp_snappy.pdf' shared service.
  2200.      *
  2201.      * @return \Knp\Snappy\Pdf
  2202.      */
  2203.     protected function getKnpSnappy_PdfService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  2208.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), $this->parameters['knp_snappy.pdf.options'], []);
  2209.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the public 'monolog.logger.deprecation' shared service.
  2214.      *
  2215.      * @return \Symfony\Bridge\Monolog\Logger
  2216.      */
  2217.     protected function getMonolog_Logger_DeprecationService()
  2218.     {
  2219.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2220.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2221.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2222.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2223.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2224.         return $instance;
  2225.     }
  2226.     /**
  2227.      * Gets the public 'monolog.logger.pdfcommand' shared service.
  2228.      *
  2229.      * @return \Symfony\Bridge\Monolog\Logger
  2230.      */
  2231.     protected function getMonolog_Logger_PdfcommandService()
  2232.     {
  2233.         $this->services['monolog.logger.pdfcommand'] = $instance = new \Symfony\Bridge\Monolog\Logger('pdfcommand');
  2234.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2235.         $instance->pushHandler(($this->privates['monolog.handler.pdfcommand'] ?? $this->getMonolog_Handler_PdfcommandService()));
  2236.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2237.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2239.         return $instance;
  2240.     }
  2241.     /**
  2242.      * Gets the public 'monolog.logger.ws' shared service.
  2243.      *
  2244.      * @return \Symfony\Bridge\Monolog\Logger
  2245.      */
  2246.     protected function getMonolog_Logger_WsService()
  2247.     {
  2248.         $this->services['monolog.logger.ws'] = $instance = new \Symfony\Bridge\Monolog\Logger('ws');
  2249.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2250.         $instance->pushHandler(($this->privates['monolog.handler.ws'] ?? $this->getMonolog_Handler_WsService()));
  2251.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2252.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2253.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2254.         return $instance;
  2255.     }
  2256.     /**
  2257.      * Gets the public 'request_stack' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2260.      */
  2261.     protected function getRequestStackService()
  2262.     {
  2263.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2264.     }
  2265.     /**
  2266.      * Gets the public 'router' shared service.
  2267.      *
  2268.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2269.      */
  2270.     protected function getRouterService()
  2271.     {
  2272.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2273.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2274.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2275.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2276.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2277.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2278.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2279.         ], [
  2280.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2281.         ]))->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');
  2282.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2283.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the public 'routing.loader' shared service.
  2288.      *
  2289.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2290.      */
  2291.     protected function getRouting_LoaderService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2317.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2318.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2319.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2320.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2321.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2322.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2323.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2324.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2325.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2326.             'kernel' => ['services''kernel''getKernelService'false],
  2327.         ], [
  2328.             'kernel' => 'App\\Kernel',
  2329.         ]), 'dev'));
  2330.         $a->addLoader($c);
  2331.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2332.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2333.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2334.     }
  2335.     /**
  2336.      * Gets the public 'services_resetter' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2339.      */
  2340.     protected function getServicesResetterService()
  2341.     {
  2342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2343.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2344.             if (isset($this->services['cache.app'])) {
  2345.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2346.             }
  2347.             if (isset($this->services['cache.system'])) {
  2348.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2349.             }
  2350.             if (isset($this->privates['cache.validator'])) {
  2351.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2352.             }
  2353.             if (isset($this->privates['cache.serializer'])) {
  2354.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2355.             }
  2356.             if (isset($this->privates['cache.annotations'])) {
  2357.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2358.             }
  2359.             if (isset($this->privates['cache.property_info'])) {
  2360.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2361.             }
  2362.             if (isset($this->privates['.debug.http_client'])) {
  2363.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2364.             }
  2365.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2366.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2367.             }
  2368.             if (isset($this->privates['debug.stopwatch'])) {
  2369.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2370.             }
  2371.             if (isset($this->services['event_dispatcher'])) {
  2372.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2373.             }
  2374.             if (isset($this->privates['session_listener'])) {
  2375.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2376.             }
  2377.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2378.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2379.             }
  2380.             if (isset($this->services['cache.validator_expression_language'])) {
  2381.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2382.             }
  2383.             if (isset($this->services['.container.private.profiler'])) {
  2384.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2385.             }
  2386.             if (isset($this->services['.container.private.validator'])) {
  2387.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2388.             }
  2389.             if (isset($this->privates['twig.form.engine'])) {
  2390.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2391.             }
  2392.             if (isset($this->privates['monolog.handler.main'])) {
  2393.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2394.             }
  2395.             if (isset($this->privates['monolog.handler.console'])) {
  2396.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2397.             }
  2398.             if (isset($this->privates['monolog.handler.ws'])) {
  2399.                 yield 'monolog.handler.ws' => ($this->privates['monolog.handler.ws'] ?? null);
  2400.             }
  2401.             if (isset($this->privates['monolog.handler.pdfcommand'])) {
  2402.                 yield 'monolog.handler.pdfcommand' => ($this->privates['monolog.handler.pdfcommand'] ?? null);
  2403.             }
  2404.             if (isset($this->services['doctrine'])) {
  2405.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2406.             }
  2407.             if (isset($this->privates['form.type.entity'])) {
  2408.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2409.             }
  2410.             if (isset($this->services['.container.private.security.token_storage'])) {
  2411.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2412.             }
  2413.             if (isset($this->privates['cache.security_expression_language'])) {
  2414.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2415.             }
  2416.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2417.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2418.             }
  2419.             if (isset($this->privates['cache.webpack_encore'])) {
  2420.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2421.             }
  2422.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2423.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2424.             }
  2425.             if (isset($this->privates['.debug.http_client'])) {
  2426.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2427.             }
  2428.         }, function () {
  2429.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.ws'])) + (int) (isset($this->privates['monolog.handler.pdfcommand'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  2430.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.ws' => [=> 'reset'], 'monolog.handler.pdfcommand' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2431.     }
  2432.     /**
  2433.      * Gets the public 'translator' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2436.      */
  2437.     protected function getTranslatorService()
  2438.     {
  2439.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2440.     }
  2441.     /**
  2442.      * Gets the public 'var_dumper.cloner' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2445.      */
  2446.     protected function getVarDumper_ClonerService()
  2447.     {
  2448.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2449.         $instance->setMaxItems(2500);
  2450.         $instance->setMinDepth(1);
  2451.         $instance->setMaxString(-1);
  2452.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2453.         return $instance;
  2454.     }
  2455.     /**
  2456.      * Gets the public 'vich_uploader.download_handler' shared service.
  2457.      *
  2458.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2459.      */
  2460.     protected function getVichUploader_DownloadHandlerService()
  2461.     {
  2462.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  2464.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2465.     }
  2466.     /**
  2467.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2468.      *
  2469.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2470.      */
  2471.     protected function getVichUploader_Form_Type_FileService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2476.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  2477.         if (isset($this->services['vich_uploader.form.type.file'])) {
  2478.             return $this->services['vich_uploader.form.type.file'];
  2479.         }
  2480.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2481.     }
  2482.     /**
  2483.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2484.      *
  2485.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2486.      */
  2487.     protected function getVichUploader_Form_Type_ImageService()
  2488.     {
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  2493.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  2494.         if (isset($this->services['vich_uploader.form.type.image'])) {
  2495.             return $this->services['vich_uploader.form.type.image'];
  2496.         }
  2497.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
  2498.     }
  2499.     /**
  2500.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2501.      *
  2502.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2503.      */
  2504.     protected function getVichUploader_UploadHandlerService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  2510.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2511.         if (isset($this->services['vich_uploader.upload_handler'])) {
  2512.             return $this->services['vich_uploader.upload_handler'];
  2513.         }
  2514.         $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2515.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
  2516.     }
  2517.     /**
  2518.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2519.      *
  2520.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2521.      */
  2522.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2525.         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()));
  2526.     }
  2527.     /**
  2528.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2529.      *
  2530.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2531.      */
  2532.     protected function getWebProfiler_Controller_ProfilerService()
  2533.     {
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2535.         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));
  2536.     }
  2537.     /**
  2538.      * Gets the public 'web_profiler.controller.router' shared service.
  2539.      *
  2540.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2541.      */
  2542.     protected function getWebProfiler_Controller_RouterService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2545.         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 () {
  2546.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2547.         }, 1));
  2548.     }
  2549.     /**
  2550.      * Gets the private '.App\Command\Archived\ArchivedRaccoCommand.lazy' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Console\Command\LazyCommand
  2553.      */
  2554.     protected function getArchivedRaccoCommand_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['.App\\Command\\Archived\\ArchivedRaccoCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:archived:racco', [], 'This command, will be executed to archived raccordements if date Command older than six month from now and status of Command is executed'false, function (): \App\Command\Archived\ArchivedRaccoCommand {
  2559.             return ($this->privates['App\\Command\\Archived\\ArchivedRaccoCommand'] ?? $this->getArchivedRaccoCommandService());
  2560.         });
  2561.     }
  2562.     /**
  2563.      * Gets the private '.App\Command\Sms\SendSmsCommand.lazy' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Console\Command\LazyCommand
  2566.      */
  2567.     protected function getSendSmsCommand_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['.App\\Command\\Sms\\SendSmsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send:sms:racco', [], 'This command, will be executed to check if sms is sending in BO'false, function (): \App\Command\Sms\SendSmsCommand {
  2572.             return ($this->privates['App\\Command\\Sms\\SendSmsCommand'] ?? $this->getSendSmsCommandService());
  2573.         });
  2574.     }
  2575.     /**
  2576.      * Gets the private '.console.command.about.lazy' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\Console\Command\LazyCommand
  2579.      */
  2580.     protected function get_Console_Command_About_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['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2585.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2586.         });
  2587.     }
  2588.     /**
  2589.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\Console\Command\LazyCommand
  2592.      */
  2593.     protected function get_Console_Command_AssetsInstall_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['.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 {
  2598.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2599.         });
  2600.     }
  2601.     /**
  2602.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Console\Command\LazyCommand
  2605.      */
  2606.     protected function get_Console_Command_CacheClear_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['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2611.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2612.         });
  2613.     }
  2614.     /**
  2615.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\Console\Command\LazyCommand
  2618.      */
  2619.     protected function get_Console_Command_CachePoolClear_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['.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 {
  2624.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2625.         });
  2626.     }
  2627.     /**
  2628.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Console\Command\LazyCommand
  2631.      */
  2632.     protected function get_Console_Command_CachePoolDelete_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['.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 {
  2637.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2638.         });
  2639.     }
  2640.     /**
  2641.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Console\Command\LazyCommand
  2644.      */
  2645.     protected function get_Console_Command_CachePoolList_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['.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 {
  2650.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2651.         });
  2652.     }
  2653.     /**
  2654.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Console\Command\LazyCommand
  2657.      */
  2658.     protected function get_Console_Command_CachePoolPrune_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['.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 {
  2663.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2664.         });
  2665.     }
  2666.     /**
  2667.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\Console\Command\LazyCommand
  2670.      */
  2671.     protected function get_Console_Command_CacheWarmup_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['.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 {
  2676.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2677.         });
  2678.     }
  2679.     /**
  2680.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\Console\Command\LazyCommand
  2683.      */
  2684.     protected function get_Console_Command_ConfigDebug_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['.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 {
  2689.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2690.         });
  2691.     }
  2692.     /**
  2693.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\Console\Command\LazyCommand
  2696.      */
  2697.     protected function get_Console_Command_ConfigDumpReference_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['.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 {
  2702.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2703.         });
  2704.     }
  2705.     /**
  2706.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\Console\Command\LazyCommand
  2709.      */
  2710.     protected function get_Console_Command_ContainerDebug_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['.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 {
  2715.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2716.         });
  2717.     }
  2718.     /**
  2719.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\Console\Command\LazyCommand
  2722.      */
  2723.     protected function get_Console_Command_ContainerLint_LazyService()
  2724.     {
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2727.         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 {
  2728.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2729.         });
  2730.     }
  2731.     /**
  2732.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2733.      *
  2734.      * @return \Symfony\Component\Console\Command\LazyCommand
  2735.      */
  2736.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2737.     {
  2738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2740.         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 {
  2741.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2742.         });
  2743.     }
  2744.     /**
  2745.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\Console\Command\LazyCommand
  2748.      */
  2749.     protected function get_Console_Command_DotenvDebug_LazyService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2753.         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 {
  2754.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2755.         });
  2756.     }
  2757.     /**
  2758.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2759.      *
  2760.      * @return \Symfony\Component\Console\Command\LazyCommand
  2761.      */
  2762.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2766.         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 {
  2767.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2768.         });
  2769.     }
  2770.     /**
  2771.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\Console\Command\LazyCommand
  2774.      */
  2775.     protected function get_Console_Command_FormDebug_LazyService()
  2776.     {
  2777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2779.         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 {
  2780.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2781.         });
  2782.     }
  2783.     /**
  2784.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2785.      *
  2786.      * @return \Symfony\Component\Console\Command\LazyCommand
  2787.      */
  2788.     protected function get_Console_Command_RouterDebug_LazyService()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2792.         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 {
  2793.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2794.         });
  2795.     }
  2796.     /**
  2797.      * Gets the private '.console.command.router_match.lazy' shared service.
  2798.      *
  2799.      * @return \Symfony\Component\Console\Command\LazyCommand
  2800.      */
  2801.     protected function get_Console_Command_RouterMatch_LazyService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2805.         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 {
  2806.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2807.         });
  2808.     }
  2809.     /**
  2810.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2811.      *
  2812.      * @return \Symfony\Component\Console\Command\LazyCommand
  2813.      */
  2814.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2818.         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 {
  2819.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2820.         });
  2821.     }
  2822.     /**
  2823.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\Console\Command\LazyCommand
  2826.      */
  2827.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2831.         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 {
  2832.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2833.         });
  2834.     }
  2835.     /**
  2836.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\Console\Command\LazyCommand
  2839.      */
  2840.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2841.     {
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2844.         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 {
  2845.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2846.         });
  2847.     }
  2848.     /**
  2849.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2850.      *
  2851.      * @return \Symfony\Component\Console\Command\LazyCommand
  2852.      */
  2853.     protected function get_Console_Command_SecretsList_LazyService()
  2854.     {
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2857.         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 {
  2858.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2859.         });
  2860.     }
  2861.     /**
  2862.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Console\Command\LazyCommand
  2865.      */
  2866.     protected function get_Console_Command_SecretsRemove_LazyService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2870.         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 {
  2871.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2872.         });
  2873.     }
  2874.     /**
  2875.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\Console\Command\LazyCommand
  2878.      */
  2879.     protected function get_Console_Command_SecretsSet_LazyService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2883.         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 {
  2884.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2885.         });
  2886.     }
  2887.     /**
  2888.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2889.      *
  2890.      * @return \Symfony\Component\Console\Command\LazyCommand
  2891.      */
  2892.     protected function get_Console_Command_TranslationDebug_LazyService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2896.         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 {
  2897.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2898.         });
  2899.     }
  2900.     /**
  2901.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2902.      *
  2903.      * @return \Symfony\Component\Console\Command\LazyCommand
  2904.      */
  2905.     protected function get_Console_Command_TranslationExtract_LazyService()
  2906.     {
  2907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2909.         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 {
  2910.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2911.         });
  2912.     }
  2913.     /**
  2914.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2915.      *
  2916.      * @return \Symfony\Component\Console\Command\LazyCommand
  2917.      */
  2918.     protected function get_Console_Command_TranslationPull_LazyService()
  2919.     {
  2920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2922.         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 {
  2923.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2924.         });
  2925.     }
  2926.     /**
  2927.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\Console\Command\LazyCommand
  2930.      */
  2931.     protected function get_Console_Command_TranslationPush_LazyService()
  2932.     {
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2935.         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 {
  2936.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2937.         });
  2938.     }
  2939.     /**
  2940.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2941.      *
  2942.      * @return \Symfony\Component\Console\Command\LazyCommand
  2943.      */
  2944.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2945.     {
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2948.         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 {
  2949.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2950.         });
  2951.     }
  2952.     /**
  2953.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2954.      *
  2955.      * @return \Symfony\Component\Console\Command\LazyCommand
  2956.      */
  2957.     protected function get_Console_Command_XliffLint_LazyService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2961.         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 {
  2962.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2963.         });
  2964.     }
  2965.     /**
  2966.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2967.      *
  2968.      * @return \Symfony\Component\Console\Command\LazyCommand
  2969.      */
  2970.     protected function get_Console_Command_YamlLint_LazyService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2974.         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 {
  2975.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2976.         });
  2977.     }
  2978.     /**
  2979.      * Gets the private '.debug.http_client' shared service.
  2980.      *
  2981.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2982.      */
  2983.     protected function get_Debug_HttpClientService()
  2984.     {
  2985.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2986.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2987.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2988.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2989.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2991.         $a->setLogger($b);
  2992.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2993.     }
  2994.     /**
  2995.      * Gets the private '.errored..service_locator.0267G58.App\Entity\Model' shared service.
  2996.      *
  2997.      * @return \App\Entity\Model
  2998.      */
  2999.     protected function getModelService()
  3000.     {
  3001.         $this->throw('Cannot autowire service ".service_locator.0267G58": it references class "App\\Entity\\Model" but no such service exists.');
  3002.     }
  3003.     /**
  3004.      * Gets the private '.errored..service_locator.1Gec4HW.App\Entity\Organisme' shared service.
  3005.      *
  3006.      * @return \App\Entity\Organisme
  3007.      */
  3008.     protected function getOrganismeService()
  3009.     {
  3010.         $this->throw('Cannot autowire service ".service_locator.1Gec4HW": it references class "App\\Entity\\Organisme" but no such service exists.');
  3011.     }
  3012.     /**
  3013.      * Gets the private '.errored..service_locator.3AU.m6l.App\Entity\Version' shared service.
  3014.      *
  3015.      * @return \App\Entity\Version
  3016.      */
  3017.     protected function getVersionService()
  3018.     {
  3019.         $this->throw('Cannot autowire service ".service_locator.3AU.m6l": it references class "App\\Entity\\Version" but no such service exists.');
  3020.     }
  3021.     /**
  3022.      * Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
  3023.      *
  3024.      * @return \App\Entity\User
  3025.      */
  3026.     protected function getUserService()
  3027.     {
  3028.         $this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.');
  3029.     }
  3030.     /**
  3031.      * Gets the private '.errored..service_locator.5kmySKU.App\Entity\Command' shared service.
  3032.      *
  3033.      * @return \App\Entity\Command
  3034.      */
  3035.     protected function getCommandService()
  3036.     {
  3037.         $this->throw('Cannot autowire service ".service_locator.5kmySKU": it references class "App\\Entity\\Command" but no such service exists.');
  3038.     }
  3039.     /**
  3040.      * Gets the private '.errored..service_locator.5tA4.8v.App\Entity\Demenagement' shared service.
  3041.      *
  3042.      * @return \App\Entity\Demenagement
  3043.      */
  3044.     protected function getDemenagementService()
  3045.     {
  3046.         $this->throw('Cannot autowire service ".service_locator.5tA4.8v": it references class "App\\Entity\\Demenagement" but no such service exists.');
  3047.     }
  3048.     /**
  3049.      * Gets the private '.errored..service_locator.5wJ5HgN.App\Entity\CommandTdlte' shared service.
  3050.      *
  3051.      * @return \App\Entity\CommandTdlte
  3052.      */
  3053.     protected function getCommandTdlteService()
  3054.     {
  3055.         $this->throw('Cannot autowire service ".service_locator.5wJ5HgN": it references class "App\\Entity\\CommandTdlte" but no such service exists.');
  3056.     }
  3057.     /**
  3058.      * Gets the private '.errored..service_locator.7w6RLSg.App\Entity\CommandTdlte' shared service.
  3059.      *
  3060.      * @return \App\Entity\CommandTdlte
  3061.      */
  3062.     protected function getCommandTdlte2Service()
  3063.     {
  3064.         $this->throw('Cannot autowire service ".service_locator.7w6RLSg": it references class "App\\Entity\\CommandTdlte" but no such service exists.');
  3065.     }
  3066.     /**
  3067.      * Gets the private '.errored..service_locator.81oMOjw.App\Entity\Command' shared service.
  3068.      *
  3069.      * @return \App\Entity\Command
  3070.      */
  3071.     protected function getCommand2Service()
  3072.     {
  3073.         $this->throw('Cannot autowire service ".service_locator.81oMOjw": it references class "App\\Entity\\Command" but no such service exists.');
  3074.     }
  3075.     /**
  3076.      * Gets the private '.errored..service_locator.Ct5TIz..App\Entity\Marque' shared service.
  3077.      *
  3078.      * @return \App\Entity\Marque
  3079.      */
  3080.     protected function getMarqueService()
  3081.     {
  3082.         $this->throw('Cannot autowire service ".service_locator.Ct5TIz.": it references class "App\\Entity\\Marque" but no such service exists.');
  3083.     }
  3084.     /**
  3085.      * Gets the private '.errored..service_locator.I2R9RIr.App\Entity\UserTechnician' shared service.
  3086.      *
  3087.      * @return \App\Entity\UserTechnician
  3088.      */
  3089.     protected function getUserTechnicianService()
  3090.     {
  3091.         $this->throw('Cannot autowire service ".service_locator.I2R9RIr": it references class "App\\Entity\\UserTechnician" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.');
  3092.     }
  3093.     /**
  3094.      * Gets the private '.errored..service_locator.Ni_96cS.App\Entity\Version' shared service.
  3095.      *
  3096.      * @return \App\Entity\Version
  3097.      */
  3098.     protected function getVersion2Service()
  3099.     {
  3100.         $this->throw('Cannot autowire service ".service_locator.Ni_96cS": it references class "App\\Entity\\Version" but no such service exists.');
  3101.     }
  3102.     /**
  3103.      * Gets the private '.errored..service_locator.Rybvwl0.App\Entity\CommandTdlte' shared service.
  3104.      *
  3105.      * @return \App\Entity\CommandTdlte
  3106.      */
  3107.     protected function getCommandTdlte3Service()
  3108.     {
  3109.         $this->throw('Cannot autowire service ".service_locator.Rybvwl0": it references class "App\\Entity\\CommandTdlte" but no such service exists.');
  3110.     }
  3111.     /**
  3112.      * Gets the private '.errored..service_locator.UJVMA7J.App\Entity\StatusCommand' shared service.
  3113.      *
  3114.      * @return \App\Entity\StatusCommand
  3115.      */
  3116.     protected function getStatusCommandService()
  3117.     {
  3118.         $this->throw('Cannot autowire service ".service_locator.UJVMA7J": it references class "App\\Entity\\StatusCommand" but no such service exists.');
  3119.     }
  3120.     /**
  3121.      * Gets the private '.errored..service_locator.ciN5VSt.App\Entity\Organisme' shared service.
  3122.      *
  3123.      * @return \App\Entity\Organisme
  3124.      */
  3125.     protected function getOrganisme2Service()
  3126.     {
  3127.         $this->throw('Cannot autowire service ".service_locator.ciN5VSt": it references class "App\\Entity\\Organisme" but no such service exists.');
  3128.     }
  3129.     /**
  3130.      * Gets the private '.errored..service_locator.gb.FtdC.App\Entity\Marque' shared service.
  3131.      *
  3132.      * @return \App\Entity\Marque
  3133.      */
  3134.     protected function getMarque2Service()
  3135.     {
  3136.         $this->throw('Cannot autowire service ".service_locator.gb.FtdC": it references class "App\\Entity\\Marque" but no such service exists.');
  3137.     }
  3138.     /**
  3139.      * Gets the private '.errored..service_locator.haZ2YH0.App\Entity\Model' shared service.
  3140.      *
  3141.      * @return \App\Entity\Model
  3142.      */
  3143.     protected function getModel2Service()
  3144.     {
  3145.         $this->throw('Cannot autowire service ".service_locator.haZ2YH0": it references class "App\\Entity\\Model" but no such service exists.');
  3146.     }
  3147.     /**
  3148.      * Gets the private '.errored..service_locator.l8dnPYx.App\Entity\Command' shared service.
  3149.      *
  3150.      * @return \App\Entity\Command
  3151.      */
  3152.     protected function getCommand3Service()
  3153.     {
  3154.         $this->throw('Cannot autowire service ".service_locator.l8dnPYx": it references class "App\\Entity\\Command" but no such service exists.');
  3155.     }
  3156.     /**
  3157.      * Gets the private '.errored..service_locator.lsJqxVK.App\Entity\Demenagement' shared service.
  3158.      *
  3159.      * @return \App\Entity\Demenagement
  3160.      */
  3161.     protected function getDemenagement2Service()
  3162.     {
  3163.         $this->throw('Cannot autowire service ".service_locator.lsJqxVK": it references class "App\\Entity\\Demenagement" but no such service exists.');
  3164.     }
  3165.     /**
  3166.      * Gets the private '.errored..service_locator.mjfOQyi.App\Entity\StatusCommand' shared service.
  3167.      *
  3168.      * @return \App\Entity\StatusCommand
  3169.      */
  3170.     protected function getStatusCommand2Service()
  3171.     {
  3172.         $this->throw('Cannot autowire service ".service_locator.mjfOQyi": it references class "App\\Entity\\StatusCommand" but no such service exists.');
  3173.     }
  3174.     /**
  3175.      * Gets the private '.errored..service_locator.qfVFWiE.App\Entity\User' shared service.
  3176.      *
  3177.      * @return \App\Entity\User
  3178.      */
  3179.     protected function getUser2Service()
  3180.     {
  3181.         $this->throw('Cannot autowire service ".service_locator.qfVFWiE": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.');
  3182.     }
  3183.     /**
  3184.      * Gets the private '.errored..service_locator.qgb_q_m.App\Entity\UserTechnician' shared service.
  3185.      *
  3186.      * @return \App\Entity\UserTechnician
  3187.      */
  3188.     protected function getUserTechnician2Service()
  3189.     {
  3190.         $this->throw('Cannot autowire service ".service_locator.qgb_q_m": it references class "App\\Entity\\UserTechnician" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.');
  3191.     }
  3192.     /**
  3193.      * Gets the private '.errored..service_locator.rAlMzMX.App\Entity\CommandTdlte' shared service.
  3194.      *
  3195.      * @return \App\Entity\CommandTdlte
  3196.      */
  3197.     protected function getCommandTdlte4Service()
  3198.     {
  3199.         $this->throw('Cannot autowire service ".service_locator.rAlMzMX": it references class "App\\Entity\\CommandTdlte" but no such service exists.');
  3200.     }
  3201.     /**
  3202.      * Gets the private '.errored..service_locator.wuWoxEM.App\Entity\User' shared service.
  3203.      *
  3204.      * @return \App\Entity\User
  3205.      */
  3206.     protected function getUser3Service()
  3207.     {
  3208.         $this->throw('Cannot autowire service ".service_locator.wuWoxEM": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.');
  3209.     }
  3210.     /**
  3211.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3212.      *
  3213.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3214.      */
  3215.     protected function getLoaderInterfaceService()
  3216.     {
  3217.         $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".');
  3218.     }
  3219.     /**
  3220.      * Gets the private '.errored..service_locator.xkYuJ5f.App\Entity\Command' shared service.
  3221.      *
  3222.      * @return \App\Entity\Command
  3223.      */
  3224.     protected function getCommand4Service()
  3225.     {
  3226.         $this->throw('Cannot autowire service ".service_locator.xkYuJ5f": it references class "App\\Entity\\Command" but no such service exists.');
  3227.     }
  3228.     /**
  3229.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\Console\Command\LazyCommand
  3232.      */
  3233.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3237.         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 {
  3238.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3239.         });
  3240.     }
  3241.     /**
  3242.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3243.      *
  3244.      * @return \Symfony\Component\Console\Command\LazyCommand
  3245.      */
  3246.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3250.         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 {
  3251.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3252.         });
  3253.     }
  3254.     /**
  3255.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\Console\Command\LazyCommand
  3258.      */
  3259.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3263.         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 {
  3264.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3265.         });
  3266.     }
  3267.     /**
  3268.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3269.      *
  3270.      * @return \Symfony\Component\Console\Command\LazyCommand
  3271.      */
  3272.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3276.         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 {
  3277.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3278.         });
  3279.     }
  3280.     /**
  3281.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3282.      *
  3283.      * @return \Symfony\Component\Console\Command\LazyCommand
  3284.      */
  3285.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3289.         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 {
  3290.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3291.         });
  3292.     }
  3293.     /**
  3294.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3295.      *
  3296.      * @return \Symfony\Component\Console\Command\LazyCommand
  3297.      */
  3298.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3302.         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 {
  3303.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3304.         });
  3305.     }
  3306.     /**
  3307.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Console\Command\LazyCommand
  3310.      */
  3311.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3312.     {
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3315.         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 {
  3316.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3317.         });
  3318.     }
  3319.     /**
  3320.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3321.      *
  3322.      * @return \Symfony\Component\Console\Command\LazyCommand
  3323.      */
  3324.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3325.     {
  3326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3328.         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 {
  3329.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3330.         });
  3331.     }
  3332.     /**
  3333.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3334.      *
  3335.      * @return \Symfony\Component\Console\Command\LazyCommand
  3336.      */
  3337.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3338.     {
  3339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3341.         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 {
  3342.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3343.         });
  3344.     }
  3345.     /**
  3346.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\Console\Command\LazyCommand
  3349.      */
  3350.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3354.         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 {
  3355.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3356.         });
  3357.     }
  3358.     /**
  3359.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3360.      *
  3361.      * @return \Symfony\Component\Console\Command\LazyCommand
  3362.      */
  3363.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3364.     {
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3367.         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 {
  3368.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3369.         });
  3370.     }
  3371.     /**
  3372.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\Console\Command\LazyCommand
  3375.      */
  3376.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3380.         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 {
  3381.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3382.         });
  3383.     }
  3384.     /**
  3385.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3386.      *
  3387.      * @return \Symfony\Component\Console\Command\LazyCommand
  3388.      */
  3389.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3393.         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 {
  3394.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3395.         });
  3396.     }
  3397.     /**
  3398.      * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  3399.      *
  3400.      * @return \Symfony\Component\Console\Command\LazyCommand
  3401.      */
  3402.     protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  3403.     {
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3406.         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 {
  3407.             return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  3408.         });
  3409.     }
  3410.     /**
  3411.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3412.      *
  3413.      * @return \Symfony\Component\Console\Command\LazyCommand
  3414.      */
  3415.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3416.     {
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3419.         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 {
  3420.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3421.         });
  3422.     }
  3423.     /**
  3424.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3425.      *
  3426.      * @return \Symfony\Component\Console\Command\LazyCommand
  3427.      */
  3428.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3432.         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 {
  3433.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3434.         });
  3435.     }
  3436.     /**
  3437.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3438.      *
  3439.      * @return \Symfony\Component\Console\Command\LazyCommand
  3440.      */
  3441.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3445.         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 {
  3446.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3447.         });
  3448.     }
  3449.     /**
  3450.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3451.      *
  3452.      * @return \Symfony\Component\Console\Command\LazyCommand
  3453.      */
  3454.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3458.         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 {
  3459.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3460.         });
  3461.     }
  3462.     /**
  3463.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3464.      *
  3465.      * @return \Symfony\Component\Console\Command\LazyCommand
  3466.      */
  3467.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3471.         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 {
  3472.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3473.         });
  3474.     }
  3475.     /**
  3476.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3477.      *
  3478.      * @return \Symfony\Component\Console\Command\LazyCommand
  3479.      */
  3480.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3484.         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 {
  3485.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3486.         });
  3487.     }
  3488.     /**
  3489.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3490.      *
  3491.      * @return \Symfony\Component\Console\Command\LazyCommand
  3492.      */
  3493.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3497.         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 {
  3498.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3499.         });
  3500.     }
  3501.     /**
  3502.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\Console\Command\LazyCommand
  3505.      */
  3506.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3510.         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 {
  3511.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3512.         });
  3513.     }
  3514.     /**
  3515.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3516.      *
  3517.      * @return \Symfony\Component\Console\Command\LazyCommand
  3518.      */
  3519.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3523.         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 {
  3524.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3525.         });
  3526.     }
  3527.     /**
  3528.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3529.      *
  3530.      * @return \Symfony\Component\Console\Command\LazyCommand
  3531.      */
  3532.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3533.     {
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3536.         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 {
  3537.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3538.         });
  3539.     }
  3540.     /**
  3541.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\Console\Command\LazyCommand
  3544.      */
  3545.     protected function get_Monolog_Command_ServerLog_LazyService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3549.         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 {
  3550.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3551.         });
  3552.     }
  3553.     /**
  3554.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3555.      *
  3556.      * @return \Symfony\Component\Console\Command\LazyCommand
  3557.      */
  3558.     protected function get_Security_Command_DebugFirewall_LazyService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3562.         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 {
  3563.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3564.         });
  3565.     }
  3566.     /**
  3567.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3568.      *
  3569.      * @return \Symfony\Component\Console\Command\LazyCommand
  3570.      */
  3571.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3572.     {
  3573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3575.         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 {
  3576.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3577.         });
  3578.     }
  3579.     /**
  3580.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\Console\Command\LazyCommand
  3583.      */
  3584.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3588.         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 {
  3589.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3590.         });
  3591.     }
  3592.     /**
  3593.      * Gets the private '.service_locator.0267G58' shared service.
  3594.      *
  3595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3596.      */
  3597.     protected function get_ServiceLocator_0267G58Service()
  3598.     {
  3599.         return $this->privates['.service_locator.0267G58'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3600.             'model' => ['privates''.errored..service_locator.0267G58.App\\Entity\\Model'NULL'Cannot autowire service ".service_locator.0267G58": it references class "App\\Entity\\Model" but no such service exists.'],
  3601.         ], [
  3602.             'model' => 'App\\Entity\\Model',
  3603.         ]);
  3604.     }
  3605.     /**
  3606.      * Gets the private '.service_locator.0yq4S0c' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3609.      */
  3610.     protected function get_ServiceLocator_0yq4S0cService()
  3611.     {
  3612.         return $this->privates['.service_locator.0yq4S0c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3613.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  3614.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  3615.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  3616.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3617.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  3618.         ], [
  3619.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  3620.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  3621.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  3622.             'userRepository' => 'App\\Repository\\UserRepository',
  3623.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  3624.         ]);
  3625.     }
  3626.     /**
  3627.      * Gets the private '.service_locator.1Gec4HW' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3630.      */
  3631.     protected function get_ServiceLocator_1Gec4HWService()
  3632.     {
  3633.         return $this->privates['.service_locator.1Gec4HW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3634.             'organisme' => ['privates''.errored..service_locator.1Gec4HW.App\\Entity\\Organisme'NULL'Cannot autowire service ".service_locator.1Gec4HW": it references class "App\\Entity\\Organisme" but no such service exists.'],
  3635.         ], [
  3636.             'organisme' => 'App\\Entity\\Organisme',
  3637.         ]);
  3638.     }
  3639.     /**
  3640.      * Gets the private '.service_locator.3AU.m6l' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3643.      */
  3644.     protected function get_ServiceLocator_3AU_M6lService()
  3645.     {
  3646.         return $this->privates['.service_locator.3AU.m6l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3647.             'version' => ['privates''.errored..service_locator.3AU.m6l.App\\Entity\\Version'NULL'Cannot autowire service ".service_locator.3AU.m6l": it references class "App\\Entity\\Version" but no such service exists.'],
  3648.         ], [
  3649.             'version' => 'App\\Entity\\Version',
  3650.         ]);
  3651.     }
  3652.     /**
  3653.      * Gets the private '.service_locator.41LOaT2' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3656.      */
  3657.     protected function get_ServiceLocator_41LOaT2Service()
  3658.     {
  3659.         return $this->privates['.service_locator.41LOaT2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3660.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3661.             'translator' => ['services''translator''getTranslatorService'false],
  3662.         ], [
  3663.             'entityManager' => '?',
  3664.             'translator' => '?',
  3665.         ]);
  3666.     }
  3667.     /**
  3668.      * Gets the private '.service_locator.445pGC9' shared service.
  3669.      *
  3670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3671.      */
  3672.     protected function get_ServiceLocator_445pGC9Service()
  3673.     {
  3674.         return $this->privates['.service_locator.445pGC9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3675.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3676.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3677.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3678.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3679.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3680.             'router' => ['services''router''getRouterService'false],
  3681.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3682.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3683.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3684.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3685.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3686.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3687.         ], [
  3688.             'doctrine' => '?',
  3689.             'form.factory' => '?',
  3690.             'http_kernel' => '?',
  3691.             'parameter_bag' => '?',
  3692.             'request_stack' => '?',
  3693.             'router' => '?',
  3694.             'security.authorization_checker' => '?',
  3695.             'security.csrf.token_manager' => '?',
  3696.             'security.token_storage' => '?',
  3697.             'serializer' => '?',
  3698.             'session' => '.session.deprecated',
  3699.             'twig' => '?',
  3700.         ]);
  3701.     }
  3702.     /**
  3703.      * Gets the private '.service_locator.4DD0WQ5' shared service.
  3704.      *
  3705.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3706.      */
  3707.     protected function get_ServiceLocator_4DD0WQ5Service()
  3708.     {
  3709.         return $this->privates['.service_locator.4DD0WQ5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3710.             'demenagementRepository' => ['privates''App\\Repository\\DemenagementRepository''getDemenagementRepositoryService'false],
  3711.         ], [
  3712.             'demenagementRepository' => 'App\\Repository\\DemenagementRepository',
  3713.         ]);
  3714.     }
  3715.     /**
  3716.      * Gets the private '.service_locator.4T4EJFR' shared service.
  3717.      *
  3718.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3719.      */
  3720.     protected function get_ServiceLocator_4T4EJFRService()
  3721.     {
  3722.         return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3723.             '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. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.'],
  3724.         ], [
  3725.             'user' => 'App\\Entity\\User',
  3726.         ]);
  3727.     }
  3728.     /**
  3729.      * Gets the private '.service_locator.4U_gihz' shared service.
  3730.      *
  3731.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3732.      */
  3733.     protected function get_ServiceLocator_4UGihzService()
  3734.     {
  3735.         return $this->privates['.service_locator.4U_gihz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3736.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3737.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  3738.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  3739.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  3740.             'workOrderRepository' => ['privates''App\\Repository\\WorkOrderRepository''getWorkOrderRepositoryService'false],
  3741.         ], [
  3742.             'entityManager' => '?',
  3743.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  3744.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  3745.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  3746.             'workOrderRepository' => 'App\\Repository\\WorkOrderRepository',
  3747.         ]);
  3748.     }
  3749.     /**
  3750.      * Gets the private '.service_locator.4saXUYE' shared service.
  3751.      *
  3752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3753.      */
  3754.     protected function get_ServiceLocator_4saXUYEService()
  3755.     {
  3756.         return $this->privates['.service_locator.4saXUYE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3757.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3758.             'workOrderRepository' => ['privates''App\\Repository\\WorkOrderRepository''getWorkOrderRepositoryService'false],
  3759.         ], [
  3760.             'authorizationChecker' => '?',
  3761.             'workOrderRepository' => 'App\\Repository\\WorkOrderRepository',
  3762.         ]);
  3763.     }
  3764.     /**
  3765.      * Gets the private '.service_locator.5HunGNu' shared service.
  3766.      *
  3767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3768.      */
  3769.     protected function get_ServiceLocator_5HunGNuService()
  3770.     {
  3771.         return $this->privates['.service_locator.5HunGNu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3772.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3773.             'urlGenerator' => ['services''router''getRouterService'false],
  3774.         ], [
  3775.             'twig' => '?',
  3776.             'urlGenerator' => '?',
  3777.         ]);
  3778.     }
  3779.     /**
  3780.      * Gets the private '.service_locator.5kmySKU' shared service.
  3781.      *
  3782.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3783.      */
  3784.     protected function get_ServiceLocator_5kmySKUService()
  3785.     {
  3786.         return $this->privates['.service_locator.5kmySKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3787.             'command' => ['privates''.errored..service_locator.5kmySKU.App\\Entity\\Command'NULL'Cannot autowire service ".service_locator.5kmySKU": it references class "App\\Entity\\Command" but no such service exists.'],
  3788.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3789.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3790.         ], [
  3791.             'command' => 'App\\Entity\\Command',
  3792.             'csrfTokenManager' => '?',
  3793.             'tokenStorage' => '?',
  3794.         ]);
  3795.     }
  3796.     /**
  3797.      * Gets the private '.service_locator.5tA4.8v' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3800.      */
  3801.     protected function get_ServiceLocator_5tA4_8vService()
  3802.     {
  3803.         return $this->privates['.service_locator.5tA4.8v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3804.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3805.             'demenagement' => ['privates''.errored..service_locator.5tA4.8v.App\\Entity\\Demenagement'NULL'Cannot autowire service ".service_locator.5tA4.8v": it references class "App\\Entity\\Demenagement" but no such service exists.'],
  3806.         ], [
  3807.             'csrfTokenManager' => '?',
  3808.             'demenagement' => 'App\\Entity\\Demenagement',
  3809.         ]);
  3810.     }
  3811.     /**
  3812.      * Gets the private '.service_locator.5vIsK7h' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3815.      */
  3816.     protected function get_ServiceLocator_5vIsK7hService()
  3817.     {
  3818.         return $this->privates['.service_locator.5vIsK7h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3819.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  3820.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3821.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  3822.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  3823.             'workOrderRepository' => ['privates''App\\Repository\\WorkOrderRepository''getWorkOrderRepositoryService'false],
  3824.         ], [
  3825.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  3826.             'tokenStorage' => '?',
  3827.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  3828.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  3829.             'workOrderRepository' => 'App\\Repository\\WorkOrderRepository',
  3830.         ]);
  3831.     }
  3832.     /**
  3833.      * Gets the private '.service_locator.5wJ5HgN' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3836.      */
  3837.     protected function get_ServiceLocator_5wJ5HgNService()
  3838.     {
  3839.         return $this->privates['.service_locator.5wJ5HgN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3840.             'command' => ['privates''.errored..service_locator.5wJ5HgN.App\\Entity\\CommandTdlte'NULL'Cannot autowire service ".service_locator.5wJ5HgN": it references class "App\\Entity\\CommandTdlte" but no such service exists.'],
  3841.         ], [
  3842.             'command' => 'App\\Entity\\CommandTdlte',
  3843.         ]);
  3844.     }
  3845.     /**
  3846.      * Gets the private '.service_locator.7w6RLSg' shared service.
  3847.      *
  3848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3849.      */
  3850.     protected function get_ServiceLocator_7w6RLSgService()
  3851.     {
  3852.         return $this->privates['.service_locator.7w6RLSg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3853.             'commandTdlte' => ['privates''.errored..service_locator.7w6RLSg.App\\Entity\\CommandTdlte'NULL'Cannot autowire service ".service_locator.7w6RLSg": it references class "App\\Entity\\CommandTdlte" but no such service exists.'],
  3854.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3855.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3856.         ], [
  3857.             'commandTdlte' => 'App\\Entity\\CommandTdlte',
  3858.             'csrfTokenManager' => '?',
  3859.             'tokenStorage' => '?',
  3860.         ]);
  3861.     }
  3862.     /**
  3863.      * Gets the private '.service_locator.81oMOjw' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3866.      */
  3867.     protected function get_ServiceLocator_81oMOjwService()
  3868.     {
  3869.         return $this->privates['.service_locator.81oMOjw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3870.             'command' => ['privates''.errored..service_locator.81oMOjw.App\\Entity\\Command'NULL'Cannot autowire service ".service_locator.81oMOjw": it references class "App\\Entity\\Command" but no such service exists.'],
  3871.         ], [
  3872.             'command' => 'App\\Entity\\Command',
  3873.         ]);
  3874.     }
  3875.     /**
  3876.      * Gets the private '.service_locator.9Z_fmbv' shared service.
  3877.      *
  3878.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3879.      */
  3880.     protected function get_ServiceLocator_9ZFmbvService()
  3881.     {
  3882.         return $this->privates['.service_locator.9Z_fmbv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3883.             'organismeRepository' => ['privates''App\\Repository\\OrganismeRepository''getOrganismeRepositoryService'false],
  3884.         ], [
  3885.             'organismeRepository' => 'App\\Repository\\OrganismeRepository',
  3886.         ]);
  3887.     }
  3888.     /**
  3889.      * Gets the private '.service_locator.9hOHjKF' shared service.
  3890.      *
  3891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3892.      */
  3893.     protected function get_ServiceLocator_9hOHjKFService()
  3894.     {
  3895.         return $this->privates['.service_locator.9hOHjKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3896.             'blockingReasonRepository' => ['privates''App\\Repository\\StatusCommandRepository''getStatusCommandRepositoryService'false],
  3897.         ], [
  3898.             'blockingReasonRepository' => 'App\\Repository\\StatusCommandRepository',
  3899.         ]);
  3900.     }
  3901.     /**
  3902.      * Gets the private '.service_locator.AExo08m' shared service.
  3903.      *
  3904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3905.      */
  3906.     protected function get_ServiceLocator_AExo08mService()
  3907.     {
  3908.         return $this->privates['.service_locator.AExo08m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3909.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  3910.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3911.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  3912.         ], [
  3913.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  3914.             'userRepository' => 'App\\Repository\\UserRepository',
  3915.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  3916.         ]);
  3917.     }
  3918.     /**
  3919.      * Gets the private '.service_locator.AOCSAGJ' shared service.
  3920.      *
  3921.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3922.      */
  3923.     protected function get_ServiceLocator_AOCSAGJService()
  3924.     {
  3925.         return $this->privates['.service_locator.AOCSAGJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3926.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3927.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  3928.             'miseEnServiceRepository' => ['privates''App\\Repository\\MiseEnServiceRepository''getMiseEnServiceRepositoryService'false],
  3929.             'testPostInstallationRepository' => ['privates''App\\Repository\\TestPostInstallationRepository''getTestPostInstallationRepositoryService'false],
  3930.         ], [
  3931.             'authorizationChecker' => '?',
  3932.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  3933.             'miseEnServiceRepository' => 'App\\Repository\\MiseEnServiceRepository',
  3934.             'testPostInstallationRepository' => 'App\\Repository\\TestPostInstallationRepository',
  3935.         ]);
  3936.     }
  3937.     /**
  3938.      * Gets the private '.service_locator.BowQyT_' shared service.
  3939.      *
  3940.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3941.      */
  3942.     protected function get_ServiceLocator_BowQyTService()
  3943.     {
  3944.         return $this->privates['.service_locator.BowQyT_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3945.             'App\\Controller\\DashboardController::__invoke' => ['privates''.service_locator.5HunGNu''get_ServiceLocator_5HunGNuService'false],
  3946.             'App\\Controller\\ManagementConnection\\AjaxCommandController::dissoaciation' => ['privates''.service_locator.x0TjW_X''get_ServiceLocator_X0TjWXService'false],
  3947.             'App\\Controller\\ManagementConnection\\AjaxCommandController::getContentModalUnblock' => ['privates''.service_locator.81oMOjw''get_ServiceLocator_81oMOjwService'false],
  3948.             'App\\Controller\\ManagementConnection\\AjaxCommandController::listing' => ['privates''.service_locator.oo5UsQS''get_ServiceLocator_Oo5UsQSService'false],
  3949.             'App\\Controller\\ManagementConnection\\AjaxCommandController::listingArchived' => ['privates''.service_locator.oo5UsQS''get_ServiceLocator_Oo5UsQSService'false],
  3950.             'App\\Controller\\ManagementConnection\\AjaxCommandController::unblock' => ['privates''.service_locator.l8dnPYx''get_ServiceLocator_L8dnPYxService'false],
  3951.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::dissoaciation' => ['privates''.service_locator.knT3p4I''get_ServiceLocator_KnT3p4IService'false],
  3952.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::getContentModalUnblock' => ['privates''.service_locator.5wJ5HgN''get_ServiceLocator_5wJ5HgNService'false],
  3953.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::listing' => ['privates''.service_locator.knT3p4I''get_ServiceLocator_KnT3p4IService'false],
  3954.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::listingArchived' => ['privates''.service_locator.z8G_Xiz''get_ServiceLocator_Z8GXizService'false],
  3955.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::unblock' => ['privates''.service_locator.Rybvwl0''get_ServiceLocator_Rybvwl0Service'false],
  3956.             'App\\Controller\\ManagementConnection\\CommandController::Test' => ['privates''.service_locator.lwhU4dN''get_ServiceLocator_LwhU4dNService'false],
  3957.             'App\\Controller\\ManagementConnection\\CommandController::archivedCommand' => ['privates''.service_locator.81oMOjw''get_ServiceLocator_81oMOjwService'false],
  3958.             'App\\Controller\\ManagementConnection\\CommandController::consult' => ['privates''.service_locator.N6Npq3P''get_ServiceLocator_N6Npq3PService'false],
  3959.             'App\\Controller\\ManagementConnection\\CommandController::dissociat' => ['privates''.service_locator.j_L7d2w''get_ServiceLocator_JL7d2wService'false],
  3960.             'App\\Controller\\ManagementConnection\\CommandController::dissociate' => ['privates''.service_locator.5kmySKU''get_ServiceLocator_5kmySKUService'false],
  3961.             'App\\Controller\\ManagementConnection\\CommandController::dissociate_massive' => ['privates''.service_locator.tnFcZY6''get_ServiceLocator_TnFcZY6Service'false],
  3962.             'App\\Controller\\ManagementConnection\\CommandController::download' => ['privates''.service_locator.N7dbilr''get_ServiceLocator_N7dbilrService'false],
  3963.             'App\\Controller\\ManagementConnection\\CommandController::downloadZip' => ['privates''.service_locator.JXBcedh''get_ServiceLocator_JXBcedhService'false],
  3964.             'App\\Controller\\ManagementConnection\\CommandController::exportRaccordements' => ['privates''.service_locator.UMT8DdM''get_ServiceLocator_UMT8DdMService'false],
  3965.             'App\\Controller\\ManagementConnection\\CommandController::htmlisation' => ['privates''.service_locator.C.wCVY4''get_ServiceLocator_C_WCVY4Service'false],
  3966.             'App\\Controller\\ManagementConnection\\CommandController::listing' => ['privates''.service_locator.tLxP50W''get_ServiceLocator_TLxP50WService'false],
  3967.             'App\\Controller\\ManagementConnection\\CommandController::listingArchived' => ['privates''.service_locator.fPzgDiA''get_ServiceLocator_FPzgDiAService'false],
  3968.             'App\\Controller\\ManagementConnection\\CommandController::unblockRobot' => ['privates''.service_locator.xkYuJ5f''get_ServiceLocator_XkYuJ5fService'false],
  3969.             'App\\Controller\\ManagementConnection\\CommandTdlteController::archivedCommandTdlte' => ['privates''.service_locator.5wJ5HgN''get_ServiceLocator_5wJ5HgNService'false],
  3970.             'App\\Controller\\ManagementConnection\\CommandTdlteController::consult' => ['privates''.service_locator.AOCSAGJ''get_ServiceLocator_AOCSAGJService'false],
  3971.             'App\\Controller\\ManagementConnection\\CommandTdlteController::dissociat' => ['privates''.service_locator.0yq4S0c''get_ServiceLocator_0yq4S0cService'false],
  3972.             'App\\Controller\\ManagementConnection\\CommandTdlteController::dissociate' => ['privates''.service_locator.7w6RLSg''get_ServiceLocator_7w6RLSgService'false],
  3973.             'App\\Controller\\ManagementConnection\\CommandTdlteController::dissociate_massive' => ['privates''.service_locator.sRU6xxq''get_ServiceLocator_SRU6xxqService'false],
  3974.             'App\\Controller\\ManagementConnection\\CommandTdlteController::exportRaccordementsTdlte' => ['privates''.service_locator.iPzdHyl''get_ServiceLocator_IPzdHylService'false],
  3975.             'App\\Controller\\ManagementConnection\\CommandTdlteController::listing' => ['privates''.service_locator.rsdQsBf''get_ServiceLocator_RsdQsBfService'false],
  3976.             'App\\Controller\\ManagementConnection\\CommandTdlteController::listingArchived' => ['privates''.service_locator.xp2Dq4j''get_ServiceLocator_Xp2Dq4jService'false],
  3977.             'App\\Controller\\ManagementConnection\\CommandTdlteController::unblockRobot' => ['privates''.service_locator.rAlMzMX''get_ServiceLocator_RAlMzMXService'false],
  3978.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedTdlte' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3979.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedTdlteAdminPresta' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3980.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedTdlteTechnician' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3981.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedToSendEmail' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  3982.             'App\\Controller\\ManagementUsers\\AjaxUserController::checkFieldValue' => ['privates''.service_locator.Tw1ekDh''get_ServiceLocator_Tw1ekDhService'false],
  3983.             'App\\Controller\\ManagementUsers\\AjaxUserController::listingProvider' => ['privates''.service_locator.kvNxrCm''get_ServiceLocator_KvNxrCmService'false],
  3984.             'App\\Controller\\ManagementUsers\\AjaxUserController::listingTechnician' => ['privates''.service_locator.MIl0pz3''get_ServiceLocator_MIl0pz3Service'false],
  3985.             'App\\Controller\\ManagementUsers\\AjaxUserController::toggleEnablingUser' => ['privates''.service_locator.41LOaT2''get_ServiceLocator_41LOaT2Service'false],
  3986.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController::delete' => ['privates''.service_locator.wuWoxEM''get_ServiceLocator_WuWoxEMService'false],
  3987.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController::edit' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  3988.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController::listing' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  3989.             'App\\Controller\\ManagementUsers\\UserServiceProviderController::delete' => ['privates''.service_locator.wuWoxEM''get_ServiceLocator_WuWoxEMService'false],
  3990.             'App\\Controller\\ManagementUsers\\UserServiceProviderController::edit' => ['privates''.service_locator.qfVFWiE''get_ServiceLocator_QfVFWiEService'false],
  3991.             'App\\Controller\\ManagementUsers\\UserServiceProviderController::listing' => ['privates''.service_locator.kvNxrCm''get_ServiceLocator_KvNxrCmService'false],
  3992.             'App\\Controller\\ManagementUsers\\UserTechnicianController::Test' => ['privates''.service_locator.lwhU4dN''get_ServiceLocator_LwhU4dNService'false],
  3993.             'App\\Controller\\ManagementUsers\\UserTechnicianController::delete' => ['privates''.service_locator.qgb_q_m''get_ServiceLocator_QgbQMService'false],
  3994.             'App\\Controller\\ManagementUsers\\UserTechnicianController::edit' => ['privates''.service_locator.I2R9RIr''get_ServiceLocator_I2R9RIrService'false],
  3995.             'App\\Controller\\ManagementUsers\\UserTechnicianController::listing' => ['privates''.service_locator.AExo08m''get_ServiceLocator_AExo08mService'false],
  3996.             'App\\Controller\\ManagementUsers\\UserTechnicianController::new' => ['privates''.service_locator.xqxTgJa''get_ServiceLocator_XqxTgJaService'false],
  3997.             'App\\Controller\\PartageFtth\\AjaxPartageFtthController::listing' => ['privates''.service_locator.OCgOIlT''get_ServiceLocator_OCgOIlTService'false],
  3998.             'App\\Controller\\PartageFtth\\PartageFtthController::affectPrestataireAndTechnician' => ['privates''.service_locator.5vIsK7h''get_ServiceLocator_5vIsK7hService'false],
  3999.             'App\\Controller\\PartageFtth\\PartageFtthController::getTechniciansByUserProvider' => ['privates''.service_locator.QBBLvPd''get_ServiceLocator_QBBLvPdService'false],
  4000.             'App\\Controller\\PartageFtth\\PartageFtthController::listing' => ['privates''.service_locator.4U_gihz''get_ServiceLocator_4UGihzService'false],
  4001.             'App\\Controller\\PartageFtth\\SavController::consult' => ['privates''.service_locator.4saXUYE''get_ServiceLocator_4saXUYEService'false],
  4002.             'App\\Controller\\PartageFtth\\SavController::exportSav' => ['privates''.service_locator.aW6iGjP''get_ServiceLocator_AW6iGjPService'false],
  4003.             'App\\Controller\\Report\\PvCommandController::download' => ['privates''.service_locator.yoP_f7C''get_ServiceLocator_YoPF7CService'false],
  4004.             'App\\Controller\\Report\\PvCommandController::show' => ['privates''.service_locator.QEz_Miu''get_ServiceLocator_QEzMiuService'false],
  4005.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4006.             'App\\Controller\\Setting\\AjaxSettingController::chechedTdlte' => ['privates''.service_locator.NKzGb6j''get_ServiceLocator_NKzGb6jService'false],
  4007.             'App\\Controller\\Setting\\AjaxSettingController::listingDemenagement' => ['privates''.service_locator.R380xqJ''get_ServiceLocator_R380xqJService'false],
  4008.             'App\\Controller\\Setting\\AjaxSettingController::listingMarque' => ['privates''.service_locator.Jollbru''get_ServiceLocator_JollbruService'false],
  4009.             'App\\Controller\\Setting\\AjaxSettingController::listingModel' => ['privates''.service_locator.R380xqJ''get_ServiceLocator_R380xqJService'false],
  4010.             'App\\Controller\\Setting\\AjaxSettingController::listingOrganisme' => ['privates''.service_locator.9Z_fmbv''get_ServiceLocator_9ZFmbvService'false],
  4011.             'App\\Controller\\Setting\\AjaxSettingController::listingStatusCommand' => ['privates''.service_locator.9hOHjKF''get_ServiceLocator_9hOHjKFService'false],
  4012.             'App\\Controller\\Setting\\AjaxSettingController::listingVersion' => ['privates''.service_locator.sbweSSM''get_ServiceLocator_SbweSSMService'false],
  4013.             'App\\Controller\\Setting\\DemenagementController::delete' => ['privates''.service_locator.5tA4.8v''get_ServiceLocator_5tA4_8vService'false],
  4014.             'App\\Controller\\Setting\\DemenagementController::edit' => ['privates''.service_locator.lsJqxVK''get_ServiceLocator_LsJqxVKService'false],
  4015.             'App\\Controller\\Setting\\DemenagementController::listing' => ['privates''.service_locator.4DD0WQ5''get_ServiceLocator_4DD0WQ5Service'false],
  4016.             'App\\Controller\\Setting\\MarqueController::delete' => ['privates''.service_locator.Ct5TIz.''get_ServiceLocator_Ct5TIz_Service'false],
  4017.             'App\\Controller\\Setting\\MarqueController::edit' => ['privates''.service_locator.gb.FtdC''get_ServiceLocator_Gb_FtdCService'false],
  4018.             'App\\Controller\\Setting\\MarqueController::listing' => ['privates''.service_locator.Jollbru''get_ServiceLocator_JollbruService'false],
  4019.             'App\\Controller\\Setting\\MarqueController::test' => ['privates''.service_locator.Jollbru''get_ServiceLocator_JollbruService'false],
  4020.             'App\\Controller\\Setting\\ModelController::delete' => ['privates''.service_locator.haZ2YH0''get_ServiceLocator_HaZ2YH0Service'false],
  4021.             'App\\Controller\\Setting\\ModelController::edit' => ['privates''.service_locator.0267G58''get_ServiceLocator_0267G58Service'false],
  4022.             'App\\Controller\\Setting\\ModelController::listing' => ['privates''.service_locator.Zq4.OOX''get_ServiceLocator_Zq4_OOXService'false],
  4023.             'App\\Controller\\Setting\\ModelController::test' => ['privates''.service_locator.Zq4.OOX''get_ServiceLocator_Zq4_OOXService'false],
  4024.             'App\\Controller\\Setting\\OrganismeController::delete' => ['privates''.service_locator.ciN5VSt''get_ServiceLocator_CiN5VStService'false],
  4025.             'App\\Controller\\Setting\\OrganismeController::edit' => ['privates''.service_locator.1Gec4HW''get_ServiceLocator_1Gec4HWService'false],
  4026.             'App\\Controller\\Setting\\OrganismeController::listing' => ['privates''.service_locator.9Z_fmbv''get_ServiceLocator_9ZFmbvService'false],
  4027.             'App\\Controller\\Setting\\StatusCommandController::delete' => ['privates''.service_locator.UJVMA7J''get_ServiceLocator_UJVMA7JService'false],
  4028.             'App\\Controller\\Setting\\StatusCommandController::edit' => ['privates''.service_locator.mjfOQyi''get_ServiceLocator_MjfOQyiService'false],
  4029.             'App\\Controller\\Setting\\StatusCommandController::listing' => ['privates''.service_locator.9hOHjKF''get_ServiceLocator_9hOHjKFService'false],
  4030.             'App\\Controller\\Setting\\VersionController::delete' => ['privates''.service_locator.Ni_96cS''get_ServiceLocator_Ni96cSService'false],
  4031.             'App\\Controller\\Setting\\VersionController::edit' => ['privates''.service_locator.3AU.m6l''get_ServiceLocator_3AU_M6lService'false],
  4032.             'App\\Controller\\Setting\\VersionController::listing' => ['privates''.service_locator.sbweSSM''get_ServiceLocator_SbweSSMService'false],
  4033.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4034.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4035.             'App\\Controller\\DashboardController:__invoke' => ['privates''.service_locator.5HunGNu''get_ServiceLocator_5HunGNuService'false],
  4036.             'App\\Controller\\DashboardController' => ['privates''.service_locator.5HunGNu''get_ServiceLocator_5HunGNuService'false],
  4037.             'App\\Controller\\ManagementConnection\\AjaxCommandController:dissoaciation' => ['privates''.service_locator.x0TjW_X''get_ServiceLocator_X0TjWXService'false],
  4038.             'App\\Controller\\ManagementConnection\\AjaxCommandController:getContentModalUnblock' => ['privates''.service_locator.81oMOjw''get_ServiceLocator_81oMOjwService'false],
  4039.             'App\\Controller\\ManagementConnection\\AjaxCommandController:listing' => ['privates''.service_locator.oo5UsQS''get_ServiceLocator_Oo5UsQSService'false],
  4040.             'App\\Controller\\ManagementConnection\\AjaxCommandController:listingArchived' => ['privates''.service_locator.oo5UsQS''get_ServiceLocator_Oo5UsQSService'false],
  4041.             'App\\Controller\\ManagementConnection\\AjaxCommandController:unblock' => ['privates''.service_locator.l8dnPYx''get_ServiceLocator_L8dnPYxService'false],
  4042.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:dissoaciation' => ['privates''.service_locator.knT3p4I''get_ServiceLocator_KnT3p4IService'false],
  4043.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:getContentModalUnblock' => ['privates''.service_locator.5wJ5HgN''get_ServiceLocator_5wJ5HgNService'false],
  4044.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:listing' => ['privates''.service_locator.knT3p4I''get_ServiceLocator_KnT3p4IService'false],
  4045.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:listingArchived' => ['privates''.service_locator.z8G_Xiz''get_ServiceLocator_Z8GXizService'false],
  4046.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:unblock' => ['privates''.service_locator.Rybvwl0''get_ServiceLocator_Rybvwl0Service'false],
  4047.             'App\\Controller\\ManagementConnection\\CommandController:Test' => ['privates''.service_locator.lwhU4dN''get_ServiceLocator_LwhU4dNService'false],
  4048.             'App\\Controller\\ManagementConnection\\CommandController:archivedCommand' => ['privates''.service_locator.81oMOjw''get_ServiceLocator_81oMOjwService'false],
  4049.             'App\\Controller\\ManagementConnection\\CommandController:consult' => ['privates''.service_locator.N6Npq3P''get_ServiceLocator_N6Npq3PService'false],
  4050.             'App\\Controller\\ManagementConnection\\CommandController:dissociat' => ['privates''.service_locator.j_L7d2w''get_ServiceLocator_JL7d2wService'false],
  4051.             'App\\Controller\\ManagementConnection\\CommandController:dissociate' => ['privates''.service_locator.5kmySKU''get_ServiceLocator_5kmySKUService'false],
  4052.             'App\\Controller\\ManagementConnection\\CommandController:dissociate_massive' => ['privates''.service_locator.tnFcZY6''get_ServiceLocator_TnFcZY6Service'false],
  4053.             'App\\Controller\\ManagementConnection\\CommandController:download' => ['privates''.service_locator.N7dbilr''get_ServiceLocator_N7dbilrService'false],
  4054.             'App\\Controller\\ManagementConnection\\CommandController:downloadZip' => ['privates''.service_locator.JXBcedh''get_ServiceLocator_JXBcedhService'false],
  4055.             'App\\Controller\\ManagementConnection\\CommandController:exportRaccordements' => ['privates''.service_locator.UMT8DdM''get_ServiceLocator_UMT8DdMService'false],
  4056.             'App\\Controller\\ManagementConnection\\CommandController:htmlisation' => ['privates''.service_locator.C.wCVY4''get_ServiceLocator_C_WCVY4Service'false],
  4057.             'App\\Controller\\ManagementConnection\\CommandController:listing' => ['privates''.service_locator.tLxP50W''get_ServiceLocator_TLxP50WService'false],
  4058.             'App\\Controller\\ManagementConnection\\CommandController:listingArchived' => ['privates''.service_locator.fPzgDiA''get_ServiceLocator_FPzgDiAService'false],
  4059.             'App\\Controller\\ManagementConnection\\CommandController:unblockRobot' => ['privates''.service_locator.xkYuJ5f''get_ServiceLocator_XkYuJ5fService'false],
  4060.             'App\\Controller\\ManagementConnection\\CommandTdlteController:archivedCommandTdlte' => ['privates''.service_locator.5wJ5HgN''get_ServiceLocator_5wJ5HgNService'false],
  4061.             'App\\Controller\\ManagementConnection\\CommandTdlteController:consult' => ['privates''.service_locator.AOCSAGJ''get_ServiceLocator_AOCSAGJService'false],
  4062.             'App\\Controller\\ManagementConnection\\CommandTdlteController:dissociat' => ['privates''.service_locator.0yq4S0c''get_ServiceLocator_0yq4S0cService'false],
  4063.             'App\\Controller\\ManagementConnection\\CommandTdlteController:dissociate' => ['privates''.service_locator.7w6RLSg''get_ServiceLocator_7w6RLSgService'false],
  4064.             'App\\Controller\\ManagementConnection\\CommandTdlteController:dissociate_massive' => ['privates''.service_locator.sRU6xxq''get_ServiceLocator_SRU6xxqService'false],
  4065.             'App\\Controller\\ManagementConnection\\CommandTdlteController:exportRaccordementsTdlte' => ['privates''.service_locator.iPzdHyl''get_ServiceLocator_IPzdHylService'false],
  4066.             'App\\Controller\\ManagementConnection\\CommandTdlteController:listing' => ['privates''.service_locator.rsdQsBf''get_ServiceLocator_RsdQsBfService'false],
  4067.             'App\\Controller\\ManagementConnection\\CommandTdlteController:listingArchived' => ['privates''.service_locator.xp2Dq4j''get_ServiceLocator_Xp2Dq4jService'false],
  4068.             'App\\Controller\\ManagementConnection\\CommandTdlteController:unblockRobot' => ['privates''.service_locator.rAlMzMX''get_ServiceLocator_RAlMzMXService'false],
  4069.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedTdlte' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4070.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedTdlteAdminPresta' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4071.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedTdlteTechnician' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4072.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedToSendEmail' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4073.             'App\\Controller\\ManagementUsers\\AjaxUserController:checkFieldValue' => ['privates''.service_locator.Tw1ekDh''get_ServiceLocator_Tw1ekDhService'false],
  4074.             'App\\Controller\\ManagementUsers\\AjaxUserController:listingProvider' => ['privates''.service_locator.kvNxrCm''get_ServiceLocator_KvNxrCmService'false],
  4075.             'App\\Controller\\ManagementUsers\\AjaxUserController:listingTechnician' => ['privates''.service_locator.MIl0pz3''get_ServiceLocator_MIl0pz3Service'false],
  4076.             'App\\Controller\\ManagementUsers\\AjaxUserController:toggleEnablingUser' => ['privates''.service_locator.41LOaT2''get_ServiceLocator_41LOaT2Service'false],
  4077.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController:delete' => ['privates''.service_locator.wuWoxEM''get_ServiceLocator_WuWoxEMService'false],
  4078.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController:edit' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4079.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController:listing' => ['privates''.service_locator.Q1F27w5''get_ServiceLocator_Q1F27w5Service'false],
  4080.             'App\\Controller\\ManagementUsers\\UserServiceProviderController:delete' => ['privates''.service_locator.wuWoxEM''get_ServiceLocator_WuWoxEMService'false],
  4081.             'App\\Controller\\ManagementUsers\\UserServiceProviderController:edit' => ['privates''.service_locator.qfVFWiE''get_ServiceLocator_QfVFWiEService'false],
  4082.             'App\\Controller\\ManagementUsers\\UserServiceProviderController:listing' => ['privates''.service_locator.kvNxrCm''get_ServiceLocator_KvNxrCmService'false],
  4083.             'App\\Controller\\ManagementUsers\\UserTechnicianController:Test' => ['privates''.service_locator.lwhU4dN''get_ServiceLocator_LwhU4dNService'false],
  4084.             'App\\Controller\\ManagementUsers\\UserTechnicianController:delete' => ['privates''.service_locator.qgb_q_m''get_ServiceLocator_QgbQMService'false],
  4085.             'App\\Controller\\ManagementUsers\\UserTechnicianController:edit' => ['privates''.service_locator.I2R9RIr''get_ServiceLocator_I2R9RIrService'false],
  4086.             'App\\Controller\\ManagementUsers\\UserTechnicianController:listing' => ['privates''.service_locator.AExo08m''get_ServiceLocator_AExo08mService'false],
  4087.             'App\\Controller\\ManagementUsers\\UserTechnicianController:new' => ['privates''.service_locator.xqxTgJa''get_ServiceLocator_XqxTgJaService'false],
  4088.             'App\\Controller\\PartageFtth\\AjaxPartageFtthController:listing' => ['privates''.service_locator.OCgOIlT''get_ServiceLocator_OCgOIlTService'false],
  4089.             'App\\Controller\\PartageFtth\\PartageFtthController:affectPrestataireAndTechnician' => ['privates''.service_locator.5vIsK7h''get_ServiceLocator_5vIsK7hService'false],
  4090.             'App\\Controller\\PartageFtth\\PartageFtthController:getTechniciansByUserProvider' => ['privates''.service_locator.QBBLvPd''get_ServiceLocator_QBBLvPdService'false],
  4091.             'App\\Controller\\PartageFtth\\PartageFtthController:listing' => ['privates''.service_locator.4U_gihz''get_ServiceLocator_4UGihzService'false],
  4092.             'App\\Controller\\PartageFtth\\SavController:consult' => ['privates''.service_locator.4saXUYE''get_ServiceLocator_4saXUYEService'false],
  4093.             'App\\Controller\\PartageFtth\\SavController:exportSav' => ['privates''.service_locator.aW6iGjP''get_ServiceLocator_AW6iGjPService'false],
  4094.             'App\\Controller\\Report\\PvCommandController:download' => ['privates''.service_locator.yoP_f7C''get_ServiceLocator_YoPF7CService'false],
  4095.             'App\\Controller\\Report\\PvCommandController:show' => ['privates''.service_locator.QEz_Miu''get_ServiceLocator_QEzMiuService'false],
  4096.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4097.             'App\\Controller\\Setting\\AjaxSettingController:chechedTdlte' => ['privates''.service_locator.NKzGb6j''get_ServiceLocator_NKzGb6jService'false],
  4098.             'App\\Controller\\Setting\\AjaxSettingController:listingDemenagement' => ['privates''.service_locator.R380xqJ''get_ServiceLocator_R380xqJService'false],
  4099.             'App\\Controller\\Setting\\AjaxSettingController:listingMarque' => ['privates''.service_locator.Jollbru''get_ServiceLocator_JollbruService'false],
  4100.             'App\\Controller\\Setting\\AjaxSettingController:listingModel' => ['privates''.service_locator.R380xqJ''get_ServiceLocator_R380xqJService'false],
  4101.             'App\\Controller\\Setting\\AjaxSettingController:listingOrganisme' => ['privates''.service_locator.9Z_fmbv''get_ServiceLocator_9ZFmbvService'false],
  4102.             'App\\Controller\\Setting\\AjaxSettingController:listingStatusCommand' => ['privates''.service_locator.9hOHjKF''get_ServiceLocator_9hOHjKFService'false],
  4103.             'App\\Controller\\Setting\\AjaxSettingController:listingVersion' => ['privates''.service_locator.sbweSSM''get_ServiceLocator_SbweSSMService'false],
  4104.             'App\\Controller\\Setting\\DemenagementController:delete' => ['privates''.service_locator.5tA4.8v''get_ServiceLocator_5tA4_8vService'false],
  4105.             'App\\Controller\\Setting\\DemenagementController:edit' => ['privates''.service_locator.lsJqxVK''get_ServiceLocator_LsJqxVKService'false],
  4106.             'App\\Controller\\Setting\\DemenagementController:listing' => ['privates''.service_locator.4DD0WQ5''get_ServiceLocator_4DD0WQ5Service'false],
  4107.             'App\\Controller\\Setting\\MarqueController:delete' => ['privates''.service_locator.Ct5TIz.''get_ServiceLocator_Ct5TIz_Service'false],
  4108.             'App\\Controller\\Setting\\MarqueController:edit' => ['privates''.service_locator.gb.FtdC''get_ServiceLocator_Gb_FtdCService'false],
  4109.             'App\\Controller\\Setting\\MarqueController:listing' => ['privates''.service_locator.Jollbru''get_ServiceLocator_JollbruService'false],
  4110.             'App\\Controller\\Setting\\MarqueController:test' => ['privates''.service_locator.Jollbru''get_ServiceLocator_JollbruService'false],
  4111.             'App\\Controller\\Setting\\ModelController:delete' => ['privates''.service_locator.haZ2YH0''get_ServiceLocator_HaZ2YH0Service'false],
  4112.             'App\\Controller\\Setting\\ModelController:edit' => ['privates''.service_locator.0267G58''get_ServiceLocator_0267G58Service'false],
  4113.             'App\\Controller\\Setting\\ModelController:listing' => ['privates''.service_locator.Zq4.OOX''get_ServiceLocator_Zq4_OOXService'false],
  4114.             'App\\Controller\\Setting\\ModelController:test' => ['privates''.service_locator.Zq4.OOX''get_ServiceLocator_Zq4_OOXService'false],
  4115.             'App\\Controller\\Setting\\OrganismeController:delete' => ['privates''.service_locator.ciN5VSt''get_ServiceLocator_CiN5VStService'false],
  4116.             'App\\Controller\\Setting\\OrganismeController:edit' => ['privates''.service_locator.1Gec4HW''get_ServiceLocator_1Gec4HWService'false],
  4117.             'App\\Controller\\Setting\\OrganismeController:listing' => ['privates''.service_locator.9Z_fmbv''get_ServiceLocator_9ZFmbvService'false],
  4118.             'App\\Controller\\Setting\\StatusCommandController:delete' => ['privates''.service_locator.UJVMA7J''get_ServiceLocator_UJVMA7JService'false],
  4119.             'App\\Controller\\Setting\\StatusCommandController:edit' => ['privates''.service_locator.mjfOQyi''get_ServiceLocator_MjfOQyiService'false],
  4120.             'App\\Controller\\Setting\\StatusCommandController:listing' => ['privates''.service_locator.9hOHjKF''get_ServiceLocator_9hOHjKFService'false],
  4121.             'App\\Controller\\Setting\\VersionController:delete' => ['privates''.service_locator.Ni_96cS''get_ServiceLocator_Ni96cSService'false],
  4122.             'App\\Controller\\Setting\\VersionController:edit' => ['privates''.service_locator.3AU.m6l''get_ServiceLocator_3AU_M6lService'false],
  4123.             'App\\Controller\\Setting\\VersionController:listing' => ['privates''.service_locator.sbweSSM''get_ServiceLocator_SbweSSMService'false],
  4124.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4125.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4126.         ], [
  4127.             'App\\Controller\\DashboardController::__invoke' => '?',
  4128.             'App\\Controller\\ManagementConnection\\AjaxCommandController::dissoaciation' => '?',
  4129.             'App\\Controller\\ManagementConnection\\AjaxCommandController::getContentModalUnblock' => '?',
  4130.             'App\\Controller\\ManagementConnection\\AjaxCommandController::listing' => '?',
  4131.             'App\\Controller\\ManagementConnection\\AjaxCommandController::listingArchived' => '?',
  4132.             'App\\Controller\\ManagementConnection\\AjaxCommandController::unblock' => '?',
  4133.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::dissoaciation' => '?',
  4134.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::getContentModalUnblock' => '?',
  4135.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::listing' => '?',
  4136.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::listingArchived' => '?',
  4137.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController::unblock' => '?',
  4138.             'App\\Controller\\ManagementConnection\\CommandController::Test' => '?',
  4139.             'App\\Controller\\ManagementConnection\\CommandController::archivedCommand' => '?',
  4140.             'App\\Controller\\ManagementConnection\\CommandController::consult' => '?',
  4141.             'App\\Controller\\ManagementConnection\\CommandController::dissociat' => '?',
  4142.             'App\\Controller\\ManagementConnection\\CommandController::dissociate' => '?',
  4143.             'App\\Controller\\ManagementConnection\\CommandController::dissociate_massive' => '?',
  4144.             'App\\Controller\\ManagementConnection\\CommandController::download' => '?',
  4145.             'App\\Controller\\ManagementConnection\\CommandController::downloadZip' => '?',
  4146.             'App\\Controller\\ManagementConnection\\CommandController::exportRaccordements' => '?',
  4147.             'App\\Controller\\ManagementConnection\\CommandController::htmlisation' => '?',
  4148.             'App\\Controller\\ManagementConnection\\CommandController::listing' => '?',
  4149.             'App\\Controller\\ManagementConnection\\CommandController::listingArchived' => '?',
  4150.             'App\\Controller\\ManagementConnection\\CommandController::unblockRobot' => '?',
  4151.             'App\\Controller\\ManagementConnection\\CommandTdlteController::archivedCommandTdlte' => '?',
  4152.             'App\\Controller\\ManagementConnection\\CommandTdlteController::consult' => '?',
  4153.             'App\\Controller\\ManagementConnection\\CommandTdlteController::dissociat' => '?',
  4154.             'App\\Controller\\ManagementConnection\\CommandTdlteController::dissociate' => '?',
  4155.             'App\\Controller\\ManagementConnection\\CommandTdlteController::dissociate_massive' => '?',
  4156.             'App\\Controller\\ManagementConnection\\CommandTdlteController::exportRaccordementsTdlte' => '?',
  4157.             'App\\Controller\\ManagementConnection\\CommandTdlteController::listing' => '?',
  4158.             'App\\Controller\\ManagementConnection\\CommandTdlteController::listingArchived' => '?',
  4159.             'App\\Controller\\ManagementConnection\\CommandTdlteController::unblockRobot' => '?',
  4160.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedTdlte' => '?',
  4161.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedTdlteAdminPresta' => '?',
  4162.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedTdlteTechnician' => '?',
  4163.             'App\\Controller\\ManagementUsers\\AjaxUserController::chechedToSendEmail' => '?',
  4164.             'App\\Controller\\ManagementUsers\\AjaxUserController::checkFieldValue' => '?',
  4165.             'App\\Controller\\ManagementUsers\\AjaxUserController::listingProvider' => '?',
  4166.             'App\\Controller\\ManagementUsers\\AjaxUserController::listingTechnician' => '?',
  4167.             'App\\Controller\\ManagementUsers\\AjaxUserController::toggleEnablingUser' => '?',
  4168.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController::delete' => '?',
  4169.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController::edit' => '?',
  4170.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController::listing' => '?',
  4171.             'App\\Controller\\ManagementUsers\\UserServiceProviderController::delete' => '?',
  4172.             'App\\Controller\\ManagementUsers\\UserServiceProviderController::edit' => '?',
  4173.             'App\\Controller\\ManagementUsers\\UserServiceProviderController::listing' => '?',
  4174.             'App\\Controller\\ManagementUsers\\UserTechnicianController::Test' => '?',
  4175.             'App\\Controller\\ManagementUsers\\UserTechnicianController::delete' => '?',
  4176.             'App\\Controller\\ManagementUsers\\UserTechnicianController::edit' => '?',
  4177.             'App\\Controller\\ManagementUsers\\UserTechnicianController::listing' => '?',
  4178.             'App\\Controller\\ManagementUsers\\UserTechnicianController::new' => '?',
  4179.             'App\\Controller\\PartageFtth\\AjaxPartageFtthController::listing' => '?',
  4180.             'App\\Controller\\PartageFtth\\PartageFtthController::affectPrestataireAndTechnician' => '?',
  4181.             'App\\Controller\\PartageFtth\\PartageFtthController::getTechniciansByUserProvider' => '?',
  4182.             'App\\Controller\\PartageFtth\\PartageFtthController::listing' => '?',
  4183.             'App\\Controller\\PartageFtth\\SavController::consult' => '?',
  4184.             'App\\Controller\\PartageFtth\\SavController::exportSav' => '?',
  4185.             'App\\Controller\\Report\\PvCommandController::download' => '?',
  4186.             'App\\Controller\\Report\\PvCommandController::show' => '?',
  4187.             'App\\Controller\\SecurityController::login' => '?',
  4188.             'App\\Controller\\Setting\\AjaxSettingController::chechedTdlte' => '?',
  4189.             'App\\Controller\\Setting\\AjaxSettingController::listingDemenagement' => '?',
  4190.             'App\\Controller\\Setting\\AjaxSettingController::listingMarque' => '?',
  4191.             'App\\Controller\\Setting\\AjaxSettingController::listingModel' => '?',
  4192.             'App\\Controller\\Setting\\AjaxSettingController::listingOrganisme' => '?',
  4193.             'App\\Controller\\Setting\\AjaxSettingController::listingStatusCommand' => '?',
  4194.             'App\\Controller\\Setting\\AjaxSettingController::listingVersion' => '?',
  4195.             'App\\Controller\\Setting\\DemenagementController::delete' => '?',
  4196.             'App\\Controller\\Setting\\DemenagementController::edit' => '?',
  4197.             'App\\Controller\\Setting\\DemenagementController::listing' => '?',
  4198.             'App\\Controller\\Setting\\MarqueController::delete' => '?',
  4199.             'App\\Controller\\Setting\\MarqueController::edit' => '?',
  4200.             'App\\Controller\\Setting\\MarqueController::listing' => '?',
  4201.             'App\\Controller\\Setting\\MarqueController::test' => '?',
  4202.             'App\\Controller\\Setting\\ModelController::delete' => '?',
  4203.             'App\\Controller\\Setting\\ModelController::edit' => '?',
  4204.             'App\\Controller\\Setting\\ModelController::listing' => '?',
  4205.             'App\\Controller\\Setting\\ModelController::test' => '?',
  4206.             'App\\Controller\\Setting\\OrganismeController::delete' => '?',
  4207.             'App\\Controller\\Setting\\OrganismeController::edit' => '?',
  4208.             'App\\Controller\\Setting\\OrganismeController::listing' => '?',
  4209.             'App\\Controller\\Setting\\StatusCommandController::delete' => '?',
  4210.             'App\\Controller\\Setting\\StatusCommandController::edit' => '?',
  4211.             'App\\Controller\\Setting\\StatusCommandController::listing' => '?',
  4212.             'App\\Controller\\Setting\\VersionController::delete' => '?',
  4213.             'App\\Controller\\Setting\\VersionController::edit' => '?',
  4214.             'App\\Controller\\Setting\\VersionController::listing' => '?',
  4215.             'kernel::loadRoutes' => '?',
  4216.             'kernel::registerContainerConfiguration' => '?',
  4217.             'App\\Controller\\DashboardController:__invoke' => '?',
  4218.             'App\\Controller\\DashboardController' => '?',
  4219.             'App\\Controller\\ManagementConnection\\AjaxCommandController:dissoaciation' => '?',
  4220.             'App\\Controller\\ManagementConnection\\AjaxCommandController:getContentModalUnblock' => '?',
  4221.             'App\\Controller\\ManagementConnection\\AjaxCommandController:listing' => '?',
  4222.             'App\\Controller\\ManagementConnection\\AjaxCommandController:listingArchived' => '?',
  4223.             'App\\Controller\\ManagementConnection\\AjaxCommandController:unblock' => '?',
  4224.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:dissoaciation' => '?',
  4225.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:getContentModalUnblock' => '?',
  4226.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:listing' => '?',
  4227.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:listingArchived' => '?',
  4228.             'App\\Controller\\ManagementConnection\\AjaxCommandTdlteController:unblock' => '?',
  4229.             'App\\Controller\\ManagementConnection\\CommandController:Test' => '?',
  4230.             'App\\Controller\\ManagementConnection\\CommandController:archivedCommand' => '?',
  4231.             'App\\Controller\\ManagementConnection\\CommandController:consult' => '?',
  4232.             'App\\Controller\\ManagementConnection\\CommandController:dissociat' => '?',
  4233.             'App\\Controller\\ManagementConnection\\CommandController:dissociate' => '?',
  4234.             'App\\Controller\\ManagementConnection\\CommandController:dissociate_massive' => '?',
  4235.             'App\\Controller\\ManagementConnection\\CommandController:download' => '?',
  4236.             'App\\Controller\\ManagementConnection\\CommandController:downloadZip' => '?',
  4237.             'App\\Controller\\ManagementConnection\\CommandController:exportRaccordements' => '?',
  4238.             'App\\Controller\\ManagementConnection\\CommandController:htmlisation' => '?',
  4239.             'App\\Controller\\ManagementConnection\\CommandController:listing' => '?',
  4240.             'App\\Controller\\ManagementConnection\\CommandController:listingArchived' => '?',
  4241.             'App\\Controller\\ManagementConnection\\CommandController:unblockRobot' => '?',
  4242.             'App\\Controller\\ManagementConnection\\CommandTdlteController:archivedCommandTdlte' => '?',
  4243.             'App\\Controller\\ManagementConnection\\CommandTdlteController:consult' => '?',
  4244.             'App\\Controller\\ManagementConnection\\CommandTdlteController:dissociat' => '?',
  4245.             'App\\Controller\\ManagementConnection\\CommandTdlteController:dissociate' => '?',
  4246.             'App\\Controller\\ManagementConnection\\CommandTdlteController:dissociate_massive' => '?',
  4247.             'App\\Controller\\ManagementConnection\\CommandTdlteController:exportRaccordementsTdlte' => '?',
  4248.             'App\\Controller\\ManagementConnection\\CommandTdlteController:listing' => '?',
  4249.             'App\\Controller\\ManagementConnection\\CommandTdlteController:listingArchived' => '?',
  4250.             'App\\Controller\\ManagementConnection\\CommandTdlteController:unblockRobot' => '?',
  4251.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedTdlte' => '?',
  4252.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedTdlteAdminPresta' => '?',
  4253.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedTdlteTechnician' => '?',
  4254.             'App\\Controller\\ManagementUsers\\AjaxUserController:chechedToSendEmail' => '?',
  4255.             'App\\Controller\\ManagementUsers\\AjaxUserController:checkFieldValue' => '?',
  4256.             'App\\Controller\\ManagementUsers\\AjaxUserController:listingProvider' => '?',
  4257.             'App\\Controller\\ManagementUsers\\AjaxUserController:listingTechnician' => '?',
  4258.             'App\\Controller\\ManagementUsers\\AjaxUserController:toggleEnablingUser' => '?',
  4259.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController:delete' => '?',
  4260.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController:edit' => '?',
  4261.             'App\\Controller\\ManagementUsers\\UserAdminServiceProviderController:listing' => '?',
  4262.             'App\\Controller\\ManagementUsers\\UserServiceProviderController:delete' => '?',
  4263.             'App\\Controller\\ManagementUsers\\UserServiceProviderController:edit' => '?',
  4264.             'App\\Controller\\ManagementUsers\\UserServiceProviderController:listing' => '?',
  4265.             'App\\Controller\\ManagementUsers\\UserTechnicianController:Test' => '?',
  4266.             'App\\Controller\\ManagementUsers\\UserTechnicianController:delete' => '?',
  4267.             'App\\Controller\\ManagementUsers\\UserTechnicianController:edit' => '?',
  4268.             'App\\Controller\\ManagementUsers\\UserTechnicianController:listing' => '?',
  4269.             'App\\Controller\\ManagementUsers\\UserTechnicianController:new' => '?',
  4270.             'App\\Controller\\PartageFtth\\AjaxPartageFtthController:listing' => '?',
  4271.             'App\\Controller\\PartageFtth\\PartageFtthController:affectPrestataireAndTechnician' => '?',
  4272.             'App\\Controller\\PartageFtth\\PartageFtthController:getTechniciansByUserProvider' => '?',
  4273.             'App\\Controller\\PartageFtth\\PartageFtthController:listing' => '?',
  4274.             'App\\Controller\\PartageFtth\\SavController:consult' => '?',
  4275.             'App\\Controller\\PartageFtth\\SavController:exportSav' => '?',
  4276.             'App\\Controller\\Report\\PvCommandController:download' => '?',
  4277.             'App\\Controller\\Report\\PvCommandController:show' => '?',
  4278.             'App\\Controller\\SecurityController:login' => '?',
  4279.             'App\\Controller\\Setting\\AjaxSettingController:chechedTdlte' => '?',
  4280.             'App\\Controller\\Setting\\AjaxSettingController:listingDemenagement' => '?',
  4281.             'App\\Controller\\Setting\\AjaxSettingController:listingMarque' => '?',
  4282.             'App\\Controller\\Setting\\AjaxSettingController:listingModel' => '?',
  4283.             'App\\Controller\\Setting\\AjaxSettingController:listingOrganisme' => '?',
  4284.             'App\\Controller\\Setting\\AjaxSettingController:listingStatusCommand' => '?',
  4285.             'App\\Controller\\Setting\\AjaxSettingController:listingVersion' => '?',
  4286.             'App\\Controller\\Setting\\DemenagementController:delete' => '?',
  4287.             'App\\Controller\\Setting\\DemenagementController:edit' => '?',
  4288.             'App\\Controller\\Setting\\DemenagementController:listing' => '?',
  4289.             'App\\Controller\\Setting\\MarqueController:delete' => '?',
  4290.             'App\\Controller\\Setting\\MarqueController:edit' => '?',
  4291.             'App\\Controller\\Setting\\MarqueController:listing' => '?',
  4292.             'App\\Controller\\Setting\\MarqueController:test' => '?',
  4293.             'App\\Controller\\Setting\\ModelController:delete' => '?',
  4294.             'App\\Controller\\Setting\\ModelController:edit' => '?',
  4295.             'App\\Controller\\Setting\\ModelController:listing' => '?',
  4296.             'App\\Controller\\Setting\\ModelController:test' => '?',
  4297.             'App\\Controller\\Setting\\OrganismeController:delete' => '?',
  4298.             'App\\Controller\\Setting\\OrganismeController:edit' => '?',
  4299.             'App\\Controller\\Setting\\OrganismeController:listing' => '?',
  4300.             'App\\Controller\\Setting\\StatusCommandController:delete' => '?',
  4301.             'App\\Controller\\Setting\\StatusCommandController:edit' => '?',
  4302.             'App\\Controller\\Setting\\StatusCommandController:listing' => '?',
  4303.             'App\\Controller\\Setting\\VersionController:delete' => '?',
  4304.             'App\\Controller\\Setting\\VersionController:edit' => '?',
  4305.             'App\\Controller\\Setting\\VersionController:listing' => '?',
  4306.             'kernel:loadRoutes' => '?',
  4307.             'kernel:registerContainerConfiguration' => '?',
  4308.         ]);
  4309.     }
  4310.     /**
  4311.      * Gets the private '.service_locator.C.wCVY4' shared service.
  4312.      *
  4313.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4314.      */
  4315.     protected function get_ServiceLocator_C_WCVY4Service()
  4316.     {
  4317.         return $this->privates['.service_locator.C.wCVY4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4318.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4319.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4320.             'postTestingCommandRepository' => ['privates''App\\Repository\\PostTestingCommandRepository''getPostTestingCommandRepositoryService'false],
  4321.             'pvCommandRepository' => ['privates''App\\Repository\\PvCommandRepository''getPvCommandRepositoryService'false],
  4322.         ], [
  4323.             'authorizationChecker' => '?',
  4324.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4325.             'postTestingCommandRepository' => 'App\\Repository\\PostTestingCommandRepository',
  4326.             'pvCommandRepository' => 'App\\Repository\\PvCommandRepository',
  4327.         ]);
  4328.     }
  4329.     /**
  4330.      * Gets the private '.service_locator.Ct5TIz.' shared service.
  4331.      *
  4332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4333.      */
  4334.     protected function get_ServiceLocator_Ct5TIz_Service()
  4335.     {
  4336.         return $this->privates['.service_locator.Ct5TIz.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4337.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4338.             'marque' => ['privates''.errored..service_locator.Ct5TIz..App\\Entity\\Marque'NULL'Cannot autowire service ".service_locator.Ct5TIz.": it references class "App\\Entity\\Marque" but no such service exists.'],
  4339.         ], [
  4340.             'csrfTokenManager' => '?',
  4341.             'marque' => 'App\\Entity\\Marque',
  4342.         ]);
  4343.     }
  4344.     /**
  4345.      * Gets the private '.service_locator.I2R9RIr' shared service.
  4346.      *
  4347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4348.      */
  4349.     protected function get_ServiceLocator_I2R9RIrService()
  4350.     {
  4351.         return $this->privates['.service_locator.I2R9RIr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4352.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4353.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4354.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4355.             'userTechnician' => ['privates''.errored..service_locator.I2R9RIr.App\\Entity\\UserTechnician'NULL'Cannot autowire service ".service_locator.I2R9RIr": it references class "App\\Entity\\UserTechnician" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.'],
  4356.         ], [
  4357.             'authorizationChecker' => '?',
  4358.             'tokenStorage' => '?',
  4359.             'userRepository' => 'App\\Repository\\UserRepository',
  4360.             'userTechnician' => 'App\\Entity\\UserTechnician',
  4361.         ]);
  4362.     }
  4363.     /**
  4364.      * Gets the private '.service_locator.JXBcedh' shared service.
  4365.      *
  4366.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4367.      */
  4368.     protected function get_ServiceLocator_JXBcedhService()
  4369.     {
  4370.         return $this->privates['.service_locator.JXBcedh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4371.             'commandService' => ['privates''App\\Service\\CommandService''getCommandServiceService'false],
  4372.             'sessionHelper' => ['privates''App\\Utils\\Session\\SessionHelper''getSessionHelperService'false],
  4373.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4374.             'zipHelper' => ['privates''App\\Utils\\Exporter\\ZipHelper''getZipHelperService'false],
  4375.         ], [
  4376.             'commandService' => 'App\\Service\\CommandService',
  4377.             'sessionHelper' => 'App\\Utils\\Session\\SessionHelper',
  4378.             'tokenStorage' => '?',
  4379.             'zipHelper' => 'App\\Utils\\Exporter\\ZipHelper',
  4380.         ]);
  4381.     }
  4382.     /**
  4383.      * Gets the private '.service_locator.Jollbru' shared service.
  4384.      *
  4385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4386.      */
  4387.     protected function get_ServiceLocator_JollbruService()
  4388.     {
  4389.         return $this->privates['.service_locator.Jollbru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4390.             'marqueRepository' => ['privates''App\\Repository\\MarqueRepository''getMarqueRepositoryService'false],
  4391.         ], [
  4392.             'marqueRepository' => 'App\\Repository\\MarqueRepository',
  4393.         ]);
  4394.     }
  4395.     /**
  4396.      * Gets the private '.service_locator.MIl0pz3' shared service.
  4397.      *
  4398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4399.      */
  4400.     protected function get_ServiceLocator_MIl0pz3Service()
  4401.     {
  4402.         return $this->privates['.service_locator.MIl0pz3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4403.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  4404.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  4405.         ], [
  4406.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  4407.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  4408.         ]);
  4409.     }
  4410.     /**
  4411.      * Gets the private '.service_locator.N6Npq3P' shared service.
  4412.      *
  4413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4414.      */
  4415.     protected function get_ServiceLocator_N6Npq3PService()
  4416.     {
  4417.         return $this->privates['.service_locator.N6Npq3P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4418.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4419.             'backUp4gCommandRepository' => ['privates''App\\Repository\\BackUp4gCommandRepository''getBackUp4gCommandRepositoryService'false],
  4420.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4421.             'postTestingCommandRepository' => ['privates''App\\Repository\\PostTestingCommandRepository''getPostTestingCommandRepositoryService'false],
  4422.         ], [
  4423.             'authorizationChecker' => '?',
  4424.             'backUp4gCommandRepository' => 'App\\Repository\\BackUp4gCommandRepository',
  4425.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4426.             'postTestingCommandRepository' => 'App\\Repository\\PostTestingCommandRepository',
  4427.         ]);
  4428.     }
  4429.     /**
  4430.      * Gets the private '.service_locator.N7dbilr' shared service.
  4431.      *
  4432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4433.      */
  4434.     protected function get_ServiceLocator_N7dbilrService()
  4435.     {
  4436.         return $this->privates['.service_locator.N7dbilr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4437.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4438.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4439.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  4440.             'postTestingCommandRepository' => ['privates''App\\Repository\\PostTestingCommandRepository''getPostTestingCommandRepositoryService'false],
  4441.             'pvCommandRepository' => ['privates''App\\Repository\\PvCommandRepository''getPvCommandRepositoryService'false],
  4442.         ], [
  4443.             'authorizationChecker' => '?',
  4444.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4445.             'knpSnappyPdf' => '?',
  4446.             'postTestingCommandRepository' => 'App\\Repository\\PostTestingCommandRepository',
  4447.             'pvCommandRepository' => 'App\\Repository\\PvCommandRepository',
  4448.         ]);
  4449.     }
  4450.     /**
  4451.      * Gets the private '.service_locator.NKzGb6j' shared service.
  4452.      *
  4453.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4454.      */
  4455.     protected function get_ServiceLocator_NKzGb6jService()
  4456.     {
  4457.         return $this->privates['.service_locator.NKzGb6j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4458.             'blockingReasonRepository' => ['privates''App\\Repository\\StatusCommandRepository''getStatusCommandRepositoryService'false],
  4459.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4460.         ], [
  4461.             'blockingReasonRepository' => 'App\\Repository\\StatusCommandRepository',
  4462.             'entityManager' => '?',
  4463.         ]);
  4464.     }
  4465.     /**
  4466.      * Gets the private '.service_locator.Ni_96cS' shared service.
  4467.      *
  4468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4469.      */
  4470.     protected function get_ServiceLocator_Ni96cSService()
  4471.     {
  4472.         return $this->privates['.service_locator.Ni_96cS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4473.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4474.             'version' => ['privates''.errored..service_locator.Ni_96cS.App\\Entity\\Version'NULL'Cannot autowire service ".service_locator.Ni_96cS": it references class "App\\Entity\\Version" but no such service exists.'],
  4475.         ], [
  4476.             'csrfTokenManager' => '?',
  4477.             'version' => 'App\\Entity\\Version',
  4478.         ]);
  4479.     }
  4480.     /**
  4481.      * Gets the private '.service_locator.OCgOIlT' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4484.      */
  4485.     protected function get_ServiceLocator_OCgOIlTService()
  4486.     {
  4487.         return $this->privates['.service_locator.OCgOIlT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4488.             'workOrderRepository' => ['privates''App\\Repository\\WorkOrderRepository''getWorkOrderRepositoryService'false],
  4489.         ], [
  4490.             'workOrderRepository' => 'App\\Repository\\WorkOrderRepository',
  4491.         ]);
  4492.     }
  4493.     /**
  4494.      * Gets the private '.service_locator.Q1F27w5' shared service.
  4495.      *
  4496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4497.      */
  4498.     protected function get_ServiceLocator_Q1F27w5Service()
  4499.     {
  4500.         return $this->privates['.service_locator.Q1F27w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4501.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4502.         ], [
  4503.             'userRepository' => 'App\\Repository\\UserRepository',
  4504.         ]);
  4505.     }
  4506.     /**
  4507.      * Gets the private '.service_locator.QBBLvPd' shared service.
  4508.      *
  4509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4510.      */
  4511.     protected function get_ServiceLocator_QBBLvPdService()
  4512.     {
  4513.         return $this->privates['.service_locator.QBBLvPd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4514.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  4515.         ], [
  4516.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  4517.         ]);
  4518.     }
  4519.     /**
  4520.      * Gets the private '.service_locator.QEz_Miu' shared service.
  4521.      *
  4522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4523.      */
  4524.     protected function get_ServiceLocator_QEzMiuService()
  4525.     {
  4526.         return $this->privates['.service_locator.QEz_Miu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4527.             'backUp4gCommandRepository' => ['privates''App\\Repository\\BackUp4gCommandRepository''getBackUp4gCommandRepositoryService'false],
  4528.         ], [
  4529.             'backUp4gCommandRepository' => 'App\\Repository\\BackUp4gCommandRepository',
  4530.         ]);
  4531.     }
  4532.     /**
  4533.      * Gets the private '.service_locator.R380xqJ' shared service.
  4534.      *
  4535.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4536.      */
  4537.     protected function get_ServiceLocator_R380xqJService()
  4538.     {
  4539.         return $this->privates['.service_locator.R380xqJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4540.             'marqueRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  4541.         ], [
  4542.             'marqueRepository' => 'App\\Repository\\ModelRepository',
  4543.         ]);
  4544.     }
  4545.     /**
  4546.      * Gets the private '.service_locator.Rybvwl0' shared service.
  4547.      *
  4548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4549.      */
  4550.     protected function get_ServiceLocator_Rybvwl0Service()
  4551.     {
  4552.         return $this->privates['.service_locator.Rybvwl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4553.             'command' => ['privates''.errored..service_locator.Rybvwl0.App\\Entity\\CommandTdlte'NULL'Cannot autowire service ".service_locator.Rybvwl0": it references class "App\\Entity\\CommandTdlte" but no such service exists.'],
  4554.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4555.             'processingCommandRepository' => ['privates''App\\Repository\\ProcessingCommandTdlteRepository''getProcessingCommandTdlteRepositoryService'false],
  4556.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4557.         ], [
  4558.             'command' => 'App\\Entity\\CommandTdlte',
  4559.             'csrfTokenManager' => '?',
  4560.             'processingCommandRepository' => 'App\\Repository\\ProcessingCommandTdlteRepository',
  4561.             'tokenStorage' => '?',
  4562.         ]);
  4563.     }
  4564.     /**
  4565.      * Gets the private '.service_locator.Tw1ekDh' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4568.      */
  4569.     protected function get_ServiceLocator_Tw1ekDhService()
  4570.     {
  4571.         return $this->privates['.service_locator.Tw1ekDh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4572.             'managementUserService' => ['privates''App\\Service\\ManagementUserService''getManagementUserServiceService'false],
  4573.         ], [
  4574.             'managementUserService' => 'App\\Service\\ManagementUserService',
  4575.         ]);
  4576.     }
  4577.     /**
  4578.      * Gets the private '.service_locator.UJVMA7J' shared service.
  4579.      *
  4580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4581.      */
  4582.     protected function get_ServiceLocator_UJVMA7JService()
  4583.     {
  4584.         return $this->privates['.service_locator.UJVMA7J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4585.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4586.             'statusCommand' => ['privates''.errored..service_locator.UJVMA7J.App\\Entity\\StatusCommand'NULL'Cannot autowire service ".service_locator.UJVMA7J": it references class "App\\Entity\\StatusCommand" but no such service exists.'],
  4587.         ], [
  4588.             'csrfTokenManager' => '?',
  4589.             'statusCommand' => 'App\\Entity\\StatusCommand',
  4590.         ]);
  4591.     }
  4592.     /**
  4593.      * Gets the private '.service_locator.UMT8DdM' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4596.      */
  4597.     protected function get_ServiceLocator_UMT8DdMService()
  4598.     {
  4599.         return $this->privates['.service_locator.UMT8DdM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4600.             'commandService' => ['privates''App\\Service\\CommandService''getCommandServiceService'false],
  4601.             'csvHelper' => ['privates''App\\Utils\\Exporter\\CsvHelper''getCsvHelperService'false],
  4602.         ], [
  4603.             'commandService' => 'App\\Service\\CommandService',
  4604.             'csvHelper' => 'App\\Utils\\Exporter\\CsvHelper',
  4605.         ]);
  4606.     }
  4607.     /**
  4608.      * Gets the private '.service_locator.XsyfP82' shared service.
  4609.      *
  4610.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4611.      */
  4612.     protected function get_ServiceLocator_XsyfP82Service()
  4613.     {
  4614.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4615.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4616.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4617.         ], [
  4618.             'event_dispatcher' => '?',
  4619.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4620.         ]);
  4621.     }
  4622.     /**
  4623.      * Gets the private '.service_locator.Zq4.OOX' shared service.
  4624.      *
  4625.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4626.      */
  4627.     protected function get_ServiceLocator_Zq4_OOXService()
  4628.     {
  4629.         return $this->privates['.service_locator.Zq4.OOX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4630.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  4631.         ], [
  4632.             'modelRepository' => 'App\\Repository\\ModelRepository',
  4633.         ]);
  4634.     }
  4635.     /**
  4636.      * Gets the private '.service_locator.aKM6MDa' shared service.
  4637.      *
  4638.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4639.      */
  4640.     protected function get_ServiceLocator_AKM6MDaService()
  4641.     {
  4642.         return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4643.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4644.         ], [
  4645.             'entityManager' => '?',
  4646.         ]);
  4647.     }
  4648.     /**
  4649.      * Gets the private '.service_locator.aW6iGjP' shared service.
  4650.      *
  4651.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4652.      */
  4653.     protected function get_ServiceLocator_AW6iGjPService()
  4654.     {
  4655.         return $this->privates['.service_locator.aW6iGjP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4656.             'csvHelper' => ['privates''App\\Utils\\Exporter\\CsvHelper''getCsvHelperService'false],
  4657.             'savService' => ['privates''App\\Service\\SavService''getSavServiceService'false],
  4658.         ], [
  4659.             'csvHelper' => 'App\\Utils\\Exporter\\CsvHelper',
  4660.             'savService' => 'App\\Service\\SavService',
  4661.         ]);
  4662.     }
  4663.     /**
  4664.      * Gets the private '.service_locator.ciN5VSt' shared service.
  4665.      *
  4666.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4667.      */
  4668.     protected function get_ServiceLocator_CiN5VStService()
  4669.     {
  4670.         return $this->privates['.service_locator.ciN5VSt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4671.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4672.             'organisme' => ['privates''.errored..service_locator.ciN5VSt.App\\Entity\\Organisme'NULL'Cannot autowire service ".service_locator.ciN5VSt": it references class "App\\Entity\\Organisme" but no such service exists.'],
  4673.             'organismeRepo' => ['privates''App\\Repository\\OrganismeRepository''getOrganismeRepositoryService'false],
  4674.         ], [
  4675.             'csrfTokenManager' => '?',
  4676.             'organisme' => 'App\\Entity\\Organisme',
  4677.             'organismeRepo' => 'App\\Repository\\OrganismeRepository',
  4678.         ]);
  4679.     }
  4680.     /**
  4681.      * Gets the private '.service_locator.fPzgDiA' shared service.
  4682.      *
  4683.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4684.      */
  4685.     protected function get_ServiceLocator_FPzgDiAService()
  4686.     {
  4687.         return $this->privates['.service_locator.fPzgDiA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4688.             'backUp4gCommandRepository' => ['privates''App\\Repository\\BackUp4gCommandRepository''getBackUp4gCommandRepositoryService'false],
  4689.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4690.             'demenagementRepository' => ['privates''App\\Repository\\DemenagementRepository''getDemenagementRepositoryService'false],
  4691.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  4692.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  4693.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  4694.         ], [
  4695.             'backUp4gCommandRepository' => 'App\\Repository\\BackUp4gCommandRepository',
  4696.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4697.             'demenagementRepository' => 'App\\Repository\\DemenagementRepository',
  4698.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  4699.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  4700.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  4701.         ]);
  4702.     }
  4703.     /**
  4704.      * Gets the private '.service_locator.gb.FtdC' shared service.
  4705.      *
  4706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4707.      */
  4708.     protected function get_ServiceLocator_Gb_FtdCService()
  4709.     {
  4710.         return $this->privates['.service_locator.gb.FtdC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4711.             'marque' => ['privates''.errored..service_locator.gb.FtdC.App\\Entity\\Marque'NULL'Cannot autowire service ".service_locator.gb.FtdC": it references class "App\\Entity\\Marque" but no such service exists.'],
  4712.         ], [
  4713.             'marque' => 'App\\Entity\\Marque',
  4714.         ]);
  4715.     }
  4716.     /**
  4717.      * Gets the private '.service_locator.haZ2YH0' shared service.
  4718.      *
  4719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4720.      */
  4721.     protected function get_ServiceLocator_HaZ2YH0Service()
  4722.     {
  4723.         return $this->privates['.service_locator.haZ2YH0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4724.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4725.             'model' => ['privates''.errored..service_locator.haZ2YH0.App\\Entity\\Model'NULL'Cannot autowire service ".service_locator.haZ2YH0": it references class "App\\Entity\\Model" but no such service exists.'],
  4726.         ], [
  4727.             'csrfTokenManager' => '?',
  4728.             'model' => 'App\\Entity\\Model',
  4729.         ]);
  4730.     }
  4731.     /**
  4732.      * Gets the private '.service_locator.iPzdHyl' shared service.
  4733.      *
  4734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4735.      */
  4736.     protected function get_ServiceLocator_IPzdHylService()
  4737.     {
  4738.         return $this->privates['.service_locator.iPzdHyl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4739.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  4740.             'miseEnServiceRepository' => ['privates''App\\Repository\\MiseEnServiceRepository''getMiseEnServiceRepositoryService'false],
  4741.             'processingCommandTdlteRepository' => ['privates''App\\Repository\\ProcessingCommandTdlteRepository''getProcessingCommandTdlteRepositoryService'false],
  4742.             'siteSurveyRepository' => ['privates''App\\Repository\\SiteSurveyRepository''getSiteSurveyRepositoryService'false],
  4743.             'testPostInstallationRepository' => ['privates''App\\Repository\\TestPostInstallationRepository''getTestPostInstallationRepositoryService'false],
  4744.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4745.             'translator' => ['services''translator''getTranslatorService'false],
  4746.         ], [
  4747.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  4748.             'miseEnServiceRepository' => 'App\\Repository\\MiseEnServiceRepository',
  4749.             'processingCommandTdlteRepository' => 'App\\Repository\\ProcessingCommandTdlteRepository',
  4750.             'siteSurveyRepository' => 'App\\Repository\\SiteSurveyRepository',
  4751.             'testPostInstallationRepository' => 'App\\Repository\\TestPostInstallationRepository',
  4752.             'tokenStorage' => '?',
  4753.             'translator' => '?',
  4754.         ]);
  4755.     }
  4756.     /**
  4757.      * Gets the private '.service_locator.j_L7d2w' shared service.
  4758.      *
  4759.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4760.      */
  4761.     protected function get_ServiceLocator_JL7d2wService()
  4762.     {
  4763.         return $this->privates['.service_locator.j_L7d2w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4764.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4765.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  4766.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4767.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  4768.         ], [
  4769.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4770.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  4771.             'userRepository' => 'App\\Repository\\UserRepository',
  4772.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  4773.         ]);
  4774.     }
  4775.     /**
  4776.      * Gets the private '.service_locator.knT3p4I' shared service.
  4777.      *
  4778.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4779.      */
  4780.     protected function get_ServiceLocator_KnT3p4IService()
  4781.     {
  4782.         return $this->privates['.service_locator.knT3p4I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4783.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  4784.         ], [
  4785.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  4786.         ]);
  4787.     }
  4788.     /**
  4789.      * Gets the private '.service_locator.kvNxrCm' shared service.
  4790.      *
  4791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4792.      */
  4793.     protected function get_ServiceLocator_KvNxrCmService()
  4794.     {
  4795.         return $this->privates['.service_locator.kvNxrCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4796.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  4797.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4798.         ], [
  4799.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  4800.             'userRepository' => 'App\\Repository\\UserRepository',
  4801.         ]);
  4802.     }
  4803.     /**
  4804.      * Gets the private '.service_locator.l8dnPYx' shared service.
  4805.      *
  4806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4807.      */
  4808.     protected function get_ServiceLocator_L8dnPYxService()
  4809.     {
  4810.         return $this->privates['.service_locator.l8dnPYx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4811.             'command' => ['privates''.errored..service_locator.l8dnPYx.App\\Entity\\Command'NULL'Cannot autowire service ".service_locator.l8dnPYx": it references class "App\\Entity\\Command" but no such service exists.'],
  4812.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4813.             'processingCommandRepository' => ['privates''App\\Repository\\ProcessingCommandRepository''getProcessingCommandRepositoryService'false],
  4814.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4815.         ], [
  4816.             'command' => 'App\\Entity\\Command',
  4817.             'csrfTokenManager' => '?',
  4818.             'processingCommandRepository' => 'App\\Repository\\ProcessingCommandRepository',
  4819.             'tokenStorage' => '?',
  4820.         ]);
  4821.     }
  4822.     /**
  4823.      * Gets the private '.service_locator.lsJqxVK' shared service.
  4824.      *
  4825.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4826.      */
  4827.     protected function get_ServiceLocator_LsJqxVKService()
  4828.     {
  4829.         return $this->privates['.service_locator.lsJqxVK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4830.             'demenagement' => ['privates''.errored..service_locator.lsJqxVK.App\\Entity\\Demenagement'NULL'Cannot autowire service ".service_locator.lsJqxVK": it references class "App\\Entity\\Demenagement" but no such service exists.'],
  4831.         ], [
  4832.             'demenagement' => 'App\\Entity\\Demenagement',
  4833.         ]);
  4834.     }
  4835.     /**
  4836.      * Gets the private '.service_locator.lwhU4dN' shared service.
  4837.      *
  4838.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4839.      */
  4840.     protected function get_ServiceLocator_LwhU4dNService()
  4841.     {
  4842.         return $this->privates['.service_locator.lwhU4dN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4843.             'UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4844.         ], [
  4845.             'UserRepository' => 'App\\Repository\\UserRepository',
  4846.         ]);
  4847.     }
  4848.     /**
  4849.      * Gets the private '.service_locator.mjfOQyi' shared service.
  4850.      *
  4851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4852.      */
  4853.     protected function get_ServiceLocator_MjfOQyiService()
  4854.     {
  4855.         return $this->privates['.service_locator.mjfOQyi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4856.             'statusCommand' => ['privates''.errored..service_locator.mjfOQyi.App\\Entity\\StatusCommand'NULL'Cannot autowire service ".service_locator.mjfOQyi": it references class "App\\Entity\\StatusCommand" but no such service exists.'],
  4857.         ], [
  4858.             'statusCommand' => 'App\\Entity\\StatusCommand',
  4859.         ]);
  4860.     }
  4861.     /**
  4862.      * Gets the private '.service_locator.oo5UsQS' shared service.
  4863.      *
  4864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4865.      */
  4866.     protected function get_ServiceLocator_Oo5UsQSService()
  4867.     {
  4868.         return $this->privates['.service_locator.oo5UsQS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4869.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4870.             'demenagementRepository' => ['privates''App\\Repository\\DemenagementRepository''getDemenagementRepositoryService'false],
  4871.         ], [
  4872.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4873.             'demenagementRepository' => 'App\\Repository\\DemenagementRepository',
  4874.         ]);
  4875.     }
  4876.     /**
  4877.      * Gets the private '.service_locator.qfVFWiE' shared service.
  4878.      *
  4879.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4880.      */
  4881.     protected function get_ServiceLocator_QfVFWiEService()
  4882.     {
  4883.         return $this->privates['.service_locator.qfVFWiE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4884.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4885.             'user' => ['privates''.errored..service_locator.qfVFWiE.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.qfVFWiE": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.'],
  4886.         ], [
  4887.             'authorizationChecker' => '?',
  4888.             'user' => 'App\\Entity\\User',
  4889.         ]);
  4890.     }
  4891.     /**
  4892.      * Gets the private '.service_locator.qgb_q_m' shared service.
  4893.      *
  4894.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4895.      */
  4896.     protected function get_ServiceLocator_QgbQMService()
  4897.     {
  4898.         return $this->privates['.service_locator.qgb_q_m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4899.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4900.             'userTechnician' => ['privates''.errored..service_locator.qgb_q_m.App\\Entity\\UserTechnician'NULL'Cannot autowire service ".service_locator.qgb_q_m": it references class "App\\Entity\\UserTechnician" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.'],
  4901.         ], [
  4902.             'csrfTokenManager' => '?',
  4903.             'userTechnician' => 'App\\Entity\\UserTechnician',
  4904.         ]);
  4905.     }
  4906.     /**
  4907.      * Gets the private '.service_locator.rAlMzMX' shared service.
  4908.      *
  4909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4910.      */
  4911.     protected function get_ServiceLocator_RAlMzMXService()
  4912.     {
  4913.         return $this->privates['.service_locator.rAlMzMX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4914.             'command' => ['privates''.errored..service_locator.rAlMzMX.App\\Entity\\CommandTdlte'NULL'Cannot autowire service ".service_locator.rAlMzMX": it references class "App\\Entity\\CommandTdlte" but no such service exists.'],
  4915.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4916.             'kannelSmsProvider' => ['privates''App\\Provider\\Kannel\\KannelSmsProvider''getKannelSmsProviderService'false],
  4917.             'mailer' => ['services''App\\Utils\\Mailer\\NotificationMailer''getNotificationMailerService'false],
  4918.             'paramsHelper' => ['privates''App\\Utils\\Helper\\ParamsHelper''getParamsHelperService'false],
  4919.             'processingCommandTdlteRepository' => ['privates''App\\Repository\\ProcessingCommandTdlteRepository''getProcessingCommandTdlteRepositoryService'false],
  4920.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4921.         ], [
  4922.             'command' => 'App\\Entity\\CommandTdlte',
  4923.             'csrfTokenManager' => '?',
  4924.             'kannelSmsProvider' => 'App\\Provider\\Kannel\\KannelSmsProvider',
  4925.             'mailer' => 'App\\Utils\\Mailer\\NotificationMailer',
  4926.             'paramsHelper' => 'App\\Utils\\Helper\\ParamsHelper',
  4927.             'processingCommandTdlteRepository' => 'App\\Repository\\ProcessingCommandTdlteRepository',
  4928.             'tokenStorage' => '?',
  4929.         ]);
  4930.     }
  4931.     /**
  4932.      * Gets the private '.service_locator.rsdQsBf' shared service.
  4933.      *
  4934.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4935.      */
  4936.     protected function get_ServiceLocator_RsdQsBfService()
  4937.     {
  4938.         return $this->privates['.service_locator.rsdQsBf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4939.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  4940.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  4941.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  4942.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  4943.         ], [
  4944.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  4945.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  4946.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  4947.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  4948.         ]);
  4949.     }
  4950.     /**
  4951.      * Gets the private '.service_locator.sRU6xxq' shared service.
  4952.      *
  4953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4954.      */
  4955.     protected function get_ServiceLocator_SRU6xxqService()
  4956.     {
  4957.         return $this->privates['.service_locator.sRU6xxq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4958.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  4959.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4960.         ], [
  4961.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  4962.             'tokenStorage' => '?',
  4963.         ]);
  4964.     }
  4965.     /**
  4966.      * Gets the private '.service_locator.sbweSSM' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4969.      */
  4970.     protected function get_ServiceLocator_SbweSSMService()
  4971.     {
  4972.         return $this->privates['.service_locator.sbweSSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4973.             'managementVersionRepository' => ['privates''App\\Repository\\VersionRepository''getVersionRepositoryService'false],
  4974.         ], [
  4975.             'managementVersionRepository' => 'App\\Repository\\VersionRepository',
  4976.         ]);
  4977.     }
  4978.     /**
  4979.      * Gets the private '.service_locator.tLxP50W' shared service.
  4980.      *
  4981.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4982.      */
  4983.     protected function get_ServiceLocator_TLxP50WService()
  4984.     {
  4985.         return $this->privates['.service_locator.tLxP50W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4986.             'backUp4gCommandRepository' => ['privates''App\\Repository\\BackUp4gCommandRepository''getBackUp4gCommandRepositoryService'false],
  4987.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  4988.             'demenagementRepository' => ['privates''App\\Repository\\DemenagementRepository''getDemenagementRepositoryService'false],
  4989.             'organismeRepository' => ['privates''App\\Repository\\OrganismeRepository''getOrganismeRepositoryService'false],
  4990.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  4991.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  4992.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  4993.         ], [
  4994.             'backUp4gCommandRepository' => 'App\\Repository\\BackUp4gCommandRepository',
  4995.             'commandRepository' => 'App\\Repository\\CommandRepository',
  4996.             'demenagementRepository' => 'App\\Repository\\DemenagementRepository',
  4997.             'organismeRepository' => 'App\\Repository\\OrganismeRepository',
  4998.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  4999.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  5000.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  5001.         ]);
  5002.     }
  5003.     /**
  5004.      * Gets the private '.service_locator.tnFcZY6' shared service.
  5005.      *
  5006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5007.      */
  5008.     protected function get_ServiceLocator_TnFcZY6Service()
  5009.     {
  5010.         return $this->privates['.service_locator.tnFcZY6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5011.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  5012.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5013.         ], [
  5014.             'commandRepository' => 'App\\Repository\\CommandRepository',
  5015.             'tokenStorage' => '?',
  5016.         ]);
  5017.     }
  5018.     /**
  5019.      * Gets the private '.service_locator.wuWoxEM' shared service.
  5020.      *
  5021.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5022.      */
  5023.     protected function get_ServiceLocator_WuWoxEMService()
  5024.     {
  5025.         return $this->privates['.service_locator.wuWoxEM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5026.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5027.             'user' => ['privates''.errored..service_locator.wuWoxEM.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.wuWoxEM": it references class "App\\Entity\\User" but no such service exists. Try changing the type-hint to "App\\Utils\\Doctrine\\Entity\\BaseUserEntity" instead.'],
  5028.         ], [
  5029.             'csrfTokenManager' => '?',
  5030.             'user' => 'App\\Entity\\User',
  5031.         ]);
  5032.     }
  5033.     /**
  5034.      * Gets the private '.service_locator.x0TjW_X' shared service.
  5035.      *
  5036.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5037.      */
  5038.     protected function get_ServiceLocator_X0TjWXService()
  5039.     {
  5040.         return $this->privates['.service_locator.x0TjW_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5041.             'commandRepository' => ['privates''App\\Repository\\CommandRepository''getCommandRepositoryService'false],
  5042.         ], [
  5043.             'commandRepository' => 'App\\Repository\\CommandRepository',
  5044.         ]);
  5045.     }
  5046.     /**
  5047.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5048.      *
  5049.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5050.      */
  5051.     protected function get_ServiceLocator_XUrKPVUService()
  5052.     {
  5053.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5054.             '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".'],
  5055.         ], [
  5056.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5057.         ]);
  5058.     }
  5059.     /**
  5060.      * Gets the private '.service_locator.xkYuJ5f' shared service.
  5061.      *
  5062.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5063.      */
  5064.     protected function get_ServiceLocator_XkYuJ5fService()
  5065.     {
  5066.         return $this->privates['.service_locator.xkYuJ5f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5067.             'command' => ['privates''.errored..service_locator.xkYuJ5f.App\\Entity\\Command'NULL'Cannot autowire service ".service_locator.xkYuJ5f": it references class "App\\Entity\\Command" but no such service exists.'],
  5068.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5069.             'kannelSmsProvider' => ['privates''App\\Provider\\Kannel\\KannelSmsProvider''getKannelSmsProviderService'false],
  5070.             'mailer' => ['services''App\\Utils\\Mailer\\NotificationMailer''getNotificationMailerService'false],
  5071.             'paramsHelper' => ['privates''App\\Utils\\Helper\\ParamsHelper''getParamsHelperService'false],
  5072.             'processingCommandRepository' => ['privates''App\\Repository\\ProcessingCommandRepository''getProcessingCommandRepositoryService'false],
  5073.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5074.         ], [
  5075.             'command' => 'App\\Entity\\Command',
  5076.             'csrfTokenManager' => '?',
  5077.             'kannelSmsProvider' => 'App\\Provider\\Kannel\\KannelSmsProvider',
  5078.             'mailer' => 'App\\Utils\\Mailer\\NotificationMailer',
  5079.             'paramsHelper' => 'App\\Utils\\Helper\\ParamsHelper',
  5080.             'processingCommandRepository' => 'App\\Repository\\ProcessingCommandRepository',
  5081.             'tokenStorage' => '?',
  5082.         ]);
  5083.     }
  5084.     /**
  5085.      * Gets the private '.service_locator.xp2Dq4j' shared service.
  5086.      *
  5087.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5088.      */
  5089.     protected function get_ServiceLocator_Xp2Dq4jService()
  5090.     {
  5091.         return $this->privates['.service_locator.xp2Dq4j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5092.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  5093.             'providerService' => ['privates''App\\Service\\InterfaceInjection\\ProviderService''getProviderServiceService'false],
  5094.             'userAuthorizationChecker' => ['privates''App\\Utils\\Security\\UserAuthorizationChecker''getUserAuthorizationCheckerService'false],
  5095.             'userTechnicianRepository' => ['privates''App\\Repository\\UserTechnicianRepository''getUserTechnicianRepositoryService'false],
  5096.         ], [
  5097.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  5098.             'providerService' => 'App\\Service\\InterfaceInjection\\ProviderService',
  5099.             'userAuthorizationChecker' => 'App\\Utils\\Security\\UserAuthorizationChecker',
  5100.             'userTechnicianRepository' => 'App\\Repository\\UserTechnicianRepository',
  5101.         ]);
  5102.     }
  5103.     /**
  5104.      * Gets the private '.service_locator.xqxTgJa' shared service.
  5105.      *
  5106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5107.      */
  5108.     protected function get_ServiceLocator_XqxTgJaService()
  5109.     {
  5110.         return $this->privates['.service_locator.xqxTgJa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5111.             'authorizationChecker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5112.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5113.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  5114.         ], [
  5115.             'authorizationChecker' => '?',
  5116.             'tokenStorage' => '?',
  5117.             'userRepository' => 'App\\Repository\\UserRepository',
  5118.         ]);
  5119.     }
  5120.     /**
  5121.      * Gets the private '.service_locator.yoP_f7C' shared service.
  5122.      *
  5123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5124.      */
  5125.     protected function get_ServiceLocator_YoPF7CService()
  5126.     {
  5127.         return $this->privates['.service_locator.yoP_f7C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5128.             'backUp4gCommandRepository' => ['privates''App\\Repository\\BackUp4gCommandRepository''getBackUp4gCommandRepositoryService'false],
  5129.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  5130.         ], [
  5131.             'backUp4gCommandRepository' => 'App\\Repository\\BackUp4gCommandRepository',
  5132.             'knpSnappyPdf' => '?',
  5133.         ]);
  5134.     }
  5135.     /**
  5136.      * Gets the private '.service_locator.z8G_Xiz' shared service.
  5137.      *
  5138.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5139.      */
  5140.     protected function get_ServiceLocator_Z8GXizService()
  5141.     {
  5142.         return $this->privates['.service_locator.z8G_Xiz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5143.             'commandTdlteRepository' => ['privates''App\\Repository\\CommandTdlteRepository''getCommandTdlteRepositoryService'false],
  5144.             'demenagementRepository' => ['privates''App\\Repository\\DemenagementRepository''getDemenagementRepositoryService'false],
  5145.         ], [
  5146.             'commandTdlteRepository' => 'App\\Repository\\CommandTdlteRepository',
  5147.             'demenagementRepository' => 'App\\Repository\\DemenagementRepository',
  5148.         ]);
  5149.     }
  5150.     /**
  5151.      * Gets the private '.service_locator.zFcJjKU' shared service.
  5152.      *
  5153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5154.      */
  5155.     protected function get_ServiceLocator_ZFcJjKUService()
  5156.     {
  5157.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5158.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  5159.         ], [
  5160.             'authenticationUtils' => '?',
  5161.         ]);
  5162.     }
  5163.     /**
  5164.      * Gets the private '.service_locator.zJyh7qS' shared service.
  5165.      *
  5166.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5167.      */
  5168.     protected function get_ServiceLocator_ZJyh7qSService()
  5169.     {
  5170.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5171.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5172.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5173.         ], [
  5174.             'security.firewall.map.context.dev' => '?',
  5175.             'security.firewall.map.context.main' => '?',
  5176.         ]);
  5177.     }
  5178.     /**
  5179.      * Gets the private '.session.deprecated' shared service.
  5180.      *
  5181.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5182.      */
  5183.     protected function get_Session_DeprecatedService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5187.         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();
  5188.     }
  5189.     /**
  5190.      * Gets the private '.twig.command.debug.lazy' shared service.
  5191.      *
  5192.      * @return \Symfony\Component\Console\Command\LazyCommand
  5193.      */
  5194.     protected function get_Twig_Command_Debug_LazyService()
  5195.     {
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5198.         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 {
  5199.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5200.         });
  5201.     }
  5202.     /**
  5203.      * Gets the private '.twig.command.lint.lazy' shared service.
  5204.      *
  5205.      * @return \Symfony\Component\Console\Command\LazyCommand
  5206.      */
  5207.     protected function get_Twig_Command_Lint_LazyService()
  5208.     {
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5211.         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 {
  5212.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5213.         });
  5214.     }
  5215.     /**
  5216.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5217.      *
  5218.      * @return \Symfony\Component\Console\Command\LazyCommand
  5219.      */
  5220.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5224.         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 {
  5225.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5226.         });
  5227.     }
  5228.     /**
  5229.      * Gets the private 'App\Command\Archived\ArchivedRaccoCommand' shared autowired service.
  5230.      *
  5231.      * @return \App\Command\Archived\ArchivedRaccoCommand
  5232.      */
  5233.     protected function getArchivedRaccoCommandService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5236.         include_once \dirname(__DIR__4).'/src/Command/Archived/ArchivedRaccoCommand.php';
  5237.         $this->privates['App\\Command\\Archived\\ArchivedRaccoCommand'] = $instance = new \App\Command\Archived\ArchivedRaccoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CommandRepository'] ?? $this->getCommandRepositoryService()));
  5238.         $instance->setName('cron:archived:racco');
  5239.         $instance->setDescription('This command, will be executed to archived raccordements if date Command older than six month from now and status of Command is executed');
  5240.         return $instance;
  5241.     }
  5242.     /**
  5243.      * Gets the private 'App\Command\BatchProcesses\CreateIndexPostCommandCommand' shared autowired service.
  5244.      *
  5245.      * @return \App\Command\BatchProcesses\CreateIndexPostCommandCommand
  5246.      */
  5247.     protected function getCreateIndexPostCommandCommandService()
  5248.     {
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5250.         include_once \dirname(__DIR__4).'/src/Command/BatchProcesses/CreateIndexPostCommandCommand.php';
  5251.         $this->privates['App\\Command\\BatchProcesses\\CreateIndexPostCommandCommand'] = $instance = new \App\Command\BatchProcesses\CreateIndexPostCommandCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['App\\Utils\\Helper\\ParamsHelper'] ?? $this->getParamsHelperService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5252.         $instance->setName('app:create-index-post-command');
  5253.         return $instance;
  5254.     }
  5255.     /**
  5256.      * Gets the private 'App\Command\BatchProcesses\PdfGeneratorProcess' shared autowired service.
  5257.      *
  5258.      * @return \App\Command\BatchProcesses\PdfGeneratorProcess
  5259.      */
  5260.     protected function getPdfGeneratorProcessService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5263.         include_once \dirname(__DIR__4).'/src/Command/BatchProcesses/PdfGeneratorProcess.php';
  5264.         $this->privates['App\\Command\\BatchProcesses\\PdfGeneratorProcess'] = $instance = new \App\Command\BatchProcesses\PdfGeneratorProcess(($this->privates['App\\Service\\CommandService'] ?? $this->getCommandServiceService()), ($this->privates['App\\Utils\\Helper\\ParamsHelper'] ?? $this->getParamsHelperService()), ($this->services['monolog.logger.pdfcommand'] ?? $this->getMonolog_Logger_PdfcommandService()), $this->getEnv('BASE_URL_COMPLETE'));
  5265.         $instance->setName('task:generateRapport');
  5266.         return $instance;
  5267.     }
  5268.     /**
  5269.      * Gets the private 'App\Command\Sms\SendSmsCommand' shared autowired service.
  5270.      *
  5271.      * @return \App\Command\Sms\SendSmsCommand
  5272.      */
  5273.     protected function getSendSmsCommandService()
  5274.     {
  5275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5276.         include_once \dirname(__DIR__4).'/src/Command/Sms/SendSmsCommand.php';
  5277.         $this->privates['App\\Command\\Sms\\SendSmsCommand'] = $instance = new \App\Command\Sms\SendSmsCommand(($this->privates['App\\Utils\\Helper\\ParamsHelper'] ?? $this->getParamsHelperService()), ($this->privates['App\\Provider\\Kannel\\KannelSmsProvider'] ?? $this->getKannelSmsProviderService()));
  5278.         $instance->setName('send:sms:racco');
  5279.         $instance->setDescription('This command, will be executed to check if sms is sending in BO');
  5280.         return $instance;
  5281.     }
  5282.     /**
  5283.      * Gets the private 'App\Form\DemenagementType' shared autowired service.
  5284.      *
  5285.      * @return \App\Form\DemenagementType
  5286.      */
  5287.     protected function getDemenagementTypeService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5291.         include_once \dirname(__DIR__4).'/src/Form/DemenagementType.php';
  5292.         return $this->privates['App\\Form\\DemenagementType'] = new \App\Form\DemenagementType();
  5293.     }
  5294.     /**
  5295.      * Gets the private 'App\Form\MarqueType' shared autowired service.
  5296.      *
  5297.      * @return \App\Form\MarqueType
  5298.      */
  5299.     protected function getMarqueTypeService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5303.         include_once \dirname(__DIR__4).'/src/Form/MarqueType.php';
  5304.         return $this->privates['App\\Form\\MarqueType'] = new \App\Form\MarqueType();
  5305.     }
  5306.     /**
  5307.      * Gets the private 'App\Form\ModelType' shared autowired service.
  5308.      *
  5309.      * @return \App\Form\ModelType
  5310.      */
  5311.     protected function getModelTypeService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5315.         include_once \dirname(__DIR__4).'/src/Form/ModelType.php';
  5316.         return $this->privates['App\\Form\\ModelType'] = new \App\Form\ModelType();
  5317.     }
  5318.     /**
  5319.      * Gets the private 'App\Form\OrganismeType' shared autowired service.
  5320.      *
  5321.      * @return \App\Form\OrganismeType
  5322.      */
  5323.     protected function getOrganismeTypeService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5327.         include_once \dirname(__DIR__4).'/src/Form/OrganismeType.php';
  5328.         return $this->privates['App\\Form\\OrganismeType'] = new \App\Form\OrganismeType();
  5329.     }
  5330.     /**
  5331.      * Gets the private 'App\Form\StatusCommandType' shared autowired service.
  5332.      *
  5333.      * @return \App\Form\StatusCommandType
  5334.      */
  5335.     protected function getStatusCommandTypeService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5339.         include_once \dirname(__DIR__4).'/src/Form/StatusCommandType.php';
  5340.         return $this->privates['App\\Form\\StatusCommandType'] = new \App\Form\StatusCommandType();
  5341.     }
  5342.     /**
  5343.      * Gets the private 'App\Form\UserAdminServiceProviderType' shared autowired service.
  5344.      *
  5345.      * @return \App\Form\UserAdminServiceProviderType
  5346.      */
  5347.     protected function getUserAdminServiceProviderTypeService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5351.         include_once \dirname(__DIR__4).'/src/Form/UserAdminServiceProviderType.php';
  5352.         return $this->privates['App\\Form\\UserAdminServiceProviderType'] = new \App\Form\UserAdminServiceProviderType(($this->privates['App\\Repository\\OrganismeRepository'] ?? $this->getOrganismeRepositoryService()));
  5353.     }
  5354.     /**
  5355.      * Gets the private 'App\Form\UserServiceProviderType' shared autowired service.
  5356.      *
  5357.      * @return \App\Form\UserServiceProviderType
  5358.      */
  5359.     protected function getUserServiceProviderTypeService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5363.         include_once \dirname(__DIR__4).'/src/Form/UserServiceProviderType.php';
  5364.         return $this->privates['App\\Form\\UserServiceProviderType'] = new \App\Form\UserServiceProviderType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\OrganismeRepository'] ?? $this->getOrganismeRepositoryService()));
  5365.     }
  5366.     /**
  5367.      * Gets the private 'App\Form\UserTechnicianEditType' shared autowired service.
  5368.      *
  5369.      * @return \App\Form\UserTechnicianEditType
  5370.      */
  5371.     protected function getUserTechnicianEditTypeService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5375.         include_once \dirname(__DIR__4).'/src/Form/UserTechnicianEditType.php';
  5376.         return $this->privates['App\\Form\\UserTechnicianEditType'] = new \App\Form\UserTechnicianEditType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\OrganismeRepository'] ?? $this->getOrganismeRepositoryService()));
  5377.     }
  5378.     /**
  5379.      * Gets the private 'App\Form\UserTechnicianType' shared autowired service.
  5380.      *
  5381.      * @return \App\Form\UserTechnicianType
  5382.      */
  5383.     protected function getUserTechnicianTypeService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5387.         include_once \dirname(__DIR__4).'/src/Form/UserTechnicianType.php';
  5388.         return $this->privates['App\\Form\\UserTechnicianType'] = new \App\Form\UserTechnicianType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\OrganismeRepository'] ?? $this->getOrganismeRepositoryService()));
  5389.     }
  5390.     /**
  5391.      * Gets the private 'App\Form\VersionType' shared autowired service.
  5392.      *
  5393.      * @return \App\Form\VersionType
  5394.      */
  5395.     protected function getVersionTypeService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5399.         include_once \dirname(__DIR__4).'/src/Form/VersionType.php';
  5400.         return $this->privates['App\\Form\\VersionType'] = new \App\Form\VersionType();
  5401.     }
  5402.     /**
  5403.      * Gets the private 'App\Form\WorkOrderType' shared autowired service.
  5404.      *
  5405.      * @return \App\Form\WorkOrderType
  5406.      */
  5407.     protected function getWorkOrderTypeService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5411.         include_once \dirname(__DIR__4).'/src/Form/WorkOrderType.php';
  5412.         return $this->privates['App\\Form\\WorkOrderType'] = new \App\Form\WorkOrderType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\OrganismeRepository'] ?? $this->getOrganismeRepositoryService()), ($this->privates['App\\Repository\\UserTechnicianRepository'] ?? $this->getUserTechnicianRepositoryService()));
  5413.     }
  5414.     /**
  5415.      * Gets the private 'App\Provider\InterfaceInjection\FtthProvider' shared autowired service.
  5416.      *
  5417.      * @return \App\Provider\InterfaceInjection\FtthProvider
  5418.      */
  5419.     protected function getFtthProviderService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5422.         include_once \dirname(__DIR__4).'/src/Provider/InterfaceInjection/ProviderInterface.php';
  5423.         include_once \dirname(__DIR__4).'/src/Provider/InterfaceInjection/FtthProvider.php';
  5424.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5425.         if (isset($this->privates['App\\Provider\\InterfaceInjection\\FtthProvider'])) {
  5426.             return $this->privates['App\\Provider\\InterfaceInjection\\FtthProvider'];
  5427.         }
  5428.         return $this->privates['App\\Provider\\InterfaceInjection\\FtthProvider'] = new \App\Provider\InterfaceInjection\FtthProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5429.     }
  5430.     /**
  5431.      * Gets the private 'App\Provider\InterfaceInjection\PartageFtthProvider' shared autowired service.
  5432.      *
  5433.      * @return \App\Provider\InterfaceInjection\PartageFtthProvider
  5434.      */
  5435.     protected function getPartageFtthProviderService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5438.         include_once \dirname(__DIR__4).'/src/Provider/InterfaceInjection/ProviderInterface.php';
  5439.         include_once \dirname(__DIR__4).'/src/Provider/InterfaceInjection/PartageFtthProvider.php';
  5440.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5441.         if (isset($this->privates['App\\Provider\\InterfaceInjection\\PartageFtthProvider'])) {
  5442.             return $this->privates['App\\Provider\\InterfaceInjection\\PartageFtthProvider'];
  5443.         }
  5444.         return $this->privates['App\\Provider\\InterfaceInjection\\PartageFtthProvider'] = new \App\Provider\InterfaceInjection\PartageFtthProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5445.     }
  5446.     /**
  5447.      * Gets the private 'App\Provider\InterfaceInjection\TdlteProvider' shared autowired service.
  5448.      *
  5449.      * @return \App\Provider\InterfaceInjection\TdlteProvider
  5450.      */
  5451.     protected function getTdlteProviderService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/src/Provider/InterfaceInjection/ProviderInterface.php';
  5454.         include_once \dirname(__DIR__4).'/src/Provider/InterfaceInjection/TdlteProvider.php';
  5455.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5456.         if (isset($this->privates['App\\Provider\\InterfaceInjection\\TdlteProvider'])) {
  5457.             return $this->privates['App\\Provider\\InterfaceInjection\\TdlteProvider'];
  5458.         }
  5459.         return $this->privates['App\\Provider\\InterfaceInjection\\TdlteProvider'] = new \App\Provider\InterfaceInjection\TdlteProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5460.     }
  5461.     /**
  5462.      * Gets the private 'App\Provider\Kannel\KannelSmsProvider' shared autowired service.
  5463.      *
  5464.      * @return \App\Provider\Kannel\KannelSmsProvider
  5465.      */
  5466.     protected function getKannelSmsProviderService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/src/Provider/Kannel/KannelSmsProvider.php';
  5469.         include_once \dirname(__DIR__4).'/src/Utils/Manager/ConfigManager.php';
  5470.         include_once \dirname(__DIR__4).'/src/Utils/Helper/HttpClientHelper.php';
  5471.         $a = ($this->privates['App\\Utils\\Helper\\ParamsHelper'] ?? $this->getParamsHelperService());
  5472.         return $this->privates['App\\Provider\\Kannel\\KannelSmsProvider'] = new \App\Provider\Kannel\KannelSmsProvider(new \App\Utils\Manager\ConfigManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), $a, new \App\Utils\Helper\HttpClientHelper(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, ($this->services['translator'] ?? $this->getTranslatorService())));
  5473.     }
  5474.     /**
  5475.      * Gets the private 'App\Repository\AccessPointRepository' shared autowired service.
  5476.      *
  5477.      * @return \App\Repository\AccessPointRepository
  5478.      */
  5479.     protected function getAccessPointRepositoryService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/src/Repository/AccessPointRepository.php';
  5482.         return $this->privates['App\\Repository\\AccessPointRepository'] = new \App\Repository\AccessPointRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5483.     }
  5484.     /**
  5485.      * Gets the private 'App\Repository\AffectHistoryRepository' shared autowired service.
  5486.      *
  5487.      * @return \App\Repository\AffectHistoryRepository
  5488.      */
  5489.     protected function getAffectHistoryRepositoryService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/src/Repository/AffectHistoryRepository.php';
  5492.         return $this->privates['App\\Repository\\AffectHistoryRepository'] = new \App\Repository\AffectHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5493.     }
  5494.     /**
  5495.      * Gets the private 'App\Repository\BackUp4gCommandRepository' shared autowired service.
  5496.      *
  5497.      * @return \App\Repository\BackUp4gCommandRepository
  5498.      */
  5499.     protected function getBackUp4gCommandRepositoryService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/src/Repository/BackUp4gCommandRepository.php';
  5502.         return $this->privates['App\\Repository\\BackUp4gCommandRepository'] = new \App\Repository\BackUp4gCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5503.     }
  5504.     /**
  5505.      * Gets the private 'App\Repository\ChangeBoxInterventionRepository' shared autowired service.
  5506.      *
  5507.      * @return \App\Repository\ChangeBoxInterventionRepository
  5508.      */
  5509.     protected function getChangeBoxInterventionRepositoryService()
  5510.     {
  5511.         include_once \dirname(__DIR__4).'/src/Repository/ChangeBoxInterventionRepository.php';
  5512.         return $this->privates['App\\Repository\\ChangeBoxInterventionRepository'] = new \App\Repository\ChangeBoxInterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5513.     }
  5514.     /**
  5515.      * Gets the private 'App\Repository\ChangementEmplacementInterventionRepository' shared autowired service.
  5516.      *
  5517.      * @return \App\Repository\ChangementEmplacementInterventionRepository
  5518.      */
  5519.     protected function getChangementEmplacementInterventionRepositoryService()
  5520.     {
  5521.         include_once \dirname(__DIR__4).'/src/Repository/ChangementEmplacementInterventionRepository.php';
  5522.         return $this->privates['App\\Repository\\ChangementEmplacementInterventionRepository'] = new \App\Repository\ChangementEmplacementInterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5523.     }
  5524.     /**
  5525.      * Gets the private 'App\Repository\CommandRepository' shared autowired service.
  5526.      *
  5527.      * @return \App\Repository\CommandRepository
  5528.      */
  5529.     protected function getCommandRepositoryService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/src/Repository/CommandRepository.php';
  5532.         return $this->privates['App\\Repository\\CommandRepository'] = new \App\Repository\CommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getEnv('APP_ARCHIVED_COMMAND_TIME_MONTH'));
  5533.     }
  5534.     /**
  5535.      * Gets the private 'App\Repository\CommandTdlteRepository' shared autowired service.
  5536.      *
  5537.      * @return \App\Repository\CommandTdlteRepository
  5538.      */
  5539.     protected function getCommandTdlteRepositoryService()
  5540.     {
  5541.         include_once \dirname(__DIR__4).'/src/Repository/CommandTdlteRepository.php';
  5542.         return $this->privates['App\\Repository\\CommandTdlteRepository'] = new \App\Repository\CommandTdlteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5543.     }
  5544.     /**
  5545.      * Gets the private 'App\Repository\DemenagementRepository' shared autowired service.
  5546.      *
  5547.      * @return \App\Repository\DemenagementRepository
  5548.      */
  5549.     protected function getDemenagementRepositoryService()
  5550.     {
  5551.         return $this->privates['App\\Repository\\DemenagementRepository'] = new \App\Repository\DemenagementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5552.     }
  5553.     /**
  5554.      * Gets the private 'App\Repository\DetailCommandRepository' shared autowired service.
  5555.      *
  5556.      * @return \App\Repository\DetailCommandRepository
  5557.      */
  5558.     protected function getDetailCommandRepositoryService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/src/Repository/DetailCommandRepository.php';
  5561.         return $this->privates['App\\Repository\\DetailCommandRepository'] = new \App\Repository\DetailCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5562.     }
  5563.     /**
  5564.      * Gets the private 'App\Repository\DisturbingInterventionRepository' shared autowired service.
  5565.      *
  5566.      * @return \App\Repository\DisturbingInterventionRepository
  5567.      */
  5568.     protected function getDisturbingInterventionRepositoryService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/src/Repository/DisturbingInterventionRepository.php';
  5571.         return $this->privates['App\\Repository\\DisturbingInterventionRepository'] = new \App\Repository\DisturbingInterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5572.     }
  5573.     /**
  5574.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  5575.      *
  5576.      * @return \App\Repository\ImageRepository
  5577.      */
  5578.     protected function getImageRepositoryService()
  5579.     {
  5580.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  5581.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5582.     }
  5583.     /**
  5584.      * Gets the private 'App\Repository\MarqueRepository' shared autowired service.
  5585.      *
  5586.      * @return \App\Repository\MarqueRepository
  5587.      */
  5588.     protected function getMarqueRepositoryService()
  5589.     {
  5590.         return $this->privates['App\\Repository\\MarqueRepository'] = new \App\Repository\MarqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5591.     }
  5592.     /**
  5593.      * Gets the private 'App\Repository\MiseEnServiceRepository' shared autowired service.
  5594.      *
  5595.      * @return \App\Repository\MiseEnServiceRepository
  5596.      */
  5597.     protected function getMiseEnServiceRepositoryService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/src/Repository/MiseEnServiceRepository.php';
  5600.         return $this->privates['App\\Repository\\MiseEnServiceRepository'] = new \App\Repository\MiseEnServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5601.     }
  5602.     /**
  5603.      * Gets the private 'App\Repository\ModelRepository' shared autowired service.
  5604.      *
  5605.      * @return \App\Repository\ModelRepository
  5606.      */
  5607.     protected function getModelRepositoryService()
  5608.     {
  5609.         return $this->privates['App\\Repository\\ModelRepository'] = new \App\Repository\ModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5610.     }
  5611.     /**
  5612.      * Gets the private 'App\Repository\OrganismeRepository' shared autowired service.
  5613.      *
  5614.      * @return \App\Repository\OrganismeRepository
  5615.      */
  5616.     protected function getOrganismeRepositoryService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/src/Repository/OrganismeRepository.php';
  5619.         return $this->privates['App\\Repository\\OrganismeRepository'] = new \App\Repository\OrganismeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'App\Repository\PostTestingCommandRepository' shared autowired service.
  5623.      *
  5624.      * @return \App\Repository\PostTestingCommandRepository
  5625.      */
  5626.     protected function getPostTestingCommandRepositoryService()
  5627.     {
  5628.         include_once \dirname(__DIR__4).'/src/Repository/PostTestingCommandRepository.php';
  5629.         return $this->privates['App\\Repository\\PostTestingCommandRepository'] = new \App\Repository\PostTestingCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5630.     }
  5631.     /**
  5632.      * Gets the private 'App\Repository\ProcessingCommandRepository' shared autowired service.
  5633.      *
  5634.      * @return \App\Repository\ProcessingCommandRepository
  5635.      */
  5636.     protected function getProcessingCommandRepositoryService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/src/Repository/ProcessingCommandRepository.php';
  5639.         return $this->privates['App\\Repository\\ProcessingCommandRepository'] = new \App\Repository\ProcessingCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'App\Repository\ProcessingCommandTdlteRepository' shared autowired service.
  5643.      *
  5644.      * @return \App\Repository\ProcessingCommandTdlteRepository
  5645.      */
  5646.     protected function getProcessingCommandTdlteRepositoryService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/src/Repository/ProcessingCommandTdlteRepository.php';
  5649.         return $this->privates['App\\Repository\\ProcessingCommandTdlteRepository'] = new \App\Repository\ProcessingCommandTdlteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5650.     }
  5651.     /**
  5652.      * Gets the private 'App\Repository\ProcessingWorkOrderRepository' shared autowired service.
  5653.      *
  5654.      * @return \App\Repository\ProcessingWorkOrderRepository
  5655.      */
  5656.     protected function getProcessingWorkOrderRepositoryService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/src/Repository/ProcessingWorkOrderRepository.php';
  5659.         return $this->privates['App\\Repository\\ProcessingWorkOrderRepository'] = new \App\Repository\ProcessingWorkOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5660.     }
  5661.     /**
  5662.      * Gets the private 'App\Repository\PvCommandRepository' shared autowired service.
  5663.      *
  5664.      * @return \App\Repository\PvCommandRepository
  5665.      */
  5666.     protected function getPvCommandRepositoryService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/src/Repository/PvCommandRepository.php';
  5669.         return $this->privates['App\\Repository\\PvCommandRepository'] = new \App\Repository\PvCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'App\Repository\SiteSurveyRepository' shared autowired service.
  5673.      *
  5674.      * @return \App\Repository\SiteSurveyRepository
  5675.      */
  5676.     protected function getSiteSurveyRepositoryService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/src/Repository/SiteSurveyRepository.php';
  5679.         return $this->privates['App\\Repository\\SiteSurveyRepository'] = new \App\Repository\SiteSurveyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5680.     }
  5681.     /**
  5682.      * Gets the private 'App\Repository\StatusCommandRepository' shared autowired service.
  5683.      *
  5684.      * @return \App\Repository\StatusCommandRepository
  5685.      */
  5686.     protected function getStatusCommandRepositoryService()
  5687.     {
  5688.         include_once \dirname(__DIR__4).'/src/Repository/StatusCommandRepository.php';
  5689.         return $this->privates['App\\Repository\\StatusCommandRepository'] = new \App\Repository\StatusCommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5690.     }
  5691.     /**
  5692.      * Gets the private 'App\Repository\TestPostInstallationRepository' shared autowired service.
  5693.      *
  5694.      * @return \App\Repository\TestPostInstallationRepository
  5695.      */
  5696.     protected function getTestPostInstallationRepositoryService()
  5697.     {
  5698.         include_once \dirname(__DIR__4).'/src/Repository/TestPostInstallationRepository.php';
  5699.         return $this->privates['App\\Repository\\TestPostInstallationRepository'] = new \App\Repository\TestPostInstallationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5700.     }
  5701.     /**
  5702.      * Gets the private 'App\Repository\TestPostInstallationSavRepository' shared autowired service.
  5703.      *
  5704.      * @return \App\Repository\TestPostInstallationSavRepository
  5705.      */
  5706.     protected function getTestPostInstallationSavRepositoryService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/src/Repository/TestPostInstallationSavRepository.php';
  5709.         return $this->privates['App\\Repository\\TestPostInstallationSavRepository'] = new \App\Repository\TestPostInstallationSavRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5710.     }
  5711.     /**
  5712.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5713.      *
  5714.      * @return \App\Repository\UserRepository
  5715.      */
  5716.     protected function getUserRepositoryService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5719.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5720.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5721.         if (isset($this->privates['App\\Repository\\UserRepository'])) {
  5722.             return $this->privates['App\\Repository\\UserRepository'];
  5723.         }
  5724.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  5725.     }
  5726.     /**
  5727.      * Gets the private 'App\Repository\UserTechnicianRepository' shared autowired service.
  5728.      *
  5729.      * @return \App\Repository\UserTechnicianRepository
  5730.      */
  5731.     protected function getUserTechnicianRepositoryService()
  5732.     {
  5733.         include_once \dirname(__DIR__4).'/src/Repository/UserTechnicianRepository.php';
  5734.         return $this->privates['App\\Repository\\UserTechnicianRepository'] = new \App\Repository\UserTechnicianRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5735.     }
  5736.     /**
  5737.      * Gets the private 'App\Repository\VersionRepository' shared autowired service.
  5738.      *
  5739.      * @return \App\Repository\VersionRepository
  5740.      */
  5741.     protected function getVersionRepositoryService()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/src/Repository/VersionRepository.php';
  5744.         return $this->privates['App\\Repository\\VersionRepository'] = new \App\Repository\VersionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5745.     }
  5746.     /**
  5747.      * Gets the private 'App\Repository\WorkOrderRepository' shared autowired service.
  5748.      *
  5749.      * @return \App\Repository\WorkOrderRepository
  5750.      */
  5751.     protected function getWorkOrderRepositoryService()
  5752.     {
  5753.         include_once \dirname(__DIR__4).'/src/Repository/WorkOrderRepository.php';
  5754.         return $this->privates['App\\Repository\\WorkOrderRepository'] = new \App\Repository\WorkOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5755.     }
  5756.     /**
  5757.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5758.      *
  5759.      * @return \App\Security\LoginFormAuthenticator
  5760.      */
  5761.     protected function getLoginFormAuthenticatorService()
  5762.     {
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5769.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5770.         include_once \dirname(__DIR__4).'/src/Provider/Ldap/LdapService.php';
  5771.         include_once \dirname(__DIR__4).'/src/Provider/Ldap/LdapProvider.php';
  5772.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5773.         if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
  5774.             return $this->privates['App\\Security\\LoginFormAuthenticator'];
  5775.         }
  5776.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), new \App\Provider\Ldap\LdapService($a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Provider\Ldap\LdapProvider($this->getEnv('LDAP_URI'), $this->getEnv('LDAP_ADMIN_DN'), $this->getEnv('LDAP_ADMIN_PASS'), $this->getEnv('LDAP_SEARCH_DN'), $this->getEnv('LDAP_SEARCH_FILTER')), $this->getEnv('LDAP_MAPPING_ROLE_AGENT_SP'), $this->getEnv('LDAP_MAPPING_ROLE_ADMIN_SP'), $this->getEnv('LDAP_MAPPING_ROLE_ADMIN_ORANGE'), $this->getEnv('LDAP_MAPPING_ROLE_DTF_RECEPTION'), $this->getEnv('LDAP_MAPPING_ROLE_DTF_RACCORDEMENT'), $this->getEnv('LDAP_MAPPING_ROLE_DTF_ADRESSABLE')));
  5777.     }
  5778.     /**
  5779.      * Gets the private 'App\Service\CommandService' shared autowired service.
  5780.      *
  5781.      * @return \App\Service\CommandService
  5782.      */
  5783.     protected function getCommandServiceService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/src/Service/CommandService.php';
  5786.         include_once \dirname(__DIR__4).'/src/Utils/Exporter/PdfHelper.php';
  5787.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5788.         if (isset($this->privates['App\\Service\\CommandService'])) {
  5789.             return $this->privates['App\\Service\\CommandService'];
  5790.         }
  5791.         return $this->privates['App\\Service\\CommandService'] = new \App\Service\CommandService(($this->privates['App\\Repository\\CommandRepository'] ?? $this->getCommandRepositoryService()), new \App\Utils\Exporter\PdfHelper(($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $a), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Repository\\PostTestingCommandRepository'] ?? $this->getPostTestingCommandRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Utils\\Session\\SessionHelper'] ?? $this->getSessionHelperService()), $this->getEnv('BASE_URL_COMPLETE'));
  5792.     }
  5793.     /**
  5794.      * Gets the private 'App\Service\InterfaceInjection\ProviderService' shared autowired service.
  5795.      *
  5796.      * @return \App\Service\InterfaceInjection\ProviderService
  5797.      */
  5798.     protected function getProviderServiceService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/src/Service/InterfaceInjection/ProviderService.php';
  5801.         return $this->privates['App\\Service\\InterfaceInjection\\ProviderService'] = new \App\Service\InterfaceInjection\ProviderService(new RewindableGenerator(function () {
  5802.             yield => ($this->privates['App\\Provider\\InterfaceInjection\\FtthProvider'] ?? $this->getFtthProviderService());
  5803.             yield => ($this->privates['App\\Provider\\InterfaceInjection\\PartageFtthProvider'] ?? $this->getPartageFtthProviderService());
  5804.             yield => ($this->privates['App\\Provider\\InterfaceInjection\\TdlteProvider'] ?? $this->getTdlteProviderService());
  5805.         }, 3));
  5806.     }
  5807.     /**
  5808.      * Gets the private 'App\Service\ManagementUserService' shared autowired service.
  5809.      *
  5810.      * @return \App\Service\ManagementUserService
  5811.      */
  5812.     protected function getManagementUserServiceService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/src/Service/ManagementUserService.php';
  5815.         return $this->privates['App\\Service\\ManagementUserService'] = new \App\Service\ManagementUserService(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\UserTechnicianRepository'] ?? $this->getUserTechnicianRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5816.     }
  5817.     /**
  5818.      * Gets the private 'App\Service\SavService' shared autowired service.
  5819.      *
  5820.      * @return \App\Service\SavService
  5821.      */
  5822.     protected function getSavServiceService()
  5823.     {
  5824.         include_once \dirname(__DIR__4).'/src/Service/SavService.php';
  5825.         return $this->privates['App\\Service\\SavService'] = new \App\Service\SavService(($this->privates['App\\Repository\\WorkOrderRepository'] ?? $this->getWorkOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['App\\Utils\\Session\\SessionHelper'] ?? $this->getSessionHelperService()));
  5826.     }
  5827.     /**
  5828.      * Gets the private 'App\Utils\Exporter\CsvHelper' shared autowired service.
  5829.      *
  5830.      * @return \App\Utils\Exporter\CsvHelper
  5831.      */
  5832.     protected function getCsvHelperService()
  5833.     {
  5834.         include_once \dirname(__DIR__4).'/src/Utils/Exporter/CsvHelper.php';
  5835.         return $this->privates['App\\Utils\\Exporter\\CsvHelper'] = new \App\Utils\Exporter\CsvHelper(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5836.     }
  5837.     /**
  5838.      * Gets the private 'App\Utils\Exporter\ZipHelper' shared autowired service.
  5839.      *
  5840.      * @return \App\Utils\Exporter\ZipHelper
  5841.      */
  5842.     protected function getZipHelperService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/src/Utils/Exporter/ZipHelper.php';
  5845.         return $this->privates['App\\Utils\\Exporter\\ZipHelper'] = new \App\Utils\Exporter\ZipHelper();
  5846.     }
  5847.     /**
  5848.      * Gets the private 'App\Utils\Helper\ParamsHelper' shared autowired service.
  5849.      *
  5850.      * @return \App\Utils\Helper\ParamsHelper
  5851.      */
  5852.     protected function getParamsHelperService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/src/Utils/Helper/ParamsHelper.php';
  5855.         return $this->privates['App\\Utils\\Helper\\ParamsHelper'] = new \App\Utils\Helper\ParamsHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5856.     }
  5857.     /**
  5858.      * Gets the private 'App\Utils\Security\UserAuthorizationChecker' shared autowired service.
  5859.      *
  5860.      * @return \App\Utils\Security\UserAuthorizationChecker
  5861.      */
  5862.     protected function getUserAuthorizationCheckerService()
  5863.     {
  5864.         include_once \dirname(__DIR__4).'/src/Utils/Security/UserAuthorizationChecker.php';
  5865.         return $this->privates['App\\Utils\\Security\\UserAuthorizationChecker'] = new \App\Utils\Security\UserAuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5866.     }
  5867.     /**
  5868.      * Gets the private 'App\Utils\Session\SessionHelper' shared autowired service.
  5869.      *
  5870.      * @return \App\Utils\Session\SessionHelper
  5871.      */
  5872.     protected function getSessionHelperService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/src/Utils/Session/SessionHelper.php';
  5875.         return $this->privates['App\\Utils\\Session\\SessionHelper'] = new \App\Utils\Session\SessionHelper(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5876.     }
  5877.     /**
  5878.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5879.      *
  5880.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5881.      */
  5882.     protected function getManagerRegistryAwareConnectionProviderService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5886.         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'));
  5887.     }
  5888.     /**
  5889.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5890.      *
  5891.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5892.      */
  5893.     protected function getRunSqlCommandService()
  5894.     {
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5897.         $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()));
  5898.         $instance->setName('dbal:run-sql');
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5903.      *
  5904.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5905.      */
  5906.     protected function getResetAssetsEventListenerService()
  5907.     {
  5908.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5909.     }
  5910.     /**
  5911.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  5912.      *
  5913.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  5914.      */
  5915.     protected function getCacheWarmer2Service()
  5916.     {
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  5919.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  5920.     }
  5921.     /**
  5922.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  5923.      *
  5924.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  5925.      */
  5926.     protected function getUploaderHelperService()
  5927.     {
  5928.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  5929.     }
  5930.     /**
  5931.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  5932.      *
  5933.      * @return \Vich\UploaderBundle\Util\Transliterator
  5934.      */
  5935.     protected function getTransliteratorService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5940.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'annotations.cache_adapter' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5946.      */
  5947.     protected function getAnnotations_CacheAdapterService()
  5948.     {
  5949.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5950.     }
  5951.     /**
  5952.      * Gets the private 'annotations.cache_warmer' shared service.
  5953.      *
  5954.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5955.      */
  5956.     protected function getAnnotations_CacheWarmerService()
  5957.     {
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5961.         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);
  5962.     }
  5963.     /**
  5964.      * Gets the private 'annotations.cached_reader' shared service.
  5965.      *
  5966.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5967.      */
  5968.     protected function getAnnotations_CachedReaderService()
  5969.     {
  5970.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5971.     }
  5972.     /**
  5973.      * Gets the private 'annotations.reader' shared service.
  5974.      *
  5975.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5976.      */
  5977.     protected function getAnnotations_ReaderService()
  5978.     {
  5979.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5980.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5981.         $a->registerUniqueLoader('class_exists');
  5982.         $instance->addGlobalIgnoredName('required'$a);
  5983.         return $instance;
  5984.     }
  5985.     /**
  5986.      * Gets the private 'assets.packages' shared service.
  5987.      *
  5988.      * @return \Symfony\Component\Asset\Packages
  5989.      */
  5990.     protected function getAssets_PackagesService()
  5991.     {
  5992.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5993.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  5994.             return new \EmptyIterator();
  5995.         }, 0));
  5996.     }
  5997.     /**
  5998.      * Gets the private 'cache.annotations' shared service.
  5999.      *
  6000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6001.      */
  6002.     protected function getCache_AnnotationsService()
  6003.     {
  6004.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DaSegQqWBA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6005.     }
  6006.     /**
  6007.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6008.      *
  6009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6010.      */
  6011.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6012.     {
  6013.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6014.     }
  6015.     /**
  6016.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6017.      *
  6018.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6019.      */
  6020.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6021.     {
  6022.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6023.     }
  6024.     /**
  6025.      * Gets the private 'cache.property_info' shared service.
  6026.      *
  6027.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6028.      */
  6029.     protected function getCache_PropertyInfoService()
  6030.     {
  6031.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('B+AlvVTj5f'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6032.     }
  6033.     /**
  6034.      * Gets the private 'cache.security_expression_language' shared service.
  6035.      *
  6036.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6037.      */
  6038.     protected function getCache_SecurityExpressionLanguageService()
  6039.     {
  6040.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lZubBjanlS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6041.     }
  6042.     /**
  6043.      * Gets the private 'cache.serializer' shared service.
  6044.      *
  6045.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6046.      */
  6047.     protected function getCache_SerializerService()
  6048.     {
  6049.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uct2QaVBtd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6050.     }
  6051.     /**
  6052.      * Gets the private 'cache.validator' shared service.
  6053.      *
  6054.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6055.      */
  6056.     protected function getCache_ValidatorService()
  6057.     {
  6058.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nBxDQtMTBr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6059.     }
  6060.     /**
  6061.      * Gets the private 'cache.webpack_encore' shared service.
  6062.      *
  6063.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6064.      */
  6065.     protected function getCache_WebpackEncoreService()
  6066.     {
  6067.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y+vkCawei8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6068.     }
  6069.     /**
  6070.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6071.      *
  6072.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6073.      */
  6074.     protected function getCachePoolClearer_CacheWarmerService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6078.         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']);
  6079.     }
  6080.     /**
  6081.      * Gets the private 'config_builder.warmer' shared service.
  6082.      *
  6083.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6084.      */
  6085.     protected function getConfigBuilder_WarmerService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6089.         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()));
  6090.     }
  6091.     /**
  6092.      * Gets the private 'config_cache_factory' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6095.      */
  6096.     protected function getConfigCacheFactoryService()
  6097.     {
  6098.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6099.             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)));
  6100.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6101.         }, 2));
  6102.     }
  6103.     /**
  6104.      * Gets the private 'console.command.about' shared service.
  6105.      *
  6106.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6107.      */
  6108.     protected function getConsole_Command_AboutService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6112.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6113.         $instance->setName('about');
  6114.         $instance->setDescription('Display information about the current project');
  6115.         return $instance;
  6116.     }
  6117.     /**
  6118.      * Gets the private 'console.command.assets_install' shared service.
  6119.      *
  6120.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6121.      */
  6122.     protected function getConsole_Command_AssetsInstallService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6127.         $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));
  6128.         $instance->setName('assets:install');
  6129.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6130.         return $instance;
  6131.     }
  6132.     /**
  6133.      * Gets the private 'console.command.cache_clear' shared service.
  6134.      *
  6135.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6136.      */
  6137.     protected function getConsole_Command_CacheClearService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6142.         $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())));
  6143.         $instance->setName('cache:clear');
  6144.         $instance->setDescription('Clear the cache');
  6145.         return $instance;
  6146.     }
  6147.     /**
  6148.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6149.      *
  6150.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6151.      */
  6152.     protected function getConsole_Command_CachePoolClearService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6156.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  6157.         $instance->setName('cache:pool:clear');
  6158.         $instance->setDescription('Clear cache pools');
  6159.         return $instance;
  6160.     }
  6161.     /**
  6162.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6163.      *
  6164.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6165.      */
  6166.     protected function getConsole_Command_CachePoolDeleteService()
  6167.     {
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6170.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  6171.         $instance->setName('cache:pool:delete');
  6172.         $instance->setDescription('Delete an item from a cache pool');
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'console.command.cache_pool_list' shared service.
  6177.      *
  6178.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6179.      */
  6180.     protected function getConsole_Command_CachePoolListService()
  6181.     {
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6184.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  6185.         $instance->setName('cache:pool:list');
  6186.         $instance->setDescription('List available cache pools');
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6191.      *
  6192.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6193.      */
  6194.     protected function getConsole_Command_CachePoolPruneService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6198.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6199.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6200.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6201.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6202.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6203.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6204.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6205.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6206.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6207.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6208.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6209.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  6210.         }, 11));
  6211.         $instance->setName('cache:pool:prune');
  6212.         $instance->setDescription('Prune cache pools');
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the private 'console.command.cache_warmup' shared service.
  6217.      *
  6218.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6219.      */
  6220.     protected function getConsole_Command_CacheWarmupService()
  6221.     {
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6224.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6225.         $instance->setName('cache:warmup');
  6226.         $instance->setDescription('Warm up an empty cache');
  6227.         return $instance;
  6228.     }
  6229.     /**
  6230.      * Gets the private 'console.command.config_debug' shared service.
  6231.      *
  6232.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6233.      */
  6234.     protected function getConsole_Command_ConfigDebugService()
  6235.     {
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6241.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6242.         $instance->setName('debug:config');
  6243.         $instance->setDescription('Dump the current configuration for an extension');
  6244.         return $instance;
  6245.     }
  6246.     /**
  6247.      * Gets the private 'console.command.config_dump_reference' shared service.
  6248.      *
  6249.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6250.      */
  6251.     protected function getConsole_Command_ConfigDumpReferenceService()
  6252.     {
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6258.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6259.         $instance->setName('config:dump-reference');
  6260.         $instance->setDescription('Dump the default configuration for an extension');
  6261.         return $instance;
  6262.     }
  6263.     /**
  6264.      * Gets the private 'console.command.container_debug' shared service.
  6265.      *
  6266.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6267.      */
  6268.     protected function getConsole_Command_ContainerDebugService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6273.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6274.         $instance->setName('debug:container');
  6275.         $instance->setDescription('Display current services for an application');
  6276.         return $instance;
  6277.     }
  6278.     /**
  6279.      * Gets the private 'console.command.container_lint' shared service.
  6280.      *
  6281.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6282.      */
  6283.     protected function getConsole_Command_ContainerLintService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6287.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6288.         $instance->setName('lint:container');
  6289.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6290.         return $instance;
  6291.     }
  6292.     /**
  6293.      * Gets the private 'console.command.debug_autowiring' shared service.
  6294.      *
  6295.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6296.      */
  6297.     protected function getConsole_Command_DebugAutowiringService()
  6298.     {
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6303.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6304.         $instance->setName('debug:autowiring');
  6305.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6306.         return $instance;
  6307.     }
  6308.     /**
  6309.      * Gets the private 'console.command.dotenv_debug' shared service.
  6310.      *
  6311.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6312.      */
  6313.     protected function getConsole_Command_DotenvDebugService()
  6314.     {
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6317.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6318.         $instance->setName('debug:dotenv');
  6319.         $instance->setDescription('Lists all dotenv files with variables and values');
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6324.      *
  6325.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6326.      */
  6327.     protected function getConsole_Command_EventDispatcherDebugService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6331.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  6332.         $instance->setName('debug:event-dispatcher');
  6333.         $instance->setDescription('Display configured listeners for an application');
  6334.         return $instance;
  6335.     }
  6336.     /**
  6337.      * Gets the private 'console.command.form_debug' shared service.
  6338.      *
  6339.      * @return \Symfony\Component\Form\Command\DebugCommand
  6340.      */
  6341.     protected function getConsole_Command_FormDebugService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6345.         $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'=> 'Vich\\UploaderBundle\\Form\\Type'], [=> 'App\\Form\\DemenagementType'=> 'App\\Form\\MarqueType'=> 'App\\Form\\ModelType'=> 'App\\Form\\OrganismeType'=> 'App\\Form\\StatusCommandType'=> 'App\\Form\\UserAdminServiceProviderType'=> 'App\\Form\\UserServiceProviderType'=> 'App\\Form\\UserTechnicianEditType'=> 'App\\Form\\UserTechnicianType'=> 'App\\Form\\VersionType'10 => 'App\\Form\\WorkOrderType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'15 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'16 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'17 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [=> '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()));
  6346.         $instance->setName('debug:form');
  6347.         $instance->setDescription('Display form type information');
  6348.         return $instance;
  6349.     }
  6350.     /**
  6351.      * Gets the private 'console.command.router_debug' shared service.
  6352.      *
  6353.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6354.      */
  6355.     protected function getConsole_Command_RouterDebugService()
  6356.     {
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6360.         $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()));
  6361.         $instance->setName('debug:router');
  6362.         $instance->setDescription('Display current routes for an application');
  6363.         return $instance;
  6364.     }
  6365.     /**
  6366.      * Gets the private 'console.command.router_match' shared service.
  6367.      *
  6368.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6369.      */
  6370.     protected function getConsole_Command_RouterMatchService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6374.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6375.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6376.         }, 1));
  6377.         $instance->setName('router:match');
  6378.         $instance->setDescription('Help debug routes by simulating a path info match');
  6379.         return $instance;
  6380.     }
  6381.     /**
  6382.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6383.      *
  6384.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6385.      */
  6386.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6392.         $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')))));
  6393.         $instance->setName('secrets:decrypt-to-local');
  6394.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6395.         return $instance;
  6396.     }
  6397.     /**
  6398.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6399.      *
  6400.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6401.      */
  6402.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6408.         $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')))));
  6409.         $instance->setName('secrets:encrypt-from-local');
  6410.         $instance->setDescription('Encrypt all local secrets to the vault');
  6411.         return $instance;
  6412.     }
  6413.     /**
  6414.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6415.      *
  6416.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6417.      */
  6418.     protected function getConsole_Command_SecretsGenerateKeyService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6424.         $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')))));
  6425.         $instance->setName('secrets:generate-keys');
  6426.         $instance->setDescription('Generate new encryption keys');
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the private 'console.command.secrets_list' shared service.
  6431.      *
  6432.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6433.      */
  6434.     protected function getConsole_Command_SecretsListService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6440.         $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')))));
  6441.         $instance->setName('secrets:list');
  6442.         $instance->setDescription('List all secrets');
  6443.         return $instance;
  6444.     }
  6445.     /**
  6446.      * Gets the private 'console.command.secrets_remove' shared service.
  6447.      *
  6448.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6449.      */
  6450.     protected function getConsole_Command_SecretsRemoveService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6456.         $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')))));
  6457.         $instance->setName('secrets:remove');
  6458.         $instance->setDescription('Remove a secret from the vault');
  6459.         return $instance;
  6460.     }
  6461.     /**
  6462.      * Gets the private 'console.command.secrets_set' shared service.
  6463.      *
  6464.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6465.      */
  6466.     protected function getConsole_Command_SecretsSetService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6472.         $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')))));
  6473.         $instance->setName('secrets:set');
  6474.         $instance->setDescription('Set a secret in the vault');
  6475.         return $instance;
  6476.     }
  6477.     /**
  6478.      * Gets the private 'console.command.translation_debug' shared service.
  6479.      *
  6480.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6481.      */
  6482.     protected function getConsole_Command_TranslationDebugService()
  6483.     {
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6486.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/BaseCrudController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/AjaxCommandController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/AjaxCommandTdlteController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/CommandController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/CommandTdlteController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/UserAdminServiceProviderController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/UserServiceProviderController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/UserTechnicianController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/PartageFtth/AjaxPartageFtthController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/PartageFtth/PartageFtthController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/PartageFtth/SavController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Setting/DemenagementController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Setting/MarqueController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Setting/ModelController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Setting/OrganismeController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Setting/StatusCommandController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/Setting/VersionController.php'), 19 => (\dirname(__DIR__4).'/src/Utils/Helper/HttpClientHelper.php'), 20 => (\dirname(__DIR__4).'/src/Service/ManagementUserService.php'), 21 => (\dirname(__DIR__4).'/src/Utils/Exporter/CsvHelper.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 31 => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/AjaxUserController.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6487.         $instance->setName('debug:translation');
  6488.         $instance->setDescription('Display translation messages information');
  6489.         return $instance;
  6490.     }
  6491.     /**
  6492.      * Gets the private 'console.command.translation_extract' shared service.
  6493.      *
  6494.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6495.      */
  6496.     protected function getConsole_Command_TranslationExtractService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6500.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/BaseCrudController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/AjaxCommandController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/AjaxCommandTdlteController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/CommandController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementConnection/CommandTdlteController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/UserAdminServiceProviderController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/UserServiceProviderController.php'), => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/UserTechnicianController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/PartageFtth/AjaxPartageFtthController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/PartageFtth/PartageFtthController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/PartageFtth/SavController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Setting/DemenagementController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Setting/MarqueController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Setting/ModelController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Setting/OrganismeController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Setting/StatusCommandController.php'), 18 => (\dirname(__DIR__4).'/src/Controller/Setting/VersionController.php'), 19 => (\dirname(__DIR__4).'/src/Utils/Helper/HttpClientHelper.php'), 20 => (\dirname(__DIR__4).'/src/Service/ManagementUserService.php'), 21 => (\dirname(__DIR__4).'/src/Utils/Exporter/CsvHelper.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 31 => (\dirname(__DIR__4).'/src/Controller/ManagementUsers/AjaxUserController.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6501.         $instance->setName('translation:extract');
  6502.         $instance->setAliases([=> 'translation:update']);
  6503.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6504.         return $instance;
  6505.     }
  6506.     /**
  6507.      * Gets the private 'console.command.translation_pull' shared service.
  6508.      *
  6509.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6510.      */
  6511.     protected function getConsole_Command_TranslationPullService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6516.         $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', [], []);
  6517.         $instance->setName('translation:pull');
  6518.         $instance->setDescription('Pull translations from a given provider.');
  6519.         return $instance;
  6520.     }
  6521.     /**
  6522.      * Gets the private 'console.command.translation_push' shared service.
  6523.      *
  6524.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6525.      */
  6526.     protected function getConsole_Command_TranslationPushService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6531.         $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()), [], []);
  6532.         $instance->setName('translation:push');
  6533.         $instance->setDescription('Push translations to a given provider.');
  6534.         return $instance;
  6535.     }
  6536.     /**
  6537.      * Gets the private 'console.command.validator_debug' shared service.
  6538.      *
  6539.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6540.      */
  6541.     protected function getConsole_Command_ValidatorDebugService()
  6542.     {
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6545.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6546.         $instance->setName('debug:validator');
  6547.         $instance->setDescription('Display validation constraints for classes');
  6548.         return $instance;
  6549.     }
  6550.     /**
  6551.      * Gets the private 'console.command.xliff_lint' shared service.
  6552.      *
  6553.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6554.      */
  6555.     protected function getConsole_Command_XliffLintService()
  6556.     {
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6559.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6560.         $instance->setName('lint:xliff');
  6561.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6562.         return $instance;
  6563.     }
  6564.     /**
  6565.      * Gets the private 'console.command.yaml_lint' shared service.
  6566.      *
  6567.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6568.      */
  6569.     protected function getConsole_Command_YamlLintService()
  6570.     {
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6574.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6575.         $instance->setName('lint:yaml');
  6576.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6577.         return $instance;
  6578.     }
  6579.     /**
  6580.      * Gets the private 'console.error_listener' shared service.
  6581.      *
  6582.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6583.      */
  6584.     protected function getConsole_ErrorListenerService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6587.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6588.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6589.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6590.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6591.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6592.     }
  6593.     /**
  6594.      * Gets the private 'container.env_var_processor' shared service.
  6595.      *
  6596.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6597.      */
  6598.     protected function getContainer_EnvVarProcessorService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6602.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6603.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6604.         }, 1));
  6605.     }
  6606.     /**
  6607.      * Gets the private 'container.getenv' shared service.
  6608.      *
  6609.      * @return \Closure
  6610.      */
  6611.     protected function getContainer_GetenvService()
  6612.     {
  6613.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6614.     }
  6615.     /**
  6616.      * Gets the private 'data_collector.form' shared service.
  6617.      *
  6618.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6619.      */
  6620.     protected function getDataCollector_FormService()
  6621.     {
  6622.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6623.     }
  6624.     /**
  6625.      * Gets the private 'data_collector.request' shared service.
  6626.      *
  6627.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6628.      */
  6629.     protected function getDataCollector_RequestService()
  6630.     {
  6631.         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())));
  6632.     }
  6633.     /**
  6634.      * Gets the private 'data_collector.request.session_collector' shared service.
  6635.      *
  6636.      * @return \Closure
  6637.      */
  6638.     protected function getDataCollector_Request_SessionCollectorService()
  6639.     {
  6640.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6641.     }
  6642.     /**
  6643.      * Gets the private 'debug.argument_resolver.default' shared service.
  6644.      *
  6645.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6646.      */
  6647.     protected function getDebug_ArgumentResolver_DefaultService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6652.         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))));
  6653.     }
  6654.     /**
  6655.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6658.      */
  6659.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6664.         $a = ($this->privates['.service_locator.BowQyT_'] ?? $this->get_ServiceLocator_BowQyTService());
  6665.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6666.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6667.         }
  6668.         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))));
  6669.     }
  6670.     /**
  6671.      * Gets the private 'debug.argument_resolver.request' shared service.
  6672.      *
  6673.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6674.      */
  6675.     protected function getDebug_ArgumentResolver_RequestService()
  6676.     {
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6680.         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))));
  6681.     }
  6682.     /**
  6683.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6684.      *
  6685.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6686.      */
  6687.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6688.     {
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6692.         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))));
  6693.     }
  6694.     /**
  6695.      * Gets the private 'debug.argument_resolver.service' shared service.
  6696.      *
  6697.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6698.      */
  6699.     protected function getDebug_ArgumentResolver_ServiceService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6704.         $a = ($this->privates['.service_locator.BowQyT_'] ?? $this->get_ServiceLocator_BowQyTService());
  6705.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6706.             return $this->privates['debug.argument_resolver.service'];
  6707.         }
  6708.         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))));
  6709.     }
  6710.     /**
  6711.      * Gets the private 'debug.argument_resolver.session' shared service.
  6712.      *
  6713.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6714.      */
  6715.     protected function getDebug_ArgumentResolver_SessionService()
  6716.     {
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6720.         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))));
  6721.     }
  6722.     /**
  6723.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6724.      *
  6725.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6726.      */
  6727.     protected function getDebug_ArgumentResolver_VariadicService()
  6728.     {
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6732.         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))));
  6733.     }
  6734.     /**
  6735.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6736.      *
  6737.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6738.      */
  6739.     protected function getDebug_DebugHandlersListenerService()
  6740.     {
  6741.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6742.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6743.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6744.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6745.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6746.         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()));
  6747.     }
  6748.     /**
  6749.      * Gets the private 'debug.dump_listener' shared service.
  6750.      *
  6751.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6752.      */
  6753.     protected function getDebug_DumpListenerService()
  6754.     {
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6757.         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()));
  6758.     }
  6759.     /**
  6760.      * Gets the private 'debug.file_link_formatter' shared service.
  6761.      *
  6762.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6763.      */
  6764.     protected function getDebug_FileLinkFormatterService()
  6765.     {
  6766.         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 () {
  6767.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6768.         });
  6769.     }
  6770.     /**
  6771.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6772.      *
  6773.      * @return \string
  6774.      */
  6775.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6776.     {
  6777.         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');
  6778.     }
  6779.     /**
  6780.      * Gets the private 'debug.log_processor' shared service.
  6781.      *
  6782.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6783.      */
  6784.     protected function getDebug_LogProcessorService()
  6785.     {
  6786.         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())));
  6787.     }
  6788.     /**
  6789.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6790.      *
  6791.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6792.      */
  6793.     protected function getDebug_Security_Access_DecisionManagerService()
  6794.     {
  6795.         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 () {
  6796.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6797.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6798.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6799.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CommandTdlteVoter'] ?? $this->getCommandTdlteVoterService());
  6800.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CommandVoter'] ?? $this->getCommandVoterService());
  6801.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\PvCommandVoter'] ?? $this->getPvCommandVoterService());
  6802.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Sav\\SavVoter'] ?? $this->getSavVoterService());
  6803.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\UserTechnicianVoter'] ?? $this->getUserTechnicianVoterService());
  6804.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6805.     }
  6806.     /**
  6807.      * Gets the private 'debug.security.firewall' shared service.
  6808.      *
  6809.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6810.      */
  6811.     protected function getDebug_Security_FirewallService()
  6812.     {
  6813.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6814.         if (isset($this->privates['debug.security.firewall'])) {
  6815.             return $this->privates['debug.security.firewall'];
  6816.         }
  6817.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6818.         if (isset($this->privates['debug.security.firewall'])) {
  6819.             return $this->privates['debug.security.firewall'];
  6820.         }
  6821.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6822.     }
  6823.     /**
  6824.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6825.      *
  6826.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6827.      */
  6828.     protected function getDebug_Security_UserValueResolverService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6833.         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))));
  6834.     }
  6835.     /**
  6836.      * Gets the private 'debug.security.voter.App\Security\Voter\CommandTdlteVoter' shared service.
  6837.      *
  6838.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6839.      */
  6840.     protected function getCommandTdlteVoterService()
  6841.     {
  6842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6846.         include_once \dirname(__DIR__4).'/src/Security/Voter/CommandTdlteVoter.php';
  6847.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6848.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CommandTdlteVoter'])) {
  6849.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CommandTdlteVoter'];
  6850.         }
  6851.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6852.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CommandTdlteVoter'])) {
  6853.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CommandTdlteVoter'];
  6854.         }
  6855.         return $this->privates['debug.security.voter.App\\Security\\Voter\\CommandTdlteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\CommandTdlteVoter($a), $b);
  6856.     }
  6857.     /**
  6858.      * Gets the private 'debug.security.voter.App\Security\Voter\CommandVoter' shared service.
  6859.      *
  6860.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6861.      */
  6862.     protected function getCommandVoterService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6868.         include_once \dirname(__DIR__4).'/src/Security/Voter/CommandVoter.php';
  6869.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6870.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CommandVoter'])) {
  6871.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CommandVoter'];
  6872.         }
  6873.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6874.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CommandVoter'])) {
  6875.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CommandVoter'];
  6876.         }
  6877.         return $this->privates['debug.security.voter.App\\Security\\Voter\\CommandVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\CommandVoter($a), $b);
  6878.     }
  6879.     /**
  6880.      * Gets the private 'debug.security.voter.App\Security\Voter\PvCommandVoter' shared service.
  6881.      *
  6882.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6883.      */
  6884.     protected function getPvCommandVoterService()
  6885.     {
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6890.         include_once \dirname(__DIR__4).'/src/Security/Voter/PvCommandVoter.php';
  6891.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6892.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\PvCommandVoter'])) {
  6893.             return $this->privates['debug.security.voter.App\\Security\\Voter\\PvCommandVoter'];
  6894.         }
  6895.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6896.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\PvCommandVoter'])) {
  6897.             return $this->privates['debug.security.voter.App\\Security\\Voter\\PvCommandVoter'];
  6898.         }
  6899.         return $this->privates['debug.security.voter.App\\Security\\Voter\\PvCommandVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\PvCommandVoter($a), $b);
  6900.     }
  6901.     /**
  6902.      * Gets the private 'debug.security.voter.App\Security\Voter\Sav\SavVoter' shared service.
  6903.      *
  6904.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6905.      */
  6906.     protected function getSavVoterService()
  6907.     {
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6912.         include_once \dirname(__DIR__4).'/src/Security/Voter/Sav/SavVoter.php';
  6913.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6914.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Sav\\SavVoter'])) {
  6915.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Sav\\SavVoter'];
  6916.         }
  6917.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6918.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Sav\\SavVoter'])) {
  6919.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Sav\\SavVoter'];
  6920.         }
  6921.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Sav\\SavVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Sav\SavVoter($a), $b);
  6922.     }
  6923.     /**
  6924.      * Gets the private 'debug.security.voter.App\Security\Voter\UserTechnicianVoter' shared service.
  6925.      *
  6926.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6927.      */
  6928.     protected function getUserTechnicianVoterService()
  6929.     {
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6934.         include_once \dirname(__DIR__4).'/src/Security/Voter/UserTechnicianVoter.php';
  6935.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6936.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\UserTechnicianVoter'])) {
  6937.             return $this->privates['debug.security.voter.App\\Security\\Voter\\UserTechnicianVoter'];
  6938.         }
  6939.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6940.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\UserTechnicianVoter'])) {
  6941.             return $this->privates['debug.security.voter.App\\Security\\Voter\\UserTechnicianVoter'];
  6942.         }
  6943.         return $this->privates['debug.security.voter.App\\Security\\Voter\\UserTechnicianVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\UserTechnicianVoter($a), $b);
  6944.     }
  6945.     /**
  6946.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6947.      *
  6948.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6949.      */
  6950.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6951.     {
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6956.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6957.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6958.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6959.         }
  6960.         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);
  6961.     }
  6962.     /**
  6963.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6964.      *
  6965.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6966.      */
  6967.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6968.     {
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6973.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6974.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6975.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6976.         }
  6977.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6978.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6979.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6980.         }
  6981.         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);
  6982.     }
  6983.     /**
  6984.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6985.      *
  6986.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6987.      */
  6988.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6989.     {
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6995.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6996.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6997.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6998.         }
  6999.         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);
  7000.     }
  7001.     /**
  7002.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7003.      *
  7004.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7005.      */
  7006.     protected function getDebug_Security_Voter_VoteListenerService()
  7007.     {
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7009.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7010.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  7011.             return $this->privates['debug.security.voter.vote_listener'];
  7012.         }
  7013.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  7014.     }
  7015.     /**
  7016.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7017.      *
  7018.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7019.      */
  7020.     protected function getDoctrine_CacheClearMetadataCommandService()
  7021.     {
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7025.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7027.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7028.         $instance->setName('doctrine:cache:clear-metadata');
  7029.         return $instance;
  7030.     }
  7031.     /**
  7032.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7033.      *
  7034.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7035.      */
  7036.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7037.     {
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7043.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7044.         $instance->setName('doctrine:cache:clear-query');
  7045.         return $instance;
  7046.     }
  7047.     /**
  7048.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7049.      *
  7050.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7051.      */
  7052.     protected function getDoctrine_CacheClearResultCommandService()
  7053.     {
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7059.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7060.         $instance->setName('doctrine:cache:clear-result');
  7061.         return $instance;
  7062.     }
  7063.     /**
  7064.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7065.      *
  7066.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7067.      */
  7068.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7075.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7076.         $instance->setName('doctrine:cache:clear-collection-region');
  7077.         return $instance;
  7078.     }
  7079.     /**
  7080.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7081.      *
  7082.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7083.      */
  7084.     protected function getDoctrine_ClearEntityRegionCommandService()
  7085.     {
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7091.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7092.         $instance->setName('doctrine:cache:clear-entity-region');
  7093.         return $instance;
  7094.     }
  7095.     /**
  7096.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7097.      *
  7098.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7099.      */
  7100.     protected function getDoctrine_ClearQueryRegionCommandService()
  7101.     {
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7107.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7108.         $instance->setName('doctrine:cache:clear-query-region');
  7109.         return $instance;
  7110.     }
  7111.     /**
  7112.      * Gets the private 'doctrine.database_create_command' shared service.
  7113.      *
  7114.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7115.      */
  7116.     protected function getDoctrine_DatabaseCreateCommandService()
  7117.     {
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7121.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7122.         $instance->setName('doctrine:database:create');
  7123.         return $instance;
  7124.     }
  7125.     /**
  7126.      * Gets the private 'doctrine.database_drop_command' shared service.
  7127.      *
  7128.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7129.      */
  7130.     protected function getDoctrine_DatabaseDropCommandService()
  7131.     {
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7135.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7136.         $instance->setName('doctrine:database:drop');
  7137.         return $instance;
  7138.     }
  7139.     /**
  7140.      * Gets the private 'doctrine.database_import_command' shared service.
  7141.      *
  7142.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7143.      */
  7144.     protected function getDoctrine_DatabaseImportCommandService()
  7145.     {
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7149.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7150.         $instance->setName('doctrine:database:import');
  7151.         return $instance;
  7152.     }
  7153.     /**
  7154.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7155.      *
  7156.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7157.      */
  7158.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7159.     {
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7165.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7166.         $instance->setName('doctrine:ensure-production-settings');
  7167.         return $instance;
  7168.     }
  7169.     /**
  7170.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7171.      *
  7172.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7173.      */
  7174.     protected function getDoctrine_MappingConvertCommandService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7181.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7182.         $instance->setName('doctrine:mapping:convert');
  7183.         return $instance;
  7184.     }
  7185.     /**
  7186.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7187.      *
  7188.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7189.      */
  7190.     protected function getDoctrine_MappingImportCommandService()
  7191.     {
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7195.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7196.         $instance->setName('doctrine:mapping:import');
  7197.         return $instance;
  7198.     }
  7199.     /**
  7200.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7201.      *
  7202.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7203.      */
  7204.     protected function getDoctrine_MappingInfoCommandService()
  7205.     {
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7211.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7212.         $instance->setName('doctrine:mapping:info');
  7213.         return $instance;
  7214.     }
  7215.     /**
  7216.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  7217.      *
  7218.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  7219.      */
  7220.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  7224.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7225.     }
  7226.     /**
  7227.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7228.      *
  7229.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7230.      */
  7231.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7232.     {
  7233.         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')]);
  7234.     }
  7235.     /**
  7236.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7237.      *
  7238.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7239.      */
  7240.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7241.     {
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7243.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7244.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  7245.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  7246.         }
  7247.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  7248.     }
  7249.     /**
  7250.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7251.      *
  7252.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7253.      */
  7254.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7255.     {
  7256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7257.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7258.     }
  7259.     /**
  7260.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  7261.      *
  7262.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  7263.      */
  7264.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  7265.     {
  7266.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  7267.         $instance->setGlobalBasename('mapping');
  7268.         return $instance;
  7269.     }
  7270.     /**
  7271.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7272.      *
  7273.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7274.      */
  7275.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7276.     {
  7277.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7279.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7280.     }
  7281.     /**
  7282.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7283.      *
  7284.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7285.      */
  7286.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7287.     {
  7288.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7289.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7290.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7291.             return new \EmptyIterator();
  7292.         }, 0));
  7293.     }
  7294.     /**
  7295.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7296.      *
  7297.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7298.      */
  7299.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7300.     {
  7301.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7303.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7304.     }
  7305.     /**
  7306.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7307.      *
  7308.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7309.      */
  7310.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7311.     {
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7314.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7315.     }
  7316.     /**
  7317.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7318.      *
  7319.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7320.      */
  7321.     protected function getDoctrine_Orm_Validator_UniqueService()
  7322.     {
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7326.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7327.     }
  7328.     /**
  7329.      * Gets the private 'doctrine.query_dql_command' shared service.
  7330.      *
  7331.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7332.      */
  7333.     protected function getDoctrine_QueryDqlCommandService()
  7334.     {
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7340.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7341.         $instance->setName('doctrine:query:dql');
  7342.         return $instance;
  7343.     }
  7344.     /**
  7345.      * Gets the private 'doctrine.query_sql_command' shared service.
  7346.      *
  7347.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7348.      */
  7349.     protected function getDoctrine_QuerySqlCommandService()
  7350.     {
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7354.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7355.         $instance->setName('doctrine:query:sql');
  7356.         return $instance;
  7357.     }
  7358.     /**
  7359.      * Gets the private 'doctrine.schema_create_command' shared service.
  7360.      *
  7361.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7362.      */
  7363.     protected function getDoctrine_SchemaCreateCommandService()
  7364.     {
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7371.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7372.         $instance->setName('doctrine:schema:create');
  7373.         return $instance;
  7374.     }
  7375.     /**
  7376.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7377.      *
  7378.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7379.      */
  7380.     protected function getDoctrine_SchemaDropCommandService()
  7381.     {
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7388.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7389.         $instance->setName('doctrine:schema:drop');
  7390.         return $instance;
  7391.     }
  7392.     /**
  7393.      * Gets the private 'doctrine.schema_update_command' shared service.
  7394.      *
  7395.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7396.      */
  7397.     protected function getDoctrine_SchemaUpdateCommandService()
  7398.     {
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7405.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7406.         $instance->setName('doctrine:schema:update');
  7407.         return $instance;
  7408.     }
  7409.     /**
  7410.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7411.      *
  7412.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7413.      */
  7414.     protected function getDoctrine_SchemaValidateCommandService()
  7415.     {
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7421.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7422.         $instance->setName('doctrine:schema:validate');
  7423.         return $instance;
  7424.     }
  7425.     /**
  7426.      * Gets the private 'doctrine.ulid_generator' shared service.
  7427.      *
  7428.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7429.      */
  7430.     protected function getDoctrine_UlidGeneratorService()
  7431.     {
  7432.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7434.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7435.     }
  7436.     /**
  7437.      * Gets the private 'doctrine.uuid_generator' shared service.
  7438.      *
  7439.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7440.      */
  7441.     protected function getDoctrine_UuidGeneratorService()
  7442.     {
  7443.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7445.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7446.     }
  7447.     /**
  7448.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7449.      *
  7450.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  7451.      */
  7452.     protected function getDoctrineMigrations_DiffCommandService()
  7453.     {
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7455.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  7458.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  7459.         $instance->setName('doctrine:migrations:diff');
  7460.         return $instance;
  7461.     }
  7462.     /**
  7463.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7464.      *
  7465.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  7466.      */
  7467.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7468.     {
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  7473.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  7474.         $instance->setName('doctrine:migrations:dump-schema');
  7475.         return $instance;
  7476.     }
  7477.     /**
  7478.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7479.      *
  7480.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  7481.      */
  7482.     protected function getDoctrineMigrations_ExecuteCommandService()
  7483.     {
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  7488.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  7489.         $instance->setName('doctrine:migrations:execute');
  7490.         return $instance;
  7491.     }
  7492.     /**
  7493.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7494.      *
  7495.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  7496.      */
  7497.     protected function getDoctrineMigrations_GenerateCommandService()
  7498.     {
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7500.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7501.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  7503.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  7504.         $instance->setName('doctrine:migrations:generate');
  7505.         return $instance;
  7506.     }
  7507.     /**
  7508.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7509.      *
  7510.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  7511.      */
  7512.     protected function getDoctrineMigrations_LatestCommandService()
  7513.     {
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7515.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  7518.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  7519.         $instance->setName('doctrine:migrations:latest');
  7520.         return $instance;
  7521.     }
  7522.     /**
  7523.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7524.      *
  7525.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  7526.      */
  7527.     protected function getDoctrineMigrations_MigrateCommandService()
  7528.     {
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7531.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  7533.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  7534.         $instance->setName('doctrine:migrations:migrate');
  7535.         return $instance;
  7536.     }
  7537.     /**
  7538.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7539.      *
  7540.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  7541.      */
  7542.     protected function getDoctrineMigrations_RollupCommandService()
  7543.     {
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  7548.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  7549.         $instance->setName('doctrine:migrations:rollup');
  7550.         return $instance;
  7551.     }
  7552.     /**
  7553.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7554.      *
  7555.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  7556.      */
  7557.     protected function getDoctrineMigrations_StatusCommandService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  7563.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  7564.         $instance->setName('doctrine:migrations:status');
  7565.         return $instance;
  7566.     }
  7567.     /**
  7568.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7569.      *
  7570.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  7571.      */
  7572.     protected function getDoctrineMigrations_UpToDateCommandService()
  7573.     {
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7577.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  7578.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  7579.         $instance->setName('doctrine:migrations:up-to-date');
  7580.         return $instance;
  7581.     }
  7582.     /**
  7583.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7584.      *
  7585.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  7586.      */
  7587.     protected function getDoctrineMigrations_VersionCommandService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7591.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7592.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  7593.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  7594.         $instance->setName('doctrine:migrations:version');
  7595.         return $instance;
  7596.     }
  7597.     /**
  7598.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7599.      *
  7600.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7601.      */
  7602.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7603.     {
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7605.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7606.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7607.         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()));
  7608.     }
  7609.     /**
  7610.      * Gets the private 'exception_listener' shared service.
  7611.      *
  7612.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7613.      */
  7614.     protected function getExceptionListenerService()
  7615.     {
  7616.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7617.     }
  7618.     /**
  7619.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7620.      *
  7621.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7622.      */
  7623.     protected function getForm_ChoiceListFactory_CachedService()
  7624.     {
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7629.         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())));
  7630.     }
  7631.     /**
  7632.      * Gets the private 'form.registry' shared service.
  7633.      *
  7634.      * @return \Symfony\Component\Form\FormRegistry
  7635.      */
  7636.     protected function getForm_RegistryService()
  7637.     {
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7645.         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, [
  7646.             'App\\Form\\DemenagementType' => ['privates''App\\Form\\DemenagementType''getDemenagementTypeService'false],
  7647.             'App\\Form\\MarqueType' => ['privates''App\\Form\\MarqueType''getMarqueTypeService'false],
  7648.             'App\\Form\\ModelType' => ['privates''App\\Form\\ModelType''getModelTypeService'false],
  7649.             'App\\Form\\OrganismeType' => ['privates''App\\Form\\OrganismeType''getOrganismeTypeService'false],
  7650.             'App\\Form\\StatusCommandType' => ['privates''App\\Form\\StatusCommandType''getStatusCommandTypeService'false],
  7651.             'App\\Form\\UserAdminServiceProviderType' => ['privates''App\\Form\\UserAdminServiceProviderType''getUserAdminServiceProviderTypeService'false],
  7652.             'App\\Form\\UserServiceProviderType' => ['privates''App\\Form\\UserServiceProviderType''getUserServiceProviderTypeService'false],
  7653.             'App\\Form\\UserTechnicianEditType' => ['privates''App\\Form\\UserTechnicianEditType''getUserTechnicianEditTypeService'false],
  7654.             'App\\Form\\UserTechnicianType' => ['privates''App\\Form\\UserTechnicianType''getUserTechnicianTypeService'false],
  7655.             'App\\Form\\VersionType' => ['privates''App\\Form\\VersionType''getVersionTypeService'false],
  7656.             'App\\Form\\WorkOrderType' => ['privates''App\\Form\\WorkOrderType''getWorkOrderTypeService'false],
  7657.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7658.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7659.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7660.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7661.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7662.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  7663.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  7664.         ], [
  7665.             'App\\Form\\DemenagementType' => '?',
  7666.             'App\\Form\\MarqueType' => '?',
  7667.             'App\\Form\\ModelType' => '?',
  7668.             'App\\Form\\OrganismeType' => '?',
  7669.             'App\\Form\\StatusCommandType' => '?',
  7670.             'App\\Form\\UserAdminServiceProviderType' => '?',
  7671.             'App\\Form\\UserServiceProviderType' => '?',
  7672.             'App\\Form\\UserTechnicianEditType' => '?',
  7673.             'App\\Form\\UserTechnicianType' => '?',
  7674.             'App\\Form\\VersionType' => '?',
  7675.             'App\\Form\\WorkOrderType' => '?',
  7676.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7677.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7678.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7679.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7680.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7681.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  7682.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  7683.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7684.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7685.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7686.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7687.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7688.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7689.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7690.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7691.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7692.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7693.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7694.         }, 1)], new RewindableGenerator(function () {
  7695.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7696.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7697.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7698.     }
  7699.     /**
  7700.      * Gets the private 'form.server_params' shared service.
  7701.      *
  7702.      * @return \Symfony\Component\Form\Util\ServerParams
  7703.      */
  7704.     protected function getForm_ServerParamsService()
  7705.     {
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7707.         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())));
  7708.     }
  7709.     /**
  7710.      * Gets the private 'form.type.choice' shared service.
  7711.      *
  7712.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7713.      */
  7714.     protected function getForm_Type_ChoiceService()
  7715.     {
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7719.         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()));
  7720.     }
  7721.     /**
  7722.      * Gets the private 'form.type.color' shared service.
  7723.      *
  7724.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7725.      */
  7726.     protected function getForm_Type_ColorService()
  7727.     {
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7731.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7732.     }
  7733.     /**
  7734.      * Gets the private 'form.type.entity' shared service.
  7735.      *
  7736.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7737.      */
  7738.     protected function getForm_Type_EntityService()
  7739.     {
  7740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7744.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7745.     }
  7746.     /**
  7747.      * Gets the private 'form.type.form' shared service.
  7748.      *
  7749.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7750.      */
  7751.     protected function getForm_Type_FormService()
  7752.     {
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7757.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7758.     }
  7759.     /**
  7760.      * Gets the private 'form.type_extension.csrf' shared service.
  7761.      *
  7762.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7763.      */
  7764.     protected function getForm_TypeExtension_CsrfService()
  7765.     {
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7769.         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()));
  7770.     }
  7771.     /**
  7772.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7773.      *
  7774.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7775.      */
  7776.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7781.         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()));
  7782.     }
  7783.     /**
  7784.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7785.      *
  7786.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7787.      */
  7788.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7789.     {
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7795.         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())));
  7796.     }
  7797.     /**
  7798.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7799.      *
  7800.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7801.      */
  7802.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7803.     {
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7807.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7808.     }
  7809.     /**
  7810.      * Gets the private 'form.type_extension.form.validator' shared service.
  7811.      *
  7812.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7813.      */
  7814.     protected function getForm_TypeExtension_Form_ValidatorService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7820.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  7821.         if (isset($this->privates['form.type_extension.form.validator'])) {
  7822.             return $this->privates['form.type_extension.form.validator'];
  7823.         }
  7824.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  7825.         if (isset($this->privates['form.type_extension.form.validator'])) {
  7826.             return $this->privates['form.type_extension.form.validator'];
  7827.         }
  7828.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  7829.     }
  7830.     /**
  7831.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7832.      *
  7833.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7834.      */
  7835.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7840.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7841.     }
  7842.     /**
  7843.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7844.      *
  7845.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7846.      */
  7847.     protected function getForm_TypeGuesser_DoctrineService()
  7848.     {
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7851.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7852.     }
  7853.     /**
  7854.      * Gets the private 'form.type_guesser.validator' shared service.
  7855.      *
  7856.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7857.      */
  7858.     protected function getForm_TypeGuesser_ValidatorService()
  7859.     {
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7862.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  7863.         if (isset($this->privates['form.type_guesser.validator'])) {
  7864.             return $this->privates['form.type_guesser.validator'];
  7865.         }
  7866.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  7867.     }
  7868.     /**
  7869.      * Gets the private 'fragment.renderer.inline' shared service.
  7870.      *
  7871.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7872.      */
  7873.     protected function getFragment_Renderer_InlineService()
  7874.     {
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7878.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7879.         if (isset($this->privates['fragment.renderer.inline'])) {
  7880.             return $this->privates['fragment.renderer.inline'];
  7881.         }
  7882.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7883.         if (isset($this->privates['fragment.renderer.inline'])) {
  7884.             return $this->privates['fragment.renderer.inline'];
  7885.         }
  7886.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7887.         $instance->setFragmentPath('/_fragment');
  7888.         return $instance;
  7889.     }
  7890.     /**
  7891.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7892.      *
  7893.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7894.      */
  7895.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7896.     {
  7897.         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())));
  7898.     }
  7899.     /**
  7900.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7901.      *
  7902.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7903.      */
  7904.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7905.     {
  7906.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  7907.     }
  7908.     /**
  7909.      * Gets the private 'locale_aware_listener' shared service.
  7910.      *
  7911.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7912.      */
  7913.     protected function getLocaleAwareListenerService()
  7914.     {
  7915.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7916.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7917.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7918.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7919.     }
  7920.     /**
  7921.      * Gets the private 'locale_listener' shared service.
  7922.      *
  7923.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7924.      */
  7925.     protected function getLocaleListenerService()
  7926.     {
  7927.         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, []);
  7928.     }
  7929.     /**
  7930.      * Gets the private 'mailer.transport_factory.native' shared service.
  7931.      *
  7932.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7933.      */
  7934.     protected function getMailer_TransportFactory_NativeService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7939.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7940.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7941.             return $this->privates['mailer.transport_factory.native'];
  7942.         }
  7943.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7944.     }
  7945.     /**
  7946.      * Gets the private 'mailer.transport_factory.null' shared service.
  7947.      *
  7948.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7949.      */
  7950.     protected function getMailer_TransportFactory_NullService()
  7951.     {
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7953.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7955.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7956.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7957.             return $this->privates['mailer.transport_factory.null'];
  7958.         }
  7959.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7960.     }
  7961.     /**
  7962.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7963.      *
  7964.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7965.      */
  7966.     protected function getMailer_TransportFactory_SendmailService()
  7967.     {
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7971.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7972.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7973.             return $this->privates['mailer.transport_factory.sendmail'];
  7974.         }
  7975.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7976.     }
  7977.     /**
  7978.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7979.      *
  7980.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7981.      */
  7982.     protected function getMailer_TransportFactory_SmtpService()
  7983.     {
  7984.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7985.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7987.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7988.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7989.             return $this->privates['mailer.transport_factory.smtp'];
  7990.         }
  7991.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7992.     }
  7993.     /**
  7994.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7995.      *
  7996.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7997.      */
  7998.     protected function getMaker_AutoCommand_MakeAuthService()
  7999.     {
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8008.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8009.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8010.         $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')))));
  8011.         $instance->setName('make:auth');
  8012.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8013.         return $instance;
  8014.     }
  8015.     /**
  8016.      * Gets the private 'maker.auto_command.make_command' shared service.
  8017.      *
  8018.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8019.      */
  8020.     protected function getMaker_AutoCommand_MakeCommandService()
  8021.     {
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8028.         $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')))));
  8029.         $instance->setName('make:command');
  8030.         $instance->setDescription('Creates a new console command class');
  8031.         return $instance;
  8032.     }
  8033.     /**
  8034.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8035.      *
  8036.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8037.      */
  8038.     protected function getMaker_AutoCommand_MakeControllerService()
  8039.     {
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8046.         $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')))));
  8047.         $instance->setName('make:controller');
  8048.         $instance->setDescription('Creates a new controller class');
  8049.         return $instance;
  8050.     }
  8051.     /**
  8052.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8053.      *
  8054.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8055.      */
  8056.     protected function getMaker_AutoCommand_MakeCrudService()
  8057.     {
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8064.         $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')))));
  8065.         $instance->setName('make:crud');
  8066.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8067.         return $instance;
  8068.     }
  8069.     /**
  8070.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8071.      *
  8072.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8073.      */
  8074.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8075.     {
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8082.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8083.         $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')))));
  8084.         $instance->setName('make:docker:database');
  8085.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8086.         return $instance;
  8087.     }
  8088.     /**
  8089.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8090.      *
  8091.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8092.      */
  8093.     protected function getMaker_AutoCommand_MakeEntityService()
  8094.     {
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8102.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8103.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8104.         $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')))));
  8105.         $instance->setName('make:entity');
  8106.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8107.         return $instance;
  8108.     }
  8109.     /**
  8110.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8111.      *
  8112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8113.      */
  8114.     protected function getMaker_AutoCommand_MakeFixturesService()
  8115.     {
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8122.         $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')))));
  8123.         $instance->setName('make:fixtures');
  8124.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8125.         return $instance;
  8126.     }
  8127.     /**
  8128.      * Gets the private 'maker.auto_command.make_form' shared service.
  8129.      *
  8130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8131.      */
  8132.     protected function getMaker_AutoCommand_MakeFormService()
  8133.     {
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8140.         $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')))));
  8141.         $instance->setName('make:form');
  8142.         $instance->setDescription('Creates a new form class');
  8143.         return $instance;
  8144.     }
  8145.     /**
  8146.      * Gets the private 'maker.auto_command.make_message' shared service.
  8147.      *
  8148.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8149.      */
  8150.     protected function getMaker_AutoCommand_MakeMessageService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8158.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8159.         $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')))));
  8160.         $instance->setName('make:message');
  8161.         $instance->setDescription('Creates a new message and handler');
  8162.         return $instance;
  8163.     }
  8164.     /**
  8165.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8166.      *
  8167.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8168.      */
  8169.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8170.     {
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8177.         $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')))));
  8178.         $instance->setName('make:messenger-middleware');
  8179.         $instance->setDescription('Creates a new messenger middleware');
  8180.         return $instance;
  8181.     }
  8182.     /**
  8183.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8184.      *
  8185.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8186.      */
  8187.     protected function getMaker_AutoCommand_MakeMigrationService()
  8188.     {
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8196.         $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')))));
  8197.         $instance->setName('make:migration');
  8198.         $instance->setDescription('Creates a new migration based on database changes');
  8199.         return $instance;
  8200.     }
  8201.     /**
  8202.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8203.      *
  8204.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8205.      */
  8206.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8207.     {
  8208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8214.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8215.         $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')))));
  8216.         $instance->setName('make:registration-form');
  8217.         $instance->setDescription('Creates a new registration form system');
  8218.         return $instance;
  8219.     }
  8220.     /**
  8221.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8222.      *
  8223.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8224.      */
  8225.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8226.     {
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8233.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8234.         $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')))));
  8235.         $instance->setName('make:reset-password');
  8236.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8237.         return $instance;
  8238.     }
  8239.     /**
  8240.      * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  8241.      *
  8242.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8243.      */
  8244.     protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  8245.     {
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8254.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8255.         $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')))));
  8256.         $instance->setName('make:security:form-login');
  8257.         $instance->setDescription('Generate the code needed for the form_login authenticator');
  8258.         return $instance;
  8259.     }
  8260.     /**
  8261.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8262.      *
  8263.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8264.      */
  8265.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8266.     {
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8273.         $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')))));
  8274.         $instance->setName('make:serializer:encoder');
  8275.         $instance->setDescription('Creates a new serializer encoder class');
  8276.         return $instance;
  8277.     }
  8278.     /**
  8279.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8280.      *
  8281.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8282.      */
  8283.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8284.     {
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8291.         $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')))));
  8292.         $instance->setName('make:serializer:normalizer');
  8293.         $instance->setDescription('Creates a new serializer normalizer class');
  8294.         return $instance;
  8295.     }
  8296.     /**
  8297.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8298.      *
  8299.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8300.      */
  8301.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8302.     {
  8303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8309.         $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')))));
  8310.         $instance->setName('make:stimulus-controller');
  8311.         $instance->setDescription('Creates a new Stimulus controller');
  8312.         return $instance;
  8313.     }
  8314.     /**
  8315.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8316.      *
  8317.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8318.      */
  8319.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8320.     {
  8321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8328.         $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')))));
  8329.         $instance->setName('make:subscriber');
  8330.         $instance->setDescription('Creates a new event subscriber class');
  8331.         return $instance;
  8332.     }
  8333.     /**
  8334.      * Gets the private 'maker.auto_command.make_test' shared service.
  8335.      *
  8336.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8337.      */
  8338.     protected function getMaker_AutoCommand_MakeTestService()
  8339.     {
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8347.         $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')))));
  8348.         $instance->setName('make:test');
  8349.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8350.         $instance->setDescription('Creates a new test class');
  8351.         return $instance;
  8352.     }
  8353.     /**
  8354.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  8355.      *
  8356.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8357.      */
  8358.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  8359.     {
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8366.         $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')))));
  8367.         $instance->setName('make:twig-component');
  8368.         $instance->setDescription('Creates a twig (or live) component');
  8369.         return $instance;
  8370.     }
  8371.     /**
  8372.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8373.      *
  8374.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8375.      */
  8376.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8377.     {
  8378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8384.         $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')))));
  8385.         $instance->setName('make:twig-extension');
  8386.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  8387.         return $instance;
  8388.     }
  8389.     /**
  8390.      * Gets the private 'maker.auto_command.make_user' shared service.
  8391.      *
  8392.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8393.      */
  8394.     protected function getMaker_AutoCommand_MakeUserService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8404.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8405.         $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')))));
  8406.         $instance->setName('make:user');
  8407.         $instance->setDescription('Creates a new security user class');
  8408.         return $instance;
  8409.     }
  8410.     /**
  8411.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8412.      *
  8413.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8414.      */
  8415.     protected function getMaker_AutoCommand_MakeValidatorService()
  8416.     {
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8423.         $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')))));
  8424.         $instance->setName('make:validator');
  8425.         $instance->setDescription('Creates a new validator and constraint class');
  8426.         return $instance;
  8427.     }
  8428.     /**
  8429.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8430.      *
  8431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8432.      */
  8433.     protected function getMaker_AutoCommand_MakeVoterService()
  8434.     {
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  8441.         $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')))));
  8442.         $instance->setName('make:voter');
  8443.         $instance->setDescription('Creates a new security voter class');
  8444.         return $instance;
  8445.     }
  8446.     /**
  8447.      * Gets the private 'maker.doctrine_helper' shared service.
  8448.      *
  8449.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8450.      */
  8451.     protected function getMaker_DoctrineHelperService()
  8452.     {
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8454.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  8455.     }
  8456.     /**
  8457.      * Gets the private 'maker.entity_class_generator' shared service.
  8458.      *
  8459.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8460.      */
  8461.     protected function getMaker_EntityClassGeneratorService()
  8462.     {
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8464.         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()));
  8465.     }
  8466.     /**
  8467.      * Gets the private 'maker.file_link_formatter' shared service.
  8468.      *
  8469.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  8470.      */
  8471.     protected function getMaker_FileLinkFormatterService()
  8472.     {
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8474.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8475.     }
  8476.     /**
  8477.      * Gets the private 'maker.file_manager' shared service.
  8478.      *
  8479.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8480.      */
  8481.     protected function getMaker_FileManagerService()
  8482.     {
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8487.         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'));
  8488.     }
  8489.     /**
  8490.      * Gets the private 'maker.generator' shared service.
  8491.      *
  8492.      * @return \Symfony\Bundle\MakerBundle\Generator
  8493.      */
  8494.     protected function getMaker_GeneratorService()
  8495.     {
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8498.         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());
  8499.     }
  8500.     /**
  8501.      * Gets the private 'maker.php_compat_util' shared service.
  8502.      *
  8503.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8504.      */
  8505.     protected function getMaker_PhpCompatUtilService()
  8506.     {
  8507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8508.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8509.     }
  8510.     /**
  8511.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8512.      *
  8513.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8514.      */
  8515.     protected function getMaker_Renderer_FormTypeRendererService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8518.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8519.     }
  8520.     /**
  8521.      * Gets the private 'mime_types' shared service.
  8522.      *
  8523.      * @return \Symfony\Component\Mime\MimeTypes
  8524.      */
  8525.     protected function getMimeTypesService()
  8526.     {
  8527.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8530.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8531.         $instance->setDefault($instance);
  8532.         return $instance;
  8533.     }
  8534.     /**
  8535.      * Gets the private 'monolog.command.server_log' shared service.
  8536.      *
  8537.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8538.      */
  8539.     protected function getMonolog_Command_ServerLogService()
  8540.     {
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8543.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8544.         $instance->setName('server:log');
  8545.         $instance->setDescription('Start a log server that displays logs in real time');
  8546.         return $instance;
  8547.     }
  8548.     /**
  8549.      * Gets the private 'monolog.handler.console' shared service.
  8550.      *
  8551.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8552.      */
  8553.     protected function getMonolog_Handler_ConsoleService()
  8554.     {
  8555.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8556.     }
  8557.     /**
  8558.      * Gets the private 'monolog.handler.main' shared service.
  8559.      *
  8560.      * @return \Monolog\Handler\StreamHandler
  8561.      */
  8562.     protected function getMonolog_Handler_MainService()
  8563.     {
  8564.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8565.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8566.         return $instance;
  8567.     }
  8568.     /**
  8569.      * Gets the private 'monolog.handler.pdfcommand' shared service.
  8570.      *
  8571.      * @return \Monolog\Handler\RotatingFileHandler
  8572.      */
  8573.     protected function getMonolog_Handler_PdfcommandService()
  8574.     {
  8575.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  8576.         $this->privates['monolog.handler.pdfcommand'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/pdfcommand.log'), 10200trueNULLfalse);
  8577.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8578.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8579.         return $instance;
  8580.     }
  8581.     /**
  8582.      * Gets the private 'monolog.handler.ws' shared service.
  8583.      *
  8584.      * @return \Monolog\Handler\RotatingFileHandler
  8585.      */
  8586.     protected function getMonolog_Handler_WsService()
  8587.     {
  8588.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  8589.         $this->privates['monolog.handler.ws'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/ws.log'), 10200trueNULLfalse);
  8590.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8591.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8592.         return $instance;
  8593.     }
  8594.     /**
  8595.      * Gets the private 'monolog.logger' shared service.
  8596.      *
  8597.      * @return \Symfony\Bridge\Monolog\Logger
  8598.      */
  8599.     protected function getMonolog_LoggerService()
  8600.     {
  8601.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8602.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8603.         $instance->useMicrosecondTimestamps(true);
  8604.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8605.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8606.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8607.         return $instance;
  8608.     }
  8609.     /**
  8610.      * Gets the private 'monolog.logger.cache' shared service.
  8611.      *
  8612.      * @return \Symfony\Bridge\Monolog\Logger
  8613.      */
  8614.     protected function getMonolog_Logger_CacheService()
  8615.     {
  8616.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8617.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8618.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8619.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8621.         return $instance;
  8622.     }
  8623.     /**
  8624.      * Gets the private 'monolog.logger.mailer' shared service.
  8625.      *
  8626.      * @return \Symfony\Bridge\Monolog\Logger
  8627.      */
  8628.     protected function getMonolog_Logger_MailerService()
  8629.     {
  8630.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8632.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8633.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8635.         return $instance;
  8636.     }
  8637.     /**
  8638.      * Gets the private 'monolog.logger.request' shared service.
  8639.      *
  8640.      * @return \Symfony\Bridge\Monolog\Logger
  8641.      */
  8642.     protected function getMonolog_Logger_RequestService()
  8643.     {
  8644.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8645.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8646.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8647.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8648.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8649.         return $instance;
  8650.     }
  8651.     /**
  8652.      * Gets the private 'monolog.logger.security' shared service.
  8653.      *
  8654.      * @return \Symfony\Bridge\Monolog\Logger
  8655.      */
  8656.     protected function getMonolog_Logger_SecurityService()
  8657.     {
  8658.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8659.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8660.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8661.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8662.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8663.         return $instance;
  8664.     }
  8665.     /**
  8666.      * Gets the private 'monolog.logger.snappy' shared service.
  8667.      *
  8668.      * @return \Symfony\Bridge\Monolog\Logger
  8669.      */
  8670.     protected function getMonolog_Logger_SnappyService()
  8671.     {
  8672.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  8673.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8674.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8675.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8677.         return $instance;
  8678.     }
  8679.     /**
  8680.      * Gets the private 'parameter_bag' shared service.
  8681.      *
  8682.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8683.      */
  8684.     protected function getParameterBagService()
  8685.     {
  8686.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8687.     }
  8688.     /**
  8689.      * Gets the private 'profiler_listener' shared service.
  8690.      *
  8691.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8692.      */
  8693.     protected function getProfilerListenerService()
  8694.     {
  8695.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8696.         if (isset($this->privates['profiler_listener'])) {
  8697.             return $this->privates['profiler_listener'];
  8698.         }
  8699.         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);
  8700.     }
  8701.     /**
  8702.      * Gets the private 'property_accessor' shared service.
  8703.      *
  8704.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8705.      */
  8706.     protected function getPropertyAccessorService()
  8707.     {
  8708.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8710.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8714.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8715.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8716.     }
  8717.     /**
  8718.      * Gets the private 'property_info' shared service.
  8719.      *
  8720.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8721.      */
  8722.     protected function getPropertyInfoService()
  8723.     {
  8724.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8725.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8726.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8727.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8728.         }, 3), new RewindableGenerator(function () {
  8729.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8730.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8731.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8732.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8733.         }, 4), new RewindableGenerator(function () {
  8734.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8735.         }, 1), new RewindableGenerator(function () {
  8736.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8737.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8738.         }, 2), new RewindableGenerator(function () {
  8739.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8740.         }, 1));
  8741.     }
  8742.     /**
  8743.      * Gets the private 'property_info.serializer_extractor' shared service.
  8744.      *
  8745.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8746.      */
  8747.     protected function getPropertyInfo_SerializerExtractorService()
  8748.     {
  8749.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8750.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8751.     }
  8752.     /**
  8753.      * Gets the private 'router.cache_warmer' shared service.
  8754.      *
  8755.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8756.      */
  8757.     protected function getRouter_CacheWarmerService()
  8758.     {
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8761.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8762.             'router' => ['services''router''getRouterService'false],
  8763.         ], [
  8764.             'router' => '?',
  8765.         ]))->withContext('router.cache_warmer'$this));
  8766.     }
  8767.     /**
  8768.      * Gets the private 'router.expression_language_provider' shared service.
  8769.      *
  8770.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8771.      */
  8772.     protected function getRouter_ExpressionLanguageProviderService()
  8773.     {
  8774.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8775.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8776.         ], [
  8777.             'env' => 'Closure',
  8778.         ]));
  8779.     }
  8780.     /**
  8781.      * Gets the private 'router.request_context' shared service.
  8782.      *
  8783.      * @return \Symfony\Component\Routing\RequestContext
  8784.      */
  8785.     protected function getRouter_RequestContextService()
  8786.     {
  8787.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8788.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8789.         return $instance;
  8790.     }
  8791.     /**
  8792.      * Gets the private 'router_listener' shared service.
  8793.      *
  8794.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8795.      */
  8796.     protected function getRouterListenerService()
  8797.     {
  8798.         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);
  8799.     }
  8800.     /**
  8801.      * Gets the private 'secrets.vault' shared service.
  8802.      *
  8803.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8804.      */
  8805.     protected function getSecrets_VaultService()
  8806.     {
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8808.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8810.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8811.         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'));
  8812.     }
  8813.     /**
  8814.      * Gets the private 'security.access_listener' shared service.
  8815.      *
  8816.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8817.      */
  8818.     protected function getSecurity_AccessListenerService()
  8819.     {
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8823.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8824.         if (isset($this->privates['security.access_listener'])) {
  8825.             return $this->privates['security.access_listener'];
  8826.         }
  8827.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8828.         if (isset($this->privates['security.access_listener'])) {
  8829.             return $this->privates['security.access_listener'];
  8830.         }
  8831.         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);
  8832.     }
  8833.     /**
  8834.      * Gets the private 'security.access_map' shared service.
  8835.      *
  8836.      * @return \Symfony\Component\Security\Http\AccessMap
  8837.      */
  8838.     protected function getSecurity_AccessMapService()
  8839.     {
  8840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8844.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8845.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8846.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  8847.         return $instance;
  8848.     }
  8849.     /**
  8850.      * Gets the private 'security.authentication.guard_handler' shared service.
  8851.      *
  8852.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8853.      *
  8854.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8855.      */
  8856.     protected function getSecurity_Authentication_GuardHandlerService()
  8857.     {
  8858.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8859.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8860.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8861.             return $this->privates['security.authentication.guard_handler'];
  8862.         }
  8863.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  8864.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8865.         return $instance;
  8866.     }
  8867.     /**
  8868.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8869.      *
  8870.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8871.      *
  8872.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8873.      */
  8874.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8875.     {
  8876.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8877.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8878.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8879.             return $this->privates['security.authentication.listener.anonymous.main'];
  8880.         }
  8881.         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);
  8882.     }
  8883.     /**
  8884.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8885.      *
  8886.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8887.      *
  8888.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  8889.      */
  8890.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8891.     {
  8892.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  8893.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8894.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8895.             return $this->privates['security.authentication.listener.guard.main'];
  8896.         }
  8897.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8898.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8899.             return $this->privates['security.authentication.listener.guard.main'];
  8900.         }
  8901.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  8902.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8903.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8904.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8905.         return $instance;
  8906.     }
  8907.     /**
  8908.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  8909.      *
  8910.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8911.      *
  8912.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  8913.      */
  8914.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  8915.     {
  8916.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8917.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8918.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8919.             return $this->privates['security.authentication.listener.rememberme.main'];
  8920.         }
  8921.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8922.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8923.             return $this->privates['security.authentication.listener.rememberme.main'];
  8924.         }
  8925.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $btrue, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8926.     }
  8927.     /**
  8928.      * Gets the private 'security.authentication.manager' shared service.
  8929.      *
  8930.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8931.      *
  8932.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8933.      */
  8934.     protected function getSecurity_Authentication_ManagerService()
  8935.     {
  8936.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8937.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8938.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8939.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  8940.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8941.         }, 3), true);
  8942.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8943.         return $instance;
  8944.     }
  8945.     /**
  8946.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8947.      *
  8948.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8949.      *
  8950.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8951.      */
  8952.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8953.     {
  8954.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8955.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8956.     }
  8957.     /**
  8958.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8959.      *
  8960.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8961.      *
  8962.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  8963.      */
  8964.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8965.     {
  8966.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8971.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8972.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8973.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  8974.     }
  8975.     /**
  8976.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  8977.      *
  8978.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8979.      *
  8980.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  8981.      */
  8982.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  8983.     {
  8984.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8987.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  8988.     }
  8989.     /**
  8990.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  8991.      *
  8992.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8993.      */
  8994.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  8995.     {
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  9000.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  9001.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9002.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9003.     }
  9004.     /**
  9005.      * Gets the private 'security.authentication.session_strategy' shared service.
  9006.      *
  9007.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  9008.      */
  9009.     protected function getSecurity_Authentication_SessionStrategyService()
  9010.     {
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9013.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9014.     }
  9015.     /**
  9016.      * Gets the private 'security.authentication_utils' shared service.
  9017.      *
  9018.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9019.      */
  9020.     protected function getSecurity_AuthenticationUtilsService()
  9021.     {
  9022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9023.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9024.     }
  9025.     /**
  9026.      * Gets the private 'security.channel_listener' shared service.
  9027.      *
  9028.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9029.      */
  9030.     protected function getSecurity_ChannelListenerService()
  9031.     {
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9035.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9036.         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());
  9037.     }
  9038.     /**
  9039.      * Gets the private 'security.command.debug_firewall' shared service.
  9040.      *
  9041.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9042.      */
  9043.     protected function getSecurity_Command_DebugFirewallService()
  9044.     {
  9045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9047.         $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);
  9048.         $instance->setName('debug:firewall');
  9049.         $instance->setDescription('Display information about your security firewall(s)');
  9050.         return $instance;
  9051.     }
  9052.     /**
  9053.      * Gets the private 'security.command.user_password_encoder' shared service.
  9054.      *
  9055.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9056.      *
  9057.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9058.      */
  9059.     protected function getSecurity_Command_UserPasswordEncoderService()
  9060.     {
  9061.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9062.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  9063.         $instance->setName('security:encode-password');
  9064.         $instance->setDescription('Encode a password');
  9065.         return $instance;
  9066.     }
  9067.     /**
  9068.      * Gets the private 'security.command.user_password_hash' shared service.
  9069.      *
  9070.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9071.      */
  9072.     protected function getSecurity_Command_UserPasswordHashService()
  9073.     {
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9076.         $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\\User']);
  9077.         $instance->setName('security:hash-password');
  9078.         $instance->setDescription('Hash a user password');
  9079.         return $instance;
  9080.     }
  9081.     /**
  9082.      * Gets the private 'security.context_listener.0' shared service.
  9083.      *
  9084.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9085.      */
  9086.     protected function getSecurity_ContextListener_0Service()
  9087.     {
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9091.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9092.         if (isset($this->privates['security.context_listener.0'])) {
  9093.             return $this->privates['security.context_listener.0'];
  9094.         }
  9095.         $this->privates['security.context_listener.0'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  9096.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9097.         }, 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']);
  9098.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  9099.         return $instance;
  9100.     }
  9101.     /**
  9102.      * Gets the private 'security.csrf.token_storage' shared service.
  9103.      *
  9104.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9105.      */
  9106.     protected function getSecurity_Csrf_TokenStorageService()
  9107.     {
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9111.         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())));
  9112.     }
  9113.     /**
  9114.      * Gets the private 'security.encoder_factory.generic' shared service.
  9115.      *
  9116.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9117.      *
  9118.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9119.      */
  9120.     protected function getSecurity_EncoderFactory_GenericService()
  9121.     {
  9122.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9123.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  9124.     }
  9125.     /**
  9126.      * Gets the private 'security.event_dispatcher.main' shared service.
  9127.      *
  9128.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9129.      */
  9130.     protected function getSecurity_EventDispatcher_MainService()
  9131.     {
  9132.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9133.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9134.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  9135.         }, => 'onLogout'], 64);
  9136.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9137.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9138.         }, => 'onLogout'], 0);
  9139.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9140.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  9141.         }, => 'onLogout'], 0);
  9142.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9143.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9144.         }, => 'onLogout'], 0);
  9145.         return $instance;
  9146.     }
  9147.     /**
  9148.      * Gets the private 'security.firewall.map' shared service.
  9149.      *
  9150.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9151.      */
  9152.     protected function getSecurity_Firewall_MapService()
  9153.     {
  9154.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  9155.         if (isset($this->privates['security.firewall.map'])) {
  9156.             return $this->privates['security.firewall.map'];
  9157.         }
  9158.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  9159.             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)/')));
  9160.             yield 'security.firewall.map.context.main' => NULL;
  9161.         }, 2));
  9162.     }
  9163.     /**
  9164.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9165.      *
  9166.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9167.      */
  9168.     protected function getSecurity_Firewall_Map_Context_DevService()
  9169.     {
  9170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9172.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9173.             return new \EmptyIterator();
  9174.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  9175.     }
  9176.     /**
  9177.      * Gets the private 'security.firewall.map.context.main' shared service.
  9178.      *
  9179.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  9180.      */
  9181.     protected function getSecurity_Firewall_Map_Context_MainService()
  9182.     {
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9191.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9192.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9193.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  9194.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9195.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9196.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  9197.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  9198.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9199.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9200.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  9201.     }
  9202.     /**
  9203.      * Gets the private 'security.http_utils' shared service.
  9204.      *
  9205.      * @return \Symfony\Component\Security\Http\HttpUtils
  9206.      */
  9207.     protected function getSecurity_HttpUtilsService()
  9208.     {
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  9210.         $a = ($this->services['router'] ?? $this->getRouterService());
  9211.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9212.     }
  9213.     /**
  9214.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9215.      *
  9216.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9217.      */
  9218.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9221.         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()));
  9222.     }
  9223.     /**
  9224.      * Gets the private 'security.logout.listener.default.main' shared service.
  9225.      *
  9226.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9227.      */
  9228.     protected function getSecurity_Logout_Listener_Default_MainService()
  9229.     {
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9231.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  9232.     }
  9233.     /**
  9234.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  9235.      *
  9236.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  9237.      */
  9238.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  9239.     {
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  9241.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  9242.     }
  9243.     /**
  9244.      * Gets the private 'security.logout_url_generator' shared service.
  9245.      *
  9246.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9247.      */
  9248.     protected function getSecurity_LogoutUrlGeneratorService()
  9249.     {
  9250.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  9251.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  9252.         return $instance;
  9253.     }
  9254.     /**
  9255.      * Gets the private 'security.password_hasher_factory' shared service.
  9256.      *
  9257.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  9258.      */
  9259.     protected function getSecurity_PasswordHasherFactoryService()
  9260.     {
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9263.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  9264.     }
  9265.     /**
  9266.      * Gets the private 'security.role_hierarchy' shared service.
  9267.      *
  9268.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9269.      */
  9270.     protected function getSecurity_RoleHierarchyService()
  9271.     {
  9272.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9273.     }
  9274.     /**
  9275.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  9276.      *
  9277.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9278.      */
  9279.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  9280.     {
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9284.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''identifier'NULL);
  9285.     }
  9286.     /**
  9287.      * Gets the private 'security.validator.user_password' shared service.
  9288.      *
  9289.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9290.      */
  9291.     protected function getSecurity_Validator_UserPasswordService()
  9292.     {
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9296.         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()));
  9297.     }
  9298.     /**
  9299.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9300.      *
  9301.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9302.      */
  9303.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9304.     {
  9305.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9306.     }
  9307.     /**
  9308.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9309.      *
  9310.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9311.      */
  9312.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9313.     {
  9314.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9315.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9316.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9317.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9318.     }
  9319.     /**
  9320.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9321.      *
  9322.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9323.      */
  9324.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9325.     {
  9326.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9327.     }
  9328.     /**
  9329.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9330.      *
  9331.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9332.      */
  9333.     protected function getSensioFrameworkExtra_View_ListenerService()
  9334.     {
  9335.         $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))));
  9336.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9337.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9338.         ], [
  9339.             'twig' => '?',
  9340.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9341.         return $instance;
  9342.     }
  9343.     /**
  9344.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9345.      *
  9346.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9347.      */
  9348.     protected function getSerializer_Mapping_CacheWarmerService()
  9349.     {
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9355.         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'));
  9356.     }
  9357.     /**
  9358.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9359.      *
  9360.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9361.      */
  9362.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9363.     {
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9370.         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()))]));
  9371.     }
  9372.     /**
  9373.      * Gets the private 'session.factory' shared service.
  9374.      *
  9375.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9376.      */
  9377.     protected function getSession_FactoryService()
  9378.     {
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9381.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9382.         if (isset($this->privates['session.factory'])) {
  9383.             return $this->privates['session.factory'];
  9384.         }
  9385.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  9386.     }
  9387.     /**
  9388.      * Gets the private 'session.flash_bag' shared service.
  9389.      *
  9390.      * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  9391.      *
  9392.      * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  9393.      */
  9394.     protected function getSession_FlashBagService()
  9395.     {
  9396.         trigger_deprecation('symfony/framework-bundle''5.1''The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  9397.         return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  9398.     }
  9399.     /**
  9400.      * Gets the private 'session.storage.factory.service' shared service.
  9401.      *
  9402.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  9403.      *
  9404.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  9405.      */
  9406.     protected function getSession_Storage_Factory_ServiceService()
  9407.     {
  9408.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  9409.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9410.     }
  9411.     /**
  9412.      * Gets the private 'session.storage.metadata_bag' shared service.
  9413.      *
  9414.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  9415.      *
  9416.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  9417.      */
  9418.     protected function getSession_Storage_MetadataBagService()
  9419.     {
  9420.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  9421.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  9422.     }
  9423.     /**
  9424.      * Gets the private 'session.storage.native' shared service.
  9425.      *
  9426.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9427.      *
  9428.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  9429.      */
  9430.     protected function getSession_Storage_NativeService()
  9431.     {
  9432.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  9433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  9434.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  9435.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  9436.     }
  9437.     /**
  9438.      * Gets the private 'session_listener' shared service.
  9439.      *
  9440.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9441.      */
  9442.     protected function getSessionListenerService()
  9443.     {
  9444.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9445.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9446.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9447.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9448.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9449.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9450.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9451.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9452.         ], [
  9453.             'initialized_session' => '?',
  9454.             'logger' => '?',
  9455.             'request_stack' => '?',
  9456.             'session' => '?',
  9457.             'session_collector' => '?',
  9458.             'session_factory' => '?',
  9459.             'session_storage' => '?',
  9460.         ]), true$this->parameters['session.storage.options']);
  9461.     }
  9462.     /**
  9463.      * Gets the private 'translation.extractor' shared service.
  9464.      *
  9465.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9466.      */
  9467.     protected function getTranslation_ExtractorService()
  9468.     {
  9469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9474.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9475.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9476.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9477.         return $instance;
  9478.     }
  9479.     /**
  9480.      * Gets the private 'translation.loader.csv' shared service.
  9481.      *
  9482.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9483.      */
  9484.     protected function getTranslation_Loader_CsvService()
  9485.     {
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9490.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9491.     }
  9492.     /**
  9493.      * Gets the private 'translation.loader.dat' shared service.
  9494.      *
  9495.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9496.      */
  9497.     protected function getTranslation_Loader_DatService()
  9498.     {
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9502.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9503.     }
  9504.     /**
  9505.      * Gets the private 'translation.loader.ini' shared service.
  9506.      *
  9507.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9508.      */
  9509.     protected function getTranslation_Loader_IniService()
  9510.     {
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9515.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9516.     }
  9517.     /**
  9518.      * Gets the private 'translation.loader.json' shared service.
  9519.      *
  9520.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9521.      */
  9522.     protected function getTranslation_Loader_JsonService()
  9523.     {
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9528.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9529.     }
  9530.     /**
  9531.      * Gets the private 'translation.loader.mo' shared service.
  9532.      *
  9533.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9534.      */
  9535.     protected function getTranslation_Loader_MoService()
  9536.     {
  9537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9541.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9542.     }
  9543.     /**
  9544.      * Gets the private 'translation.loader.php' shared service.
  9545.      *
  9546.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9547.      */
  9548.     protected function getTranslation_Loader_PhpService()
  9549.     {
  9550.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9554.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9555.     }
  9556.     /**
  9557.      * Gets the private 'translation.loader.po' shared service.
  9558.      *
  9559.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9560.      */
  9561.     protected function getTranslation_Loader_PoService()
  9562.     {
  9563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9567.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9568.     }
  9569.     /**
  9570.      * Gets the private 'translation.loader.qt' shared service.
  9571.      *
  9572.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9573.      */
  9574.     protected function getTranslation_Loader_QtService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9578.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9579.     }
  9580.     /**
  9581.      * Gets the private 'translation.loader.res' shared service.
  9582.      *
  9583.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9584.      */
  9585.     protected function getTranslation_Loader_ResService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9589.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9590.     }
  9591.     /**
  9592.      * Gets the private 'translation.loader.xliff' shared service.
  9593.      *
  9594.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9595.      */
  9596.     protected function getTranslation_Loader_XliffService()
  9597.     {
  9598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9600.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9601.     }
  9602.     /**
  9603.      * Gets the private 'translation.loader.yml' shared service.
  9604.      *
  9605.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9606.      */
  9607.     protected function getTranslation_Loader_YmlService()
  9608.     {
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9612.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9613.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9614.     }
  9615.     /**
  9616.      * Gets the private 'translation.provider_collection' shared service.
  9617.      *
  9618.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9619.      */
  9620.     protected function getTranslation_ProviderCollectionService()
  9621.     {
  9622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9624.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9625.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9626.         }, 1), []))->fromConfig([]);
  9627.     }
  9628.     /**
  9629.      * Gets the private 'translation.reader' shared service.
  9630.      *
  9631.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9632.      */
  9633.     protected function getTranslation_ReaderService()
  9634.     {
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9636.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9637.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9638.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9640.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9651.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9652.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9653.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9654.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9655.         $instance->addLoader('yaml'$a);
  9656.         $instance->addLoader('yml'$a);
  9657.         $instance->addLoader('xlf'$b);
  9658.         $instance->addLoader('xliff'$b);
  9659.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9660.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9661.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9662.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9663.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9664.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9665.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9666.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9667.         return $instance;
  9668.     }
  9669.     /**
  9670.      * Gets the private 'translation.warmer' shared service.
  9671.      *
  9672.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9673.      */
  9674.     protected function getTranslation_WarmerService()
  9675.     {
  9676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9678.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9679.             'translator' => ['services''translator''getTranslatorService'false],
  9680.         ], [
  9681.             'translator' => '?',
  9682.         ]))->withContext('translation.warmer'$this));
  9683.     }
  9684.     /**
  9685.      * Gets the private 'translation.writer' shared service.
  9686.      *
  9687.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9688.      */
  9689.     protected function getTranslation_WriterService()
  9690.     {
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9705.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9706.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9707.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9708.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9709.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9710.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9711.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9712.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9713.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9714.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9715.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9716.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9717.         return $instance;
  9718.     }
  9719.     /**
  9720.      * Gets the private 'translator.default' shared service.
  9721.      *
  9722.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9723.      */
  9724.     protected function getTranslator_DefaultService()
  9725.     {
  9726.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9727.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9728.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9729.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9730.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9731.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9732.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9733.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9734.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9735.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9736.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9737.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9738.         ], [
  9739.             'translation.loader.csv' => '?',
  9740.             'translation.loader.dat' => '?',
  9741.             'translation.loader.ini' => '?',
  9742.             'translation.loader.json' => '?',
  9743.             'translation.loader.mo' => '?',
  9744.             'translation.loader.php' => '?',
  9745.             'translation.loader.po' => '?',
  9746.             'translation.loader.qt' => '?',
  9747.             'translation.loader.res' => '?',
  9748.             'translation.loader.xliff' => '?',
  9749.             'translation.loader.yml' => '?',
  9750.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], '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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/twig/extra-bundle/translations'16 => 'vendor/symfony/webpack-encore-bundle/src/translations'17 => 'vendor/knplabs/knp-snappy-bundle/src/translations']]], []);
  9751.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9752.         $instance->setFallbackLocales([=> 'fr']);
  9753.         return $instance;
  9754.     }
  9755.     /**
  9756.      * Gets the private 'twig.command.debug' shared service.
  9757.      *
  9758.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9759.      */
  9760.     protected function getTwig_Command_DebugService()
  9761.     {
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9764.         $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()));
  9765.         $instance->setName('debug:twig');
  9766.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9767.         return $instance;
  9768.     }
  9769.     /**
  9770.      * Gets the private 'twig.command.lint' shared service.
  9771.      *
  9772.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9773.      */
  9774.     protected function getTwig_Command_LintService()
  9775.     {
  9776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9779.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9780.         $instance->setName('lint:twig');
  9781.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9782.         return $instance;
  9783.     }
  9784.     /**
  9785.      * Gets the private 'twig.form.engine' shared service.
  9786.      *
  9787.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9788.      */
  9789.     protected function getTwig_Form_EngineService()
  9790.     {
  9791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9793.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9794.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9795.         if (isset($this->privates['twig.form.engine'])) {
  9796.             return $this->privates['twig.form.engine'];
  9797.         }
  9798.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9799.     }
  9800.     /**
  9801.      * Gets the private 'twig.form.renderer' shared service.
  9802.      *
  9803.      * @return \Symfony\Component\Form\FormRenderer
  9804.      */
  9805.     protected function getTwig_Form_RendererService()
  9806.     {
  9807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9809.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9810.         if (isset($this->privates['twig.form.renderer'])) {
  9811.             return $this->privates['twig.form.renderer'];
  9812.         }
  9813.         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()));
  9814.     }
  9815.     /**
  9816.      * Gets the private 'twig.mailer.message_listener' shared service.
  9817.      *
  9818.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9819.      */
  9820.     protected function getTwig_Mailer_MessageListenerService()
  9821.     {
  9822.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9825.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9826.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9827.             return $this->privates['twig.mailer.message_listener'];
  9828.         }
  9829.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9830.     }
  9831.     /**
  9832.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9833.      *
  9834.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9835.      */
  9836.     protected function getTwig_Runtime_HttpkernelService()
  9837.     {
  9838.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9844.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9845.         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, [
  9846.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9847.         ], [
  9848.             'inline' => '?',
  9849.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9850.     }
  9851.     /**
  9852.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9853.      *
  9854.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9855.      */
  9856.     protected function getTwig_Runtime_SecurityCsrfService()
  9857.     {
  9858.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9859.         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()));
  9860.     }
  9861.     /**
  9862.      * Gets the private 'twig.runtime.serializer' shared service.
  9863.      *
  9864.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9865.      */
  9866.     protected function getTwig_Runtime_SerializerService()
  9867.     {
  9868.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9870.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9871.     }
  9872.     /**
  9873.      * Gets the private 'twig.template_cache_warmer' shared service.
  9874.      *
  9875.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9876.      */
  9877.     protected function getTwig_TemplateCacheWarmerService()
  9878.     {
  9879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9881.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9882.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9883.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9884.         ], [
  9885.             'twig' => '?',
  9886.         ]))->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')));
  9887.     }
  9888.     /**
  9889.      * Gets the private 'validator.builder' shared service.
  9890.      *
  9891.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9892.      */
  9893.     protected function getValidator_BuilderService()
  9894.     {
  9895.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9896.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9897.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9898.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9899.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9900.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9901.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9902.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9903.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9904.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9905.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9906.         ], [
  9907.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9908.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9909.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9910.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9911.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9912.             'doctrine.orm.validator.unique' => '?',
  9913.             'security.validator.user_password' => '?',
  9914.             'validator.expression' => '?',
  9915.         ])));
  9916.         if ($this->has('translator')) {
  9917.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9918.         }
  9919.         $instance->setTranslationDomain('validators');
  9920.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9921.         $instance->enableAnnotationMapping(true);
  9922.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9923.         $instance->addMethodMapping('loadValidatorMetadata');
  9924.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9925.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9926.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9927.         return $instance;
  9928.     }
  9929.     /**
  9930.      * Gets the private 'validator.email' shared service.
  9931.      *
  9932.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9933.      */
  9934.     protected function getValidator_EmailService()
  9935.     {
  9936.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9937.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9938.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9939.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9940.     }
  9941.     /**
  9942.      * Gets the private 'validator.expression' shared service.
  9943.      *
  9944.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9945.      */
  9946.     protected function getValidator_ExpressionService()
  9947.     {
  9948.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9951.         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())));
  9952.     }
  9953.     /**
  9954.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9955.      *
  9956.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9957.      */
  9958.     protected function getValidator_Mapping_CacheWarmerService()
  9959.     {
  9960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9963.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9964.     }
  9965.     /**
  9966.      * Gets the private 'validator.not_compromised_password' shared service.
  9967.      *
  9968.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9969.      */
  9970.     protected function getValidator_NotCompromisedPasswordService()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9975.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  9976.     }
  9977.     /**
  9978.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9979.      *
  9980.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9981.      */
  9982.     protected function getVarDumper_Command_ServerDumpService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9990.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9991.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9992.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9993.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9994.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9995.         $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()))]);
  9996.         $instance->setName('server:dump');
  9997.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9998.         return $instance;
  9999.     }
  10000.     /**
  10001.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10002.      *
  10003.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10004.      */
  10005.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10006.     {
  10007.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10008.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10009.         return $instance;
  10010.     }
  10011.     /**
  10012.      * Gets the private 'var_dumper.html_dumper' shared service.
  10013.      *
  10014.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10015.      */
  10016.     protected function getVarDumper_HtmlDumperService()
  10017.     {
  10018.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10019.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10020.         return $instance;
  10021.     }
  10022.     /**
  10023.      * Gets the private 'var_dumper.server_connection' shared service.
  10024.      *
  10025.      * @return \Symfony\Component\VarDumper\Server\Connection
  10026.      */
  10027.     protected function getVarDumper_ServerConnectionService()
  10028.     {
  10029.         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()]);
  10030.     }
  10031.     /**
  10032.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  10033.      *
  10034.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  10035.      */
  10036.     protected function getVichUploader_Command_MappingDebugService()
  10037.     {
  10038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  10040.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  10041.         $instance->setName('vich:mapping:debug');
  10042.         return $instance;
  10043.     }
  10044.     /**
  10045.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  10046.      *
  10047.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  10048.      */
  10049.     protected function getVichUploader_Command_MappingDebugClassService()
  10050.     {
  10051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10052.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  10053.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10054.         $instance->setName('vich:mapping:debug-class');
  10055.         return $instance;
  10056.     }
  10057.     /**
  10058.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  10059.      *
  10060.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  10061.      */
  10062.     protected function getVichUploader_Command_MappingListClassesService()
  10063.     {
  10064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  10066.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10067.         $instance->setName('vich:mapping:list-classes');
  10068.         return $instance;
  10069.     }
  10070.     /**
  10071.      * Gets the private 'vich_uploader.listener.clean.backup_command' shared service.
  10072.      *
  10073.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10074.      */
  10075.     protected function getVichUploader_Listener_Clean_BackupCommandService()
  10076.     {
  10077.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10080.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10082.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10083.         if (isset($this->privates['vich_uploader.listener.clean.backup_command'])) {
  10084.             return $this->privates['vich_uploader.listener.clean.backup_command'];
  10085.         }
  10086.         return $this->privates['vich_uploader.listener.clean.backup_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('backup_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10087.     }
  10088.     /**
  10089.      * Gets the private 'vich_uploader.listener.clean.change_box_intervention' shared service.
  10090.      *
  10091.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10092.      */
  10093.     protected function getVichUploader_Listener_Clean_ChangeBoxInterventionService()
  10094.     {
  10095.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10096.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10099.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10100.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10101.         if (isset($this->privates['vich_uploader.listener.clean.change_box_intervention'])) {
  10102.             return $this->privates['vich_uploader.listener.clean.change_box_intervention'];
  10103.         }
  10104.         return $this->privates['vich_uploader.listener.clean.change_box_intervention'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('change_box_intervention', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10105.     }
  10106.     /**
  10107.      * Gets the private 'vich_uploader.listener.clean.default_img_mapping' shared service.
  10108.      *
  10109.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10110.      */
  10111.     protected function getVichUploader_Listener_Clean_DefaultImgMappingService()
  10112.     {
  10113.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10114.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10117.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10118.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10119.         if (isset($this->privates['vich_uploader.listener.clean.default_img_mapping'])) {
  10120.             return $this->privates['vich_uploader.listener.clean.default_img_mapping'];
  10121.         }
  10122.         return $this->privates['vich_uploader.listener.clean.default_img_mapping'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('default_img_mapping', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10123.     }
  10124.     /**
  10125.      * Gets the private 'vich_uploader.listener.clean.detail_command' shared service.
  10126.      *
  10127.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10128.      */
  10129.     protected function getVichUploader_Listener_Clean_DetailCommandService()
  10130.     {
  10131.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10132.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10134.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10135.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10136.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10137.         if (isset($this->privates['vich_uploader.listener.clean.detail_command'])) {
  10138.             return $this->privates['vich_uploader.listener.clean.detail_command'];
  10139.         }
  10140.         return $this->privates['vich_uploader.listener.clean.detail_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('detail_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10141.     }
  10142.     /**
  10143.      * Gets the private 'vich_uploader.listener.clean.mise_en_service' shared service.
  10144.      *
  10145.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10146.      */
  10147.     protected function getVichUploader_Listener_Clean_MiseEnServiceService()
  10148.     {
  10149.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10150.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10152.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10154.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10155.         if (isset($this->privates['vich_uploader.listener.clean.mise_en_service'])) {
  10156.             return $this->privates['vich_uploader.listener.clean.mise_en_service'];
  10157.         }
  10158.         return $this->privates['vich_uploader.listener.clean.mise_en_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('mise_en_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10159.     }
  10160.     /**
  10161.      * Gets the private 'vich_uploader.listener.clean.post_testing_command' shared service.
  10162.      *
  10163.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10164.      */
  10165.     protected function getVichUploader_Listener_Clean_PostTestingCommandService()
  10166.     {
  10167.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10169.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10171.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10172.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10173.         if (isset($this->privates['vich_uploader.listener.clean.post_testing_command'])) {
  10174.             return $this->privates['vich_uploader.listener.clean.post_testing_command'];
  10175.         }
  10176.         return $this->privates['vich_uploader.listener.clean.post_testing_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('post_testing_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10177.     }
  10178.     /**
  10179.      * Gets the private 'vich_uploader.listener.clean.pv_command' shared service.
  10180.      *
  10181.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10182.      */
  10183.     protected function getVichUploader_Listener_Clean_PvCommandService()
  10184.     {
  10185.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10189.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10190.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10191.         if (isset($this->privates['vich_uploader.listener.clean.pv_command'])) {
  10192.             return $this->privates['vich_uploader.listener.clean.pv_command'];
  10193.         }
  10194.         return $this->privates['vich_uploader.listener.clean.pv_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('pv_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10195.     }
  10196.     /**
  10197.      * Gets the private 'vich_uploader.listener.clean.test_post_installation' shared service.
  10198.      *
  10199.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10200.      */
  10201.     protected function getVichUploader_Listener_Clean_TestPostInstallationService()
  10202.     {
  10203.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10204.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10205.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10206.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10208.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10209.         if (isset($this->privates['vich_uploader.listener.clean.test_post_installation'])) {
  10210.             return $this->privates['vich_uploader.listener.clean.test_post_installation'];
  10211.         }
  10212.         return $this->privates['vich_uploader.listener.clean.test_post_installation'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('test_post_installation', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10213.     }
  10214.     /**
  10215.      * Gets the private 'vich_uploader.listener.remove.backup_command' shared service.
  10216.      *
  10217.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10218.      */
  10219.     protected function getVichUploader_Listener_Remove_BackupCommandService()
  10220.     {
  10221.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10222.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10223.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10224.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10225.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10226.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10227.         if (isset($this->privates['vich_uploader.listener.remove.backup_command'])) {
  10228.             return $this->privates['vich_uploader.listener.remove.backup_command'];
  10229.         }
  10230.         return $this->privates['vich_uploader.listener.remove.backup_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('backup_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10231.     }
  10232.     /**
  10233.      * Gets the private 'vich_uploader.listener.remove.change_box_intervention' shared service.
  10234.      *
  10235.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10236.      */
  10237.     protected function getVichUploader_Listener_Remove_ChangeBoxInterventionService()
  10238.     {
  10239.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10240.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10241.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10242.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10244.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10245.         if (isset($this->privates['vich_uploader.listener.remove.change_box_intervention'])) {
  10246.             return $this->privates['vich_uploader.listener.remove.change_box_intervention'];
  10247.         }
  10248.         return $this->privates['vich_uploader.listener.remove.change_box_intervention'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('change_box_intervention', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10249.     }
  10250.     /**
  10251.      * Gets the private 'vich_uploader.listener.remove.default_img_mapping' shared service.
  10252.      *
  10253.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10254.      */
  10255.     protected function getVichUploader_Listener_Remove_DefaultImgMappingService()
  10256.     {
  10257.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10259.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10260.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10262.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10263.         if (isset($this->privates['vich_uploader.listener.remove.default_img_mapping'])) {
  10264.             return $this->privates['vich_uploader.listener.remove.default_img_mapping'];
  10265.         }
  10266.         return $this->privates['vich_uploader.listener.remove.default_img_mapping'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('default_img_mapping', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10267.     }
  10268.     /**
  10269.      * Gets the private 'vich_uploader.listener.remove.detail_command' shared service.
  10270.      *
  10271.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10272.      */
  10273.     protected function getVichUploader_Listener_Remove_DetailCommandService()
  10274.     {
  10275.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10280.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10281.         if (isset($this->privates['vich_uploader.listener.remove.detail_command'])) {
  10282.             return $this->privates['vich_uploader.listener.remove.detail_command'];
  10283.         }
  10284.         return $this->privates['vich_uploader.listener.remove.detail_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('detail_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10285.     }
  10286.     /**
  10287.      * Gets the private 'vich_uploader.listener.remove.mise_en_service' shared service.
  10288.      *
  10289.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10290.      */
  10291.     protected function getVichUploader_Listener_Remove_MiseEnServiceService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10297.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10298.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10299.         if (isset($this->privates['vich_uploader.listener.remove.mise_en_service'])) {
  10300.             return $this->privates['vich_uploader.listener.remove.mise_en_service'];
  10301.         }
  10302.         return $this->privates['vich_uploader.listener.remove.mise_en_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('mise_en_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10303.     }
  10304.     /**
  10305.      * Gets the private 'vich_uploader.listener.remove.post_testing_command' shared service.
  10306.      *
  10307.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10308.      */
  10309.     protected function getVichUploader_Listener_Remove_PostTestingCommandService()
  10310.     {
  10311.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10315.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10316.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10317.         if (isset($this->privates['vich_uploader.listener.remove.post_testing_command'])) {
  10318.             return $this->privates['vich_uploader.listener.remove.post_testing_command'];
  10319.         }
  10320.         return $this->privates['vich_uploader.listener.remove.post_testing_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('post_testing_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10321.     }
  10322.     /**
  10323.      * Gets the private 'vich_uploader.listener.remove.pv_command' shared service.
  10324.      *
  10325.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10326.      */
  10327.     protected function getVichUploader_Listener_Remove_PvCommandService()
  10328.     {
  10329.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10334.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10335.         if (isset($this->privates['vich_uploader.listener.remove.pv_command'])) {
  10336.             return $this->privates['vich_uploader.listener.remove.pv_command'];
  10337.         }
  10338.         return $this->privates['vich_uploader.listener.remove.pv_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('pv_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10339.     }
  10340.     /**
  10341.      * Gets the private 'vich_uploader.listener.remove.test_post_installation' shared service.
  10342.      *
  10343.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10344.      */
  10345.     protected function getVichUploader_Listener_Remove_TestPostInstallationService()
  10346.     {
  10347.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10351.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10352.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10353.         if (isset($this->privates['vich_uploader.listener.remove.test_post_installation'])) {
  10354.             return $this->privates['vich_uploader.listener.remove.test_post_installation'];
  10355.         }
  10356.         return $this->privates['vich_uploader.listener.remove.test_post_installation'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('test_post_installation', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10357.     }
  10358.     /**
  10359.      * Gets the private 'vich_uploader.listener.upload.backup_command' shared service.
  10360.      *
  10361.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10362.      */
  10363.     protected function getVichUploader_Listener_Upload_BackupCommandService()
  10364.     {
  10365.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10369.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10370.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10371.         if (isset($this->privates['vich_uploader.listener.upload.backup_command'])) {
  10372.             return $this->privates['vich_uploader.listener.upload.backup_command'];
  10373.         }
  10374.         return $this->privates['vich_uploader.listener.upload.backup_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('backup_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10375.     }
  10376.     /**
  10377.      * Gets the private 'vich_uploader.listener.upload.change_box_intervention' shared service.
  10378.      *
  10379.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10380.      */
  10381.     protected function getVichUploader_Listener_Upload_ChangeBoxInterventionService()
  10382.     {
  10383.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10384.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10388.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10389.         if (isset($this->privates['vich_uploader.listener.upload.change_box_intervention'])) {
  10390.             return $this->privates['vich_uploader.listener.upload.change_box_intervention'];
  10391.         }
  10392.         return $this->privates['vich_uploader.listener.upload.change_box_intervention'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('change_box_intervention', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10393.     }
  10394.     /**
  10395.      * Gets the private 'vich_uploader.listener.upload.default_img_mapping' shared service.
  10396.      *
  10397.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10398.      */
  10399.     protected function getVichUploader_Listener_Upload_DefaultImgMappingService()
  10400.     {
  10401.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10406.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10407.         if (isset($this->privates['vich_uploader.listener.upload.default_img_mapping'])) {
  10408.             return $this->privates['vich_uploader.listener.upload.default_img_mapping'];
  10409.         }
  10410.         return $this->privates['vich_uploader.listener.upload.default_img_mapping'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('default_img_mapping', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10411.     }
  10412.     /**
  10413.      * Gets the private 'vich_uploader.listener.upload.detail_command' shared service.
  10414.      *
  10415.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10416.      */
  10417.     protected function getVichUploader_Listener_Upload_DetailCommandService()
  10418.     {
  10419.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10420.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10424.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10425.         if (isset($this->privates['vich_uploader.listener.upload.detail_command'])) {
  10426.             return $this->privates['vich_uploader.listener.upload.detail_command'];
  10427.         }
  10428.         return $this->privates['vich_uploader.listener.upload.detail_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('detail_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10429.     }
  10430.     /**
  10431.      * Gets the private 'vich_uploader.listener.upload.mise_en_service' shared service.
  10432.      *
  10433.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10434.      */
  10435.     protected function getVichUploader_Listener_Upload_MiseEnServiceService()
  10436.     {
  10437.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10438.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10442.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10443.         if (isset($this->privates['vich_uploader.listener.upload.mise_en_service'])) {
  10444.             return $this->privates['vich_uploader.listener.upload.mise_en_service'];
  10445.         }
  10446.         return $this->privates['vich_uploader.listener.upload.mise_en_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('mise_en_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10447.     }
  10448.     /**
  10449.      * Gets the private 'vich_uploader.listener.upload.post_testing_command' shared service.
  10450.      *
  10451.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10452.      */
  10453.     protected function getVichUploader_Listener_Upload_PostTestingCommandService()
  10454.     {
  10455.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10456.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10457.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10458.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10460.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10461.         if (isset($this->privates['vich_uploader.listener.upload.post_testing_command'])) {
  10462.             return $this->privates['vich_uploader.listener.upload.post_testing_command'];
  10463.         }
  10464.         return $this->privates['vich_uploader.listener.upload.post_testing_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('post_testing_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10465.     }
  10466.     /**
  10467.      * Gets the private 'vich_uploader.listener.upload.pv_command' shared service.
  10468.      *
  10469.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10470.      */
  10471.     protected function getVichUploader_Listener_Upload_PvCommandService()
  10472.     {
  10473.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10478.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10479.         if (isset($this->privates['vich_uploader.listener.upload.pv_command'])) {
  10480.             return $this->privates['vich_uploader.listener.upload.pv_command'];
  10481.         }
  10482.         return $this->privates['vich_uploader.listener.upload.pv_command'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('pv_command', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10483.     }
  10484.     /**
  10485.      * Gets the private 'vich_uploader.listener.upload.test_post_installation' shared service.
  10486.      *
  10487.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10488.      */
  10489.     protected function getVichUploader_Listener_Upload_TestPostInstallationService()
  10490.     {
  10491.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10492.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10496.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10497.         if (isset($this->privates['vich_uploader.listener.upload.test_post_installation'])) {
  10498.             return $this->privates['vich_uploader.listener.upload.test_post_installation'];
  10499.         }
  10500.         return $this->privates['vich_uploader.listener.upload.test_post_installation'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('test_post_installation', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $a);
  10501.     }
  10502.     /**
  10503.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  10504.      *
  10505.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  10506.      */
  10507.     protected function getVichUploader_MetadataReaderService()
  10508.     {
  10509.         $a = new \Metadata\Driver\FileLocator([]);
  10510.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  10511.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  10512.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  10513.     }
  10514.     /**
  10515.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  10516.      *
  10517.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  10518.      */
  10519.     protected function getVichUploader_PropertyMappingFactoryService()
  10520.     {
  10521.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  10522.     }
  10523.     /**
  10524.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  10525.      *
  10526.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  10527.      */
  10528.     protected function getVichUploader_Storage_FileSystemService()
  10529.     {
  10530.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  10531.     }
  10532.     /**
  10533.      * Gets the private 'web_profiler.csp.handler' shared service.
  10534.      *
  10535.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10536.      */
  10537.     protected function getWebProfiler_Csp_HandlerService()
  10538.     {
  10539.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10540.     }
  10541.     /**
  10542.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10543.      *
  10544.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10545.      */
  10546.     protected function getWebProfiler_DebugToolbarService()
  10547.     {
  10548.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10549.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  10550.             return $this->privates['web_profiler.debug_toolbar'];
  10551.         }
  10552.         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()));
  10553.     }
  10554.     /**
  10555.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  10556.      *
  10557.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  10558.      */
  10559.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  10560.     {
  10561.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  10564.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  10565.     }
  10566.     /**
  10567.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  10568.      *
  10569.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  10570.      */
  10571.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  10572.     {
  10573.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10574.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  10575.         ], [
  10576.             '_default' => '?',
  10577.         ]), '_default');
  10578.     }
  10579.     /**
  10580.      * Gets the private 'webpack_encore.exception_listener' shared service.
  10581.      *
  10582.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  10583.      */
  10584.     protected function getWebpackEncore_ExceptionListenerService()
  10585.     {
  10586.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  10587.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  10588.     }
  10589.     /**
  10590.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  10591.      *
  10592.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  10593.      */
  10594.     protected function getWebpackEncore_TagRendererService()
  10595.     {
  10596.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  10597.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10598.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  10599.             return $this->privates['webpack_encore.tag_renderer'];
  10600.         }
  10601.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => false], [], $a);
  10602.     }
  10603.     /**
  10604.      * Gets the public 'cache_clearer' alias.
  10605.      *
  10606.      * @return object The ".container.private.cache_clearer" service.
  10607.      */
  10608.     protected function getCacheClearerService()
  10609.     {
  10610.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10611.         return $this->get('.container.private.cache_clearer');
  10612.     }
  10613.     /**
  10614.      * Gets the public 'filesystem' alias.
  10615.      *
  10616.      * @return object The ".container.private.filesystem" service.
  10617.      */
  10618.     protected function getFilesystemService()
  10619.     {
  10620.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10621.         return $this->get('.container.private.filesystem');
  10622.     }
  10623.     /**
  10624.      * Gets the public 'serializer' alias.
  10625.      *
  10626.      * @return object The ".container.private.serializer" service.
  10627.      */
  10628.     protected function getSerializerService()
  10629.     {
  10630.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  10631.         return $this->get('.container.private.serializer');
  10632.     }
  10633.     /**
  10634.      * Gets the public 'security.csrf.token_manager' alias.
  10635.      *
  10636.      * @return object The ".container.private.security.csrf.token_manager" service.
  10637.      */
  10638.     protected function getSecurity_Csrf_TokenManagerService()
  10639.     {
  10640.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  10641.         return $this->get('.container.private.security.csrf.token_manager');
  10642.     }
  10643.     /**
  10644.      * Gets the public 'form.factory' alias.
  10645.      *
  10646.      * @return object The ".container.private.form.factory" service.
  10647.      */
  10648.     protected function getForm_FactoryService()
  10649.     {
  10650.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  10651.         return $this->get('.container.private.form.factory');
  10652.     }
  10653.     /**
  10654.      * Gets the public 'form.type.file' alias.
  10655.      *
  10656.      * @return object The ".container.private.form.type.file" service.
  10657.      */
  10658.     protected function getForm_Type_FileService()
  10659.     {
  10660.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  10661.         return $this->get('.container.private.form.type.file');
  10662.     }
  10663.     /**
  10664.      * Gets the public 'profiler' alias.
  10665.      *
  10666.      * @return object The ".container.private.profiler" service.
  10667.      */
  10668.     protected function getProfilerService()
  10669.     {
  10670.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  10671.         return $this->get('.container.private.profiler');
  10672.     }
  10673.     /**
  10674.      * Gets the public 'twig' alias.
  10675.      *
  10676.      * @return object The ".container.private.twig" service.
  10677.      */
  10678.     protected function getTwigService()
  10679.     {
  10680.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  10681.         return $this->get('.container.private.twig');
  10682.     }
  10683.     /**
  10684.      * Gets the public 'security.authorization_checker' alias.
  10685.      *
  10686.      * @return object The ".container.private.security.authorization_checker" service.
  10687.      */
  10688.     protected function getSecurity_AuthorizationCheckerService()
  10689.     {
  10690.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  10691.         return $this->get('.container.private.security.authorization_checker');
  10692.     }
  10693.     /**
  10694.      * Gets the public 'security.token_storage' alias.
  10695.      *
  10696.      * @return object The ".container.private.security.token_storage" service.
  10697.      */
  10698.     protected function getSecurity_TokenStorageService()
  10699.     {
  10700.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  10701.         return $this->get('.container.private.security.token_storage');
  10702.     }
  10703.     /**
  10704.      * Gets the public 'security.password_encoder' alias.
  10705.      *
  10706.      * @return object The ".container.private.security.password_encoder" service.
  10707.      */
  10708.     protected function getSecurity_PasswordEncoderService()
  10709.     {
  10710.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  10711.         return $this->get('.container.private.security.password_encoder');
  10712.     }
  10713.     /**
  10714.      * Gets the public 'session' alias.
  10715.      *
  10716.      * @return object The ".container.private.session" service.
  10717.      */
  10718.     protected function getSessionService()
  10719.     {
  10720.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  10721.         return $this->get('.container.private.session');
  10722.     }
  10723.     /**
  10724.      * Gets the public 'validator' alias.
  10725.      *
  10726.      * @return object The ".container.private.validator" service.
  10727.      */
  10728.     protected function getValidatorService()
  10729.     {
  10730.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  10731.         return $this->get('.container.private.validator');
  10732.     }
  10733.     /**
  10734.      * @return array|bool|float|int|string|\UnitEnum|null
  10735.      */
  10736.     public function getParameter(string $name)
  10737.     {
  10738.         if (isset($this->buildParameters[$name])) {
  10739.             return $this->buildParameters[$name];
  10740.         }
  10741.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  10742.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10743.         }
  10744.         if (isset($this->loadedDynamicParameters[$name])) {
  10745.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10746.         }
  10747.         return $this->parameters[$name];
  10748.     }
  10749.     public function hasParameter(string $name): bool
  10750.     {
  10751.         if (isset($this->buildParameters[$name])) {
  10752.             return true;
  10753.         }
  10754.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  10755.     }
  10756.     public function setParameter(string $name$value): void
  10757.     {
  10758.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10759.     }
  10760.     public function getParameterBag(): ParameterBagInterface
  10761.     {
  10762.         if (null === $this->parameterBag) {
  10763.             $parameters $this->parameters;
  10764.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10765.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10766.             }
  10767.             foreach ($this->buildParameters as $name => $value) {
  10768.                 $parameters[$name] = $value;
  10769.             }
  10770.             $this->parameterBag = new FrozenParameterBag($parameters);
  10771.         }
  10772.         return $this->parameterBag;
  10773.     }
  10774.     private $loadedDynamicParameters = [
  10775.         'kernel.runtime_environment' => false,
  10776.         'kernel.build_dir' => false,
  10777.         'kernel.cache_dir' => false,
  10778.         'api_env_client' => false,
  10779.         'kernel.secret' => false,
  10780.         'debug.container.dump' => false,
  10781.         'serializer.mapping.cache.file' => false,
  10782.         'validator.mapping.cache.file' => false,
  10783.         'profiler.storage.dsn' => false,
  10784.         'doctrine.orm.proxy_dir' => false,
  10785.         'knp_snappy.pdf.binary' => false,
  10786.         'knp_snappy.image.binary' => false,
  10787.     ];
  10788.     private $dynamicParameters = [];
  10789.     private function getDynamicParameter(string $name)
  10790.     {
  10791.         switch ($name) {
  10792.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  10793.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  10794.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10795.             case 'api_env_client'$value $this->getEnv('API_ENV_CLIENT'); break;
  10796.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10797.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  10798.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10799.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10800.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10801.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10802.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  10803.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  10804.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10805.         }
  10806.         $this->loadedDynamicParameters[$name] = true;
  10807.         return $this->dynamicParameters[$name] = $value;
  10808.     }
  10809.     protected function getDefaultParameters(): array
  10810.     {
  10811.         return [
  10812.             'kernel.project_dir' => \dirname(__DIR__4),
  10813.             'kernel.environment' => 'dev',
  10814.             'kernel.debug' => true,
  10815.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10816.             'kernel.bundles' => [
  10817.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10818.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10819.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10820.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10821.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10822.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10823.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10824.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10825.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10826.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10827.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10828.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  10829.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  10830.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  10831.             ],
  10832.             'kernel.bundles_metadata' => [
  10833.                 'FrameworkBundle' => [
  10834.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10835.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10836.                 ],
  10837.                 'SensioFrameworkExtraBundle' => [
  10838.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10839.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10840.                 ],
  10841.                 'TwigBundle' => [
  10842.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10843.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10844.                 ],
  10845.                 'WebProfilerBundle' => [
  10846.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10847.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10848.                 ],
  10849.                 'MonologBundle' => [
  10850.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10851.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10852.                 ],
  10853.                 'DebugBundle' => [
  10854.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10855.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10856.                 ],
  10857.                 'MakerBundle' => [
  10858.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10859.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10860.                 ],
  10861.                 'DoctrineBundle' => [
  10862.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10863.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10864.                 ],
  10865.                 'DoctrineMigrationsBundle' => [
  10866.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10867.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10868.                 ],
  10869.                 'SecurityBundle' => [
  10870.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10871.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10872.                 ],
  10873.                 'TwigExtraBundle' => [
  10874.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10875.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10876.                 ],
  10877.                 'WebpackEncoreBundle' => [
  10878.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  10879.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  10880.                 ],
  10881.                 'VichUploaderBundle' => [
  10882.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  10883.                     'namespace' => 'Vich\\UploaderBundle',
  10884.                 ],
  10885.                 'KnpSnappyBundle' => [
  10886.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  10887.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  10888.                 ],
  10889.             ],
  10890.             'kernel.charset' => 'UTF-8',
  10891.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  10892.             'container.dumper.inline_class_loader' => true,
  10893.             'container.dumper.inline_factories' => true,
  10894.             'locale' => 'fr',
  10895.             'upload_cin' => (\dirname(__DIR__4).'/public/cin'),
  10896.             'upload_identity' => (\dirname(__DIR__4).'/public/identity'),
  10897.             'event_dispatcher.event_aliases' => [
  10898.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10899.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10900.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10901.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10902.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10903.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10904.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10905.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10906.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10907.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10908.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10909.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10910.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10911.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10912.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10913.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10914.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10915.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10916.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10917.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10918.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10919.             ],
  10920.             'fragment.renderer.hinclude.global_template' => NULL,
  10921.             'fragment.path' => '/_fragment',
  10922.             'kernel.http_method_override' => true,
  10923.             'kernel.trusted_hosts' => [
  10924.             ],
  10925.             'kernel.default_locale' => 'fr',
  10926.             'kernel.enabled_locales' => [
  10927.             ],
  10928.             'kernel.error_controller' => 'error_controller',
  10929.             'debug.file_link_format' => NULL,
  10930.             'asset.request_context.base_path' => NULL,
  10931.             'asset.request_context.secure' => NULL,
  10932.             'translator.logging' => false,
  10933.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10934.             'debug.error_handler.throw_at' => -1,
  10935.             'router.request_context.host' => 'localhost',
  10936.             'router.request_context.scheme' => 'http',
  10937.             'router.request_context.base_url' => '',
  10938.             'router.resource' => 'kernel::loadRoutes',
  10939.             'request_listener.http_port' => 80,
  10940.             'request_listener.https_port' => 443,
  10941.             'session.metadata.storage_key' => '_sf2_meta',
  10942.             'session.storage.options' => [
  10943.                 'cache_limiter' => '0',
  10944.                 'cookie_secure' => 'auto',
  10945.                 'cookie_httponly' => true,
  10946.                 'cookie_samesite' => 'lax',
  10947.                 'gc_probability' => 1,
  10948.             ],
  10949.             'session.save_path' => NULL,
  10950.             'session.metadata.update_threshold' => 0,
  10951.             'form.type_extension.csrf.enabled' => true,
  10952.             'form.type_extension.csrf.field_name' => '_token',
  10953.             'validator.translation_domain' => 'validators',
  10954.             'profiler_listener.only_exceptions' => false,
  10955.             'profiler_listener.only_main_requests' => false,
  10956.             'twig.form.resources' => [
  10957.                 => '@VichUploader/Form/fields.html.twig',
  10958.                 => 'form_div_layout.html.twig',
  10959.             ],
  10960.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10961.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10962.             'web_profiler.debug_toolbar.mode' => 2,
  10963.             'monolog.use_microseconds' => true,
  10964.             'monolog.swift_mailer.handlers' => [
  10965.             ],
  10966.             'monolog.handlers_to_channels' => [
  10967.                 'monolog.handler.pdfcommand' => [
  10968.                     'type' => 'inclusive',
  10969.                     'elements' => [
  10970.                         => 'pdfcommand',
  10971.                     ],
  10972.                 ],
  10973.                 'monolog.handler.ws' => [
  10974.                     'type' => 'inclusive',
  10975.                     'elements' => [
  10976.                         => 'ws',
  10977.                     ],
  10978.                 ],
  10979.                 'monolog.handler.console' => [
  10980.                     'type' => 'exclusive',
  10981.                     'elements' => [
  10982.                         => 'event',
  10983.                         => 'doctrine',
  10984.                         => 'console',
  10985.                     ],
  10986.                 ],
  10987.                 'monolog.handler.main' => [
  10988.                     'type' => 'exclusive',
  10989.                     'elements' => [
  10990.                         => 'event',
  10991.                     ],
  10992.                 ],
  10993.             ],
  10994.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10995.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  10996.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  10997.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  10998.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10999.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11000.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11001.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11002.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11003.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11004.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11005.             'doctrine.entity_managers' => [
  11006.                 'default' => 'doctrine.orm.default_entity_manager',
  11007.             ],
  11008.             'doctrine.default_entity_manager' => 'default',
  11009.             'doctrine.dbal.connection_factory.types' => [
  11010.             ],
  11011.             'doctrine.connections' => [
  11012.                 'default' => 'doctrine.dbal.default_connection',
  11013.             ],
  11014.             'doctrine.default_connection' => 'default',
  11015.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11016.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11017.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11018.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11019.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11020.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11021.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11022.             'doctrine.orm.cache.memcache_port' => 11211,
  11023.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11024.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11025.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11026.             'doctrine.orm.cache.memcached_port' => 11211,
  11027.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11028.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11029.             'doctrine.orm.cache.redis_host' => 'localhost',
  11030.             'doctrine.orm.cache.redis_port' => 6379,
  11031.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11032.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11033.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11034.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11035.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11036.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11037.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11038.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11039.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11040.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11041.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11042.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11043.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11044.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11045.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11046.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11047.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11048.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11049.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11050.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11051.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11052.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11053.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11054.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11055.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11056.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11057.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11058.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11059.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11060.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11061.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11062.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11063.             'doctrine_migrations.name' => 'Application Migrations',
  11064.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  11065.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  11066.             'doctrine_migrations.table_name' => 'migration_versions',
  11067.             'doctrine_migrations.column_name' => 'version',
  11068.             'doctrine_migrations.column_length' => 14,
  11069.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  11070.             'doctrine_migrations.all_or_nothing' => false,
  11071.             'doctrine_migrations.custom_template' => NULL,
  11072.             'doctrine_migrations.organize_migrations' => false,
  11073.             'security.role_hierarchy.roles' => [
  11074.                 'ROLE_TECHNICIAN' => [
  11075.                     => 'ROLE_USER',
  11076.                 ],
  11077.                 'ROLE_SERVICE_PROVIDER' => [
  11078.                     => 'ROLE_TECHNICIAN',
  11079.                 ],
  11080.                 'ROLE_ADMIN_SERVICE_PROVIDER' => [
  11081.                     => 'ROLE_SERVICE_PROVIDER',
  11082.                 ],
  11083.                 'ROLE_ADMIN' => [
  11084.                     => 'ROLE_ADMIN_SERVICE_PROVIDER',
  11085.                 ],
  11086.                 'ROLE_SUPER_ADMIN' => [
  11087.                     => 'ROLE_ADMIN',
  11088.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11089.                 ],
  11090.             ],
  11091.             'security.access.denied_url' => NULL,
  11092.             'security.authentication.manager.erase_credentials' => true,
  11093.             'security.authentication.session_strategy.strategy' => 'migrate',
  11094.             'security.access.always_authenticate_before_granting' => false,
  11095.             'security.authentication.hide_user_not_found' => true,
  11096.             'security.firewalls' => [
  11097.                 => 'dev',
  11098.                 => 'main',
  11099.             ],
  11100.             'security.main._indexed_authenticators' => [
  11101.             ],
  11102.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  11103.             'vich_uploader.mappings' => [
  11104.                 'detail_command' => [
  11105.                     'uri_prefix' => '/uploads',
  11106.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11107.                     'inject_on_load' => false,
  11108.                     'delete_on_update' => true,
  11109.                     'delete_on_remove' => true,
  11110.                     'namer' => [
  11111.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.detail_command',
  11112.                         'options' => [
  11113.                         ],
  11114.                     ],
  11115.                     'directory_namer' => [
  11116.                         'service' => NULL,
  11117.                         'options' => NULL,
  11118.                     ],
  11119.                     'db_driver' => 'orm',
  11120.                 ],
  11121.                 'pv_command' => [
  11122.                     'uri_prefix' => '/uploads',
  11123.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11124.                     'inject_on_load' => false,
  11125.                     'delete_on_update' => true,
  11126.                     'delete_on_remove' => true,
  11127.                     'namer' => [
  11128.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.pv_command',
  11129.                         'options' => [
  11130.                         ],
  11131.                     ],
  11132.                     'directory_namer' => [
  11133.                         'service' => NULL,
  11134.                         'options' => NULL,
  11135.                     ],
  11136.                     'db_driver' => 'orm',
  11137.                 ],
  11138.                 'post_testing_command' => [
  11139.                     'uri_prefix' => '/uploads',
  11140.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11141.                     'inject_on_load' => false,
  11142.                     'delete_on_update' => true,
  11143.                     'delete_on_remove' => true,
  11144.                     'namer' => [
  11145.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.post_testing_command',
  11146.                         'options' => [
  11147.                         ],
  11148.                     ],
  11149.                     'directory_namer' => [
  11150.                         'service' => NULL,
  11151.                         'options' => NULL,
  11152.                     ],
  11153.                     'db_driver' => 'orm',
  11154.                 ],
  11155.                 'backup_command' => [
  11156.                     'uri_prefix' => '/uploads',
  11157.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11158.                     'inject_on_load' => false,
  11159.                     'delete_on_update' => true,
  11160.                     'delete_on_remove' => true,
  11161.                     'namer' => [
  11162.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.backup_command',
  11163.                         'options' => [
  11164.                         ],
  11165.                     ],
  11166.                     'directory_namer' => [
  11167.                         'service' => NULL,
  11168.                         'options' => NULL,
  11169.                     ],
  11170.                     'db_driver' => 'orm',
  11171.                 ],
  11172.                 'mise_en_service' => [
  11173.                     'uri_prefix' => '/uploads',
  11174.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11175.                     'inject_on_load' => false,
  11176.                     'delete_on_update' => true,
  11177.                     'delete_on_remove' => true,
  11178.                     'namer' => [
  11179.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.mise_en_service',
  11180.                         'options' => [
  11181.                         ],
  11182.                     ],
  11183.                     'directory_namer' => [
  11184.                         'service' => NULL,
  11185.                         'options' => NULL,
  11186.                     ],
  11187.                     'db_driver' => 'orm',
  11188.                 ],
  11189.                 'test_post_installation' => [
  11190.                     'uri_prefix' => '/uploads',
  11191.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11192.                     'inject_on_load' => false,
  11193.                     'delete_on_update' => true,
  11194.                     'delete_on_remove' => true,
  11195.                     'namer' => [
  11196.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.test_post_installation',
  11197.                         'options' => [
  11198.                         ],
  11199.                     ],
  11200.                     'directory_namer' => [
  11201.                         'service' => NULL,
  11202.                         'options' => NULL,
  11203.                     ],
  11204.                     'db_driver' => 'orm',
  11205.                 ],
  11206.                 'change_box_intervention' => [
  11207.                     'uri_prefix' => '/uploads',
  11208.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11209.                     'inject_on_load' => false,
  11210.                     'delete_on_update' => true,
  11211.                     'delete_on_remove' => true,
  11212.                     'namer' => [
  11213.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.change_box_intervention',
  11214.                         'options' => [
  11215.                         ],
  11216.                     ],
  11217.                     'directory_namer' => [
  11218.                         'service' => NULL,
  11219.                         'options' => NULL,
  11220.                     ],
  11221.                     'db_driver' => 'orm',
  11222.                 ],
  11223.                 'default_img_mapping' => [
  11224.                     'uri_prefix' => '/uploads',
  11225.                     'upload_destination' => '/Users/mac/Desktop/Mobiblanc Projects/Orange-Maroc/mobiblanc.racco.be/public/uploads',
  11226.                     'inject_on_load' => false,
  11227.                     'delete_on_update' => true,
  11228.                     'delete_on_remove' => true,
  11229.                     'namer' => [
  11230.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.default_img_mapping',
  11231.                         'options' => [
  11232.                         ],
  11233.                     ],
  11234.                     'directory_namer' => [
  11235.                         'service' => NULL,
  11236.                         'options' => NULL,
  11237.                     ],
  11238.                     'db_driver' => 'orm',
  11239.                 ],
  11240.             ],
  11241.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  11242.             'knp_snappy.pdf.options' => [
  11243.                 'enable-local-file-access' => true,
  11244.                 'load-error-handling' => 'ignore',
  11245.             ],
  11246.             'knp_snappy.pdf.env' => [
  11247.             ],
  11248.             'knp_snappy.image.options' => [
  11249.             ],
  11250.             'knp_snappy.image.env' => [
  11251.             ],
  11252.             'data_collector.templates' => [
  11253.                 'data_collector.request' => [
  11254.                     => 'request',
  11255.                     => '@WebProfiler/Collector/request.html.twig',
  11256.                 ],
  11257.                 'data_collector.time' => [
  11258.                     => 'time',
  11259.                     => '@WebProfiler/Collector/time.html.twig',
  11260.                 ],
  11261.                 'data_collector.memory' => [
  11262.                     => 'memory',
  11263.                     => '@WebProfiler/Collector/memory.html.twig',
  11264.                 ],
  11265.                 'data_collector.validator' => [
  11266.                     => 'validator',
  11267.                     => '@WebProfiler/Collector/validator.html.twig',
  11268.                 ],
  11269.                 'data_collector.ajax' => [
  11270.                     => 'ajax',
  11271.                     => '@WebProfiler/Collector/ajax.html.twig',
  11272.                 ],
  11273.                 'data_collector.form' => [
  11274.                     => 'form',
  11275.                     => '@WebProfiler/Collector/form.html.twig',
  11276.                 ],
  11277.                 'data_collector.exception' => [
  11278.                     => 'exception',
  11279.                     => '@WebProfiler/Collector/exception.html.twig',
  11280.                 ],
  11281.                 'data_collector.logger' => [
  11282.                     => 'logger',
  11283.                     => '@WebProfiler/Collector/logger.html.twig',
  11284.                 ],
  11285.                 'data_collector.events' => [
  11286.                     => 'events',
  11287.                     => '@WebProfiler/Collector/events.html.twig',
  11288.                 ],
  11289.                 'data_collector.router' => [
  11290.                     => 'router',
  11291.                     => '@WebProfiler/Collector/router.html.twig',
  11292.                 ],
  11293.                 'data_collector.cache' => [
  11294.                     => 'cache',
  11295.                     => '@WebProfiler/Collector/cache.html.twig',
  11296.                 ],
  11297.                 'data_collector.translation' => [
  11298.                     => 'translation',
  11299.                     => '@WebProfiler/Collector/translation.html.twig',
  11300.                 ],
  11301.                 'data_collector.security' => [
  11302.                     => 'security',
  11303.                     => '@Security/Collector/security.html.twig',
  11304.                 ],
  11305.                 'data_collector.twig' => [
  11306.                     => 'twig',
  11307.                     => '@WebProfiler/Collector/twig.html.twig',
  11308.                 ],
  11309.                 'data_collector.http_client' => [
  11310.                     => 'http_client',
  11311.                     => '@WebProfiler/Collector/http_client.html.twig',
  11312.                 ],
  11313.                 'data_collector.doctrine' => [
  11314.                     => 'db',
  11315.                     => '@Doctrine/Collector/db.html.twig',
  11316.                 ],
  11317.                 'data_collector.dump' => [
  11318.                     => 'dump',
  11319.                     => '@Debug/Profiler/dump.html.twig',
  11320.                 ],
  11321.                 'mailer.data_collector' => [
  11322.                     => 'mailer',
  11323.                     => '@WebProfiler/Collector/mailer.html.twig',
  11324.                 ],
  11325.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  11326.                     => 'vich_uploader.mapping_collector',
  11327.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  11328.                 ],
  11329.                 'data_collector.config' => [
  11330.                     => 'config',
  11331.                     => '@WebProfiler/Collector/config.html.twig',
  11332.                 ],
  11333.             ],
  11334.             'console.command.ids' => [
  11335.             ],
  11336.         ];
  11337.     }
  11338.     protected function throw($message)
  11339.     {
  11340.         throw new RuntimeException($message);
  11341.     }
  11342. }